aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* More zalloc nitsRich Salz2015-09-041-1/+0
* remove 0 assignments.Rich Salz2015-09-034-51/+5
* PBE lookup testDr. Stephen Henson2015-09-031-25/+15
* Add and use OPENSSL_zallocRich Salz2015-09-022-6/+2
* CCM support.Dr. Stephen Henson2015-08-141-4/+88
* Return error for unsupported modes.Dr. Stephen Henson2015-08-121-5/+30
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Relax CCM tag check.Dr. Stephen Henson2015-07-061-1/+1
* e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2015-06-112-2/+2
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-082-3/+5
* make updateDr. Stephen Henson2015-05-261-1/+2
* Error if memory limit exceeded.Dr. Stephen Henson2015-05-262-1/+6
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-212-6/+7
* make updateDr. Stephen Henson2015-05-201-0/+8
* Add scrypt support.Dr. Stephen Henson2015-05-202-2/+297
* make dependRichard Levitte2015-05-141-54/+81
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1451-51/+51
* RT3841: memset() cipher_data when allocatedRich Salz2015-05-131-0/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-28/+0
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-114-6/+8
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-062-2/+2
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-063-11/+11
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-055-10/+7
* Use safer sizeof variant in mallocRich Salz2015-05-048-14/+16
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+2
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Sanity check EVP_EncodeUpdate buffer lenMatt Caswell2015-04-301-1/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-304-7/+18
* free cleanup almost the finaleRich Salz2015-04-305-10/+5
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-286-6/+6
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-0/+7
* make updateEmilia Kasper2015-04-011-2/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-20/+2
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-315-5825/+0
* Remove duplicate code.Dr. Stephen Henson2015-03-302-24/+7
* Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson2015-03-301-1/+0
* free NULL cleanupRich Salz2015-03-288-34/+18
* Engage vpaes-armv8 module.Andy Polyakov2015-03-281-0/+3
* RAND_bytes updatesMatt Caswell2015-03-253-4/+7
* free NULL cleanupRich Salz2015-03-241-3/+1
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-1/+1
* make dependDr. Stephen Henson2015-03-241-46/+43
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-245-69/+4
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-243-3/+3
* Add AES unwrap test with invalid key.Dr. Stephen Henson2015-03-201-0/+9
* Fix memory leak.Dr. Stephen Henson2015-03-201-4/+16
* Fix EVP_DigestInit_ex with NULL digestMatt Caswell2015-03-121-3/+6
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-112-2/+2