Add some of the missing CMS API documentation
[openssl.git] / 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...
2020-07-06 Matt CaswellEnsure GCM "update" failures return 0 on error
2020-07-06 Matt CaswellEnsure cipher_generic_initkey gets passed the actual...
2020-07-06 Matt CaswellMake the NULL cipher TLS aware
2020-07-06 Matt CaswellChange ChaCha20-Poly1305 to be consistent with out...
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
2020-07-05 Paulicoverity 1464983: null pointer dereference
2020-07-05 Paulicoverity: CID 1464987: USE AFTER FREE
2020-07-01 Matt CaswellDon't forget our provider ctx when resetting
2020-06-29 Paulirand: fix CPU and timer sources.
2020-06-29 Rich SalzAdd --fips-key configuration parameter to fipsinstall...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Pauliinclude source root directory via -I for libnonfips.a
2020-06-24 Paulifips rand: DRBG KAT self test updates to provider model.
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-06-24 Paulishare rand_pool between libcrypto and providers
2020-06-24 Paulirand: add seeding sources to providers.
2020-06-24 Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...
2020-06-24 Paulitest: add a test RNG.
2020-06-24 PauliCRNGT: continuous DRBG tests for providers
2020-06-24 Pauliprovider: add RAND algorithm tables
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 PauliMove CRNG test to providers
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-20 Benjamin KadukAllow oversized buffers for provider cipher IV fetch
2020-06-20 Benjamin KadukSet cipher IV as octet string and pointer from providers
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellCreate defines for TLS Group Ids
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for ECX too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-06-18 Matthias KraftConfigure DEPs for FIPS provider on AIX.
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-05 Matt CaswellWhen asked if an ECX key has parameters we should answe...
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-06-04 Paulifips: add additional algorithms to the FIPS provider.
2020-06-04 Matt CaswellUpdate copyright year
2020-05-27 Paulifips: add AES OFB mode ciphers to FIPS provider.
2020-05-27 Paulifips: add AES CFB mode ciphers to FIPS provider.
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Richard LevittePROV: Fix RSA-OAEP memory leak
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-25 Richard LevitteFix omissions in providers/common/der/build.info
2020-05-22 Nicola TuveriAdjust length of some strncpy() calls
2020-05-22 PauliCoverity 1463571: Null pointer dereferences (FORWARD_NULL)
2020-05-22 PauliCoverity 1463574: Null pointer dereferences (REVERSE_INULL)
2020-05-22 PauliCoverity 1463576: Error handling issues (CHECKED_RETURN)
2020-05-20 Richard LevitteRefactor the provider side DER constants and writers
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
next