| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 6 | -42/+42 |
* | Make internal header file names consistent | tb | 2022-11-26 | 26 | -65/+65 |
* | Merge the second y_bit check into the first one where it belongs | tb | 2022-11-24 | 1 | -5/+5 |
* | Simplify y_bit handling in compressed coordinates | tb | 2022-11-24 | 1 | -15/+2 |
* | Clean up EC_METHOD and EC_GROUP definitions | tb | 2022-11-24 | 1 | -102/+111 |
* | Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1. | jsing | 2022-11-24 | 3 | -16/+16 |
* | Call bn_expand() rather than handrolling an equivalent. | jsing | 2022-11-24 | 1 | -5/+5 |
* | Fix leaks in ecx_set_{priv,pub}_key() | tb | 2022-11-23 | 1 | -9/+9 |
* | Remove bn_* defines/prototypes. | jsing | 2022-11-23 | 1 | -4/+1 |
* | Fix some whitespace and comment formatting | tb | 2022-11-22 | 1 | -37/+45 |
* | Fix an annoying quirk in the EC code | tb | 2022-11-19 | 20 | -243/+243 |
* | whitespace | tb | 2022-11-19 | 16 | -134/+134 |
* | Implement EVP interfaces for Ed25519 and X25519. | jsing | 2022-11-10 | 3 | -2/+868 |
* | Fix a few more leaks in *_print() functions. | tobhe | 2022-11-10 | 1 | -9/+19 |
* | static const, not const static | jsg | 2022-08-29 | 1 | -3/+3 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
* | Replace obj_mac.h with object.h | tb | 2022-06-30 | 3 | -8/+10 |
* | Prepare to provide EVP_PKEY_security_bits() | tb | 2022-06-27 | 1 | -1/+21 |
* | Simplify ec_asn1_group2curve() | tb | 2022-05-24 | 1 | -18/+21 |
* | Straightforward conversion of ecdh_cms_encrypt() to | tb | 2022-05-24 | 1 | -3/+3 |
* | Avoid infinite loop for custom curves of order 1 | tb | 2022-04-07 | 1 | -3/+3 |
* | Simplify priv_key handling in d2i_ECPrivateKey() | tb | 2022-03-31 | 1 | -8/+3 |
* | Bound cofactor in EC_GROUP_set_generator() | tb | 2022-03-29 | 1 | -1/+7 |
* | Do not zero cofactor on ec_guess_cofactor() success | tb | 2022-03-29 | 1 | -2/+6 |
* | Zap trailing whitespace | tb | 2022-03-29 | 1 | -46/+46 |
* | Fix check for BN_mod_inverse_ct return value | inoguchi | 2022-01-20 | 1 | -3/+3 |
* | Garbage collect the app_items field of ASN1_ADB | tb | 2022-01-14 | 1 | -3/+1 |
* | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 1 | -1/+25 |
* | Prepare to provide EVP_PKEY_check() | tb | 2022-01-10 | 1 | -2/+18 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+2 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 3 | -3/+7 |
* | Default to using named curve parameter encoding | tb | 2021-09-12 | 2 | -4/+5 |
* | Expose EC_GROUP_order_bits() in <openssl/ec.h> | tb | 2021-09-10 | 1 | -3/+1 |
* | Prepare to provide EC_GROUP_order_bits() | tb | 2021-09-08 | 11 | -18/+45 |
* | Remove some dead code that was missed in an earlier cleanup and | tb | 2021-08-31 | 1 | -4/+3 |
* | Expose EC_POINT_{get,set}_affine_coordinates(3) and | tb | 2021-05-10 | 1 | -7/+8 |
* | Expose EC_GROUP_{get,set}_curve(3) | tb | 2021-05-10 | 1 | -3/+2 |
* | Fix corner case for compressed points on binary curves | tb | 2021-05-03 | 1 | -1/+5 |
* | Fix indent of EC_METHODs as requested by jsing. | tb | 2021-04-20 | 6 | -192/+192 |
* | Compare pointer against NULL and fix a KNF issue. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 2021-04-20 | 5 | -57/+41 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 2021-04-20 | 10 | -77/+97 |
* | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 1 | -25/+6 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 13 | -71/+72 |
* | Simplify after EC_POINT_get_curve() addition | tb | 2021-04-20 | 2 | -30/+8 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 6 | -41/+51 |
* | Avoid division by zero in hybrid point encoding | tb | 2021-04-19 | 1 | -17/+49 |