TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/mbedtls-2.0
/
library
/
ssl_srv.c
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
e6efa6f
manually merge 9f98251 make extKeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
53c76c0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
ce60fbe
Fix potential timing difference with RSA PMS
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
abb6744
Rename md_init_ctx() to md_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
4063ceb
Make hmac_ctx optional
by Manuel Pégourié-Gonnard
· 10 years ago
7da726b
Remove calls to xxx_hmac() from SSL modules
by Manuel Pégourié-Gonnard
· 10 years ago
ca878db
Make md_info_t an opaque structure
by Manuel Pégourié-Gonnard
· 10 years ago
a78b218
Fix contness of debug_print_buf()
by Manuel Pégourié-Gonnard
· 10 years ago
852a6d3
Rename ssl.renegotiation to ssl.renego_status
by Manuel Pégourié-Gonnard
· 10 years ago
a06d7fe
Avoid possible spurious warning with gcc -Os
by Manuel Pégourié-Gonnard
· 10 years ago
69849f8
Drop renego state from context if no renego support
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
ed99d70
Rename macro to avoid possible future collision
by Manuel Pégourié-Gonnard
· 10 years ago
2f5a1b4
Rename SSL_RENEGOTIATION macro
by Manuel Pégourié-Gonnard
· 10 years ago
998897b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
2ee8d24
Simplify some constant-time code
by Manuel Pégourié-Gonnard
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
f7d2bba
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
6674cce
Fix potential timing issue in RSA pms handling
by Manuel Pégourié-Gonnard
· 10 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 11 years ago
607d663
Add debug info for cert/suite selection
by Manuel Pégourié-Gonnard
· 11 years ago
df6411d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
eab72e2
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
3a173f4
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
59c6f2e
Avoid nested if's without braces.
by Manuel Pégourié-Gonnard
· 11 years ago
67505bf
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
bfccdd3
Merge commit '36adc36' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
b89c4f3
Fixes for the renego-option merge
by Manuel Pégourié-Gonnard
· 11 years ago
0af1ba3
Merge commit 'f6080b8' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
edb7ed3
Merge commit 'd7e2483' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
5b8f7ea
Merge new security defaults for programs (RC4 disabled, SSL3 disabled)
by Paul Bakker
· 11 years ago
c82b7e2
Merge option to disable truncated hmac on the server-side
by Paul Bakker
· 11 years ago
e522d0f
Merge smarter certificate selection for pre-TLS-1.2 clients
by Paul Bakker
· 11 years ago
f6080b8
Merge support for enabling / disabling renegotiation support at compile-time
by Paul Bakker
· 11 years ago
d7e2483
Merge miscellaneous fixes into development
by Paul Bakker
· 11 years ago
bd47a58
Add ssl_set_arc4_support()
by Manuel Pégourié-Gonnard
· 11 years ago
e117a8f
Make truncated hmac a runtime option server-side
by Manuel Pégourié-Gonnard
· 11 years ago
f01768c
Specific error for suites in common but none good
by Manuel Pégourié-Gonnard
· 11 years ago
df331a5
Prefer SHA-1 certificates for pre-1.2 clients
by Manuel Pégourié-Gonnard
· 11 years ago
6458e3b
Some more refactoring/tuning.
by Manuel Pégourié-Gonnard
· 11 years ago
846ba47
Minor refactoring
by Manuel Pégourié-Gonnard
· 11 years ago
d942323
Skip signature_algorithms ext if PSK only
by Manuel Pégourié-Gonnard
· 11 years ago
eaecbd3
Fix warning in reduced configs
by Manuel Pégourié-Gonnard
· 11 years ago
615e677
Make renegotiation a compile-time option
by Manuel Pégourié-Gonnard
· 11 years ago
f9d778d
Merge branch 'etm' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
56d985d
Merge branch 'session-hash' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
fedba98
Merge branch 'fb-scsv' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
b575b54
Forbid extended master secret with SSLv3
by Manuel Pégourié-Gonnard
· 11 years ago
78e745f
Don't send back EtM extension if not using CBC
by Manuel Pégourié-Gonnard
· 11 years ago
699cafa
Implement initial negotiation of EtM
by Manuel Pégourié-Gonnard
· 11 years ago
01b2699
Implement FALLBACK_SCSV server-side
by Manuel Pégourié-Gonnard
· 11 years ago
367381f
Add negotiation of Extended Master Secret
by Manuel Pégourié-Gonnard
· 11 years ago
8a7cf25
Add a few #ifdefs
by Manuel Pégourié-Gonnard
· 11 years ago
579950c
Fix bug with non-blocking I/O and cookies
by Manuel Pégourié-Gonnard
· 11 years ago
7de3c9e
Count timeout per flight, not per message
by Manuel Pégourié-Gonnard
· 11 years ago
f03c7aa
Add replay detection in parse_client_hello()
by Manuel Pégourié-Gonnard
· 11 years ago
Next »