Age | Commit message (Expand) | Author |
2023-01-14 | Remove unused Elliptic Curve code. | Joel Sing |
2023-01-14 | Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective. | Joel Sing |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-11-24 | Merge the second y_bit check into the first one where it belongs | Theo Buehler |
2022-11-24 | Simplify y_bit handling in compressed coordinates | Theo Buehler |
2022-11-24 | Clean up EC_METHOD and EC_GROUP definitions | Theo Buehler |
2022-11-24 | Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1. | Joel Sing |
2022-11-24 | Call bn_expand() rather than handrolling an equivalent. | Joel Sing |
2022-11-23 | Fix leaks in ecx_set_{priv,pub}_key() | Theo Buehler |
2022-11-23 | Remove bn_* defines/prototypes. | Joel Sing |
2022-11-22 | Fix some whitespace and comment formatting | Theo Buehler |
2022-11-19 | Fix an annoying quirk in the EC code | Theo Buehler |
2022-11-19 | whitespace | Theo Buehler |
2022-11-10 | Implement EVP interfaces for Ed25519 and X25519. | Joel Sing |
2022-11-10 | Fix a few more leaks in *_print() functions. | Tobias Heider |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-06-30 | Replace obj_mac.h with object.h | Theo Buehler |
2022-06-27 | Prepare to provide EVP_PKEY_security_bits() | Theo Buehler |
2022-05-24 | Simplify ec_asn1_group2curve() | Theo Buehler |
2022-05-24 | Straightforward conversion of ecdh_cms_encrypt() to | Theo Buehler |
2022-04-07 | Avoid infinite loop for custom curves of order 1 | Theo Buehler |
2022-03-31 | Simplify priv_key handling in d2i_ECPrivateKey() | Theo Buehler |
2022-03-29 | Bound cofactor in EC_GROUP_set_generator() | Theo Buehler |
2022-03-29 | Do not zero cofactor on ec_guess_cofactor() success | Theo Buehler |
2022-03-29 | Zap trailing whitespace | Theo Buehler |
2022-01-20 | Fix check for BN_mod_inverse_ct return value | Kinichiro Inoguchi |
2022-01-14 | Garbage collect the app_items field of ASN1_ADB | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_check() | Theo Buehler |
2021-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-09-12 | Default to using named curve parameter encoding | Theo Buehler |
2021-09-10 | Expose EC_GROUP_order_bits() in <openssl/ec.h> | Theo Buehler |
2021-09-08 | Prepare to provide EC_GROUP_order_bits() | Theo Buehler |
2021-08-31 | Remove some dead code that was missed in an earlier cleanup and | Theo Buehler |
2021-05-10 | Expose EC_POINT_{get,set}_affine_coordinates(3) and | Theo Buehler |
2021-05-10 | Expose EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-05-03 | Fix corner case for compressed points on binary curves | Theo Buehler |
2021-04-20 | Fix indent of EC_METHODs as requested by jsing. | Theo Buehler |
2021-04-20 | Compare pointer against NULL and fix a KNF issue. | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_set_compressed_coordinates | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | Theo Buehler |
2021-04-20 | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2021-04-20 | Simplify after EC_POINT_get_curve() addition | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |