summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis
2020-08-04PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-08-01DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte
2020-07-30PROV: Fix small logic error in ec_kmgmt.c matching functionRichard Levitte
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
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