summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-14PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte
2020-05-14PROV: Refactor the RSA DER supportRichard Levitte
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-05-13PROV: Add a proper provider context structure for OpenSSL providersRichard Levitte
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-05-07Add OIDS for md4 and ripemd160 to der_rsaShane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis
2020-05-04Implement key match functionality for ECX keysMatt Caswell
2020-05-04Don't export ECX key data twiceMatt Caswell
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell
2020-05-02Add solaris assembler fixes for legacy providerShane Lontis
2020-05-01When a private key is validated and there is no private key, return early.Mat Berchtold
2020-04-30coverity 1462574 Resource leakPauli
2020-04-30coverity 1462564 Improper use of negative valuePauli
2020-04-30coverity: 1462544 Dereference after null checkPauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-23PROV: Ensure that EC keys have a default digestRichard Levitte
2020-04-23PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte
2020-04-23FIPS: remove algorithms that are not being validated.Pauli
2020-04-22Fix some build failures with no-dhMatt Caswell