summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
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-17Add ACVP fips module testsShane Lontis
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*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-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-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 & 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-07Add RSA SHA512 truncated digest supportShane 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-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-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