summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the horror show that is bn_nist and ecp_nisttb2023-04-251-177/+0
* Handle BN_CTX at the EC API boundary.jsing2023-04-111-47/+11
* Clean up unused BIGNUM.jsing2023-04-111-4/+1
* Always clear EC groups and points on free.jsing2023-03-081-3/+1
* Remove EC_FLAGS_DEFAULT_OCT.jsing2023-03-081-2/+5
* Use static functions for EC_GFp_nist_method() implementation.jsing2023-03-071-55/+52
* Make internal header file names consistenttb2022-11-261-2/+2
* Fix an annoying quirk in the EC codetb2022-11-191-4/+4
* Replace obj_mac.h with object.htb2022-06-301-2/+3
* Prepare to provide EC_GROUP_order_bits()tb2021-09-081-1/+2
* Fix indent of EC_METHODs as requested by jsing.tb2021-04-201-10/+10
* Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal usetb2021-04-201-5/+5
* Implement coordinate blinding for EC_POINT.tb2018-11-051-2/+3
* Recommit Billy Brumley's ECC constant time patch with a fix for sparc64tb2018-07-161-1/+4
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-4/+4
* back out ecc constant time changesjsg2018-07-151-4/+4
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-4/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* knf approximationtedu2014-05-061-44/+51
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-40/+39
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-8/+0
* resolve conflictsdjm2012-10-131-3/+10
* resolve conflicts, fix local changesdjm2010-10-011-26/+0
* resolve conflictsdjm2008-09-061-39/+141
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+134