summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-07-27EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte
2020-07-27Fix no-ec2mMatt Caswell
2020-07-26DER to RSA deserializer: fix inclusionRichard Levitte
2020-07-24PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte
2020-07-24PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-22Cleanup fips provider initShane Lontis
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-21PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.aRichard Levitte
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-17rand: detect if FIPS approved randomness sources are being used.Pauli
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