summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* deserialisation: add deserialisation to the base providerPauli2020-07-303-9/+41
* serialisation: Add a built-in base provider.Pauli2020-07-304-144/+271
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-278-8/+104
* EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte2020-07-272-0/+2
* Fix no-ec2mMatt Caswell2020-07-271-1/+4
* DER to RSA deserializer: fix inclusionRichard Levitte2020-07-261-1/+1
* PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte2020-07-241-14/+93
* PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte2020-07-243-23/+129
* PROV: Implement PEM to DER deserializerRichard Levitte2020-07-246-1/+142
* PROV: Implement DER to RSA deserializerRichard Levitte2020-07-249-1/+261
* CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte2020-07-242-6/+28
* Fix DRBG reseed counter condition.Vitezslav Cizek2020-07-231-1/+1
* Cleanup fips provider initShane Lontis2020-07-221-154/+59
* Fix provider cipher reinit issueShane Lontis2020-07-227-10/+67
* PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.aRichard Levitte2020-07-212-2/+22
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-214-11/+53
* rand: detect if FIPS approved randomness sources are being used.Pauli2020-07-171-1/+33
* Update copyright yearRichard Levitte2020-07-163-3/+3
* DRBG: Fix the renamed functions after the EVP_MAC name reversalRichard Levitte2020-07-161-4/+4
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-165-33/+33
* capabilities: make capability selection case insensitive.Pauli2020-07-161-1/+2
* deprecate engines in provider codePauli2020-07-161-0/+3
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-159-3/+509
* Add and use internal header that implements endianness checkRichard Levitte2020-07-113-35/+17
* Ensure we excluse ec2m curves if ec2m is disabledMatt Caswell2020-07-081-0/+8
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-063-0/+10
* Ensure TLS padding is added during encryption on the provider sideMatt Caswell2020-07-061-2/+42
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-0622-4/+44
* Decreate the length after decryption for the stitched ciphersMatt Caswell2020-07-064-0/+21
* Ensure GCM "update" failures return 0 on errorMatt Caswell2020-07-061-2/+2
* Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell2020-07-061-1/+2
* Make the NULL cipher TLS awareMatt Caswell2020-07-061-8/+75
* Change ChaCha20-Poly1305 to be consistent with out ciphersMatt Caswell2020-07-062-1/+2
* Add provider support for TLS CBC padding and MAC removalMatt Caswell2020-07-064-0/+153
* coverity 1464983: null pointer dereferencePauli2020-07-051-33/+35
* coverity: CID 1464987: USE AFTER FREEPauli2020-07-051-1/+1
* Don't forget our provider ctx when resettingMatt Caswell2020-07-018-0/+16
* rand: fix CPU and timer sources.Pauli2020-06-304-4/+6
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-1/+2
* Update copyright yearMatt Caswell2020-06-2524-24/+24
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-24101-992/+992
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-2447-47/+47
* include source root directory via -I for libnonfips.aPauli2020-06-241-1/+1
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-242-61/+59
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-2410-696/+1369
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-243-0/+1119
* share rand_pool between libcrypto and providersPauli2020-06-249-11/+523
* rand: add seeding sources to providers.Pauli2020-06-2410-28/+182
* rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre2020-06-244-0/+1832