]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ecx_meth.c
Add X25519/X448 Key Exchange to the default provider
[thirdparty/openssl.git] / crypto / ec / ecx_meth.c
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