summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-17s390: ECX key generation fixes.Pauli
2020-04-17ecx: add key generation support.Pauli
2020-04-17Add ECX to FIPS provider as non-FIPS algorithmsPauli
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-15When calling EC_POINT_point2buf we must use a libctxMatt Caswell
2020-04-15Fix no-pic static buildsTomas Mraz
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-04-11Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-04-08Fix export of provided EC keysRichard Levitte
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte
2020-04-07PROV: Add DERlib support for DSARichard Levitte
2020-04-07PROV: Add DERlib support for RSARichard Levitte
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte