aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-073-7/+7
* Change tar owner and group to just 0Richard Levitte2015-12-071-1/+1
* Add an entry in CHANGESRichard Levitte2015-12-071-0/+22
* Document EVP_MD constructors, destructors and manipulatorsRichard Levitte2015-12-071-0/+160
* Document the HMAC changesRichard Levitte2015-12-071-13/+24
* Document the EVP_MD_CTX changesRichard Levitte2015-12-075-43/+43
* make updateRichard Levitte2015-12-074-22/+58
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-073-6/+6
* Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte2015-12-072-3/+3
* Cleanup: support EVP_MD_CTX_(create|init|destroy) for deprecated useRichard Levitte2015-12-071-0/+5
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-0747-182/+181
* Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)Richard Levitte2015-12-073-15/+15
* 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-076-10/+8
* Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte2015-12-072-19/+18
* Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_initRichard Levitte2015-12-072-54/+45
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-077-92/+118
* Make the definition of HMAC_CTX opaqueRichard Levitte2015-12-075-27/+123
* 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-078-155/+347
* Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte2015-12-072-2/+2
* Make the definition of EVP_MD opaqueRichard Levitte2015-12-074-15/+178
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-0755-574/+746
* Document the changed HMAC API.Richard Levitte2015-12-071-4/+6
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-0710-44/+70
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-078-77/+108
* Make the definition of EVP_MD_CTX opaqueRichard Levitte2015-12-073-21/+51
* Do not add symlinks in the source releaseRichard Levitte2015-12-071-1/+1
* In travis, build from a "source release" rather than from the build treeRichard Levitte2015-12-071-0/+6
* Small changes to creating distsRichard Levitte2015-12-071-19/+15
* Fix and update versions in CHANGES and NEWSDr. Stephen Henson2015-12-072-2/+74
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-0710-12/+20
* Fix typo and improve a bit of textViktor Dukhovni2015-12-061-4/+5
* Really disable 56-bit (single-DES) ciphersViktor Dukhovni2015-12-062-110/+3
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-0524-1419/+293
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-0412-142/+43
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-048-72/+48
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-049-68/+10
* Fix EAP FAST in the new state machineMatt Caswell2015-12-041-0/+13
* Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni2015-12-042-5/+5
* Run test/run_tests.pl directly in the test_ordinals targetRichard Levitte2015-12-041-1/+1
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-032-3/+37
* 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
* Fix ./Configure reconfRichard Levitte2015-12-021-1/+2
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-024-19/+4
* Move the backtrace memleak options to a separate variableRichard Levitte2015-12-021-1/+13
* make updateDr. Stephen Henson2015-12-021-2/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-0225-486/+78
* Run test_ordinals after updateRich Salz2015-12-022-1/+4