aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "CHANGES: mention "universal" ARM support."Andy Polyakov2015-01-061-1/+1
* CHANGES: mention "universal" ARM support.Andy Polyakov2015-01-061-1/+1
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-054-2/+14
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-054-2/+41
* Remove inconsistency in ARM support.Andy Polyakov2015-01-0413-157/+195
* ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov2015-01-041-290/+191
* RT2914: NULL check missing in X509_name_canonRich Salz2015-01-041-0/+2
* Add missing include of sys/time.hKurt Roeckx2014-12-311-0/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-3098-313/+471
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* RT3548: Remove unsupported platformsRich Salz2014-12-281-2/+0
* RT3548: Remove unsupported platforms.Rich Salz2014-12-222-7/+1
* RT3548: Remvoe unsupported platformsRich Salz2014-12-214-14/+3
* Fix incorrect OPENSSL_assert() usage.Michael Tuexen2014-12-201-22/+64
* RT3548: Remove outdated platformsRich Salz2014-12-192-4/+2
* 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