summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* d2i_ECPrivateKey: move the version setting where it belongstb2024-10-261-2/+2
* d2i_ECPrivateKey: minor cleanup for entry and exit pathtb2024-10-261-13/+13
* a and ret aren't great names for EC_KEYstb2024-10-261-26/+26
* Mechanically rename priv_key to ec_privatekeytb2024-10-261-27/+27
* ec_asn1_test: play some silly games to cover a few more code pathstb2024-10-261-1/+47
* Add regress coverage for ec_print.ctb2024-10-261-2/+889
* Cosmetic tweak to make point2oct and oct2point more symmetrictb2024-10-251-7/+12
* Use macros describing the intent rather than #if 0tb2024-10-251-8/+38
* ec_asn1: make two helpers statictb2024-10-251-3/+3
* Minor cosmetic tweaks for EC_GROUP_set_seed()tb2024-10-251-9/+8
* ec_asn1: fix some NULL misspellingstb2024-10-251-4/+4
* Add regress for {d2i,i2d}_ECPrivateKey() and {o2i,i2o}_ECPublicKey()tb2024-10-251-1/+1003
* Fix argument names: des_in -> der_in and des_out -> der_outtb2024-10-242-19/+19
* Add missing error check for CBB_init_fixed()tb2024-10-241-4/+5
* ec_point_conversion: cosmeticstb2024-10-231-4/+4
* ec_point_conversion: extend test coverage by translating back thetb2024-10-231-2/+76
* EC_POINT_point2oct() need to special case the point at infinitytb2024-10-231-4/+10
* EC_get_builtin_curves(): the most appropriate name for a list of curves...tb2024-10-231-5/+5
* remove duplicate defines; ok tb@jsg2024-10-233-13/+3
* remove duplicate X509v3_asid_add_id_or_range.3 linejsg2024-10-221-2/+1
* Move a check for hybrid point encoding into a helper functiontb2024-10-221-7/+14
* Rewrite ec_GFp_simple_point2oct() using CBBtb2024-10-221-63/+90
* Rewrite ec_GFp_simple_oct2point() using CBStb2024-10-221-57/+86
* Start cleaning up oct2point and point2octtb2024-10-221-5/+41
* Suppress warning noise from deprecated OpenSSL APItb2024-10-221-1/+2