aboutsummaryrefslogtreecommitdiffstats
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-115-33/+33
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* When asked if an ECX key has parameters we should answer "true"Matt Caswell2020-06-051-2/+5
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-053-6/+163
* fips: add additional algorithms to the FIPS provider.Pauli2020-06-051-3/+21
* Update copyright yearMatt Caswell2020-06-042-2/+2
* fips: add AES OFB mode ciphers to FIPS provider.Pauli2020-05-281-0/+3
* fips: add AES CFB mode ciphers to FIPS provider.Pauli2020-05-281-0/+9
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-5/+7
* PROV: Fix RSA-OAEP memory leakRichard Levitte2020-05-261-0/+1
* Update core_names.h fields and document most fields.Shane Lontis2020-05-268-45/+55
* Fix omissions in providers/common/der/build.infoRichard Levitte2020-05-251-27/+55
* Adjust length of some strncpy() callsNicola Tuveri2020-05-221-5/+29
* Coverity 1463571: Null pointer dereferences (FORWARD_NULL)Pauli2020-05-221-1/+1
* Coverity 1463574: Null pointer dereferences (REVERSE_INULL)Pauli2020-05-221-2/+4
* Coverity 1463576: Error handling issues (CHECKED_RETURN)Pauli2020-05-221-2/+2
* Refactor the provider side DER constants and writersRichard Levitte2020-05-2020-145/+224
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-1630-286/+762
* Update copyright yearMatt Caswell2020-05-154-4/+4
* PROV: make some DER AID arrays non-static, to avoid clang complaintsRichard Levitte2020-05-141-7/+20
* PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parametersRichard Levitte2020-05-141-1/+10
* PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte2020-05-143-51/+148
* EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte2020-05-144-20/+53
* PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte2020-05-146-34/+183
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-144-66/+198
* PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte2020-05-141-59/+121
* PROV: Refactor the RSA DER supportRichard Levitte2020-05-148-28/+444
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-134-21/+62
* PROV: Add a proper provider context structure for OpenSSL providersRichard Levitte2020-05-132-1/+65
* Fix some misunderstandings in our providers' main modulesRichard Levitte2020-05-124-45/+76
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-072-0/+4
* Add OIDS for md4 and ripemd160 to der_rsaShane Lontis2020-05-072-0/+14
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-38/+0
* Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis2020-05-053-8/+8
* Implement key match functionality for ECX keysMatt Caswell2020-05-041-0/+32
* Don't export ECX key data twiceMatt Caswell2020-05-041-4/+0
* Add the library ctx into an ECX_KEYMatt Caswell2020-05-041-9/+9
* Add the ability to ECX to import keys with only the private keyMatt Caswell2020-05-041-3/+2
* Add solaris assembler fixes for legacy providerShane Lontis2020-05-021-1/+7
* When a private key is validated and there is no private key, return early.Mat Berchtold2020-05-012-0/+8
* coverity 1462574 Resource leakPauli2020-04-301-0/+1
* coverity 1462564 Improper use of negative valuePauli2020-04-301-0/+2
* coverity: 1462544 Dereference after null checkPauli2020-04-301-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-296-6/+6
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-2810-23/+23
* Update copyright yearMatt Caswell2020-04-2394-94/+94
* PROV: Ensure that EC keys have a default digestRichard Levitte2020-04-231-0/+5
* PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte2020-04-231-5/+45
* FIPS: remove algorithms that are not being validated.Pauli2020-04-231-12/+0
* Fix some build failures with no-dhMatt Caswell2020-04-221-0/+5