summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3_cbc.c: fix warning [in Windows build].Andy Polyakov2013-02-081-3/+3
* e_aes_cbc_hmac_sha1.c: align calculated MAC at cache line.Andy Polyakov2013-02-081-36/+43
* ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov2013-02-087-59/+43
* Fix for EXP-RC2-CBC-MD5Adam Langley2013-02-062-9/+47
* e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.Andy Polyakov2013-02-061-0/+2
* e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov2013-02-064-40/+208
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-067-31/+38
* Don't access EVP_MD_CTX internals directly.Dr. Stephen Henson2013-02-061-2/+2
* s3/s3_cbc.c: allow for compilations with NO_SHA256|512.Andy Polyakov2013-02-061-1/+18
* ssl/s3_cbc.c: md_state alignment portability fix.Andy Polyakov2013-02-061-15/+16
* ssl/s3_cbc.c: uint64_t portability fix.Andy Polyakov2013-02-061-11/+6
* typo.Dr. Stephen Henson2013-02-061-1/+1
* Add ordinal for CRYPTO_memcmp: since this will affect multipleDr. Stephen Henson2013-02-061-0/+1
* Timing fix mitigation for FIPS mode.Dr. Stephen Henson2013-02-063-0/+62
* Oops. Add missing file.Ben Laurie2013-02-061-0/+696
* Update DTLS code to match CBC decoding in TLS.Ben Laurie2013-02-065-57/+67
* Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie2013-02-065-7/+24
* Make CBC decoding constant time.Ben Laurie2013-02-069-197/+214
* Add and use a constant-time memcmp.Ben Laurie2013-02-069-8/+27
* Fix for trace code: SSL3 doesn't include a length value forDr. Stephen Henson2013-02-041-1/+10
* x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov2013-02-022-2/+4
* Don't use C++ style comments.Dr. Stephen Henson2013-01-241-15/+15
* Fix warning: lenmax isn't used any more.Dr. Stephen Henson2013-01-241-2/+0
* Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP setDr. Stephen Henson2013-01-231-0/+2
* fix domdDr. Stephen Henson2013-01-231-1/+1
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-2217-17/+34
* TABLE update.Andy Polyakov2013-01-221-9/+42
* Configure: update linux-mips* lines.Andy Polyakov2013-01-221-3/+3
* bn/asm/mips.pl: hardwire local call to bn_div_words.Andy Polyakov2013-01-221-1/+1
* sha512-ppc.pl: minimize stack frame.Andy Polyakov2013-01-221-4/+2
* gost2814789t.c: portability fixes.Andy Polyakov2013-01-221-20/+38
* Fix warnings.Ben Laurie2013-01-211-1/+2
* Don't include comp.h if no-comp set.Dr. Stephen Henson2013-01-201-1/+2
* Improve WINCE support.Andy Polyakov2013-01-199-11/+32
* Merge branch 'master' of openssl.net:opensslBen Laurie2013-01-191-0/+1
|\
| * More .gitignore adjustments.Andy Polyakov2013-01-191-0/+1
* | Merge branch 'master' of openssl.net:opensslBen Laurie2013-01-196-6/+1902
|\ \ | |/
| * gost_crypt.c: add assertions.Andy Polyakov2013-01-191-0/+11
| * engines/ccgost: add test case.Andy Polyakov2013-01-193-3/+1600
| * sha512-ppc.pl: add PPC32 code, >2x improvement on in-order cores.Andy Polyakov2013-01-192-3/+291
* | Remove kludge to use RC4 asm.Ben Laurie2013-01-191-1/+1
* | Build/test cleanly on MacOS.Ben Laurie2013-01-191-1/+1
* | Remove extraneous brackets (clang doesn't like them).Ben Laurie2013-01-191-1/+1
* | Can't check a size_t for < 0.Ben Laurie2013-01-191-1/+3
* | Make "make depend" work on MacOS out of the box.Ben Laurie2013-01-198-57/+70
|/
* .gitignore adjustmentsAndy Polyakov2013-01-191-0/+12
* Typo (PR2959).Dr. Stephen Henson2013-01-171-1/+1
* Fix some clang warnings.Ben Laurie2013-01-138-67/+68
* Correct EVP_PKEY_verifyrecover to EVP_PKEY_verify_recover (RT 2955).Ben Laurie2013-01-129-19/+19
* Change default bits to 1024Dr. Stephen Henson2013-01-071-1/+1