aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_pmeth.c
Commit message (Collapse)AuthorAgeFilesLines
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-211-1/+3
| | | | | between NIDs and the more common NIST names such as "P-256". Enhance ecparam utility and ECC method to recognise the NIST names for curves.
* ec_pmeth.c: fix typo in commentary.Andy Polyakov2012-01-121-1/+1
| | | | | PR: 2677 Submitted by: Annue Yousar
* recognise ecdsaWithSHA1 OIDDr. Stephen Henson2011-07-281-0/+1
|
* PR: 2118Dr. Stephen Henson2009-11-301-1/+1
| | | | | | | Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net> Approved by: steve@openssl.org Check return value of ECDSA_sign() properly.
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-021-0/+1
|
* And so it begins...Dr. Stephen Henson2008-03-121-0/+1
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* add support for ecdsa-with-sha256 etc.Nils Larsch2006-12-201-1/+5
|
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-201-2/+2
|
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-0/+1
| | | | | Send ctrls to EVP_PKEY_METHOD during signing of PKCS7 structure so customisation is possible.
* New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson2006-05-241-0/+18
| | | | functions and EVP_MD_CTX_copy work properly.
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-241-7/+7
|
* Provisional support for EC pkey method, supporting ECDH and ECDSA.Dr. Stephen Henson2006-04-161-0/+315