Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
710f2035413287cdb2f60b8771f88c7edbee7008
/
library
710f203
Merge branch 'iotssl-1770' into development_thomas_dee
by Hanno Becker
· 6 years ago
cec1c26
Break overly long line in library/x509_create.c
by Hanno Becker
· 6 years ago
ee334a3
Remove Doxygen tags from documentation of private structure
by Hanno Becker
· 6 years ago
beffcd8
Update hardcoded certificates in library/certs.c
by Hanno Becker
· 6 years ago
6e1adee
Regenerate test files
by Hanno Becker
· 6 years ago
cb93813
Don't perform binary comparison of CRL issuer and CA subject
by Hanno Becker
· 6 years ago
0f6903d
Move static x509_name_cmp() in library/x509_crt.c
by Hanno Becker
· 6 years ago
7904f94
Merge remote-tracking branch 'public/pr/1099' into development-proposed
by Simon Butcher
· 6 years ago
17a0fab
Merge remote-tracking branch 'public/pr/2111' into development-proposed
by Simon Butcher
· 6 years ago
a07d86e
Merge remote-tracking branch 'public/pr/1902' into development
by Simon Butcher
· 6 years ago
ef263eb
Merge remote-tracking branch 'public/pr/1993' into development
by Simon Butcher
· 6 years ago
b10c660
Detect unsigned integer overflow in mbedtls_ecp_check_budget()
by Hanno Becker
· 6 years ago
169712e
Merge remote-tracking branch 'restricted/pr/390' into development
by Simon Butcher
· 6 years ago
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
dd3ab13
Fail when encountering invalid CBC padding in EtM records
by Hanno Becker
· 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
5267b62
Change error description
by Ron Eldor
· 6 years ago
a27190b
Rename platform error code and value
by Ron Eldor
· 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
748face
ssl_tls: fix maximum output length
by Andrzej Kurek
· 6 years ago
ef43ce6
Dtls: change the way unlimited mtu is set for client hello messages
by Andrzej Kurek
· 6 years ago
1624e2e
Avoid overly long lines X.509 DN attr array def in x509_create.c
by Hanno Becker
· 6 years ago
35b6854
Replace reference to RFC 3280 by reference to newer RFC 5280
by Hanno Becker
· 6 years ago
cfc47ba
Correct some indentation and line lengths in x509_create.c
by Hanno Becker
· 6 years ago
d355e69
Rename `tag` to `default_tag` in x509_attr_descriptor_t
by Hanno Becker
· 6 years ago
d2c9009
Improve documentation of x509_attr_descriptor_t
by Hanno Becker
· 6 years ago
6290dae
Disable dtls fragmentation for ClientHello messages
by Andrzej Kurek
· 6 years ago
c86993e
Merge remote-tracking branch 'public/pr/1970' into development
by Simon Butcher
· 6 years ago
eba6c9b
changes requested by @hanno-arm
by thomas-dee
· 6 years ago
54a7c62
Minor style changes
by Ron Eldor
· 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
b0ad581
Remove the invalid input for platform module
by Ron Eldor
· 6 years ago
0ff4e0b
Add platform error codes
by Ron Eldor
· 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
Next »