Age | Commit message (Expand) | Author |
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 |
2021-04-20 | Prepare to provide EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-04-19 | Avoid division by zero in hybrid point encoding | Theo Buehler |
2020-12-04 | Move point-on-curve check to set_affine_coordinates | Theo Buehler |
2020-06-05 | Add support for additional GOST curves. | Joel Sing |
2019-09-29 | If a NULL or zero cofactor is passed to EC_GROUP_set_generator(), | Theo Buehler |
2019-09-09 | Plug memory leak in error paths. Found while comparing this file | Theo Buehler |
2019-09-09 | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the | Joel Sing |
2019-09-09 | Move #include <openssl/cms.h> to more appropriate location (since it is | Joel Sing |
2019-09-08 | Add CMS ECC support. | Joel Sing |
2019-09-06 | Add various macros and controls for EC_PKEY_CTX. | Joel Sing |
2019-05-10 | Initialize EC_KEY_METHOD before use. | Brent Cook |
2019-01-19 | $OpenBSD$ | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2018-11-15 | Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation | Theo Buehler |
2018-11-09 | Avoid dereferencing eckey before checking it for NULL. | Theo Buehler |
2018-11-06 | unrevert the use of bn_rand_interval(). | Theo Buehler |
2018-11-06 | Unset Z_is_zero after applying coordinate blinding and | Theo Buehler |
2018-11-06 | disable EC_POINT coordinate blinding due to failures in ECDHE and TLS | Theo Buehler |
2018-11-06 | revert use of bn_rand_interval due to failures with ECDHE and TLS | Theo Buehler |
2018-11-05 | Make use of bn_rand_interval() where appropriate. | Theo Buehler |
2018-11-05 | Eliminate a few "} else" branches, a few unneeded NULL checks before | Theo Buehler |
2018-11-05 | Implement coordinate blinding for EC_POINT. | Theo Buehler |
2018-09-01 | Tweak comment. | Theo Buehler |
2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() | Theo Buehler |
2018-08-24 | After removing support for broken PKCS#8 formats (it was high time), | Theo Buehler |