aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make it possible to affect the way dists are madeRichard Levitte2015-12-081-2/+1
* Update NEWSDr. Stephen Henson2015-12-081-1/+2
* Extended master secret test script.Dr. Stephen Henson2015-12-081-0/+273
* Add extms extensionDr. Stephen Henson2015-12-081-0/+1
* TLSProxy updateDr. Stephen Henson2015-12-082-6/+20
* update errorsDr. Stephen Henson2015-12-082-0/+2
* Extended master secret fixes and checks.Dr. Stephen Henson2015-12-084-20/+77
* Fix merge errorMatt Caswell2015-12-081-4/+4
* Add some new cipher ctrl constantsDmitry Belyavskiy2015-12-081-0/+21
* Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte2015-12-081-1/+1
* 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-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