Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a966fdea72678e38beb06c1160768afa6362e295
/
library
a966fde
Fix some documentation typos and improve a comment
by Manuel Pégourié-Gonnard
· 6 years ago
ca29fdf
Fix some typos in documentation and comments
by Manuel Pégourié-Gonnard
· 6 years ago
b25cb60
Add a comment to clarify code flow
by Manuel Pégourié-Gonnard
· 6 years ago
a5a3e40
Fix missing dereference.
by Manuel Pégourié-Gonnard
· 6 years ago
90f31b7
Improve readability by moving counter decrement
by Manuel Pégourié-Gonnard
· 6 years ago
a58e011
Fix alignment in a macro definition
by Manuel Pégourié-Gonnard
· 6 years ago
b843b15
Fix function name to fit conventions
by Manuel Pégourié-Gonnard
· 6 years ago
c0edc96
Add comment on internal function API
by Manuel Pégourié-Gonnard
· 6 years ago
d8b73f2
Remove unnecessary calls to init() from free()
by Manuel Pégourié-Gonnard
· 6 years ago
c37423f
Fix misleading sub-state name and comments
by Manuel Pégourié-Gonnard
· 6 years ago
ee68cff
Fix or improve some comments (and whitespace)
by Manuel Pégourié-Gonnard
· 6 years ago
f0bbd7e
Misc documentation fixes/improvements.
by Manuel Pégourié-Gonnard
· 6 years ago
6346a75
Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 6 years ago
c86993e
Merge remote-tracking branch 'public/pr/1970' into development
by Simon Butcher
· 6 years ago
1c1c20e
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 6 years ago
125af94
Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 6 years ago
53546ea
Update library version number to 2.13.1
by Simon Butcher
· 6 years ago
mbedtls-2.13.1
5d40f67
Merge remote-tracking branch 'public/pr/1927' into development-restricted
by Simon Butcher
· 6 years ago
f5106d5
Don't declare and define gmtime()-mutex on Windows platforms
by Hanno Becker
· 6 years ago
323d801
Correct preprocessor guards determining use of gmtime()
by Hanno Becker
· 6 years ago
6f70581
Correct POSIX version check to determine presence of gmtime_r()
by Hanno Becker
· 6 years ago
7dd82b4
platform_utils.{c/h} -> platform_util.{c/h}
by Hanno Becker
· 6 years ago
48a816f
Minor documentation improvements
by Hanno Becker
· 6 years ago
6a73978
Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r()
by Hanno Becker
· 6 years ago
be2e4bd
Guard decl and use of gmtime mutex by HAVE_TIME_DATE and !GMTIME_ALT
by Hanno Becker
· 6 years ago
cfeb70c
gmtime: Remove special treatment for IAR
by Hanno Becker
· 6 years ago
94b540a
Avoid redefining _POSIX_C_SOURCE
by Andres Amaya Garcia
· 6 years ago
433f911
Check for IAR in gmtime macros
by Andres Amaya Garcia
· 6 years ago
3c9733a
Fix typo in comment for gmtime macro defines
by Andres Amaya Garcia
· 6 years ago
ca04a01
Document shorthand gmtime macros
by Andres Amaya Garcia
· 6 years ago
2099606
Use gmtime_s() for IAR
by Andres Amaya Garcia
· 6 years ago
e9b10b2
Define _POSIX_C_SOURCE in threading.c before POSIX detection
by Andres Amaya Garcia
· 6 years ago
4d075cd
Update library version number to 2.13.0
by Simon Butcher
· 6 years ago
0bbb4fc
Merge branch 'development' into development
by Simon Butcher
· 6 years ago
552754a
Merge remote-tracking branch 'public/pr/1988' into development
by Simon Butcher
· 6 years ago
68dbc94
Merge remote-tracking branch 'public/pr/1951' into development
by Simon Butcher
· 6 years ago
a591c48
Correct typo in debug message
by Hanno Becker
· 6 years ago
83ab41c
Correct typo in comment
by Hanno Becker
· 6 years ago
cd9dcda
Add const qualifier to handshake header reading functions
by Hanno Becker
· 6 years ago
39b8bc9
Change wording of debug message
by Hanno Becker
· 6 years ago
ef7afdf
Rename another_record_in_datagram to next_record_is_in_datagram
by Hanno Becker
· 6 years ago
c573ac3
Fix typos in debug message and comment in ssl-tls.c
by Hanno Becker
· 6 years ago
3af567d
Merge remote-tracking branch 'restricted/pr/437' into development-restricted
by Simon Butcher
· 6 years ago
129fa82
Merge remote-tracking branch 'restricted/pr/470' into development-restricted
by Simon Butcher
· 6 years ago
7f85563
Merge remote-tracking branch 'restricted/pr/491' into development-restricted
by Simon Butcher
· 6 years ago
9ce5160
Merge remote-tracking branch 'public/pr/1965' into development
by Simon Butcher
· 6 years ago
9d5a9e1
Merge remote-tracking branch 'public/pr/1625' into development
by Simon Butcher
· 6 years ago
14dac09
Merge remote-tracking branch 'public/pr/1918' into development
by Simon Butcher
· 6 years ago
1846e40
Merge remote-tracking branch 'public/pr/1939' into development
by Simon Butcher
· 6 years ago
9598845
Merge remote-tracking branch 'public/pr/1955' into development
by Simon Butcher
· 6 years ago
4613772
Merge remote-tracking branch 'public/pr/1915' into development
by Simon Butcher
· 6 years ago
0207e53
Style: Correct typo in ssl-tls.c
by Hanno Becker
· 6 years ago
bc2498a
Style: Add numerous comments indicating condition guarded by #endif
by Hanno Becker
· 6 years ago
d584777
Style: Group buffering-related forward declarations in ssl_tls.c
by Hanno Becker
· 6 years ago
360bef3
Reordering: Document that only HS and CCS msgs are buffered
by Hanno Becker
· 6 years ago
4f432ad
Style: Don't use abbreviations in comments
by Hanno Becker
· 6 years ago
b8f5014
Add explicit MBEDTLS_DEBUG_C-guard around debugging code
by Hanno Becker
· 6 years ago
f0da667
Style: Add braces around if-branch where else-branch has them
by Hanno Becker
· 6 years ago
ecbdf1c
Style: Correct indentation of debug msgs in mbedtls_ssl_write_record
by Hanno Becker
· 6 years ago
3f7b973
Correct typo in mbedtls_ssl_flight_transmit()
by Hanno Becker
· 6 years ago
6e12c1e
Enhance debugging output
by Hanno Becker
· 6 years ago
0e96585
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 6 years ago
1841b0a
Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing()
by Hanno Becker
· 6 years ago
f4b010e
Limit MTU by maximum fragment length setting
by Hanno Becker
· 6 years ago
283f5ef
Buffering: Free future record epoch after each flight
by Hanno Becker
· 6 years ago
081bd81
ssl_write_handshake_msg(): Always append CCS messages to flights
by Hanno Becker
· 6 years ago
c83d2b3
ssl_write_handshake_msg(): Allow alert on client-side SSLv3
by Hanno Becker
· 6 years ago
b309b92
ssl_buffering_free_slot(): Double-check validity of slot index
by Hanno Becker
· 6 years ago
65dc885
Use size_t for msg_len argument in ssl_get_reassembly_buffer_size()
by Hanno Becker
· 6 years ago
1b20e8e
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 6 years ago
554b0af
Fix assertion in mbedtls_ssl_write_record()
by Hanno Becker
· 6 years ago
7428d4f
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 6 years ago
551835d
ssl_write_handshake_msg(): Always append CCS messages to flights
by Hanno Becker
· 6 years ago
2c98db2
ssl_write_handshake_msg(): Allow alert on client-side SSLv3
by Hanno Becker
· 6 years ago
6353134
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 6 years ago
11682cc
Uniformly treat MTU as size_t
by Hanno Becker
· 6 years ago
3546201
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 6 years ago
a67dee2
Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing
by Hanno Becker
· 6 years ago
b8eec19
Implement PMTU auto-reduction in handshake
by Manuel Pégourié-Gonnard
· 6 years ago
170e2d8
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 6 years ago
a658d7d
Fix style for mbedtls_platform_gmtime()
by Andres Amaya Garcia
· 6 years ago
aa71500
Fix bug in SSL ticket implementation removing keys of age < 1s
by Hanno Becker
· 6 years ago
903ee3d
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 6 years ago
01315ea
Account for future epoch records in the total buffering size
by Hanno Becker
· 6 years ago
a02b0b4
Add function making space for current message reassembly
by Hanno Becker
· 6 years ago
e180139
Add another debug message to ssl_buffer_message()
by Hanno Becker
· 6 years ago
55e9e2a
Free future buffers if next handshake messages can't be reassembled
by Hanno Becker
· 6 years ago
e605b19
Add function to free a particular buffering slot
by Hanno Becker
· 6 years ago
96a6c69
Correct bounds check in ssl_buffer_message()
by Hanno Becker
· 6 years ago
e0b150f
Allow limiting the total amount of heap allocations for buffering
by Hanno Becker
· 6 years ago
2a97b0e
Introduce function to return size of buffer needed for reassembly
by Hanno Becker
· 6 years ago
e678eaa
Reject invalid CCS records early
by Hanno Becker
· 6 years ago
47db877
ssl_write_record: Consider setting flush variable only if unset
by Hanno Becker
· 6 years ago
1f5a15d
Check retval of remaining_payload_in_datagram in ssl_write_record()
by Hanno Becker
· 6 years ago
ecff205
Remove stray bracket if MBEDTLS_ZLIB_SUPPORT is defined
by Hanno Becker
· 6 years ago
000281e
Fix "unused parameter" warning in small configs
by Manuel Pégourié-Gonnard
· 6 years ago
6aeaa05
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 6 years ago
513815a
Fix typo in debugging output
by Hanno Becker
· 6 years ago
4cb782d
Return from ssl_load_buffered_record early if no record is buffered
by Hanno Becker
· 6 years ago
a1071a5
Compute record expansion at the right time
by Manuel Pégourié-Gonnard
· 6 years ago
Next »