summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename the is_on_curve() method to point_is_on_curve()tb2025-01-113-12/+13
* Move is_on_curve() and (point) cmp() uptb2025-01-112-201/+201
* Move compressed coordinate setting into public APItb2025-01-113-108/+83
* Rework ec_point_set_compressed_coordinates()tb2025-01-111-18/+14
* Move ec_points_make_affine() to the right placetb2025-01-111-135/+135
* Move the EC_POINTs API into the garbage bintb2025-01-111-20/+20
* Neuter the EC_POINTs_* APItb2025-01-114-77/+16
* Remove a pointless check about Z == 1tb2025-01-111-7/+1
* Inline ec_point_make_affine() in the public APItb2025-01-113-44/+22
* Remove seven pairs of unnecessary parenthesestb2025-01-111-5/+5
* When describing v3 crypt, be specific as to which machine was simulated.jsg2025-01-091-3/+3
* ec_lib.c: zap stray empty line at end of filetb2025-01-091-2/+1
* check_discriminant: make the assumptions on p, a, b more explicittb2025-01-091-2/+3
* Improve order of things in BN_RECP_CTX_set()tb2025-01-081-3/+4
* Remove parentheses in return statementstb2025-01-081-8/+8
* Add a space after commatb2025-01-081-3/+3
* Remove superfluous parenthesestb2025-01-081-13/+13
* X509_NAME_print() also fails to indenttb2025-01-081-5/+6
* X509_NAME_print: remove lie about multiple lines being usedtb2025-01-071-4/+2
* Rewrite TS_ASN1_INTEGER_print_bio()tb2025-01-071-14/+19
* Remove stale comment about methods and memberstb2025-01-071-6/+1
* Check discriminant directly in EC_GROUP_set_discriminant()tb2025-01-073-68/+47
* unitialized -> uninitializedtb2025-01-061-2/+2
* ec_lib: create a garbage bin at the end, throw Jprojective stuff in theretb2025-01-061-19/+24
* Inline the last two uses of ec_mont_group_clear()tb2025-01-061-14/+11
* typo: slighty -> slightlytb2025-01-061-2/+2
* group_copy() is no longer a thing...tb2025-01-061-3/+1
* Remove get_order_bits() and get_degree() methodstb2025-01-063-28/+5
* More dest -> dst renaming missed in previoustb2025-01-061-8/+8
* Rename dest into dsttb2025-01-061-21/+21
* Inline the copy handlers in EC_GROUP_copy()tb2025-01-062-51/+19
* Use a slightly more sensible order in ec_local.htb2025-01-061-36/+33
* BN_div_recp() can't be static since it is directly exercised by bn_test.ctb2025-01-062-3/+5
* fix ugly whitespacetb2025-01-061-4/+4
* Revise comments to note that these are Jacobian projective coordinates.jsing2025-01-061-3/+6
* Shuffle functions into a more sensible ordertb2025-01-062-42/+39
* Remove indirection for coordinate blinding.jsing2025-01-063-28/+4
* Stop caching one in the Montgomery domaintb2025-01-063-56/+16
* Prepare removal accessors for Jprojective coordinatestb2025-01-063-150/+16
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-055-194/+208
* Remove most of the RSA_FLAG_SIGN_VER documentationtb2025-01-052-33/+6
* Stop requiring the RSA_FLAG_SIGN_VERtb2025-01-052-7/+5
* Fix typo: multipy -> multiplytb2025-01-032-18/+18
* Remove now unnecessary initialization of c and itb2025-01-031-2/+2
* Remove unnecessary early return if num == 0tb2025-01-031-4/+1
* Make obj_bsearch_ex() resemble libc bsearch() a bit moretb2025-01-031-16/+12
* Garbage collect .group_finish()tb2025-01-013-23/+9
* Garbage collect .group_init()tb2025-01-013-37/+3
* Use the shorthand p rather than &group->p in one more placetb2025-01-011-2/+2
* NID_sxnet and NID_proxyCertInfo are no longer supportedtb2024-12-311-7/+2