aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_lib.c
Commit message (Expand)AuthorAgeFilesLines
* remove crypto/ecdsaDr. Stephen Henson2015-12-091-311/+0
* Remove reference to ECDSA_OpenSSL.Dr. Stephen Henson2015-12-091-2/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Constify ECDSA_METHOD_new.Dr. Stephen Henson2015-09-121-1/+1
* remove 0 assignments.Rich Salz2015-09-031-8/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free cleanup 12Rich Salz2015-04-301-0/+2
* free cleanup almost the finaleRich Salz2015-04-301-3/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-021-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-189/+186
* Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson2014-07-011-0/+8
* Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson2013-09-181-0/+65
* Fix EC_KEY initialization race.Bodo Möller2012-10-051-2/+9
* Fix warnings.Ben Laurie2010-06-121-2/+0
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* add additional checks + cleanupNils Larsch2006-01-291-2/+6
* fix typo, add prototypeNils Larsch2005-05-201-1/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-46/+40
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+2
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+8
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* mem* functions are declared in string.h.Richard Levitte2002-08-101-0/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-102/+80
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-57/+12
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-1/+1
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-17/+1
* fix ECDSA handlingBodo Möller2002-04-091-1/+23
* ECDSA supportBodo Möller2002-02-131-0/+312