summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* KNFtb2024-11-011-2/+3
* Move point_conversion_t conversion to API boundarytb2024-11-011-23/+33
* Garbage collect field_div() member.tb2024-11-011-3/+1
* sorttb2024-11-011-2/+2
* 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
* Expand the introductory comment with references to X9.62 and SEC 1tb2024-10-301-1/+4
* Move the point2bn and point2hex API to ec_convert.ctb2024-10-303-146/+84
* Replace hardcoded 1U with EC_OCT_YBITtb2024-10-301-2/+2
* Move the GFp-specific point <-> octets functions to ec_convert.ctb2024-10-302-296/+296
* Move public point <-> octets API to a new ec_convert.ctb2024-10-303-131/+202
* Rewrite EC_POINT_bn2point()tb2024-10-301-28/+15
* Add ec_point_from_asn1_bit_string()tb2024-10-301-16/+20
* Add ec_point_from_asn1_octet_string()tb2024-10-301-13/+21
* Provide ec_point_from_octets()tb2024-10-302-3/+35
* Rewrite BN_hex2point()tb2024-10-301-11/+12
* Rewrite EC_POINT_point2hex()tb2024-10-301-34/+10
* Rewrite EC_POINT_point2bn()tb2024-10-301-17/+11
* ec_asn1_group2parameters: some spring cleaningtb2024-10-301-14/+12
* ec_asn1_group2parameters: replace point with generatortb2024-10-301-4/+4
* ec_asn1_group2parameters: mechanically replace ret with parameterstb2024-10-301-15/+15
* Provide ec_point_to_asn1_bit_string()tb2024-10-301-30/+14
* Provide ec_point_to_asn1_octet_string()tb2024-10-301-26/+49
* Add a convenience wrapper for EC_POINT_point2oct()tb2024-10-302-2/+48
* Split ec_key_test_point_encoding() into chunks of saner sizetb2024-10-291-49/+172
* eckey_compute_pubkey: don't leak the public keytb2024-10-291-2/+1
* ec_asn1_test: point doubling is fine, the leak is elsewheretb2024-10-291-3/+1
* Disable point doubling for now, it leaks due to a doc bug.tb2024-10-291-1/+3
* ec_asn1: zap an empty linetb2024-10-291-2/+1
* unifdef -m -DCORRECT_PRIV_KEY_PADDING=1 ec_asn1_test.ctb2024-10-281-9/+1
* Enable the tests that depend on correct private key paddingtb2024-10-281-2/+2
* Fix private key encoding in i2d_ECPrivateKey()tb2024-10-281-31/+40
* d2i_ECPrivateKey: split public key setting into a helpertb2024-10-281-36/+41
* Expose eckey_compute_key() from ec_amethtb2024-10-282-3/+4
* d2i_ECPrivateKey: split private key setting into a helpertb2024-10-281-14/+31
* d2i_ECPrivateKey: split parameter setting into a helpertb2024-10-281-8/+26
* Rename the EC_KEY in i2o_ECPublicKey() to ec_keytb2024-10-281-6/+6
* Rename the EC_KEY in i2d_ECPrivateKey() to ec_keytb2024-10-281-14/+14
* ec_print.c: fix includes.tb2024-10-281-2/+6
* c2sp: run test against openssl/3.4 if it is installedtb2024-10-281-2/+2
* d2i_ECParameters: clean up entry and exittb2024-10-271-13/+17
* d2i_ECParameters: rename a to out_ec_keytb2024-10-271-7/+7
* d2i_ECParameters: rename ret to ec_keytb2024-10-271-9/+9
* i2d_ECParameters: rename a to ec_keytb2024-10-271-4/+4
* {d2i,i2d}_ECParameters() also want a bit of exercisingtb2024-10-261-1/+28