Rich Salz
|
efa7dd6444
free NULL cleanup 11
|
9 years ago |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 years ago |
Viktor Dukhovni
|
61986d32f3
Code style: space after 'if'
|
9 years ago |
Matt Caswell
|
14daae5a62
Move ssl3_record_sequence_update into record layer
|
9 years ago |
Matt Caswell
|
de07f311ce
Move read_sequence and write_sequence from s->s3 to s->rlayer
|
9 years ago |
Matt Caswell
|
bd2e3a9512
Introduce macro RECORD_LAYER_setup_comp_buffer
|
9 years ago |
Matt Caswell
|
02a36fdae8
Move more SSL3_RECORD oriented functions into ssl3_record.c
|
9 years ago |
Matt Caswell
|
92ffa83d8b
Encapsulate s->s3->wrec
|
9 years ago |
Matt Caswell
|
258f8721a5
Encapsulate s->s3->rrec
|
9 years ago |
Rich Salz
|
ca3a82c3b3
free NULL cleanup
|
9 years ago |
Matt Caswell
|
69f6823748
Fix missing return value checks
|
9 years ago |
Matt Caswell
|
c9dd49a751
Cleanse buffers
|
9 years ago |
Matt Caswell
|
35a1cc90bc
More comment realignment
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
e636e2acd7
Fix source where indent will not be able to cope
|
9 years ago |
Matt Caswell
|
23a22b4cf7
More comments
|
9 years ago |
Jonas Maebe
|
bf8e7047aa
ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_dgst
|
11 years ago |
Dr. Stephen Henson
|
00b4ee7664
Remove some unnecessary OPENSSL_FIPS references
|
10 years ago |
Kurt Roeckx
|
45f55f6a5b
Remove SSLv2 support
|
10 years ago |
Matt Caswell
|
fe78f08d15
Add checks to the return value of EVP_Cipher to prevent silent encryption failure.
|
10 years ago |
Bodo Moeller
|
cf6da05304
Support TLS_FALLBACK_SCSV.
|
10 years ago |
Justin Blanchard
|
f756fb430e
RT1815: More const'ness improvements
|
10 years ago |
Matt Caswell
|
687721a7dc
Fixed incorrect return code handling in ssl3_final_finish_mac.
|
10 years ago |
Matt Caswell
|
043fd64689
Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"
|
10 years ago |
Matt Caswell
|
2f1dffa88e
Fixed incorrect return code handling in ssl3_final_finish_mac
|
10 years ago |
Dr. Stephen Henson
|
5e3ff62c34
Experimental encrypt-then-mac support.
|
11 years ago |
Veres Lajos
|
478b50cf67
misspellings fixes by https://github.com/vlajos/misspell_fixer
|
11 years ago |
Andy Polyakov
|
dd7e60bd70
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
|
11 years ago |
Andy Polyakov
|
2aec073a52
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
|
11 years ago |
Ben Laurie
|
e33ac0e71d
Update DTLS code to match CBC decoding in TLS.
|
11 years ago |