summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni
2016-01-13Add missing #ifdef's to fix build breakRich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2016-01-13Fix DES_LONG breakageViktor Dukhovni
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12Remove unused internal macrosRichard Levitte
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte
2016-01-12Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte
2016-01-11Function pop_info() returned a dangling pointerPascal Cuoq
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2016-01-11Add lh_doall inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2016-01-11Add memory leak return value.Dr. Stephen Henson
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni
2016-01-09RT41897: Add an CRYPTO_secure_actual_sizeRich Salz
2016-01-08Fix no CRYPTO_MDEBUG build (windows)Rich Salz
2016-01-08Update comment as bn_dup_expand is goneViktor Dukhovni
2016-01-07Fix some typos in commentsViktor Dukhovni
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-08Remove all remaining traces if PEM_SealRichard Levitte
2016-01-07Fix build-break; 'make update'Rich Salz
2016-01-07mem functions cleanupRich Salz
2016-01-07Remove crypto/pem/pem_seal.cRichard Levitte
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni
2016-01-07use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2016-01-03Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni
2016-01-03X509_verify_cert() cleanupViktor Dukhovni