]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
[thirdparty/openssl.git] / providers / implementations /
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28  PauliParam build: make structures opaque.
2020-03-28  PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27  Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-25  Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-19  Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-03-17  Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15  Shane LontisAdd ECDSA to providers
2020-03-15  Shane LontisAdd RSA sign to the fips provider
2020-03-12  Richard LevittePROV: Add RSA functionality for key generation
2020-03-11  Shane LontisAdd ECDH to fips provider
2020-03-11  Shane LontisAdd EC key validation to default provider
2020-03-10  Richard LevitteDOCS: Move implementation specific docs away from provi...
2020-03-09  Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09  Matt CaswellAdd Key Management support for EdDSA keys
2020-03-08  Kurt RoeckxImprove small block cipher performance
2020-03-04  Shane LontisAdd DSA Key validation to default provider
2020-03-04  Shane LontisAdd DH key validation to default provider
2020-03-03  Shane LontisAdd Serializers for EC
2020-03-02  Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-27  Matt CaswellImplement the ECX Serializers
2020-02-22  Richard LevittePROV: Avoid MDC2 in the RSA signature implementation...
2020-02-22  Richard LevittePROV: add RSA signature implementation
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-18  Nicola Tuveri[PROV][KEYMGMT][EC] Import/export of priv_key as padded...
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-18  Nicola Tuveri[PROV][KEYMGMT][DH][DSA] use BN_clear_free for secrets
2020-02-17  PauliCoverity 1458439: fix resource leak
2020-02-16  Shane LontisAdd FFC param/key validation
2020-02-13  Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-12  Matt CaswellFix no-ec build
2020-02-11  PauliDeprecate the low level DSA functions.
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 Provider side Key Management for X25519 and...
2020-02-10  Richard LevittePROV: Ensure the AlgorithmIdentifier registers in DSA...
2020-02-08  Matt CaswellDon't compile AESNI code if we're not AESNI capable
2020-02-07  Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07  Richard LevitteAdapt existing SERIALIZER implementations to the redesi...
2020-02-07  Richard LevitteAdapt existing KEYMGMT implementations to the redesigne...
2020-02-05  Matt CaswellFix no-multiblock
2020-02-04  Richard LevittePROV: Fix the DSA SIGNATURE implementation for better...
2020-02-04  Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2020-02-04  Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04  Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-31  Pauliscrypt: free the MD reference correctly.
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-29  PauliDeprecate the low level HMAC functions
2020-01-29  PauliDeprecate the low level CMAC functions
2020-01-28  Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-24  PauliDeprecate the low level DES functions.
2020-01-23  Richard LevitteAdd answers for EVP_PKEY_get_default_digest_name()...
2020-01-23  Richard LevitteAdd internal maxsize macros
2020-01-23  Richard LevittePROV: Fix bignum printout in text serializers
2020-01-23  Shane LontisAdd DH key exchange to fips provider
2020-01-20  Matt CaswellImplement the NULL cipher in the default provider
2020-01-20  Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-19  PauliDeprecate the low level IDEA functions.
2020-01-19  PauliDeprecate the low level MD5 functions.
2020-01-19  PauliDeprecate the low level SHA functions.
2020-01-17  Richard LevittePROV: Adapt the RSA, DSA and DH KEYMGMT implementations
2020-01-15  Richard LevittePROV: Adapt the DSA keymgmt implementation to no ex_fields
2020-01-15  PauliDeprecate the low level RC5 functions
2020-01-15  PauliDeprecate the low level RC4 functions
2020-01-15  PauliDeprecate the low level RC2 functions
2020-01-15  PauliDeprecate the low level SEED functions
2020-01-14  Richard LevittePROV: Fix mixup between general and specialized GCM...
2020-01-13  Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13  Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12  PauliDeprecate the low level Whirlpool functions.
2020-01-12  PauliDeprecate the low level MDC2 functions.
2020-01-12  PauliDeprecate the low level MD4 functions.
2020-01-12  PauliDeprecate the low level MD2 functions.
2020-01-12  PauliDeprecate the low level RIPEMD160 functions.
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-10  Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-08  Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-06  Richard LevitteAdd missing inclusion of "internal/deprecated.h"
2020-01-06  Matt CaswellDeprecate the low level AES functions
2020-01-06  Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2020-01-05  Paulicoverity 1456638: fix null check
2020-01-05  Paulicoverity 1456640: fix null check
2020-01-05  Paulicoverity 1456642: fix null check
2019-12-23  Matt CaswellFix no-dsa builds
2019-12-23  Matt CaswellFix no-dh
2019-12-20  Bernd EdlingerFix no-des build
2019-12-19  Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19  Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-13  Paulimac poly1305: add missing NULL check in new function.
2019-12-13  Paulimac siphash: add missing NULL check on context creation
2019-12-12  Richard LevittePROV: Move AES_GCM specialisation away from common...
2019-12-12  Richard LevittePROV: Move AES_CCM specialisation away from common...
2019-12-11  Veres LajosFix some typos
2019-12-11  XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11  Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-12-05  Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-29  Richard LevittePROV SERIALIZER: add support for writing DSA keys and...
2019-11-29  Richard LevittePROV SERIALIZER: add support for writing DH keys and...
next