summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-09-18Add fips checks for ecdh key agreementShane Lontis
2020-09-18Add fips checks for rsa encryptionShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for dsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane 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-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-09-17Test HMAC output from the dgst CLIMatt Caswell
2020-09-17Add a NULL check to EVP_PKEY_assignjwalch
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in conf.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 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 cmp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-12TEST: Add a test of EC key generation with encoding specRichard Levitte
2020-09-12Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis
2020-09-12Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis
2020-09-12Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis
2020-09-12TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.tRichard Levitte
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb
2020-09-10Diverse build.info: Adjust pathsRichard Levitte
2020-09-10test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb
2020-09-10test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanupDr. David von Oheimb
2020-09-1081-test_cmp_cli: Make test output files all different according to #11080Dr. David von Oheimb
2020-09-1081-test_cmp_cli.t: Stop unlinking test output files according to #11080Dr. David von Oheimb
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx
2020-09-08TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-09-08EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte
2020-09-08Fix test/evp_extra_test.cRichard Levitte
2020-09-08Use return code for 'which command' checksJon Spillett
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb