aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson2015-03-283-9/+8
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-266-66/+23
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-264-11/+11
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-2611-52/+39
* free NULL cleanup.Rich Salz2015-03-2519-146/+79
* make updateDr. Stephen Henson2015-03-251-6/+6
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-258-23/+29
* Remove X509_ATTRIBUTE hack.Dr. Stephen Henson2015-03-253-48/+9
* free NULL cleanupRich Salz2015-03-2517-79/+42
* make dependDr. Stephen Henson2015-03-254-11/+33
* make X509_NAME opaqueDr. Stephen Henson2015-03-2514-47/+112
* Fix HMAC to pass invalid key len testMatt Caswell2015-03-251-1/+2
* Add HMAC test for invalid key lenMatt Caswell2015-03-251-0/+5
* Ensure that both the MD and key have been initialised before attempting toMatt Caswell2015-03-252-3/+21
* Add more HMAC testsMatt Caswell2015-03-251-7/+162
* Deprecate RAND_pseudo_bytesMatt Caswell2015-03-253-1/+13
* RAND_bytes updatesMatt Caswell2015-03-2522-36/+46
* free NULL cleanupRich Salz2015-03-2411-29/+16
* Fix verify algorithm.Dr. Stephen Henson2015-03-241-0/+8
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-2410-18/+40
* Make OCSP response verification more flexible.Dr. Stephen Henson2015-03-241-4/+17
* make dependDr. Stephen Henson2015-03-2417-262/+220
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-2413-76/+134
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-2428-71/+131
* free NULL cleanupRich Salz2015-03-2422-69/+53
* Fix malloc define typoMike Frysinger2015-03-241-2/+2
* Use OPENSSL_malloc rather than malloc/callocRichard Levitte2015-03-241-2/+3
* Fix eng_cryptodev to not depend on BN internals.Richard Levitte2015-03-241-18/+8
* Adjust include pathRichard Levitte2015-03-241-1/+1
* JPAKE Makefile missing 'files' targetRichard Levitte2015-03-241-0/+3
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-235-132/+2
* Fix build.Dr. Stephen Henson2015-03-231-14/+2
* make X509_EXTENSION opaqueDr. Stephen Henson2015-03-2311-35/+44
* Remove deleted functions, update ordinals.Dr. Stephen Henson2015-03-231-20/+0
* Remove {i2d,d2i}_ASN1_BOOLEANDr. Stephen Henson2015-03-234-122/+4
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-2344-983/+141
* sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov2015-03-231-11/+63
* Add AES unwrap test with invalid key.Dr. Stephen Henson2015-03-201-0/+9
* Fix memory leak.Dr. Stephen Henson2015-03-201-4/+16
* CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee2015-03-201-5/+5
* wrap128.c: Fix Doxygen commentsRichard Godbee2015-03-201-19/+20
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-192-3/+16
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-14/+76
* Fix ASN1_TYPE_cmpDr. Stephen Henson2015-03-191-0/+3
* Reject invalid PSS parameters.Dr. Stephen Henson2015-03-191-1/+2
* Free up ADB and CHOICE if already initialised.Dr. Stephen Henson2015-03-191-3/+21
* Remove dead code from cryptoMatt Caswell2015-03-172-9/+5
* Fix probable_prime over large shiftMatt Caswell2015-03-171-1/+11
* Fix unintended sign extensionMatt Caswell2015-03-171-1/+4
* Fix memset call in stack.cMatt Caswell2015-03-171-1/+1