TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/mbedtls-2.7
/
library
/
ssl_srv.c
9fc67f0
Backport 2.7: Fix use of uinitialized memory in ssl_parse_encrypted_pms
by André Maroneze
· 4 years, 8 months ago
44bfbe3
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
4e9f712
Update license headers to Apache-2.0 OR GPL-2.0-or-later
by Bence Szépkúti
· 5 years ago
8fd9156
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
f37a99e
Merge remote-tracking branch 'upstream-public/pr/1814' into mbedtls-2.7
by Jaeden Amero
· 7 years ago
33e5c32
Fixes different off by ones
by Philippe Antoine
· 7 years ago
c32b3b7
Add ecc extensions only if ecc ciphersuite is used
by Ron Eldor
· 7 years ago
49de6b8
Compilation warning fixes on 32b platfrom with IAR
by Simon Butcher
· 7 years ago
bb5e1c3
Fix multiple quality issues in the source
by Simon Butcher
· 7 years ago
784de59
Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted
by Jaeden Amero
· 8 years ago
66954e1
Merge branch 'development' into development-restricted
by Jaeden Amero
· 8 years ago
005239e
Merge remote-tracking branch 'upstream-public/pr/1294' into development
by Jaeden Amero
· 8 years ago
41b40e6
Merge remote-tracking branch 'upstream-restricted/pr/441' into development-restricted
by Gilles Peskine
· 8 years ago
aaaa98c
Merge branch 'development-proposed' into development-restricted
by Gilles Peskine
· 8 years ago
d91f2a2
Merge branch 'development' into iotssl-1251-2.7
by Gilles Peskine
· 8 years ago
239987f
Fix heap-buffer overread in ALPN ext parsing
by Manuel Pégourié-Gonnard
· 8 years ago
1a2640c
Merge branch 'iotssl-1368-unsafe-bounds-check-psk-identity-merge' into development-restricted
by Gilles Peskine
· 8 years ago
27b34d5
Wrong identifier used to check Encrypt-then-MAC flag
by Hanno Becker
· 8 years ago
73a3817
Parse Signature Algorithm ext when renegotiating
by Ron Eldor
· 8 years ago
8dd73e6
Parse Signature Algorithm ext when renegotiating
by Ron Eldor
· 8 years ago
ab74056
Make use of `mbedtls_dhm_set_group` when generating DHM params
by Hanno Becker
· 8 years ago
46f5a3e
Check return codes from MD in ssl code
by Andres Amaya Garcia
· 8 years ago
d21d625
Change ssl_srv to new MD API and check return code
by Andres Amaya Garcia
· 8 years ago
83c9f49
Prevent bounds check bypass through overflow in PSK identity parsing
by Hanno Becker
· 8 years ago
ddc6e52
Merge remote-tracking branch 'gilles/iotssl-1223/development' into development
by Manuel Pégourié-Gonnard
· 8 years ago
383a118
Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development
by Manuel Pégourié-Gonnard
· 8 years ago
23b33f8
Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development
by Manuel Pégourié-Gonnard
· 8 years ago
d50177f
Fix FALLBACK_SCSV parsing
by Gilles Peskine
· 8 years ago
088ce43
Implement optional CA list suppression in Certificate Request
by Janos Follath
· 8 years ago
cf7ae7e
Improve documentation
by Hanno Becker
· 8 years ago
0d0cd4b
Split long lines
by Hanno Becker
· 8 years ago
7e5437a
Remember suitable hash function for any signature algorithm.
by Hanno Becker
· 8 years ago
1aa267c
Introduce macros and functions to characterize certain ciphersuites.
by Hanno Becker
· 8 years ago
c94f735
Ignore failures when sending fatal alerts
by Gilles Peskine
· 8 years ago
1cc8e34
Send TLS alerts in many more cases
by Gilles Peskine
· 8 years ago
f982852
Balanced braces across preprocessor conditionals
by Gilles Peskine
· 8 years ago
9900014
Merge fix for IE Certificate Compatibility
by Simon Butcher
· 9 years ago
29f221f
Fix guards in SSL for ECDH key exchanges
by Paul Bakker
· 9 years ago
b5b6af2
Puts platform time abstraction into its own header
by Simon Butcher
· 9 years ago
584a547
Fix whitespace and formatting in ssl_srv.c
by Simon Butcher
· 9 years ago
c6dab2b
Fix non compliance SSLv3 in server extension handling.
by Janos Follath
· 9 years ago
d5800b7
Abstracts away time()/stdlib.h into platform
by SimonB
· 9 years ago
9d62412
Add note about not implementing PSK id_hint
by Manuel Pégourié-Gonnard
· 9 years ago
7f17155
Avoid seemingly-possible overflow
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
5674a97
Fix compilers warnings in reduced configs
by Manuel Pégourié-Gonnard
· 10 years ago
ae8535d
Changed defs. back to MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
by Robert Cragie
· 10 years ago
39a60de
Correct overwritten fixes
by Robert Cragie
· 10 years ago
136884c
Use MBEDTLS_ECJPAKE_C def. for correct conditional compilation
by Robert Cragie
· 10 years ago
bc1babb
Fix potential overflow in CertificateRequest
by Manuel Pégourié-Gonnard
· 10 years ago
faee44d
Avoid false positives in bounds check
by Manuel Pégourié-Gonnard
· 10 years ago
0f1660a
Implement key exchange messages and PMS derivation
by Manuel Pégourié-Gonnard
· 10 years ago
25dbeb0
Skip certificate-related messages with ECJPAKE
by Manuel Pégourié-Gonnard
· 10 years ago
55c7f99
Add server writing of the extension
by Manuel Pégourié-Gonnard
· 10 years ago
bf57be6
Add server extension parsing
by Manuel Pégourié-Gonnard
· 10 years ago
e511b4e
Ignore ECJPAKE suite if not configured on server
by Manuel Pégourié-Gonnard
· 10 years ago
c1b46d0
Fix bug in server parsing point formats extension
by Manuel Pégourié-Gonnard
· 10 years ago
eef142d
Depend on ECJPAKE key exchange, not module
by Manuel Pégourié-Gonnard
· 10 years ago
f7022d1
Fix bug in server parsing point formats extension
by Manuel Pégourié-Gonnard
· 10 years ago
f472179
Adjust dependencies for EC extensions
by Manuel Pégourié-Gonnard
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
4cc8c63
Add test for extensionless ClientHello
by Manuel Pégourié-Gonnard
· 10 years ago
cb0d212
Fix level of some debug messages
by Manuel Pégourié-Gonnard
· 10 years ago
b076116
Fix one debug message
by Manuel Pégourié-Gonnard
· 10 years ago
e540b49
Add one more debug message
by Manuel Pégourié-Gonnard
· 10 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 10 years ago
dba460f
Add SSL "assertion" to help static analysis
by Manuel Pégourié-Gonnard
· 10 years ago
bae389b
Fix uninitialized access
by Manuel Pégourié-Gonnard
· 10 years ago
b86145e
Avoid potential NULL dereference.
by Manuel Pégourié-Gonnard
· 10 years ago
b9c93d0
Fix earlier incomplete change in RSA PMS reading
by Manuel Pégourié-Gonnard
· 10 years ago
1938975
Avoid dead stores (makes scan-build happier)
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
7bfc122
Implement sig_hashes
by Manuel Pégourié-Gonnard
· 10 years ago
b541da6
Fix define for ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 10 years ago
3335205
Avoid in-out length in dhm_calc_secret()
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
7551cb9
Replace malloc with calloc
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
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
b0394be
Further adapt prototypes of ticket functions
by Manuel Pégourié-Gonnard
· 10 years ago
69f1728
Adapt prototypes of ticket handling functions
by Manuel Pégourié-Gonnard
· 10 years ago
a4a4735
Rename & move ticket functions to ticket module
by Manuel Pégourié-Gonnard
· 10 years ago
66dc555
mbedtls_ssl_conf_arc4_support() depends on ARC4_C
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
e3a062b
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
by Manuel Pégourié-Gonnard
· 10 years ago
8b431fb
Fix dependency issues
by Manuel Pégourié-Gonnard
· 10 years ago
6729e79
Rename ssl_set_xxx() to ssl_conf_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
22bfa4b
Add ssl_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 10 years ago
1af6c85
Add ssl_set_hs_own_cert()
by Manuel Pégourié-Gonnard
· 10 years ago
8f618a8
Rework ssl_set_own_cert() internals
by Manuel Pégourié-Gonnard
· 10 years ago
750e4d7
Move ssl_set_rng() to act on config
by Manuel Pégourié-Gonnard
· 10 years ago
5cb3308
Merge contexts for session cache
by Manuel Pégourié-Gonnard
· 10 years ago
1028b74
Upgrade default DHM params size
by Manuel Pégourié-Gonnard
· 10 years ago
2b49445
Move session ticket keys to conf
by Manuel Pégourié-Gonnard
· 10 years ago
d36e33f
Move easy ssl_set_xxx() functions to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
7ca4e4d
Move things to conf substructure
by Manuel Pégourié-Gonnard
· 10 years ago
331ba57
Fix some additional renaming issues
by Manuel Pégourié-Gonnard
· 10 years ago
Next »