TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/archive/mbedtls-1.4
/
library
/
ssl_srv.c
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
· 11 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
5d8ba53
Expand and fix resend infrastructure
by Manuel Pégourié-Gonnard
· 11 years ago
5ee9654
Add length checks in parse_certificate_verify()
by Manuel Pégourié-Gonnard
· 11 years ago
7222621
Merge checks in ssl_parse_certificate_verify()
by Manuel Pégourié-Gonnard
· 11 years ago
4528f3f
No memmove: parse_certificate_verify()
by Manuel Pégourié-Gonnard
· 11 years ago
2114d72
No memmove: ssl_parse_client_key_exchange()
by Manuel Pégourié-Gonnard
· 11 years ago
f899583
Prepare moving away from memmove() on incoming HS
by Manuel Pégourié-Gonnard
· 11 years ago
19d438f
Get rid of memmove for DTLS in parse_client_hello()
by Manuel Pégourié-Gonnard
· 11 years ago
1aa586e
Check handshake message_seq field
by Manuel Pégourié-Gonnard
· 11 years ago
d9ba0d9
Prepare for checking incoming handshake seqnum
by Manuel Pégourié-Gonnard
· 11 years ago
30d16eb
Fix client-initiated renegotiation with DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
b35fe56
Fix HelloVerifyRequest version handling
by Manuel Pégourié-Gonnard
· 11 years ago
7d38d21
Allow disabling HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 11 years ago
232edd4
Move cookie callbacks implementation to own module
by Manuel Pégourié-Gonnard
· 11 years ago
d485d19
Move to a callback interface for DTLS cookies
by Manuel Pégourié-Gonnard
· 11 years ago
d7f9bc5
Refactor cookie to prepare for external callbacks
by Manuel Pégourié-Gonnard
· 11 years ago
82202f0
Make DTLS_HELLO_VERIFY a compile option
by Manuel Pégourié-Gonnard
· 11 years ago
98545f1
Generate random key for HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 11 years ago
dd3cdb0
Start using client IP in HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 11 years ago
43c0218
Add ssl_set_client_transport_id()
by Manuel Pégourié-Gonnard
· 11 years ago
2c9ee81
Start adding srv support for hello verify request
by Manuel Pégourié-Gonnard
· 11 years ago
a0e1632
Do not use compression with DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
5d53cbe
Fix length check in ssl_write_ticket()
by Manuel Pégourié-Gonnard
· 11 years ago
b2f3be8
Support multiple records in one datagram
by Manuel Pégourié-Gonnard
· 11 years ago
d6b721c
More ssl_parse_client_hello() adjustments
by Manuel Pégourié-Gonnard
· 11 years ago
4128aa7
Add the 'cookie' field of DTLS ClientHello
by Manuel Pégourié-Gonnard
· 11 years ago
8933a65
Rework ssl_parse_client_hello() a bit
by Manuel Pégourié-Gonnard
· 11 years ago
e89bcf0
Write new DTLS handshake fields correctly
by Manuel Pégourié-Gonnard
· 11 years ago
ce441b3
Add space for new DTLS fields in handshake
by Manuel Pégourié-Gonnard
· 11 years ago
0619348
Add explicit counter in DTLS record header
by Manuel Pégourié-Gonnard
· 11 years ago
507e1e4
Prep: allow {in,out}_len != {in,out}_hdr + 3
by Manuel Pégourié-Gonnard
· 11 years ago
abc7e3b
Handle DTLS version encoding and fix some checks
by Manuel Pégourié-Gonnard
· 11 years ago
d666451
Add a ciphersuite NODTLS flag
by Manuel Pégourié-Gonnard
· 11 years ago
43c3b28
Fix memory leak with crafted ClientHello
by Manuel Pégourié-Gonnard
· 11 years ago
480905d
Fix selection of hash from sig_alg ClientHello ext.
by Manuel Pégourié-Gonnard
· 11 years ago
84bbeb5
Adapt cipher and MD layer with _init() and _free()
by Paul Bakker
· 11 years ago
accaffe
Restructure ssl_handshake_init() and small fixes
by Paul Bakker
· 11 years ago
5b4af39
Add _init() and _free() for hash modules
by Paul Bakker
· 11 years ago
d27680b
Clarify code using PSK callback
by Manuel Pégourié-Gonnard
· 11 years ago
14beb08
Fix missing const
by Manuel Pégourié-Gonnard
· 11 years ago
08e81e0
Change selection of hash algorithm for TLS 1.2
by Manuel Pégourié-Gonnard
· 11 years ago
dd0c0f3
Better usage of dhm_calc_secret in SSL
by Manuel Pégourié-Gonnard
· 11 years ago
4d2a8eb
SSL modules now using x509_crt_parse_der()
by Manuel Pégourié-Gonnard
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
db20c10
Add #endif comments for #endif more than 10 lines from #if / #else
by Paul Bakker
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
14877e6
Remove unused 'ret' variable
by Paul Bakker
· 11 years ago
14b16c6
Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker)
by Paul Bakker
· 11 years ago
0f651c7
Stricter check on SSL ClientHello internal sizes compared to actual packet size
by Paul Bakker
· 11 years ago
61edffe
Normalize "should never happen" messages/errors
by Manuel Pégourié-Gonnard
· 11 years ago
b9e4e2c
Fix formatting: fix some 'easy' > 80 length lines
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
Next »