summaryrefslogtreecommitdiffstats
path: root/test/recipes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-0816-16/+16
* test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte2021-04-071-0/+4
* 80-test_cmp_http.t: Add diagnostic info on starting/stopping mock serverDr. David von Oheimb2021-03-311-1/+6
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-1/+1
* Merge OFB encrypt and decrypt test vectors.David Benjamin2021-03-301-102/+3
* Disable cmp_http test on AIXShane Lontis2021-03-281-2/+2
* TEST: Cleanup test recipesRichard Levitte2021-03-2770-15/+19
* Make the SM2 group the default group for the SM2 algorithmTomas Mraz2021-03-261-0/+9
* Remove the external BoringSSL testTomas Mraz2021-03-261-30/+0
* Add a test for CVE-2021-3449Matt Caswell2021-03-251-1/+35
* Fix DER reading from stdin for BIO_f_readbufferShane Lontis2021-03-221-0/+29
* TEST: Clarify and adjust test/recipes/30-test_evp.tRichard Levitte2021-03-191-19/+33
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-5/+5
* TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb2021-03-188-28/+238
* Add testing for non-default library context into evp_extra_testJon Spillett2021-03-171-1/+5
* TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb2021-03-131-28/+28
* TEST: Stop the cleanup in test/recipes/20-test_mac.tRichard Levitte2021-03-111-7/+13
* Update copyright yearMatt Caswell2021-03-1123-23/+23
* test: convert store test to use relative pathsPauli2021-03-111-2/+3
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-101-1/+5
* gost_engine test: further cleanups and fixesTomas Mraz2021-03-051-13/+12
* gost_engine test: Run also perl and tcl testsTomas Mraz2021-03-051-12/+23
* CI: add job with external testsTomas Mraz2021-03-051-1/+1
* test/x509: Test for issuer being overwritten when printing.Tomas Mraz2021-03-041-2/+2
* Add a new test recipe to verify the generated test fipsmodule.cnfRichard Levitte2021-03-031-0/+37
* TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte2021-03-0323-207/+39
* evp_test: updates for the new additional MAC_init argumentsPauli2021-02-283-4/+25
* Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard2021-02-221-1/+9
* 81-test_cmp_cli_data: fixup on CSR test casesDr. David von Oheimb2021-02-193-9/+18
* Fix DH ASN1 decode so that it detects named groups.Shane Lontis2021-02-193-1/+44
* Don't forget the type of thing we are loadingMatt Caswell2021-02-181-11/+48
* Update copyright yearMatt Caswell2021-02-1828-28/+28
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-183-5/+26
* DSA parameter check using pkeyparamDmitry Belyavskiy2021-02-1827-0/+442
* test: DRBG test with long seed.Pauli2021-02-171-0/+16
* Fix the dhparam_check testMatt Caswell2021-02-158-18/+9
* Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis2021-02-101-0/+32
* Enable fipsload test on NonStop x86.Randall S. Becker2021-02-081-1/+1
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-0520-32/+71
* TEST: Add an algorithm ID tester for libcrypto vs providerRichard Levitte2021-02-051-0/+60
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-051-3/+51
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-052-1/+9
* DH/DHX parameter check using pkeyparamDmitry Belyavskiy2021-02-0420-0/+345
* test/recipes: split 81_test_cmp_cli.t, add test using -engine loader_atticDr. David von Oheimb2021-02-0431-286/+321
* Add a multi-thread test for shared EVP_PKEYsMatt Caswell2021-02-022-3/+31
* rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz2021-01-291-1/+34
* check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb2021-01-281-1/+6
* Update copyright yearRichard Levitte2021-01-2813-13/+13
* Fix running mingw dhparam test under wineMatt Caswell2021-01-271-1/+3
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-261-2/+2