summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-12-08Remove double semi (;)Richard Levitte
2015-12-07Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.hRichard Levitte
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07make updateRichard Levitte
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte
2015-12-07Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)Richard Levitte
2015-12-07Cleanup: Remove M_EVP_MD_* macrosRichard Levitte
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte
2015-12-07Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte
2015-12-07Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_initRichard Levitte
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Make the definition of HMAC_CTX opaqueRichard Levitte
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Make the definition of EVP_MD opaqueRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-12-07Have other crypto/evp files include evp_locl.hRichard Levitte
2015-12-07Make the definition of EVP_MD_CTX opaqueRichard Levitte
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov
2015-12-03perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov
2015-12-02modes/ocb128.c: fix sanitizer warning.Andy Polyakov
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-02Add backtrace to memory leak outputRichard Levitte
2015-12-02crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov
2015-12-02modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov
2015-12-02modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-30Remove BN_initRich Salz
2015-11-26Remove X509_VERIFY_PARAM_IDDr. Stephen Henson
2015-11-26Fix a NULL deref in an error pathMatt Caswell
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-24Remove useless locking codeAlessandro Ghedini
2015-11-24mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner
2015-11-24Add ctrl for SHA1 and SSLv3Dr. Stephen Henson
2015-11-24make updateDr. Stephen Henson
2015-11-24Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson
2015-11-24Add ssl3 ctrl to EVP_md5_sha1().Dr. Stephen Henson
2015-11-24Add MD5+SHA1Dr. Stephen Henson
2015-11-24Fix uninitialised p error.Dr. Stephen Henson
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson
2015-11-23"make update" after async merge.Rich Salz
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-23x86_64 assembly pack: tune clang version detection.Andy Polyakov
2015-11-23e_os.h: __sun done right.Andy Polyakov