TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/better-cf-padding-checks
/
include
/
mbedtls
/
ssl.h
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
a92e3de
Merge pull request #873 from hanno-arm/ssl_write_client_hello
by Manuel Pégourié-Gonnard
· 5 years ago
ceef848
Rename TLS 1.3 padding granularity macro
by Hanno Becker
· 5 years ago
29e9895
Change TLS 1.3 default padding to no padding
by Hanno Becker
· 5 years ago
1399692
Introduce configuration option for TLS 1.3 padding granularity
by Hanno Becker
· 5 years ago
8216dd3
Use defines to check alpn ext list validity
by Ronald Cron
· 5 years ago
b4c0b75
Add error condition for bad user configurations
by Hanno Becker
· 8 years ago
2ab47dc
Add internal version identifier for TLS 1.3
by Hanno Becker
· 5 years ago
5d318cc
Merge pull request #3130 from gbryant-arm/generic-psk
by Manuel Pégourié-Gonnard
· 5 years ago
90c6e84
Split the maximum fragment length into two - an input and output MFL
by Andrzej Kurek
· 5 years ago
e40a2f7
Improve documentation about PSK configuration
by Guilhem Bryant
· 5 years ago
5e7d6fd
Merge 'mbedtls/development' into merge-crypto-unremoved-20200304
by Gilles Peskine
· 5 years ago
eccd888
Rename identifiers containing double-underscore
by Gilles Peskine
· 5 years ago
03da084
ssl - improve documentation on mbedtls_ssl_read and PEER_CLOSE_NOTIFY
by Andrzej Kurek
· 5 years ago
b33cc76
Add I/O buffer length fields to mbedtls_ssl_context
by Darryl Green
· 6 years ago
a4522e8
Uniformize wording for removal of deprecated things
by Manuel Pégourié-Gonnard
· 5 years ago
10edb3e
Add comment to matching #endif
by Andres Amaya Garcia
· 7 years ago
4156ac1
Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED
by Andres Amaya Garcia
· 7 years ago
3f6cc5f
Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL
by Andres Amaya Garcia
· 7 years ago
63d813d
ssl: Disallow modification of hello.random by export
by Jaeden Amero
· 6 years ago
b9ca1b0
Fix parameter name in doxygen
by Jarno Lamsa
· 6 years ago
5c0e377
Provide serialisation API only if it's enabled
by Manuel Pégourié-Gonnard
· 6 years ago
9df5a82
Actually reset the context on save as advertised
by Manuel Pégourié-Gonnard
· 6 years ago
13c8e68
Change requirements for setting timer callback
by Manuel Pégourié-Gonnard
· 6 years ago
4b7e6b9
Add session saving/loading
by Manuel Pégourié-Gonnard
· 6 years ago
4c90e85
Add (stub) header writing and checking
by Manuel Pégourié-Gonnard
· 6 years ago
1aaf669
Implement usage checks in context_save()
by Manuel Pégourié-Gonnard
· 6 years ago
d0a86f9
Clarify documentation of mbedtls_ssl_context_load()
by Manuel Pégourié-Gonnard
· 6 years ago
6d8f128
Fix typos, grammar and wording in documentation
by Manuel Pégourié-Gonnard
· 6 years ago
ac87e28
Declare and document ssl_context_save()/load()
by Manuel Pégourié-Gonnard
· 6 years ago
f9b3303
Introduce specific error for ver/cfg mismatch on deserialization
by Hanno Becker
· 6 years ago
686adb4
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
df9bc21
Improve documentation
by Manuel Pégourié-Gonnard
· 6 years ago
7b3a887
Add list of coupled functions to struct definition
by Manuel Pégourié-Gonnard
· 6 years ago
26f982f
Improve save API by always updating olen
by Manuel Pégourié-Gonnard
· 6 years ago
b5e4e0a
Add mbedtls_ssl_get_session_pointer()
by Manuel Pégourié-Gonnard
· 6 years ago
5a6d6ec
Declare and document session save/load functions
by Manuel Pégourié-Gonnard
· 6 years ago
9a09f51
Merge remote-tracking branch 'origin/pr/2781' into development
by Jaeden Amero
· 6 years ago
6609aef
Use mbedtls-based path for includes
by Jaeden Amero
· 6 years ago
31c3b14
Documentation fixes according to review
by Jarno Lamsa
· 6 years ago
9548f11
Add missing word in documentation of mbedtls_ssl_check_record()
by Hanno Becker
· 6 years ago
b7d1dff
Fix minor issues in documentation of mbedtls_ssl_check_record()
by Hanno Becker
· 6 years ago
19f1ef7
State that record checking is DTLS only and doesn't check content type
by Hanno Becker
· 6 years ago
cfe4579
Introduce configuration option and API for SSL record checking
by Hanno Becker
· 6 years ago
1125952
Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid
by Hanno Becker
· 6 years ago
615ef17
Allow passing NULL pointers to mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
62e5afa
Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid()
by Hanno Becker
· 6 years ago
a0e20d0
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
ebcc913
Consistently reference CID draft through name + URL
by Hanno Becker
· 6 years ago
fb034e8
Improve wording of documentation of mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
5cc145d
Slightly reword documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
08cd9db
Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
08cbc0c
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
by Hanno Becker
· 6 years ago
d9d4adb
Improve wording in documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
7fefd83
Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default
by Hanno Becker
· 6 years ago
8367ccc
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
c37c96a
Add specific SSL error code for unexpected CIDs
by Hanno Becker
· 6 years ago
ddf775a
Reword CID documentation
by Hanno Becker
· 6 years ago
b1aa1b3
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
22a59fd
Remove indicators and warnings about unfinished CID implementation
by Hanno Becker
· 6 years ago
f9c6a4b
Add pointers to in/out CID fields to mbedtls_ssl_context
by Hanno Becker
· 6 years ago
ad4a137
Add CID configuration API
by Hanno Becker
· 6 years ago
8b3eb5a
Implement inner plaintext parsing/writing for CID-based connections
by Hanno Becker
· 6 years ago
1c1f046
Replace 'ingoing' -> 'incoming' in CID debug messages
by Hanno Becker
· 6 years ago
c5f2422
Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs
by Hanno Becker
· 6 years ago
064b732
Use unused extension ID as tentative ID for CID extension
by Hanno Becker
· 6 years ago
0652bc5
Add identifier for CID extension
by Hanno Becker
· 6 years ago
2f28c10
Add fields to SSL structures describing state and config of CID ext
by Hanno Becker
· 6 years ago
f1f9a82
Add warnings about status of implementation of CID API
by Hanno Becker
· 6 years ago
4f664cb
Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs
by Hanno Becker
· 6 years ago
318a87b
Document that the use of CID is disabled by default.
by Hanno Becker
· 6 years ago
019f4b5
Add API for the use of the DTLS Connection ID extension
by Hanno Becker
· 6 years ago
7525aa0
Merge remote-tracking branch 'origin/pr/2410' into development
by Jaeden Amero
· 6 years ago
51d3ab5
Add public API for tls_prf
by Ron Eldor
· 6 years ago
f5cc10d
Add an extra key export function
by Ron Eldor
· 6 years ago
abdf1c6
Document the default value for the maximum fragment length
by Krzysztof Stachowiak
· 6 years ago
6d72212
Improve clarity of mbedtls_ssl_conf_max_frag_len documentation
by k-stachowiak
· 6 years ago
db850c6
Reword ssl_conf_max_frag_len documentation
by k-stachowiak
· 6 years ago
61aa74f
Fix typos and miswording in the mbedtls_ssl_conf_max_frag_len documentation comment
by k-stachowiak
· 6 years ago
eb1bb3d
Reword ssl_conf_max_frag_len documentation to clarify its necessity
by k-stachowiak
· 6 years ago
fe71067
Merge remote-tracking branch 'origin/pr/2539' into development
by Jaeden Amero
· 6 years ago
d7ecbd6
Fix style issues and a typo
by Janos Follath
· 6 years ago
924270f
Fix typo
by Janos Follath
· 6 years ago
f345baf
Fix doxygen documentation of mbedtls_ssl_set_verify()
by Hanno Becker
· 6 years ago
8927c83
Implement context-specific verification callbacks
by Hanno Becker
· 6 years ago
726c97a
Add context-specific CRT verification callbacks
by Hanno Becker
· 6 years ago
7b58fb1
Improve documentation of mbedtls_ssl_conf_verify()
by Hanno Becker
· 6 years ago
5adaad9
Add X.509 CA callback to SSL configuration and implement setter API
by Hanno Becker
· 6 years ago
8bf74f3
Add SSL configuration API for trusted CA callbacks
by Hanno Becker
· 6 years ago
fe4ef0c
Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
by Hanno Becker
· 6 years ago
958efeb
Improve documentation of mbedtls_ssl_get_peer_cert()
by Hanno Becker
· 6 years ago
abe6f66
Remove peer CRT from mbedtls_ssl_session if new option is disabled
by Hanno Becker
· 6 years ago
9198ad1
Extend mbedtls_ssl_session by buffer holding peer CRT digest
by Hanno Becker
· 6 years ago
bb278f5
Add configuration option to remove peer CRT after handshake
by Hanno Becker
· 6 years ago
4a82c1c
Improve documentation of mbedtls_ssl_get_peer_cert()
by Hanno Becker
· 6 years ago
de5a007
Merge development commit f352f7 into development-psa
by Andrzej Kurek
· 6 years ago
c470b6b
Merge development commit 8e76332 into development-psa
by Andrzej Kurek
· 6 years ago
36e89b5
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 6 years ago
7deba18
Remove unnecessary "#" sign from PSA macros
by Andrzej Kurek
· 6 years ago
2349c4d
Adapt to the new key allocation mechanism
by Andrzej Kurek
· 7 years ago
Next »