summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add assembler code for the nist 256-bit GFp curve, written initially bymiod2016-11-041-1/+7
| | | | | | | | | Intel. Obtained from BoringSSL, with some integration work borrowed from OpenSSL 1.0.2; assembler code for arm and sparc64 borrowed from OpenSSL 1.1.0. None of this code is enabled in libcrypto yet. ok beck@ jsing@
* Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anjsing2015-10-131-3/+2
| | | | | | actual function. This removes the last ASN1_dup_of usage from the tree. Feedback from doug@ and miod@
* Provide EC_curve_nid2nist() and EC_curve_nist2nid().jsing2015-06-201-1/+3
| | | | | | | | From OpenSSL. Rides libcrypto bump. ok miod@ (a while ago)
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
| | | | ok to firebomb from tedu@
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-10/+18
|
* resolve conflictsdjm2012-10-131-5/+64
|
* resolve conflicts, fix local changesdjm2010-10-011-120/+694
|
* resolve conflictsdjm2008-09-061-18/+301
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+0
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+245