Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / ec / ecx_meth.c
2023-09-07 Matt CaswellCopyright year updates
2023-04-12 Yuan, ShuaiFixes #19580 ECX keygen
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-09 Juergen Christs390x: fix ecx derive
2022-06-02 Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2021-10-28 x2018fix some code with obvious wrong coding style
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-24 Juergen ChristFix compilation under -Werror
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-11 Matt CaswellUpdate copyright year
2021-03-04 Tomas Mrazecx_set_priv_key: Try to obtain libctx from the pkey...
2021-03-04 Tomas Mrazecx_set_priv_key: Remove TODO 3.0 related to setting...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-04 Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04 Matt CaswellAdd the ability to ECX to import keys with only the...
2020-04-30 Paulicoverity 1462576 Resource leak
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-02-11 Matt CaswellAdd S390 support for provider based X25519/X448
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-11 Matt CaswellImplement a stricter ECX_KEY type
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2019-11-05 Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-11-05 Patrick Steuers390x assembly pack: fix x448 handling of non-canonical...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-16 ManishPatidar1clearing the ecx private key memory
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-02 Antoine CœurFix Typos
2019-02-25 Richard LevitteRearrange the inclusion of curve448/curve448_lcl.h
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-22 Matt CaswellImprove the usability of the ca app using EdDSA
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-05-24 Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-18 Matt CaswellAllow the ca application to use EdDSA
2018-04-06 Matt CaswellSupport EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
2018-03-20 Matt CaswellUpdate copyright year
2018-03-15 Matt CaswellAdd support for setting raw private/public 25519/448...
2018-03-02 Matt CaswellIntegrate X448 and Ed448 into libcrypto
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free for secure mem BIOs and...
2017-06-21 Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-05-30 Dr. Stephen HensonAdd custom sig_info_set for ED25519
2017-05-30 Dr. Stephen HensonAdd custom ASN.1 sign and verify
2017-05-30 Dr. Stephen HensonED25519 public key method.
2017-05-30 Dr. Stephen HensonAdd ED25519 ASN.1 method
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13 Dr. Stephen HensonAdd point ctrls to X25519
2016-08-13 Dr. Stephen HensonX25519 public key methods