aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Streamline the safestack generated codeMatt Caswell1-0/+31
2020-09-13Remove some safestack things that are no longer neededMatt Caswell1-57/+0
2020-09-13Fix safestack issues in ui.hMatt Caswell1-1/+9
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell1-1/+9
2020-09-13Fix safestack issues in crypto.hMatt Caswell1-1/+11
2020-09-13Fix safestack issues in conf.hMatt Caswell1-1/+9
2020-09-13Fix safestack issues in bio.hMatt Caswell1-1/+9
2020-09-13Fix safestack issues in ess.hMatt Caswell1-2/+14
2020-09-13Fix safestack issues in asn1t.hMatt Caswell1-1/+10
2020-09-13Fix safestack issues in ct.hMatt Caswell1-2/+11
2020-09-13Fix safestack issues in crmf.hMatt Caswell1-2/+12
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell1-3/+11
2020-09-13Fix safestack issues in srp.hMatt Caswell1-3/+17
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell1-3/+15
2020-09-13Fix safestack issues in ocsp.hMatt Caswell1-4/+16
2020-09-13Fix safestack issues in cms.hMatt Caswell1-4/+12
2020-09-13Fix safestack issues in cmp.hMatt Caswell1-5/+21
2020-09-13Fix safestack issues in asn1.hMatt Caswell1-7/+29
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-3/+15
2020-09-13Fix safestack issues in x509v3.hMatt Caswell2-19/+62
2020-09-13Fix safestack issues in x509.hMatt Caswell1-9/+27
2020-09-13Fix safestack issues in ssl.hMatt Caswell1-3/+13
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker4-1/+37
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte1-0/+2
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte2-6/+3
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis2-0/+8
2020-09-11check_chain_extensions(): Require X.509 v3 if extensions are presentDr. David von Oheimb1-0/+1
2020-09-11check_chain_extensions(): Add check that CA cert includes key usage extensionDr. David von Oheimb1-0/+1
2020-09-11check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb2-3/+5
2020-09-11check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb2-0/+4
2020-09-11check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb2-5/+5
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb4-82/+103
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb1-8/+9
2020-09-10Fix an EVP_MD_CTX leakMatt Caswell1-0/+2
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte1-1/+1
2020-09-09Deprecate SHA and MD5 again.Pauli2-56/+75
2020-09-08Add 4 new OIDs for PKIX key purposes and 3 new CMP information typesDr. David von Oheimb1-0/+32
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte1-0/+2
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka5-0/+29
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2-1/+5
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte2-9/+7
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte3-11/+25
2020-09-08EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte1-0/+3
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch1-1/+1
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin1-8/+7
2020-09-05Remove unused dummy functions from ktls.h.John Baldwin1-28/+0
2020-09-05X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...Dr. David von Oheimb1-0/+1
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb1-2/+2
2020-09-05Strengthen chain building for CMPDr. David von Oheimb2-2/+5
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb1-0/+1