aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove double semi (;)Richard Levitte2015-12-081-1/+1
* Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.hRichard Levitte2015-12-071-2/+2
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-072-5/+5
* make updateRichard Levitte2015-12-073-19/+25
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-072-4/+4
* Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-0728-96/+96
* Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)Richard Levitte2015-12-071-9/+9
* Cleanup: Remove M_EVP_MD_* macrosRichard Levitte2015-12-071-9/+0
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-072-5/+5
* Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte2015-12-071-17/+17
* Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_initRichard Levitte2015-12-071-52/+44
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-073-39/+47
* Make the definition of HMAC_CTX opaqueRichard Levitte2015-12-073-15/+118
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-0717-2/+19
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-071-18/+55
* Make the definition of EVP_MD opaqueRichard Levitte2015-12-073-0/+143
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-0730-283/+380
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-075-39/+64
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-078-77/+108
* Make the definition of EVP_MD_CTX opaqueRichard Levitte2015-12-072-0/+44
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-0710-12/+20
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-031-3/+19
* perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov2015-12-031-0/+20
* modes/ocb128.c: fix sanitizer warning.Andy Polyakov2015-12-021-7/+7
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-2/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-0217-387/+67
* Add backtrace to memory leak outputRichard Levitte2015-12-021-26/+49
* crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov2015-12-021-0/+47
* modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2015-12-022-57/+26
* modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov2015-12-021-8/+29
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-0113-131/+97
* Remove BN_initRich Salz2015-11-306-12/+14
* Remove X509_VERIFY_PARAM_IDDr. Stephen Henson2015-11-263-73/+49
* Fix a NULL deref in an error pathMatt Caswell2015-11-261-1/+1
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-267-129/+194
* Remove useless locking codeAlessandro Ghedini2015-11-241-2/+0
* mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner2015-11-241-0/+1
* Add ctrl for SHA1 and SSLv3Dr. Stephen Henson2015-11-241-0/+55
* make updateDr. Stephen Henson2015-11-241-0/+15
* Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson2015-11-241-0/+11
* Add ssl3 ctrl to EVP_md5_sha1().Dr. Stephen Henson2015-11-241-0/+70
* Add MD5+SHA1Dr. Stephen Henson2015-11-243-2/+117
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+9
* "make update" after async merge.Rich Salz2015-11-232-11/+19
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-232-5/+4
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-0/+2
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-2313-13/+13
* e_os.h: __sun done right.Andy Polyakov2015-11-231-1/+1