summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
AgeCommit message (Expand)Author
2015-12-09remove crypto/ecdsaDr. Stephen Henson
2015-12-09Remove reference to ECDSA_OpenSSL.Dr. Stephen Henson
2015-12-09Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson
2015-12-09Move ECDSA implementation to crypto/ecDr. Stephen Henson
2015-12-09Move ECDSA_SIG ASN.1 to crypto/ecDr. Stephen Henson
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-09-12Constify ECDSA_METHOD_new.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup 12Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25free NULL cleanup.Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24make dependDr. Stephen Henson
2015-03-15Update ordinals, fix error message.Dr. Stephen Henson
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-13Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell
2015-01-12make updateMatt Caswell
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/ecdsaDr. Stephen Henson
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-09-12Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov
2014-08-18RT2492: Remove extra NULL check.Laszlo Papp
2014-07-01Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson
2014-02-19make dependDr. Stephen Henson
2013-09-18Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson
2013-07-19Make ecdsatest work with nonces.Dr. Stephen Henson
2013-07-17Avoid need to change function code.Dr. Stephen Henson
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley
2013-06-13Add secure DSA nonce flag.Adam Langley
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2012-01-10fix warning (revert original patch)Dr. Stephen Henson