aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ech_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/ecdhDr. Stephen Henson2014-12-081-8/+0
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-12/+0
* add cofactor ECDH support from fips branchDr. Stephen Henson2011-12-101-0/+12
* Check for selftest failure in various places.Dr. Stephen Henson2011-10-221-0/+8
* Set flags in ECDH and ECDSA methods for FIPS.Dr. Stephen Henson2011-06-081-1/+1
* Add ECDH to validated module.Dr. Stephen Henson2011-03-091-0/+13
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-7/+11
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-1/+1
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-5/+7
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* Unsigned vs. signed fixed.Richard Levitte2003-06-191-1/+1
* Make sure that size_t matches size_t.Richard Levitte2003-06-041-1/+2
* Make sure to declare mem*() properly.Richard Levitte2003-03-211-0/+1
* Avoid warning.Dr. Stephen Henson2003-03-201-0/+2
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-13/+41
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* Add ECDH support.Bodo Möller2002-08-091-0/+187