summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2020-08-04Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAMEDr. David von Oheimb
2020-08-04Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-07-05ERR: special case system errorsRichard Levitte
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-23serialization: break the provider locating code to avoid deadlock.Pauli
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-06-16Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-13Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-19Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy
2020-05-18Fix some places where X509_up_ref is usedBernd Edlinger
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-05-13OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte
2020-05-03Fix reason code clashRichard Levitte
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-04-30coverity 1462549 Dereference before null checkPauli
2020-04-23Update copyright yearMatt Caswell
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb
2020-04-17ecx: check for errors creating public keys from private ones.Pauli
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-04-07Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-24Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell
2020-03-19Make sure we use the libctx when fetching a MACMatt Caswell
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-03-10Fix error in case CMP msg POPO is not provided in OSSL_CRMF_MSGS_verify_popo()Dr. David von Oheimb
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb