aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
Commit message (Expand)AuthorAgeFilesLines
* remove crypto/ecdsaDr. Stephen Henson2015-12-094-634/+0
* Remove reference to ECDSA_OpenSSL.Dr. Stephen Henson2015-12-091-2/+0
* Move and adapt ECDSA sign and verify functions.Dr. Stephen Henson2015-12-093-242/+2
* Move ECDSA implementation to crypto/ecDr. Stephen Henson2015-12-092-470/+2
* Move ECDSA_SIG ASN.1 to crypto/ecDr. Stephen Henson2015-12-092-69/+2
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Rebuild error source files.Dr. Stephen Henson2015-11-051-2/+2
* Constify ECDSA_METHOD_new.Dr. Stephen Henson2015-09-121-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* remove 0 assignments.Rich Salz2015-09-031-8/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup 7Rich Salz2015-04-301-23/+12
* free cleanup 12Rich Salz2015-04-301-0/+2
* free cleanup almost the finaleRich Salz2015-04-302-7/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-898/+0
* free NULL cleanup.Rich Salz2015-03-252-12/+6
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-2/+1
* make dependDr. Stephen Henson2015-03-241-7/+6
* Update ordinals, fix error message.Dr. Stephen Henson2015-03-151-1/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-112-3/+3
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-023-15/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-229-1293/+1233
* Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell2015-01-131-1/+1
* make updateMatt Caswell2015-01-121-6/+7
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-1/+14
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-082-42/+0
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-29/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-2/+0
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-121-5/+31
* RT2492: Remove extra NULL check.Laszlo Papp2014-08-181-2/+1
* Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson2014-07-013-1/+24
* make dependDr. Stephen Henson2014-02-191-2/+3
* Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson2013-09-184-0/+125
* Make ecdsatest work with nonces.Dr. Stephen Henson2013-07-191-1/+9
* Avoid need to change function code.Dr. Stephen Henson2013-07-171-9/+9
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-155-22/+19
* Add secure DSA nonce flag.Adam Langley2013-06-135-14/+42
* Fix EC_KEY initialization race.Bodo Möller2012-10-051-2/+9
* fix warning (revert original patch)Dr. Stephen Henson2012-01-101-8/+8