Richard Levitte
|
bfb0641f93
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
|
9 years ago |
Richard Levitte
|
6e59a892db
Adjust all accesses to EVP_MD_CTX to use accessor functions.
|
9 years ago |
Viktor Dukhovni
|
5c649375dd
Good hygiene with size_t output argument.
|
9 years ago |
Matt Caswell
|
5f3d93e4a3
Ensure all EVP calls have their returns checked where appropriate
|
9 years ago |
Richard Levitte
|
6857079791
Identify and move OpenSSL internal header files
|
9 years ago |
Matt Caswell
|
29b0a15a48
Add sanity check in ssl3_cbc_digest_record
|
9 years ago |
Matt Caswell
|
02a36fdae8
Move more SSL3_RECORD oriented functions into ssl3_record.c
|
9 years ago |
Rich Salz
|
474e469bbd
OPENSSL_NO_xxx cleanup: SHA
|
9 years ago |
Matt Caswell
|
35a1cc90bc
More comment realignment
|
9 years ago |
Matt Caswell
|
50e735f9e5
Re-align some comments after running the reformat script.
|
10 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
3a83462dfe
Further comment amendments to preserve formatting prior to source reformat
|
10 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Dr. Stephen Henson
|
00b4ee7664
Remove some unnecessary OPENSSL_FIPS references
|
10 years ago |
Emilia Kasper
|
294d1e36c2
RT3066: rewrite RSA padding checks to be slightly more constant time.
|
10 years ago |
Emilia Kasper
|
5a3d21c058
Constant-time utilities
|
10 years ago |
Veres Lajos
|
478b50cf67
misspellings fixes by https://github.com/vlajos/misspell_fixer
|
11 years ago |
Dr. Stephen Henson
|
cbd64894ec
Use enc_flags when deciding protocol variations.
|
11 years ago |
Ben Laurie
|
0850f11855
Fix ignored return value warnings.
|
11 years ago |
David Woodhouse
|
d980abb22e
Check DTLS_BAD_VER for version number.
|
11 years ago |
Andy Polyakov
|
f93a41877d
s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
|
11 years ago |
Andy Polyakov
|
c98a45452b
s3_cbc.c: get rid of expensive divisions.
|
11 years ago |
Andy Polyakov
|
0e4f7045ea
s3_cbc.c: fix warning [in Windows build].
|
11 years ago |
Andy Polyakov
|
dd7e60bd70
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
|
11 years ago |
Adam Langley
|
32620fe9d1
Fix for EXP-RC2-CBC-MD5
|
11 years ago |
Andy Polyakov
|
9970308c88
e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.
|
11 years ago |
Andy Polyakov
|
2aec073a52
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
|
11 years ago |
Dr. Stephen Henson
|
b714a1fe09
Don't access EVP_MD_CTX internals directly.
|
11 years ago |
Andy Polyakov
|
bbb4ee8574
s3/s3_cbc.c: allow for compilations with NO_SHA256|512.
|
11 years ago |
Andy Polyakov
|
4af91ec072
ssl/s3_cbc.c: md_state alignment portability fix.
|
11 years ago |