summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
2020-06-11kdf: make function naming consistent.Pauli
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-06-05fips: add additional algorithms to the FIPS provider.Pauli
2020-06-04Update copyright yearMatt Caswell
2020-05-28fips: add AES OFB mode ciphers to FIPS provider.Pauli
2020-05-28fips: add AES CFB mode ciphers to FIPS provider.Pauli
2020-05-27PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte
2020-05-26PROV: Fix RSA-OAEP memory leakRichard Levitte
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-25Fix omissions in providers/common/der/build.infoRichard Levitte
2020-05-22Adjust length of some strncpy() callsNicola Tuveri
2020-05-22Coverity 1463571: Null pointer dereferences (FORWARD_NULL)Pauli
2020-05-22Coverity 1463574: Null pointer dereferences (REVERSE_INULL)Pauli
2020-05-22Coverity 1463576: Error handling issues (CHECKED_RETURN)Pauli
2020-05-20Refactor the provider side DER constants and writersRichard Levitte
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-05-14PROV: make some DER AID arrays non-static, to avoid clang complaintsRichard Levitte
2020-05-14PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parametersRichard Levitte
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-14PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte