TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
c5671bdcf4bea8b9b51a0734fa16af78b6b01dd9
/
include
/
mbedtls
/
ssl.h
c0826f1
Merge remote-tracking branch 'upstream-public/pr/936' into mbedtls-2.7-proposed
by Gilles Peskine
· 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
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
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
ef388f1
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 10 years ago
9f81231
Revised hostname length check from review
by Simon Butcher
· 10 years ago
89f7762
Added max length checking of hostname
by Simon Butcher
· 10 years ago
588ad50
Fix a fairly common typo in comments
by Tillmann Karras
· 10 years ago
eef142d
Depend on ECJPAKE key exchange, not module
by Manuel Pégourié-Gonnard
· 10 years ago
557535d
Add ECJPAKE key exchange
by Manuel Pégourié-Gonnard
· 10 years ago
5793e7e
Merge 'development' into iotssl-411-port-reuse
by Simon Butcher
· 10 years ago
294139b
Add client extension writing
by Manuel Pégourié-Gonnard
· 10 years ago
7002f4a
Add mbedtls_ssl_set_hs_ecjpake_password()
by Manuel Pégourié-Gonnard
· 10 years ago
1a57af1
Update ssl.h
by Simon Butcher
· 10 years ago
2088e2e
fix const-ness of argument to mbedtls_ssl_conf_cert_profile
by Nicholas Wilson
· 10 years ago
222cb8d
Tune related documentation while at it
by Manuel Pégourié-Gonnard
· 10 years ago
3a2a448
Update documentation
by Manuel Pégourié-Gonnard
· 10 years ago
be619c1
Clean up error codes
by Manuel Pégourié-Gonnard
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
5f5e0ec
Improve mbedtls_ssl_write() documentation
by Manuel Pégourié-Gonnard
· 10 years ago
a2cda6b
Add mbedtls_ssl_get_max_frag_len()
by Manuel Pégourié-Gonnard
· 10 years ago
bb83844
Clarify that there are two SSL I/O buffers
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
0761733
Fix potential NULL dereference
by Manuel Pégourié-Gonnard
· 10 years ago
fd47423
Change SSL debug API in the library
by Manuel Pégourié-Gonnard
· 10 years ago
cdc26ae
Add mbedtls_ssl_set_hs_authmode
by Manuel Pégourié-Gonnard
· 10 years ago
12ad798
Rename ssl_session.length to id_len
by Manuel Pégourié-Gonnard
· 10 years ago
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 10 years ago
36a8b57
Create API for mbedtls_ssl_conf_sig_hashes().
by Manuel Pégourié-Gonnard
· 10 years ago
27716cc
Clarify a point in the documentation
by Manuel Pégourié-Gonnard
· 10 years ago
b541da6
Fix define for ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 10 years ago
6e3ee3a
Add mbedtls_ssl_conf_cert_profile()
by Manuel Pégourié-Gonnard
· 10 years ago
bd990d6
Add ssl_conf_dhm_min_bitlen()
by Manuel Pégourié-Gonnard
· 10 years ago
1b1e65f
Fix typos and other small issues in doc
by Manuel Pégourié-Gonnard
· 10 years ago
77cfe17
Remove now-useless typedef in ssl.h
by Manuel Pégourié-Gonnard
· 10 years ago
81abefd
Fix typos/style in doxygen documentation
by Manuel Pégourié-Gonnard
· 10 years ago
b48ef9c
Improve documentation about HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
398b206
Update doc for ssl_conf_renegotiation
by Manuel Pégourié-Gonnard
· 10 years ago
6a8ca33
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
by Manuel Pégourié-Gonnard
· 10 years ago
160e384
Fix bad name choice
by Manuel Pégourié-Gonnard
· 10 years ago
f7c2eeb
Remove unused struct member in ssl_context
by Manuel Pégourié-Gonnard
· 10 years ago
065122c
Move some defines to ssl_internal.h
by Manuel Pégourié-Gonnard
· 10 years ago
56273da
Move some includes to ssl_internal.h
by Manuel Pégourié-Gonnard
· 10 years ago
cd4fcc6
Move some structures to ssl_internal.h
by Manuel Pégourié-Gonnard
· 10 years ago
5e94dde
Create ssl_internal.h and move some functions
by Manuel Pégourié-Gonnard
· 10 years ago
e057d3b
Relax some dependencies
by Manuel Pégourié-Gonnard
· 10 years ago
b596abf
Refine cli/srv ifdefs for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
cf141ca
Fix #ifdefs on ssl_cli.c or ssl_srv.c
by Manuel Pégourié-Gonnard
· 10 years ago
0c0f11f
Update dependencies & includes for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
d59675d
Move to callback for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
Next »