| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move point-on-curve check to set_affine_coordinates | tb | 2020-12-04 | 4 | -18/+50 |
* | Add support for additional GOST curves. | jsing | 2020-06-05 | 1 | -5/+163 |
* | If a NULL or zero cofactor is passed to EC_GROUP_set_generator(), | tb | 2019-09-29 | 3 | -11/+113 |
* | Plug memory leak in error paths. Found while comparing this file | tb | 2019-09-09 | 1 | -5/+5 |
* | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the | jsing | 2019-09-09 | 1 | -1/+5 |
* | Move #include <openssl/cms.h> to more appropriate location (since it is | jsing | 2019-09-09 | 1 | -3/+2 |
* | Add CMS ECC support. | jsing | 2019-09-08 | 1 | -2/+370 |
* | Add various macros and controls for EC_PKEY_CTX. | jsing | 2019-09-06 | 3 | -27/+314 |
* | Initialize EC_KEY_METHOD before use. | bcook | 2019-05-10 | 1 | -2/+2 |
* | $OpenBSD$ | tb | 2019-01-19 | 1 | -0/+1 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 2 | -9/+9 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 4 | -29/+125 |
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 4 | -23/+401 |
* | Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation | tb | 2018-11-15 | 1 | -4/+4 |
* | Avoid dereferencing eckey before checking it for NULL. | tb | 2018-11-09 | 1 | -5/+6 |