TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
f1bc9e1c6968facfde877678761cfd599643abe3
/
library
f1bc9e1
Introduce helper functions to traverse signature hashes
by Hanno Becker
· 6 years ago
0af717b
Don't use mbedtls_ssL_set_calc_verify_md writing CertificateRequest
by Hanno Becker
· 6 years ago
627fbee
Don't offer SHA-1 in CertificateRequest message in TLS 1.2
by Hanno Becker
· 6 years ago
0a64170
Remove redundant check in mbedtls_ssl_set_calc_verify_md()
by Hanno Becker
· 6 years ago
ae3f851
Merge remote-tracking branch 'origin/pr/615' into baremetal
by Simon Butcher
· 6 years ago
feb1cee
Merge remote-tracking branch 'origin/pr/602' into baremetal
by Simon Butcher
· 6 years ago
7decea9
Simplify supported EC extension writing code
by Hanno Becker
· 6 years ago
c1096e7
Allow hardcoding single supported elliptic curve
by Hanno Becker
· 6 years ago
ee24f8c
Remove unnecessary check for presence of supported EC list
by Hanno Becker
· 6 years ago
a4a9c69
Introduce helper macro for traversal of supported EC TLS IDs
by Hanno Becker
· 6 years ago
8085588
Remove unnecessary guards in client-side EC curve extension writing
by Hanno Becker
· 6 years ago
84fb902
Work on client-provided supported EC TLS ID list in-place
by Hanno Becker
· 6 years ago
004619f
Store TLS curve ID instead of information structure
by Hanno Becker
· 6 years ago
33b9b25
Remove SSL version configuration API if versions are hardcoded
by Hanno Becker
· 6 years ago
0a92b81
Remove mbedtls_ssl_transform::minor_ver if the version is hardcoded
by Hanno Becker
· 6 years ago
18729ae
Guard RSA-only max_major/minor_ver fields from SSL handshake params
by Hanno Becker
· 6 years ago
7b628e5
Make mbedtls_ssl_read/write_version static inline
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
2881d80
Introduce getter function for max/min SSL version
by Hanno Becker
· 6 years ago
3fa1ee5
Set SSL minor version only after validation
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
133294e
Merge remote-tracking branch 'origin/mbedtls-2.16' 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
779d79d
Restore static inline qualif'n of some helpers in ssl_ciphersuites.h
by Hanno Becker
· 6 years ago
a1552ac
Use "unknown" instead of NULL as name of unknown ciphersuite
by Hanno Becker
· 6 years ago
9b3ec12
Add missing spaces at the end of comments
by Hanno Becker
· 6 years ago
f4d6b49
Allow use of continue in single-ciphersuite 'loops'
by Hanno Becker
· 6 years ago
67fb16e
Make ciphersuite helpers static inline if only one suite enabled
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
df64596
Remove ciphersuite from handshake params if single suite hardcoded
by Hanno Becker
· 6 years ago
2d46b4f
Adapt ClientHello parsing to case of single hardcoded ciphersuite
by Hanno Becker
· 6 years ago
1499027
Adapt ClientHello writing to case of single hardcoded ciphersuite
by Hanno Becker
· 6 years ago
5cce936
Add compile-time option to hardcode choice of single ciphersuite
by Hanno Becker
· 6 years ago
b09132d
Introduce framework for macro-based definitions of ciphersuites
by Hanno Becker
· 6 years ago
473f98f
Introduce ciphersuite handle type
by Hanno Becker
· 6 years ago
c041b4f
Merge remote-tracking branch 'origin/pr/2700' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
5455afd
Merge pull request #599 from ARMmbed/baremetal-ec-preparation
by Manuel Pégourié-Gonnard
· 6 years ago
d3b2fcb
Don't store client-supported ECs in heap-allocated buffer
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
b391766
Fix unused variable that happened during merge
by Manuel Pégourié-Gonnard
· 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
37261e6
Merge remote-tracking branch 'restricted/pr/601' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
417d2ce
Merge remote-tracking branch 'restricted/pr/584' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
b1d720c
Remove superfluous new line in x509.c
by Hanno Becker
· 6 years ago
3aa1216
Add comment about X.509 name comparison of buffer with itself
by Hanno Becker
· 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
bc6b598
[Fixup] Add missing PK release call in Cert Verify parsing
by Hanno Becker
· 6 years ago
7b80c64
Fix compile-time guard for optional field in struct
by Manuel Pégourié-Gonnard
· 6 years ago
93c8262
Clarify conditions related to resumption in client
by Manuel Pégourié-Gonnard
· 6 years ago
754b9f3
Introduce getter function for renego_status
by Manuel Pégourié-Gonnard
· 6 years ago
3652e99
Add getter function for handshake->resume
by Manuel Pégourié-Gonnard
· 6 years ago
44b1076
Remove now-redundant code
by Manuel Pégourié-Gonnard
· 6 years ago
594a1bb
Fix a few style issues
by Manuel Pégourié-Gonnard
· 6 years ago
29f2dd0
Address review comments
by Jarno Lamsa
· 6 years ago
dbf6073
Fix ssl_cli resumption guards
by Jarno Lamsa
· 6 years ago
4f74f6d
Fix check-files, check-names and check-generated-features
by Jarno Lamsa
· 6 years ago
5165169
Fix test issues
by Jarno Lamsa
· 6 years ago
59bd12b
Add new config MBEDTLS_SSL_SESSION_RESUMPTION
by Jarno Lamsa
· 6 years ago
7be1406
Add config MBEDTLS_SSL_SESSION_CACHE
by Jarno Lamsa
· 6 years ago
410322f
Fix guard controlling whether nested acquire calls are allowed
by Hanno Becker
· 6 years ago
abd929c
Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19
by Hanno Becker
· 6 years ago
fc99a09
Don't allow nested CRT acquire()-calls if MBEDTLS_X509_ALWAYS_FLUSH
by Hanno Becker
· 6 years ago
a4bfaa8
Make X.509 CRT cache reference counting unconditional
by Hanno Becker
· 6 years ago
2224ccf
Don't use assertion for failures of mbedtls_x509_crt_x_acquire()
by Hanno Becker
· 6 years ago
ed05888
x509_crt.c: Add blank line to increase readability
by Hanno Becker
· 6 years ago
35b86a8
[FIXUP] Fix bug in ASN.1 traversal of silently ignored tag
by Hanno Becker
· 6 years ago
08d3412
Move signature-info extraction out of MBEDTLS_X509_REMOVE_INFO
by Hanno Becker
· 6 years ago
040c564
Fix certificate validity checking logic to work with !TIME_DATE
by Hanno Becker
· 6 years ago
97aa436
Simplify X.509 CRT version check in UID parsing
by Hanno Becker
· 6 years ago
e908412
Simplify logic for issuer/subject ID parsing
by Hanno Becker
· 6 years ago
fd64f14
Remove redundant CRT version check during CRT parsing
by Hanno Becker
· 6 years ago
b36a245
Add comment to #endif indicating which condition was guarded
by Hanno Becker
· 6 years ago
484caf0
Consistently use (type *) instead of (type*) for pointer conversion
by Hanno Becker
· 6 years ago
2ba9fbd
Allow multiple concurrent readers for X.509 CRT frame and PK context
by Hanno Becker
· 6 years ago
5f268b3
Don't allow change of CRT frame returned by x509_crt_frame_acquire()
by Hanno Becker
· 6 years ago
1250623
Mark CRT frame argument to mbedtls_x509_xxx_from_frame() constant
by Hanno Becker
· 6 years ago
fd5c185
Use uint16_t to store key usage field in X.509 CRT
by Hanno Becker
· 6 years ago
54f1c2c
Rename MBEDTLS_X509_SAFE_SNPRINTF_WITH_ERROR to _WITH_CLEANUP
by Hanno Becker
· 6 years ago
f332a97
Add ASN.1 API to free linked list representation of ASN.1 sequences
by Hanno Becker
· 6 years ago
7b8e11e
Avoid allocating empty buffers when handling length-0 CRTs
by Hanno Becker
· 6 years ago
529f25d
Don't use mbedtls_asn1_get_sequence_of() in x509_crt.c
by Hanno Becker
· 6 years ago
15b73b4
Correct placement of comment on X.509 SAN parsing
by Hanno Becker
· 6 years ago
e452add
Comment on return value type in two internal X.509 functions
by Hanno Becker
· 6 years ago
be0cf9b
Improve formatting in x509.c
by Hanno Becker
· 6 years ago
f6bc888
Move declarations of internal X.509 functions to separate header
by Hanno Becker
· 6 years ago
1421246
Update version_features.c
by Hanno Becker
· 6 years ago
7642835
Move existence check for pk/frame to mbedtls_x509_crt_provide_xxx()
by Hanno Becker
· 6 years ago
Next »