| Commit message (Expand) | Author | Age | Files | Lines |
* | Break two ridiculously long lines in ec_pub_cmp() and ec_cmp_parameters() | tb | 2023-09-24 | 1 | -4/+7 |
* | Refactor eckey_{param2type,type2param}() | tb | 2023-09-24 | 1 | -92/+139 |
* | ec_ameth: clean up eckey_{pub,priv}_encode() | tb | 2023-08-21 | 1 | -62/+67 |
* | The int_ prefix also leaves the ec_ameth mess | tb | 2023-08-12 | 1 | -5/+5 |
* | Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.h | tb | 2023-08-11 | 1 | -4/+1 |
* | Make the bn_rand_interval() API a bit more ergonomic | tb | 2023-08-03 | 2 | -4/+4 |
* | Stop including ecdsa.h and ecdh.h internally | tb | 2023-07-28 | 2 | -4/+2 |
* | Move KDF handling to ECDH_compute_key() | tb | 2023-07-28 | 4 | -16/+18 |
* | Merge ecdh.h into ec.h | tb | 2023-07-28 | 1 | -1/+6 |
* | Merge ecdsa.h into ec.h | tb | 2023-07-28 | 1 | -1/+50 |
* | Tweak EC_GROUP_check_discriminant() | tb | 2023-07-26 | 1 | -28/+28 |
* | Unindent a big block in EC_GROUP_get_affine_coordinates() | tb | 2023-07-26 | 1 | -32/+34 |
* | Introduce and use ec_encode_scalar() | tb | 2023-07-26 | 1 | -43/+48 |
* | Garbage collect the unused order in check_discriminant() | tb | 2023-07-26 | 1 | -4/+2 |
* | Streamline check_discriminant() | tb | 2023-07-26 | 1 | -14/+6 |
* | Introduce ec_decode_scalar() | tb | 2023-07-26 | 1 | -81/+39 |
* | Use EC_POINT_set_to_infinity() rather than inlining it | tb | 2023-07-26 | 1 | -6/+4 |
* | Fix a few more 0/NULL misspellings | tb | 2023-07-25 | 1 | -8/+8 |
* | Use [a,b), not [a,b-1] in a comment | tb | 2023-07-25 | 1 | -2/+2 |
* | EC_POINT_is_on_curve() error is -1, not 0. | tb | 2023-07-25 | 1 | -2/+2 |
* | Tweak previous. Should have been 60 instead of 64 | tb | 2023-07-22 | 1 | -3/+3 |
* | Adapt bn_print() for EdDSA key printing | tb | 2023-07-22 | 1 | -7/+40 |
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 3 | -26/+3 |
* | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 13 | -13/+157 |
* | Mop up remaining uses of ASN1_bn_print() | tb | 2023-07-07 | 1 | -17/+6 |
* | Convert ecpk_print_explicit_parameters() to bn_printf() | tb | 2023-07-06 | 1 | -34/+8 |
* | don't return in a void function | bcook | 2023-07-05 | 1 | -2/+2 |
* | Mop up last uses of ECDHerror() and ECDSAerror() | tb | 2023-07-05 | 2 | -2/+12 |
* | Rename ecs_local.h into ecdsa_local.h | tb | 2023-07-05 | 1 | -2/+2 |
* | Drop useless ossl_ prefixes | tb | 2023-07-05 | 3 | -15/+15 |
* | Explicit parameter printing can also use get0_order() | tb | 2023-07-03 | 1 | -5/+6 |
* | Convert ossl_ec_key_gen() and EC_KEY_check_key() | tb | 2023-07-03 | 1 | -23/+6 |
* | Convert EC_GROUP_check() to EC_GROUP_get0_order() | tb | 2023-07-03 | 1 | -10/+3 |
* | Inline two copies of EC_GROUP_order_bits() | tb | 2023-07-03 | 1 | -22/+6 |
* | Provide internal-only EC_GROUP_get0_order() | tb | 2023-07-03 | 2 | -3/+11 |
* | Fix return values of ecx methods | tb | 2023-07-02 | 1 | -5/+5 |
* | Fix typo in previous | tb | 2023-07-02 | 1 | -2/+2 |
* | Use asprintf() to avoid repetition in string constants | tb | 2023-07-02 | 1 | -6/+13 |
* | Split ECPKParameters_print() | tb | 2023-07-02 | 1 | -121/+150 |
* | Simplify ASN1_bn_print() usage in ec/ | tb | 2023-07-01 | 2 | -30/+20 |
* | whitespace | tb | 2023-06-30 | 1 | -2/+2 |
* | Remove some dead code from ECPKParameters_print() | tb | 2023-06-27 | 1 | -31/+6 |
* | Remove the now unused poly[] from EC_GROUP | tb | 2023-06-27 | 1 | -15/+2 |
* | Simplify EC_GROUP_get_basis_type() | tb | 2023-06-27 | 1 | -18/+2 |
* | Stop including ech_local.h | tb | 2023-06-25 | 1 | -2/+1 |
* | Remove prototypes for EC_KEY_{get,insert}_key_method_data() | tb | 2023-06-25 | 1 | -8/+1 |
* | Move ecdh_KDF_X9_63() to ec_local.h | tb | 2023-06-25 | 1 | -1/+7 |
* | Remove EC_EXTRA_DATA | tb | 2023-06-25 | 4 | -230/+4 |
* | ec_local.h: move ec_group_simple_order_bits down a bit | tb | 2023-06-25 | 1 | -3/+2 |
* | Remove precompute_mult/have_precompute_mult from EC_METHOD. | jsing | 2023-06-24 | 2 | -26/+4 |