TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
eb2b15accd4433cb15b144acff35a6328efa62f2
/
include
/
mbedtls
/
ssl.h
ccb43df
Merge remote-tracking branch 'public/pr/927' into development
by Simon Butcher
· 7 years ago
862e703
Merge remote-tracking branch 'public/pr/921' into development
by Simon Butcher
· 7 years ago
0011503
Repharse comments
by Ron Eldor
· 7 years ago
e7aeef0
Merge remote-tracking branch 'public/pr/536' into development
by Simon Butcher
· 7 years ago
382c1db
Minor fixes
by Ron Eldor
· 7 years ago
5ffc220
Documentation error in `mbedtls_ssl_get_session`
by Ron Eldor
· 8 years ago
6fd941f
Remove unneeded namesapcing in header files
by Ron Eldor
· 8 years ago
7ee25d7
Allow 0 as a valid ret value for mbedtls_ssl_write
by Andres Amaya Garcia
· 8 years ago
d8213d0
Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes
by Angus Gratton
· 9 years ago
5f57f1e
Merge remote-tracking branch 'public/pr/1270' into development
by Simon Butcher
· 7 years ago
6e962b2
Fix file permissions for ssl.h
by Simon Butcher
· 7 years ago
a64fba4
Remove double declaration of mbedtls_ssl_list_ciphersuites
by Moran Peker
· 7 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
9ceae8b
Clarify "as directed here" in SSL async callback documentation
by Gilles Peskine
· 7 years ago
ea5fab8
SSL async callbacks documentation: clarify resource cleanup
by Gilles Peskine
· 7 years ago
1febfef
Rename mbedtls_ssl_async_{get,set}_data for clarity
by Gilles Peskine
· 7 years ago
6a8cb36
Fix copypasta in the async callback documentation
by Gilles Peskine
· 7 years ago
807d74a
SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert
by Gilles Peskine
· 7 years ago
20deb01
Improve documentation of the async callback's crypto parameters
by Gilles Peskine
· 7 years ago
ac5e8a3
Document that callbacks must not return arbitrary SSL errors
by Gilles Peskine
· 7 years ago
8f97af7
Don't pass the async config data to async callbacks
by Gilles Peskine
· 7 years ago
2481a71
Doxygen formatting improvements
by Gilles Peskine
· 7 years ago
d326883
Document what the SSL async sign callback needs to do with RSA
by Gilles Peskine
· 7 years ago
ad28bf0
Documentation improvements
by Gilles Peskine
· 7 years ago
df13d5c
Pass the SSL context to async callbacks
by Gilles Peskine
· 7 years ago
b74a1c7
Rename MBEDTLS_SSL_ASYNC_PRIVATE_C to MBEDTLS_SSL_ASYNC_PRIVATE
by Gilles Peskine
· 7 years ago
f112725
Style and grammar fixes
by Gilles Peskine
· 7 years ago
b44692f
Merge branch 'mbedtls_ssl_get_key_exchange_md_ssl_tls-return_hashlen' into tls_async_server-2.9
by Gilles Peskine
· 7 years ago
ab50f83
Improve documentation of async operation start callbacks
by Gilles Peskine
· 8 years ago
8bf79f6
SSL asynchronous private key operation callbacks: interface
by Gilles Peskine
· 8 years ago
80aa3b8
Merge branch 'pr_946' into development-proposed
by Gilles Peskine
· 7 years ago
eea1c4e
Improve documentation of mbedtls_ssl_write()
by Darryl Green
· 7 years ago
2bd5757
Merge branch 'development' into iotssl-1204
by Hanno Becker
· 7 years ago
5ec1183
Merge remote-tracking branch 'upstream-public/pr/1474' into development-proposed
by Jaeden Amero
· 7 years ago
f4659ef
Document config restrictions of psk fields
by Azim Khan
· 7 years ago
15ad579
Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted
by Gilles Peskine
· 7 years ago
6429377
Merge remote-tracking branch 'upstream-public/pr/1423' into development-proposed
by Jaeden Amero
· 7 years ago
29d7d4d
Merge remote-tracking branch 'upstream-public/pr/936' into development-proposed
by Gilles Peskine
· 7 years ago
e494e20
Move and reword deprecation warning/error on compression support
by Hanno Becker
· 7 years ago
05e464d
Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
784de59
Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted
by Jaeden Amero
· 8 years ago
a40a101
Update Doxygen file blocks to remove copyright and license information
by Darryl Green
· 8 years ago
298a7b2
Change wording of directions on the usage of SSL context after error
by Hanno Becker
· 8 years ago
9b19a12
Clarify use of mbedtls_ssl_check_pending
by Hanno Becker
· 8 years ago
ffb1e1a
Documentation improvements
by Hanno Becker
· 8 years ago
8ec8102
Split WANT_READ in two error codes
by Hanno Becker
· 8 years ago
8b170a0
Enhance and extend checking of message processing state
by Hanno Becker
· 8 years ago
1a9a51c
Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog.
by Hanno Becker
· 8 years ago
0446a39
Enhance documentation of mbedtls_ssl_set_hostname
by Hanno Becker
· 8 years ago
a90658f
Add ssl_conf_dh_param_bin superseding ssl_conf_dh_param
by Hanno Becker
· 8 years ago
470a8c4
Deprecate mbedtls_ssl_conf_dh_param
by Hanno Becker
· 8 years ago
5a7c35d
Correct documentation of `mbedtls_ssl_conf_dh_param`
by Hanno Becker
· 8 years ago
f8258e7
Adapt documentation of `mbedtls_ssl_conf_dh_param` to new moduli
by Hanno Becker
· 8 years ago
7766a2c
Improve some comments
by Manuel Pégourié-Gonnard
· 8 years ago
a4a206e
Clarify documentation for directly-trusted certs
by Manuel Pégourié-Gonnard
· 8 years ago
31458a1
Only return VERIFY_FAILED from a single point
by Manuel Pégourié-Gonnard
· 8 years ago
af0665d
Simplify retaining of messages for future processing
by Hanno Becker
· 8 years ago
23b33f8
Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development
by Manuel Pégourié-Gonnard
· 8 years ago
4ae7d5d
Clarified documentation of mbedtls_ssl_setup
by Gilles Peskine
· 8 years ago
088ce43
Implement optional CA list suppression in Certificate Request
by Janos Follath
· 8 years ago
7e5437a
Remember suitable hash function for any signature algorithm.
by Hanno Becker
· 8 years ago
aca11a0
Fixed typo in ssl.h
by Jaakko Korhonen
· 8 years ago
ee75b9b
Add clarification to the TLS renegotiation period
by Simon Butcher
· 8 years ago
1d4db5b
Merge 'iotssl-1099-incorrect-renego-dtls'
by Simon Butcher
· 8 years ago
a90f6bd
Merge PR #737 - type in ssl.h
by Simon Butcher
· 8 years ago
18c5c59
Fix renegotiation at incorrect times in DTLS
by Andres AG
· 9 years ago
14918fb
Fixed typo in ssl.h
by Jaakko Korhonen
· 9 years ago
b67c897
removed outdated comment
by DSiekmeier
· 9 years ago
9900014
Merge fix for IE Certificate Compatibility
by Simon Butcher
· 9 years ago
3616f6f
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
8631143
Puts platform time abstraction into a own header
by Simon Butcher
· 9 years ago
7247f99
Fixes missing dependency in ss.h on platform.h
by James Cowgill
· 9 years ago
efc665f
Fix mbedtls_ssl_set_hostname documentation
by Janos Follath
· 9 years ago
d96e526
ssl.h: tidy up the documentation comments (#505)
by Aaron Jones
· 9 years ago
0b98d2f
Fix minor doc issue
by Attila Molnar
· 9 years ago
d5800b7
Abstracts away time()/stdlib.h into platform
by SimonB
· 9 years ago
68c0bd7
Clarified current status of RC4 usage
by Simon Butcher
· 9 years ago
d567a23
Fix typos, grammar in the comments and clarify them
by Simon Butcher
· 9 years ago
e846b51
Use the SSL IO and time callback typedefs consistently
by Simon Butcher
· 9 years ago
c0957bd
Fix some minor typos in comments
by Simon Butcher
· 9 years ago
d1b7f2b
ssl: ignore CertificateRequest's content for real
by Manuel Pégourié-Gonnard
· 9 years ago
9d62412
Add note about not implementing PSK id_hint
by Manuel Pégourié-Gonnard
· 9 years ago
157cb65
Clarified mbedtls_ssl_conf_alpn_protocols() doc
by Simon Butcher
· 9 years ago
02049dc
Add links to KB articles
by Manuel Pégourié-Gonnard
· 9 years ago
d13b950
Improve documentation of some SSL callbacks
by Manuel Pégourié-Gonnard
· 9 years ago
edb1a48
dtls: improve doc about handshake timeouts
by Manuel Pégourié-Gonnard
· 10 years ago
4c2bfdb
Merge 'iotssl-558-md5-tls-sigs-restricted'
by Simon Butcher
· 10 years ago
fabce5e
Merge branch 'misc' into development
by Simon Butcher
· 10 years ago
acbb050
Make documentation more explicit on TLS errors
by Manuel Pégourié-Gonnard
· 10 years ago
47229c7
Disable MD5 in handshake signatures by default
by Manuel Pégourié-Gonnard
· 10 years ago
e2e25e7
DTLS: avoid dropping too many records
by Manuel Pégourié-Gonnard
· 10 years ago
2046062
Merge branch 'development' into misc
by Simon Butcher
· 10 years ago
5f7c34b
Merge branch iotssl-521-keylen-check
by Simon Butcher
· 10 years ago
65eefc8
Fix missing check for RSA key length on EE certs
by Manuel Pégourié-Gonnard
· 10 years ago
e5f3072
Fix #ifdef inconsistency
by Manuel Pégourié-Gonnard
· 10 years ago
fadacb9
Merge branch 'development' into iotssl-461-ecjpake-finalization
by Manuel Pégourié-Gonnard
· 10 years ago
024b6df
Improve key export API and documentation
by Manuel Pégourié-Gonnard
· 10 years ago
adeb7d8
Move all KEY_EXCHANGE__ definitions in one place
by Manuel Pégourié-Gonnard
· 10 years ago
4289c0d
Typo in parameter name
by Robert Cragie
· 10 years ago
4feb7ae
Added key export API
by Robert Cragie
· 10 years ago
Next »