]> git.ipfire.org Git - thirdparty/openssl.git/history - providers
Strengthen chain building for CMP
[thirdparty/openssl.git] / providers /
2020-09-05  Shane LontisFix coverity CID #1466371 - fix dereference before...
2020-09-05  Shane LontisFix coverity CID #1466375 - Remove dead code.
2020-09-05  Shane LontisFix coverity CID #1466377 - resource leak due to early...
2020-09-03  Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03  Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03  Matt CaswellEnsure EVP_MAC_update() passes the length even if it...
2020-09-03  Matt CaswellEnable PKEY MAC bridge signature algs to take ctx params
2020-09-03  Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03  Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03  Matt CaswellAdd an HMAC implementation that is TLS aware
2020-09-03  Jon SpillettAvoid AIX compiler issue by making the macro argument...
2020-08-31  Jon SpillettAdd the correct enum value for DSA public key serialization
2020-08-30  Shane LontisFix ECX serializer import calls to use correct selectio...
2020-08-30  Shane LontisFix RSA serializer import calls to use correct selectio...
2020-08-30  Shane LontisFix DSA serializer import calls to use correct selectio...
2020-08-30  Shane LontisFix DH serializer import calls to use correct selection...
2020-08-29  Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29  Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29  Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29  Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29  Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29  Matt CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-29  Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...
2020-08-29  Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...
2020-08-27  Paulirand: add a note about a potentially misleading code...
2020-08-24  Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24  Richard LevitteCORE: Define provider-native abstract objects
2020-08-24  Shane LontisFix coverity CID #1458641 - Dereference before NULL...
2020-08-24  Shane LontisFix coverity CID #1458645 - Dereference before NULL...
2020-08-24  Shane LontisFix coverity CID #1458647 - Use after free in clean_tbu...
2020-08-24  Shane LontisFix coverity CID #1458648 - Wrong sizeof() arg in rsa_f...
2020-08-24  Shane LontisFix coverity CID #1465794 - Uninitialized pointer read...
2020-08-22  Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21  Shane LontisFix incorrect selection flags for ec serializer.
2020-08-20  Matt CaswellFix stitched ciphersuites in TLS1.0
2020-08-20  Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-20  Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-20  Richard LevittePROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the...
2020-08-17  Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-14  PauliMove PKCS#12 KDF to provider.
2020-08-11  Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11  Benjamin KadukExpose S390x HW ciphers' IV state to provider layer
2020-08-11  Benjamin KadukMake GCM providers more generous about fetching IVs
2020-08-11  Benjamin KadukSupport cipher provider "iv state"
2020-08-11  Shane LontisAdd DHX serialization
2020-08-11  Shane LontisAdd dh_kdf support to provider
2020-08-11  Shane LontisAdd DHX support to keymanager
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to the...
2020-08-10  Matt CaswellMinimise the size of the macros in kdf_exch.c
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10  Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2020-08-09  Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-08  Dr. Matthias St... rand: fix typo in parameter name
2020-08-07  Shane LontisAdd evp_test fixes.
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-08-07  Richard LevittePROV: Fix MSBLOB / PVK deserializer
2020-08-07  Richard LevittePROV: Add MSBLOB and PVK to DSA and RSA deserializers
2020-08-06  Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-06  Paulimac: add some consistency to setting the XXX_final...
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-08-04  Shane LontisFix provider cipher reinit after init/update with a...
2020-08-04  Richard LevittePROV: Make the DER to KEY deserializer decode parameter...
2020-08-04  Shane LontisChange the provider implementation of X942kdf to use...
2020-08-01  Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01  Richard LevitteDESERIALIZER: Make it possible to deserialize public...
2020-08-01  Richard LevitteDESERIALIZER: Rethink password handling
2020-07-30  Richard LevittePROV: Fix small logic error in ec_kmgmt.c matching...
2020-07-30  Paulideserialisation: add deserialisation to the base provider
2020-07-30  Pauliserialisation: Add a built-in base provider.
2020-07-27  Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-27  Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-27  Matt CaswellFix no-ec2m
2020-07-26  Richard LevitteDER to RSA deserializer: fix inclusion
2020-07-24  Richard LevittePROV: Update the PEM to DER deserializer to handle...
2020-07-24  Richard LevittePROV: Update the DER to RSA deserializer to handle...
2020-07-24  Richard LevittePROV: Implement PEM to DER deserializer
2020-07-24  Richard LevittePROV: Implement DER to RSA deserializer
2020-07-24  Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-22  Vitezslav CizekFix DRBG reseed counter condition.
2020-07-22  Shane LontisCleanup fips provider init
2020-07-22  Shane LontisFix provider cipher reinit issue
2020-07-21  Richard LevittePROV: Move bio_prov.c from libcommon.a to libfips.a...
2020-07-21  Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-17  Paulirand: detect if FIPS approved randomness sources are...
2020-07-16  Richard LevitteUpdate copyright year
2020-07-16  Richard LevitteDRBG: Fix the renamed functions after the EVP_MAC name...
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16  Paulicapabilities: make capability selection case insensitive.
2020-07-16  Paulideprecate engines in provider code
2020-07-15  Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-11  Richard LevitteAdd and use internal header that implements endianness...
2020-07-08  Matt CaswellEnsure we excluse ec2m curves if ec2m is disabled
2020-07-06  Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-07-06  Matt CaswellEnsure TLS padding is added during encryption on the...
2020-07-06  Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06  Matt CaswellDecreate the length after decryption for the stitched...
next