aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell2014-12-192-18/+4
* Made it an error to define OPENSSL_USE_DEPRECATED if OpenSSL has been builtMatt Caswell2014-12-181-1/+1
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-1814-46/+50
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-183-18/+0
* Turn on OPENSSL_NO_DEPRECATED by default.Matt Caswell2014-12-181-0/+17
* Return error when a bit string indicates an invalid amount of bits leftKurt Roeckx2014-12-183-1/+8
* RT3548: Remove some obsolete platformsRich Salz2014-12-179-407/+5
* RT3544: Restore MWERKS for NetWareRich Salz2014-12-171-1/+7
* Reject invalid constructed encodings.Dr. Stephen Henson2014-12-173-2/+11
* Add a comment noting the padding oracle.Emilia Kasper2014-12-171-0/+5
* Revert "RT3425: constant-time evp_enc"Emilia Kasper2014-12-172-32/+25
* Build fixesEmilia Kasper2014-12-174-7/+3
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-10/+12
* Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Check for invalid divisors in BN_div.Emilia Kasper2014-12-171-3/+5
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+8
* RT3497: Fix; don't remove header filesRich Salz2014-12-151-1/+0
* Fix unused variable warningEmilia Kasper2014-12-151-1/+3
* make updateMatt Caswell2014-12-116-61/+63
* RT3497: Clean up "dclean" targetsRich Salz2014-12-112-2/+1
* RT3543: Remove #ifdef LINTRich Salz2014-12-105-20/+2
* tree_print: check for NULL after allocating errJonas Maebe2014-12-101-0/+2
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-084-165/+104
* Make bn opaqueMatt Caswell2014-12-082-55/+54
* Disable engines that will fail to build when bn is made opaqueMatt Caswell2014-12-081-0/+3
* Implement internally opaque bn access from tsMatt Caswell2014-12-081-5/+6
* Implement internally opaque bn access from srpMatt Caswell2014-12-085-43/+73
* Implement internally opaque bn access from rsaMatt Caswell2014-12-087-55/+130
* Implement internally opaque bn access from evpMatt Caswell2014-12-082-4/+4
* Implement internally opaque bn access from ecMatt Caswell2014-12-0814-509/+410
* Implement internally opaque bn access from dsaMatt Caswell2014-12-085-56/+82
* Implement internally opaque bn access from dhMatt Caswell2014-12-088-205/+311
* Implement internally opaque bn access from asn1Matt Caswell2014-12-082-4/+4
* Prepare exptest for bn opaquifyMatt Caswell2014-12-081-16/+21
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-0810-85/+598
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-0811-12/+11
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-0851-51/+51
* remove FIPS_*_SIZE_TDr. Stephen Henson2014-12-082-8/+0
* remove FIPS module code from crypto/evpDr. Stephen Henson2014-12-088-47/+23
* remove FIPS module code from crypto/bnDr. Stephen Henson2014-12-081-8/+0
* remove FIPS module code from crypto/ecdhDr. Stephen Henson2014-12-081-8/+0
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-083-129/+0
* Remove FIPS module code from crypto/dhDr. Stephen Henson2014-12-083-49/+0
* remove FIPS module code from crypto/dsaDr. Stephen Henson2014-12-084-198/+0
* remove FIPS module code from crypto/rsaDr. Stephen Henson2014-12-084-236/+0
* Remove FIPS error library from openssl.ec mkerr.plDr. Stephen Henson2014-12-081-1/+0
* Remove fips_constseg references.Dr. Stephen Henson2014-12-0818-114/+0
* remove another FIPSCANISTER referenceDr. Stephen Henson2014-12-081-10/+0
* remove unnecessary OPENSSL_FIPS referenceDr. Stephen Henson2014-12-081-3/+0
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-086-56/+0