summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-08Adapt the OS X build to use the OS X tarRichard Levitte
2015-12-08Make it possible to affect the way dists are madeRichard Levitte
2015-12-08Update NEWSDr. Stephen Henson
2015-12-08Extended master secret test script.Dr. Stephen Henson
2015-12-08Add extms extensionDr. Stephen Henson
2015-12-08TLSProxy updateDr. Stephen Henson
2015-12-08update errorsDr. Stephen Henson
2015-12-08Extended master secret fixes and checks.Dr. Stephen Henson
2015-12-08Fix merge errorMatt Caswell
2015-12-08Add some new cipher ctrl constantsDmitry Belyavskiy
2015-12-08Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte
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-07Change tar owner and group to just 0Richard Levitte
2015-12-07Add an entry in CHANGESRichard Levitte
2015-12-07Document EVP_MD constructors, destructors and manipulatorsRichard Levitte
2015-12-07Document the HMAC changesRichard Levitte
2015-12-07Document the EVP_MD_CTX changesRichard 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: support EVP_MD_CTX_(create|init|destroy) for deprecated useRichard 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-07Have the few apps that accessed EVP_MD directly use accessors insteadRichard 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-07Document the changed HMAC API.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-07Do not add symlinks in the source releaseRichard Levitte
2015-12-07In travis, build from a "source release" rather than from the build treeRichard Levitte
2015-12-07Small changes to creating distsRichard Levitte
2015-12-07Fix and update versions in CHANGES and NEWSDr. Stephen Henson
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov
2015-12-06Fix typo and improve a bit of textViktor Dukhovni
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx