]> git.ipfire.org Git - thirdparty/openssl.git/history - providers
Remove unused files
[thirdparty/openssl.git] / providers /
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-03  Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-03-02  Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-27  Matt CaswellImplement the ECX Serializers
2020-02-25  Dr. Matthias St... Check that the DRBG's internal state has been zeroized...
2020-02-23  Richard LevitteFix default provider merge glitch
2020-02-22  Richard LevittePROV: Avoid MDC2 in the RSA signature implementation...
2020-02-22  Richard LevittePROV: add RSA signature implementation
2020-02-21  Matt CaswellIntroduce the provider property
2020-02-21  Shane LontisAdd DRBG self tests
2020-02-21  PauliParams: add argument to the _from_text calls to indicat...
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-14  Richard LevittePROV: Build the main FIPS module code with FIPS_MODE...
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  Matt CaswellFix no-des
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-06  Matt CaswellFix builds with no-dh
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-27  Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
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-21  Richard LevittePROV: Add support for error queue marks and implement...
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-15  Shane LontisAdd FIPS Self test kats for digests
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-09  Richard LevittePROV: Adjust the KEYMGMT name specs to include all...
2020-01-08  Richard LevitteAdd the DSA serializers to the default provider tools
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-21  Shane LontisAdd fips self test DEP for solaris and hpux
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-14  Rich SalzDeprecate most of debug-memory
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...
2019-11-29  Richard LevittePROV SERIALIZER: add support for writing RSA keys
next