aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove all .cvsignore filesRich Salz2014-11-2865-288/+0
* Check for FindNextFile when defining it rather than FindFirstFileRichard Levitte2014-11-281-1/+1
* RT2679: Fix error if keysize too shortAnnie Yousar2014-11-201-2/+2
* RT3488: Update doc for OPENSSL_configRich Salz2014-11-201-0/+1
* When using EVP_PKEY_derive with a KDF set, a negative error fromMatt Caswell2014-11-201-2/+2
* Don't use msg on error.Jan Hykel2014-11-171-7/+7
* Add missing SRC variableMike Bland2014-11-161-0/+1
* Remove redundant test targets outside of test/Mike Bland2014-11-163-9/+0
* Fix cross reference table generator.Dr. Stephen Henson2014-11-132-4/+4
* Correct timestamp output when clock_precision_digits > 0Michal Bozon2014-11-121-1/+1
* Fix free of garbage pointer. PR#3595Matt Caswell2014-11-121-3/+4
* Fix warning about negative unsigned intergersKurt Roeckx2014-11-111-1/+1
* Fix datarace reported by valgrind/helgrindRussell Coker2014-11-101-4/+8
* armv4cpuid.S: fix compilation error in pre-ARMv7 build.Andy Polyakov2014-10-301-6/+23
* Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson2014-10-291-2/+6
* ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling.Andy Polyakov2014-10-291-2/+3
* md32_common.h: address compiler warning in HOST_c2l.Andy Polyakov2014-10-291-4/+2
* Use only unsigned arithmetic in constant-time operationsSamuel Neves2014-10-281-13/+3
* ecp_nistz256 update.Andy Polyakov2014-10-234-105/+208
* RT3547: Add missing static qualifierKurt Cancemi2014-10-171-1/+1
* Add constant_time_locl.h to HEADERS,Tim Hudson2014-10-151-1/+2
* Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2014-10-153-3/+3
* Fix SSL_R naming inconsistency.Bodo Moeller2014-10-151-1/+1
* aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov2014-10-151-25/+27
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+1
* Remove reference to deleted md4.cDr. Stephen Henson2014-10-111-1/+1
* Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell2014-10-061-4/+0
* crypto/cast/asm/cast-586.pl: +5% on PIII and remove obsolete readme.Andy Polyakov2014-10-012-10/+6
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-0136-5815/+0
* RT2910: Remove des.c and its Makefile targetRich Salz2014-09-302-935/+0
* crypto/bn/bn_nist.c: bring original failing code back for reference.Andy Polyakov2014-09-301-0/+11
* Add additional DigestInfo checks.Dr. Stephen Henson2014-09-291-1/+20
* Remove #ifdef's for IRIX_CC_BUGRich Salz2014-09-251-6/+0
* Add missing testsEmilia Kasper2014-09-251-5/+7
* crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov2014-09-251-3/+3
* RT3544: Remove MWERKS supportRich Salz2014-09-245-39/+9
* RT3425: constant-time evp_encEmilia Kasper2014-09-242-26/+32
* RT3067: simplify patchEmilia Kasper2014-09-242-0/+54
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-247-113/+302
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-213-10/+12
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-213-45/+47
* Harmonize Tru64 and Linux make rules.Andy Polyakov2014-09-204-8/+8
* Fix warning.Dr. Stephen Henson2014-09-201-2/+3
* RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding2014-09-181-18/+19
* crypto/bn/asm/x86_64-mont*.pl: add missing clang detection.Andy Polyakov2014-09-122-0/+10
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-128-4/+16201
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-124-5/+119
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2014-09-121-1/+1
* RT2560: missing NULL check in ocsp_req_find_signerRich Salz2014-09-101-2/+5
* RT3192: spurious error in DSA verifyMatt Caswell2014-09-091-3/+1