summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson2014-07-013-1/+24
* Test copying of contexts in evp_test.Dr. Stephen Henson2014-07-011-36/+51
* Make depend.Ben Laurie2014-06-307-272/+304
* Fix copy for CCM, GCM and XTS.Dr. Stephen Henson2014-06-301-2/+40
* Don't core dump when using CMAC with dgst.Dr. Stephen Henson2014-06-291-2/+8
* Clarified that the signature's buffer size, `s`, is not used as anJeffrey Walton2014-06-291-3/+5
* More constification.Ben Laurie2014-06-292-6/+6
* Make EVP_CIPHER_CTX_copy work in GCM mode.ZNV2014-06-291-1/+18
* Add 3072, 7680 and 15360 bit RSA tests to openssl speedOscar Jacobsson2014-06-292-6/+1510
* Constification - mostly originally from Chromium.Ben Laurie2014-06-299-52/+56
* Merge branch 'master' of git.openssl.org:opensslRich Salz2014-06-2927-58/+86
|\
| * Fix memory leak.Dr. Stephen Henson2014-06-291-0/+4
| * Typo.Ken Ballou2014-06-291-1/+1
| * Show errors on CSR verification failure.Dr. Stephen Henson2014-06-291-0/+2
| * Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson2014-06-293-11/+5
| * Clarify protocols supported.Dr. Stephen Henson2014-06-292-10/+28
| * Handle BER length encoding.Dr. Stephen Henson2014-06-291-2/+8
| * x86_64 assembly pack: refine clang detection.Andy Polyakov2014-06-2813-24/+30
| * Typo.Dr. Stephen Henson2014-06-281-1/+1
| * Don't disable state strings with no-ssl2Dr. Stephen Henson2014-06-281-4/+1
| * Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar2014-06-281-1/+1
| * Fix typo in ideatest.cAndreas Westfeld2014-06-281-3/+3
| * Remove redundant check.Ken Ballou2014-06-271-1/+1
| * Fix for EVP_PBE_alg_add().Dr. Stephen Henson2014-06-271-1/+1
| * bn/asm/rsaz-avx2.pl: fix occasional failures.Andy Polyakov2014-06-271-0/+1
* | Fix typo in message (RT 3107)Rich Salz2014-06-291-1/+1
|/
* RT 487. Mention that generated primes are "at least" B<bits> long.Rich Salz2014-06-271-1/+1
* Tolerate critical AKID in CRLs.Dr. Stephen Henson2014-06-271-0/+1
* Add SHA256 Camellia ciphersuites from RFC5932PK2014-06-272-0/+226
* Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade2014-06-271-1/+12
* Don't advertise ECC ciphersuits in SSLv2 compatible client hello.Tomas Mraz2014-06-271-0/+7
* Clarify docs.Jeffrey Walton2014-06-271-0/+2
* Rebuild OID table.Dr. Stephen Henson2014-06-271-1784/+1777
* Fix OID encoding for one component.Dr. Stephen Henson2014-06-271-1/+1
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-2711-11/+62
* Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala2014-06-261-0/+1
* Remove ancient obsolete files under pkcs7.Dr. Stephen Henson2014-06-2634-2865/+0
* bn_exp.c: move check for AD*X to rsaz-avx2.pl.Andy Polyakov2014-06-272-2/+14
* aesp8-ppc.pl: rigid input verification in key setup.Andy Polyakov2014-06-251-2/+22
* aesv8-armx.pl: rigid input verification in key setup.Andy Polyakov2014-06-251-1/+20
* x86_64 assembly pack: addendum to last clang commit.Andy Polyakov2014-06-2412-12/+12
* x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov2014-06-2412-0/+44
* aesv8-armx.pl: inclrease interleave factor.Andy Polyakov2014-06-241-245/+206
* ARMv8 assembly pack: add Cortex performance numbers.Andy Polyakov2014-06-243-4/+12
* One more typo when changing !result to result <= 0Viktor Dukhovni2014-06-231-1/+1
* Fix typo in last commitViktor Dukhovni2014-06-221-1/+1
* Multiple verifier reference identities.Viktor Dukhovni2014-06-226-21/+126
* Implement sk_deep_copy.Viktor Dukhovni2014-06-224-7/+141
* More complete input validation of X509_check_mumbleViktor Dukhovni2014-06-221-3/+29
* X509_check_mumble() failure is <= 0, not just 0Viktor Dukhovni2014-06-221-3/+3