summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix safestack issues in crmf.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in srp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in cmp.hMatt Caswell2020-09-134-8/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-133-4/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-134-7/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-132-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-1314-27/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-136-11/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-124-0/+11
* TEST: Add a test of EC key generation with encoding specRichard Levitte2020-09-122-1/+79
* Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis2020-09-121-0/+12
* Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis2020-09-121-2/+7
* Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis2020-09-123-1/+91
* TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.tRichard Levitte2020-09-121-1/+15
* apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2020-09-112-2/+228
* Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2020-09-112-10/+13
* apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb2020-09-101-1/+1
* Diverse build.info: Adjust pathsRichard Levitte2020-09-101-1/+1
* test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb2020-09-102-1/+2
* test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanupDr. David von Oheimb2020-09-101-4/+2
* 81-test_cmp_cli: Make test output files all different according to #11080Dr. David von Oheimb2020-09-105-105/+134
* 81-test_cmp_cli.t: Stop unlinking test output files according to #11080Dr. David von Oheimb2020-09-101-3/+3
* Support writing RSA keys using the traditional format againKurt Roeckx2020-09-091-9/+10
* TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte2020-09-081-142/+79
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-083-6/+50
* apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb2020-09-081-0/+3
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-0/+72
* EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte2020-09-081-0/+6
* Fix test/evp_extra_test.cRichard Levitte2020-09-081-13/+39
* Use return code for 'which command' checksJon Spillett2020-09-081-2/+2
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-052-3/+3
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-3/+25
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-0/+4
* test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre2020-09-051-35/+310
* EC: Remove one error record that shadows anotherRichard Levitte2020-09-031-1/+2
* TEST: Ensure that the base provider i activated when neededRichard Levitte2020-09-0310-11/+13
* Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte2020-09-035-2126/+2093
* TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte2020-09-031-1/+1
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-033-13/+41
* TEST: Modify test/recipes/90-test_store.t for use with different 'file:' loadersRichard Levitte2020-09-031-147/+174
* Avoid uninitialised variable warning for jobsJon Spillett2020-09-021-3/+3
* Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.John Baldwin2020-08-311-1/+3
* Fix two issues with AES-CCM KTLS tests.Vadim Fedorenko2020-08-311-2/+4
* Skip tests using KTLS RX for TLS 1.3.John Baldwin2020-08-311-0/+4
* Skip tests using KTLS RX if KTLS RX is not supported.John Baldwin2020-08-311-0/+5
* Refactor the KTLS tests to minimize code duplication.John Baldwin2020-08-311-341/+24
* Update test data for DSA public key textJon Spillett2020-08-311-5/+1
* Extend test_CMAC_keygen in evp_extra_testMatt Caswell2020-08-291-4/+51