summaryrefslogtreecommitdiff
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-0/+7
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-213-11/+11
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-2/+2
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-1/+0
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-1/+2
* PROV: Fix DSA and DH private key serializersRichard Levitte2020-08-201-0/+2
* OCSP: Add return value checks.Pauli2020-08-191-0/+2
* Move PKCS#12 KDF to provider.Pauli2020-08-141-0/+1
* conf: add an error if the openssl_conf section isn't found.Pauli2020-08-111-0/+2
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-1/+3
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-0/+2
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+3
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-071-0/+2
* Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb2020-08-041-1/+1
* Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb2020-08-041-0/+1
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-011-0/+2
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-4/+2
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-271-0/+1
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-243-0/+3
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-211-0/+7
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-0/+2
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-0/+2
* ERR: special case system errorsRichard Levitte2020-07-053-86/+49
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-12/+12
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-051-0/+0
* rand: core APIs for provider friendly random.Pauli2020-06-241-1/+46
* property: Move global default properties to the library context.Pauli2020-06-231-0/+1
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-231-0/+1
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-1/+4
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-1/+0
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-0/+1
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-161-1/+0
* Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb2020-06-131-0/+1
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-2/+0
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-101-0/+2
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-0/+4
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-2/+3
* Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy2020-05-191-0/+2
* Fix some places where X509_up_ref is usedBernd Edlinger2020-05-181-2/+3
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-161-0/+1
* PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte2020-05-141-0/+3
* OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte2020-05-131-2/+2
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-131-3/+2
* Fix reason code clashRichard Levitte2020-05-031-1/+1
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+1
* coverity 1462549 Dereference before null checkPauli2020-04-301-0/+1
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Add CMP error reason 'missing reference cert'Dr. David von Oheimb2020-04-181-0/+1
* ecx: check for errors creating public keys from private ones.Pauli2020-04-171-1/+2