summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Shuffle the global default_ec_key_meth down a few linestb2024-11-161-3/+3
* Move the default EC_KEY_METHOD to the end of the filetb2024-11-161-50/+50
* ec_mult: fix includestb2024-11-151-2/+5
* EC_KEY_copy() don't leave stale private keys in placetb2024-11-151-6/+3
* eck_prn: some more air to breathetb2024-11-141-1/+3
* eck_prn: fix includestb2024-11-141-2/+4
* ec_prn: use pkey rather than pk for an EC_KEYtb2024-11-141-11/+11
* eck_prn: use group rather than x for an EC_GROUPtb2024-11-141-3/+3
* eck_prn: use ec_key rather than x for an EC_KEYtb2024-11-141-9/+9
* eck_prn: consistently use bio for a BIO rather than b and bp randomlytb2024-11-141-43/+43
* eck_prn: sprinkle some empty lines and drop some parens for consistencytb2024-11-141-7/+23
* eck_prn: shuffle printing functions into a better ordertb2024-11-141-47/+47
* Garbage collect a reference to ecp_mont.c, rewrap commenttb2024-11-121-7/+6
* ecp_methods.c: rewrap some linestb2024-11-121-25/+25
* Lose the ugly GFp_simple_ and GFp_mont_ infixestb2024-11-121-127/+117
* Make ec_GFp_simple_* statictb2024-11-122-71/+32
* Merge ecp_mont.c into ecp_methods.ctb2024-11-122-271/+205
* KNF nit for end of comment markertb2024-11-121-2/+2
* Rename ecp_smpl.c to ecp_methods.ctb2024-11-121-1/+1
* Wrap comment badly mistreated by an autoformatter due to missing /*-tb2024-11-101-3/+6
* Garbage collect an unused variabletb2024-11-101-3/+1
* Clean up EC_KEY_dup()tb2024-11-081-10/+15
* Sweep over EC_KEY_copy()tb2024-11-081-32/+28
* Clean up EC_KEY_freetb2024-11-081-14/+11
* Clean up EC_KEY_new_by_curve_name()tb2024-11-081-14/+20
* Relocate ECParameters_dup() to ec_asn1tb2024-11-082-24/+24
* Rename EC_YBIT to EC_POINT_YBITtb2024-11-081-6/+6
* Ugh. Don't return the group after freeing ittb2024-11-081-2/+2
* EC_GROUP_set_seed(): flip order of seed and len null checkstb2024-11-061-2/+2
* Treat the curls in EC_GROUP_dup() with a flatirontb2024-11-061-9/+17
* Clean up EC_GROUP_copy()tb2024-11-061-27/+15
* Switch EC_GROUP_new() to calloc()tb2024-11-061-21/+20
* EC_POINT_is_at_infinity() returns a booleantb2024-11-053-15/+15
* Rewrite EC_POINT_new() and EC_POINT_dup()tb2024-11-041-27/+34
* affine coordinates: the intention was to move the check, not to copy it...tb2024-11-031-6/+1
* Move point at infinity check to API boundarytb2024-11-031-2/+7
* d2i_ECPKParameters(): unify return statement with rest of filetb2024-11-021-2/+3
* ec_convert: remove _OCT also from the macro namestb2024-11-021-24/+24
* Fix includes in ec_lib and ecp_smpltb2024-11-022-2/+11
* Merge compressed coordinate setting back into ecp_smpl and ec_libtb2024-11-024-283/+139
* Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()tb2024-11-021-62/+48
* Move point_conversion_t conversion to API boundarytb2024-11-011-23/+33
* Garbage collect field_div() member.tb2024-11-011-3/+1
* Drop the _oct from the function prefixestb2024-10-311-31/+31
* Retire the oct2point and point2oct EC_METHOD memberstb2024-10-314-32/+10
* Clean up the mess in i2d_EC_PRIVATEKEY()tb2024-10-311-16/+36
* Clean up o2i_ECPublicKey()tb2024-10-311-14/+17
* Rewrite i2o_ECPublicKey()tb2024-10-311-26/+25
* ecp_oct.c no longer needs bytestring and stdinttb2024-10-311-4/+1
* ec_point_to_octets: move out_len initialization up a bittb2024-10-311-3/+3