summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
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
2020-03-10fix two mistakes w.r.t. ERR_LIB_* parameters in ERR_add_error_txt()Dr. David von Oheimb
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2020-02-11Add X25519/X448 Key Exchange to the default providerMatt Caswell
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2020-02-04PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte
2020-02-04Detect EOF while reading in libsslMatt Caswell
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb
2019-12-12rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-12-11Fix some typosVeres Lajos
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-11-29PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-14Implement provider support for Asym CiphersMatt Caswell