aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-142-43/+51
* Always initialize X509_STORE_CTX get_crl pointerViktor Dukhovni2016-01-141-0/+2
* Call single parent free_comp routine.Rich Salz2016-01-137-12/+10
* Fix double-free bugs in EC group precomputation stateViktor Dukhovni2016-01-134-0/+4
* Fix nistp512 typos, should be nistp521Viktor Dukhovni2016-01-132-3/+3
* Add missing #ifdef's to fix build breakRich Salz2016-01-131-0/+4
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-139-551/+227
* Fix DES_LONG breakageViktor Dukhovni2016-01-132-8/+3
* After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte2016-01-131-0/+1
* Move Makefiles to Makefile.inRich Salz2016-01-1297-9257/+2836
* Remove unused internal macrosRichard Levitte2016-01-121-1/+1
* make updateRichard Levitte2016-01-1224-2661/+3168
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-122-8/+10
* EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte2016-01-121-7/+0
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-121-34/+72
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-1215-301/+454
* Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte2016-01-122-3/+4
* Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte2016-01-125-206/+444
* Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte2016-01-122-6/+1
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-1214-119/+140
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-126-32/+48
* Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-4/+3
* Add accessors and writers for EVP_CIPHER_CTXRichard Levitte2016-01-121-0/+47
* Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte2016-01-122-36/+48
* Function pop_info() returned a dangling pointerPascal Cuoq2016-01-111-9/+11
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-114-6/+6
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-115-33/+25
* Add lh_doall inliningDr. Stephen Henson2016-01-114-16/+6
* Add lh_new() inliningDr. Stephen Henson2016-01-116-60/+18
* Inline LHASH_OFDr. Stephen Henson2016-01-1114-35/+55
* Add memory leak return value.Dr. Stephen Henson2016-01-111-7/+9
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-113-16/+16
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-30/+0
* RT41897: Add an CRYPTO_secure_actual_sizeRich Salz2016-01-091-0/+13
* Fix no CRYPTO_MDEBUG build (windows)Rich Salz2016-01-081-2/+2
* Update comment as bn_dup_expand is goneViktor Dukhovni2016-01-081-1/+1
* Fix some typos in commentsViktor Dukhovni2016-01-071-3/+3
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-0713-28/+65
* Remove all remaining traces if PEM_SealRichard Levitte2016-01-081-2/+0
* Fix build-break; 'make update'Rich Salz2016-01-071-15/+0
* mem functions cleanupRich Salz2016-01-0713-474/+272
* Remove crypto/pem/pem_seal.cRichard Levitte2016-01-072-196/+2
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-072-9/+401
* use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson2016-01-072-2/+2
* Only declare stacks in headersDr. Stephen Henson2016-01-0720-38/+52
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-0717-21/+21
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-079-13/+10
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-89/+0
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-052-0/+25
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-032-18/+23