TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
eb76c20496ade16aa0b4fc9512c589990c9afd13
/
include
/
mbedtls
/
ssl.h
c360dcc
[API break] Remove mbedtls_ssl_context::in_iv field
by Hanno Becker
· 6 years ago
e29dfb2
Add missing word in documentation of mbedtls_ssl_check_record()
by Hanno Becker
· 6 years ago
c2b08d1
Fix minor issues in documentation of mbedtls_ssl_check_record()
by Hanno Becker
· 6 years ago
bec8885
State that record checking is DTLS only and doesn't check content type
by Hanno Becker
· 6 years ago
02f2609
Introduce configuration option and API for SSL record checking
by Hanno Becker
· 6 years ago
cdb83e7
Merge pull request #616 from mpg/context-s11n
by Manuel Pégourié-Gonnard
· 6 years ago
50d5321
Document mbedtls_ssl_context::pending_fatal_alert_msg
by Hanno Becker
· 6 years ago
c8f5299
Rename pend_alert_msg -> pending_fatal_alert_msg
by Hanno Becker
· 6 years ago
3caf718
Remove field to store level of pending alert
by Hanno Becker
· 6 years ago
f46e1ce
Introduce SSL helper function to mark pending alerts
by Hanno Becker
· 6 years ago
4c1d06e
Provide serialisation API only if it's enabled
by Manuel Pégourié-Gonnard
· 6 years ago
bc847ca
Actually reset the context on save as advertised
by Manuel Pégourié-Gonnard
· 6 years ago
86dfa0c
Change requirements for setting timer callback
by Manuel Pégourié-Gonnard
· 6 years ago
f1f3e52
Add session saving/loading
by Manuel Pégourié-Gonnard
· 6 years ago
d0dd104
Add (stub) header writing and checking
by Manuel Pégourié-Gonnard
· 6 years ago
569ed6b
Implement usage checks in context_save()
by Manuel Pégourié-Gonnard
· 6 years ago
56595f4
Allow hardcoding single signature hash at compile-time
by Hanno Becker
· 6 years ago
feb1cee
Merge remote-tracking branch 'origin/pr/602' into baremetal
by Simon Butcher
· 6 years ago
c1096e7
Allow hardcoding single supported elliptic curve
by Hanno Becker
· 6 years ago
33b9b25
Remove SSL version configuration API if versions are hardcoded
by Hanno Becker
· 6 years ago
94c40d1
[Fixup] Fix typos in documentation of min/max version macros
by Hanno Becker
· 6 years ago
f1c2a33
Note in SSL doc'n that version bounds can be set at compile-time
by Hanno Becker
· 6 years ago
381eaa5
Remove min/maj version from SSL context if only one version enabled
by Hanno Becker
· 6 years ago
e965bd3
Allow hardcoding of min/max minor/major SSL version at compile-time
by Hanno Becker
· 6 years ago
fabfb85
Merge remote-tracking branch 'origin/pr/603' into baremetal
by Simon Butcher
· 6 years ago
14a4a44
Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C
by Hanno Becker
· 6 years ago
272063a
Don't store debug func ptr cb + ctx in SSL config if !DEBUG_C
by Hanno Becker
· 6 years ago
73f4cb1
Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE
by Hanno Becker
· 6 years ago
e02758c
Remove ciphersuite from SSL session if single suite hardcoded
by Hanno Becker
· 6 years ago
6ace465
Remove ciphersuite from SSL config if single suite hardcoded
by Hanno Becker
· 6 years ago
65382f2
Make ssl.h independent of ssl_ciphersuites.h
by Hanno Becker
· 6 years ago
99b6b6b
Fix outdated documentation of effect of hardcoded timer cb's on API
by Hanno Becker
· 6 years ago
1f1e9ef
Fix outdated documentation of effect of hardcoded I/O cb's on API
by Hanno Becker
· 6 years ago
65f6f38
Update outdated comment on effect of hardcoding RNG on API
by Hanno Becker
· 6 years ago
0ae6b24
Allow compile-time configuration of timer callbacks
by Hanno Becker
· 6 years ago
a58a896
Allow compile-time configuration of I/O function pointers
by Hanno Becker
· 6 years ago
ece325c
Allow compile-time configuration of PRNG in SSL module
by Hanno Becker
· 6 years ago
de8869c
Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
44ba6b0
Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
c2cfdaa
Allow config'n of incl of CertificateReq CA list Y/N at compile-time
by Hanno Becker
· 6 years ago
2d9623f
Allow configuration of endpoint (cli/srv) at compile-time
by Hanno Becker
· 6 years ago
1f835fa
Allow configuration of read timeouts at compile-time
by Hanno Becker
· 6 years ago
e0200da
Allow configuration of ConnectionID at compile-time
by Hanno Becker
· 6 years ago
b0b2b67
Allow compile-time configuration of legacy renegotiation
by Hanno Becker
· 6 years ago
acd4fc0
Allow compile-time configuration of authentication mode
by Hanno Becker
· 6 years ago
de67154
Allow compile-time configuration of DTLS badmac limit
by Hanno Becker
· 6 years ago
33cb3e1
Remove cache callbacks from config on client
by Manuel Pégourié-Gonnard
· 6 years ago
29f2dd0
Address review comments
by Jarno Lamsa
· 6 years ago
7be1406
Add config MBEDTLS_SSL_SESSION_CACHE
by Jarno Lamsa
· 6 years ago
abd929c
Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19
by Hanno Becker
· 6 years ago
7f376f4
Allow compile-time configuration of DTLS anti replay
by Hanno Becker
· 6 years ago
ab1ce76
Mention possibility of hardcoding SSL config in ssl.h
by Hanno Becker
· 6 years ago
57e72c7
Move getter functions for SSL configuration to ssl_internal.h
by Hanno Becker
· 6 years ago
4c4a2e1
Don't break func'def after linkage type, fixing check-names.sh
by Hanno Becker
· 6 years ago
aabbb58
Exemplify harcoding SSL config at compile-time in example of ExtMS
by Hanno Becker
· 6 years ago
096bccf
Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
5882dd0
Remove CRT digest from SSL session if !RENEGO + !KEEP_PEER_CERT
by Hanno Becker
· 6 years ago
2984bd2
Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
by Hanno Becker
· 6 years ago
24bc570
Improve documentation of mbedtls_ssl_get_peer_cert()
by Hanno Becker
· 6 years ago
2e6d347
Remove peer CRT from mbedtls_ssl_session if !KEEP_PEER_CERT
by Hanno Becker
· 6 years ago
9fb6e2e
Extend mbedtls_ssl_session by buffer holding peer CRT digest
by Hanno Becker
· 6 years ago
b90f655
Add configuration option to remove peer CRT after handshake
by Hanno Becker
· 6 years ago
869144b
Improve documentation of mbedtls_ssl_get_peer_cert()
by Hanno Becker
· 6 years ago
f2ef573
Merge remote-tracking branch 'origin/pr/598' into baremetal
by Simon Butcher
· 6 years ago
7667afd
Clarify documentation of mbedtls_ssl_context_load()
by Manuel Pégourié-Gonnard
· 6 years ago
cc71c77
Fix typos, grammar and wording in documentation
by Manuel Pégourié-Gonnard
· 6 years ago
d87601e
Declare and document ssl_context_save()/load()
by Manuel Pégourié-Gonnard
· 6 years ago
c725e4b
Merge remote-tracking branch 'origin/pr/590' into baremetal
by Simon Butcher
· 6 years ago
ba8b1eb
Use negated option for controlling TLS support.
by Manuel Pégourié-Gonnard
· 6 years ago
20095af
Changes according to review comments
by Jarno Lamsa
· 6 years ago
8794a42
Clarify a few more comments and documentation
by Manuel Pégourié-Gonnard
· 6 years ago
18b9a49
Disable the enforce flag by default
by Jarno Lamsa
· 6 years ago
d9382f8
Add definitions for enforce flag values
by Jarno Lamsa
· 6 years ago
95f752e
Fix typo
by Jarno Lamsa
· 6 years ago
7a5e2be
Create a new flag for enforcing the extended master secret
by Jarno Lamsa
· 6 years ago
e744eab
Adapt defaults and programs documentation
by Manuel Pégourié-Gonnard
· 6 years ago
21d1c32
Merge remote-tracking branch 'origin/pr/574' into baremetal
by Simon Butcher
· 6 years ago
f3c43dd
Merge branch 'mbedtls-2.16' into baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
5dbcc9f
Introduce specific error for ver/cfg mismatch on deserialization
by Hanno Becker
· 6 years ago
35ccdbb
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
e0cd1d0
Improve documentation
by Manuel Pégourié-Gonnard
· 6 years ago
5363e1f
Add list of coupled functions to struct definition
by Manuel Pégourié-Gonnard
· 6 years ago
32ce596
Improve save API by always updating olen
by Manuel Pégourié-Gonnard
· 6 years ago
37a5324
Add mbedtls_ssl_get_session_pointer()
by Manuel Pégourié-Gonnard
· 6 years ago
2843fe1
Declare and document session save/load functions
by Manuel Pégourié-Gonnard
· 6 years ago
948d2d5
Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid
by Hanno Becker
· 6 years ago
633d604
Allow passing NULL pointers to mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
2f8c804
Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid()
by Hanno Becker
· 6 years ago
a5a2b08
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
3cdf8fe
Consistently reference CID draft through name + URL
by Hanno Becker
· 6 years ago
96f35b4
Improve wording of documentation of mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
5fcac0d
Slightly reword documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
53f36e9
Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
dc19b41
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
by Hanno Becker
· 6 years ago
f83017c
Improve wording in documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
a69b431
Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default
by Hanno Becker
· 6 years ago
e8eff9a
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
7c3cdb6
Add specific SSL error code for unexpected CIDs
by Hanno Becker
· 6 years ago
241947d
Reword CID documentation
by Hanno Becker
· 6 years ago
550e166
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
Next »