summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-07-16Update copyright yearRichard Levitte
2020-07-16DRBG: Fix the renamed functions after the EVP_MAC name reversalRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16capabilities: make capability selection case insensitive.Pauli
2020-07-16deprecate engines in provider codePauli
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-07-08Ensure we excluse ec2m curves if ec2m is disabledMatt Caswell
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-07-06Ensure TLS padding is added during encryption on the provider sideMatt Caswell
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell
2020-07-06Decreate the length after decryption for the stitched ciphersMatt Caswell
2020-07-06Ensure GCM "update" failures return 0 on errorMatt Caswell
2020-07-06Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell
2020-07-06Make the NULL cipher TLS awareMatt Caswell
2020-07-06Change ChaCha20-Poly1305 to be consistent with out ciphersMatt Caswell
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell
2020-07-05coverity 1464983: null pointer dereferencePauli
2020-07-05coverity: CID 1464987: USE AFTER FREEPauli
2020-07-01Don't forget our provider ctx when resettingMatt Caswell
2020-06-30rand: fix CPU and timer sources.Pauli
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24include source root directory via -I for libnonfips.aPauli
2020-06-24fips rand: DRBG KAT self test updates to provider model.Pauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24share rand_pool between libcrypto and providersPauli
2020-06-24rand: add seeding sources to providers.Pauli
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre
2020-06-24test: add a test RNG.Pauli
2020-06-24CRNGT: continuous DRBG tests for providersPauli
2020-06-24provider: add RAND algorithm tablesPauli
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli
2020-06-24Move CRNG test to providersPauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-06-20Allow oversized buffers for provider cipher IV fetchBenjamin Kaduk
2020-06-20Set cipher IV as octet string and pointer from providersBenjamin Kaduk
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Create defines for TLS Group IdsMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for ECX tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-06-18Configure DEPs for FIPS provider on AIX.Matthias Kraft
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli