aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-096-162/+16
* add ECDSA_size to ec_asn1.cDr. Stephen Henson2015-12-091-0/+34
* remove errorsDr. Stephen Henson2015-12-091-1/+0
* remove crypto/ecdsaDr. Stephen Henson2015-12-094-634/+0
* add sign/verify methodsDr. Stephen Henson2015-12-091-1/+4
* return errors for unsupported operationsDr. Stephen Henson2015-12-092-1/+6
* Remove reference to ECDSA_OpenSSL.Dr. Stephen Henson2015-12-091-2/+0
* Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson2015-12-095-45/+18
* Add ECDSA_SIG accessor.Dr. Stephen Henson2015-12-091-2/+8
* make errorsDr. Stephen Henson2015-12-091-0/+4
* extend EC_KEY_METHOD for signing supportDr. Stephen Henson2015-12-091-0/+16
* adapt ossl_ecdsa.c to crypto/ecDr. Stephen Henson2015-12-091-86/+59
* move ECDSA_SIG definitionDr. Stephen Henson2015-12-091-0/+5
* Move ECDSA implementation to crypto/ecDr. Stephen Henson2015-12-093-4/+5
* Move ECDSA_SIG ASN.1 to crypto/ecDr. Stephen Henson2015-12-093-69/+13
* Add set methods.Dr. Stephen Henson2015-12-093-1/+14
* EC_KEY_METHOD copy supportDr. Stephen Henson2015-12-093-2/+24
* EC_KEY_METHOD init and finish supportDr. Stephen Henson2015-12-093-1/+11
* ENGINE fixesDr. Stephen Henson2015-12-092-1/+11
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* remove ECDH error loadingDr. Stephen Henson2015-12-092-2/+0
* Remove crypto/ecdh update Makefile.orgDr. Stephen Henson2015-12-095-587/+0
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-096-149/+2
* make errorsDr. Stephen Henson2015-12-091-0/+3
* Add compute key support to EC_KEY_METHODDr. Stephen Henson2015-12-092-1/+21
* Adapt ecdh_compute_keyDr. Stephen Henson2015-12-091-35/+18
* move ECDH implementation to crypto/ecDr. Stephen Henson2015-12-093-15/+5
* Move ECDH_KDF_X9_62 to crypto/ecDr. Stephen Henson2015-12-093-14/+6
* EC_KEY_METHOD keygen support.Dr. Stephen Henson2015-12-094-6/+18
* make errorsDr. Stephen Henson2015-12-091-0/+1
* Support for EC_KEY_METHOD.Dr. Stephen Henson2015-12-097-15/+261
* 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