summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli
2020-09-23Add a "random" configuration section.Pauli
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-22Add SM2 key managementPaul Yang
2020-09-21Increase PSK_MAX_IDENTITY_LEN from 128 to 256Eric Curtin
2020-09-21Increase PSK_MAX_PSK_LEN to 512Rutger Hendriks
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin
2020-09-19Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Remove some unneeded code from lhash.hMatt Caswell
2020-09-18Update err.h to use the new lhash generation codeMatt Caswell
2020-09-18Update conf.h.in to use the new lhash generation codeMatt Caswell
2020-09-18Provide basis for fixing lhash codeMatt Caswell
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-17Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-17Annotate potential -Wunused-function violations in err.hjwalch
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-13Streamline the safestack generated codeMatt Caswell
2020-09-13Remove some safestack things that are no longer neededMatt Caswell
2020-09-13Fix safestack issues in ui.hMatt Caswell
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in crypto.hMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-13Fix safestack issues in ess.hMatt Caswell
2020-09-13Fix safestack issues in asn1t.hMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix safestack issues in crmf.hMatt Caswell
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell
2020-09-13Fix safestack issues in srp.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in cmp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell