aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in conf.hMatt Caswell3-6/+0
2020-09-13Fix safestack issues in ct.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in crmf.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in srp.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in ocsp.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in cmp.hMatt Caswell4-8/+0
2020-09-13Fix safestack issues in asn1.hMatt Caswell3-4/+0
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell4-7/+0
2020-09-13Fix safestack issues in x509v3.hMatt Caswell2-3/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell14-27/+0
2020-09-13Fix safestack issues in ssl.hMatt Caswell6-11/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker4-0/+11
2020-09-12TEST: Add a test of EC key generation with encoding specRichard Levitte2-1/+79
2020-09-12Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis1-0/+12
2020-09-12Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis1-2/+7
2020-09-12Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis3-1/+91
2020-09-12TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.tRichard Levitte1-1/+15
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2-2/+228
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2-10/+13
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb1-1/+1
2020-09-10Diverse build.info: Adjust pathsRichard Levitte1-1/+1
2020-09-10test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb2-1/+2
2020-09-10test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanupDr. David von Oheimb1-4/+2
2020-09-1081-test_cmp_cli: Make test output files all different according to #11080Dr. David von Oheimb5-105/+134
2020-09-1081-test_cmp_cli.t: Stop unlinking test output files according to #11080Dr. David von Oheimb1-3/+3
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx1-9/+10
2020-09-08TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte1-142/+79
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka3-6/+50
2020-09-08apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb1-0/+3
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb1-0/+72
2020-09-08EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte1-0/+6
2020-09-08Fix test/evp_extra_test.cRichard Levitte1-13/+39
2020-09-08Use return code for 'which command' checksJon Spillett1-2/+2
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2-3/+3
2020-09-05Strengthen chain building for CMPDr. David von Oheimb1-3/+25
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb1-0/+4
2020-09-05test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre1-35/+310
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte1-1/+2
2020-09-03TEST: Ensure that the base provider i activated when neededRichard Levitte10-11/+13
2020-09-03Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte5-2126/+2093
2020-09-03TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte1-1/+1
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte3-13/+41
2020-09-03TEST: Modify test/recipes/90-test_store.t for use with different 'file:' loadersRichard Levitte1-147/+174
2020-09-02Avoid uninitialised variable warning for jobsJon Spillett1-3/+3
2020-08-31Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.John Baldwin1-1/+3
2020-08-31Fix two issues with AES-CCM KTLS tests.Vadim Fedorenko1-2/+4
2020-08-31Skip tests using KTLS RX for TLS 1.3.John Baldwin1-0/+4
2020-08-31Skip tests using KTLS RX if KTLS RX is not supported.John Baldwin1-0/+5