Home
last modified time | relevance | path

Searched refs:provider (Results 1 – 25 of 27) sorted by relevance

12

/test/recipes/95-test_external_oqsprovider_data/
A Doqsprovider.sh48 if [ ! -d $SRCTOP/oqs-provider/.local ]; then
54 cd $SRCTOP/oqs-provider \
59 … cmake -DOPENSSL_ROOT_DIR=$OPENSSL_ROOT_DIR -DCMAKE_INSTALL_PREFIX=$SRCTOP/oqs-provider/.local .. \
66 liboqs_DIR=$SRCTOP/oqs-provider/.local cmake $SRCTOP/oqs-provider -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT…
70 export OQS_PROVIDER_TESTSCRIPTS=$SRCTOP/oqs-provider/scripts
73 $SRCTOP/oqs-provider/scripts/runtests.sh -V
/test/
A Dgenerate_ssl_tests.pl27 my $provider;
33 $provider = shift // '';
138 my $provider = shift;
140 my $fips_mode = $provider eq "fips";
158 $provider eq "default" || $provider eq "fips";
168 read_config($input_file, $provider);
A Devp_extra_test2.c655 OSSL_PROVIDER *provider = NULL; in test_pkcs8key_nid_bio() local
674 OSSL_PROVIDER_unload(provider); in test_pkcs8key_nid_bio()
719 OSSL_PROVIDER *provider = NULL; in test_provider_unload_effective() local
728 provider = NULL; in test_provider_unload_effective()
735 provider = NULL; in test_provider_unload_effective()
748 OSSL_PROVIDER_unload(provider); in test_provider_unload_effective()
755 OSSL_PROVIDER *provider = NULL; in test_d2i_PrivateKey_ex() local
777 OSSL_PROVIDER_unload(provider); in test_d2i_PrivateKey_ex()
785 OSSL_PROVIDER *provider = NULL; in test_PEM_read_bio_negative() local
813 OSSL_PROVIDER_unload(provider); in test_PEM_read_bio_negative()
[all …]
A DREADME-external.md94 (OpenQuantumSafe -- www.openquantumsafe.org) provider tests against the
114 <https://github.com/open-quantum-safe/oqs-provider#algorithms>.
118 <https://github.com/open-quantum-safe/oqs-provider#note-on-openssl-versions>.
120 pkcs11-provider test suite
123 This builds and runs pkcs11-provider tests against the local OpenSSL build.
125 You will need a git checkout of pkcs11-provider at the top level:
134 pkcs11-provider requires meson for the build process. Moreover, it requires
A Dcmp_server_test.c22 static OSSL_PROVIDER *default_null_provider = NULL, *provider = NULL; variable
126 OSSL_PROVIDER_unload(provider); in cleanup_tests()
149 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 1, USAGE)) in OPT_TEST_DECLARE_USAGE()
A Dossl_store_test.c229 OSSL_PROVIDER *provider = NULL; in test_store_attach_unregistered_scheme() local
236 && TEST_ptr(provider = OSSL_PROVIDER_load(libctx, "default")) in test_store_attach_unregistered_scheme()
246 OSSL_PROVIDER_unload(provider); in test_store_attach_unregistered_scheme()
A Dprovider_pkey_test.c126 const OSSL_PROVIDER *provider; in test_alternative_keygen_init() local
140 if (!TEST_ptr(provider = EVP_PKEY_CTX_get0_provider(ctx))) in test_alternative_keygen_init()
143 if (!TEST_ptr(provname = OSSL_PROVIDER_get0_name(provider))) in test_alternative_keygen_init()
163 if (!TEST_ptr(provider = EVP_PKEY_CTX_get0_provider(ctx))) in test_alternative_keygen_init()
166 if (!TEST_ptr(provname = OSSL_PROVIDER_get0_name(provider))) in test_alternative_keygen_init()
A Dcmp_client_test.c32 static OSSL_PROVIDER *default_null_provider = NULL, *provider = NULL; variable
520 OSSL_PROVIDER_unload(provider); in cleanup_tests()
544 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 5, USAGE)) in OPT_TEST_DECLARE_USAGE()
A Dcmp_msg_test.c34 static OSSL_PROVIDER *default_null_provider = NULL, *provider = NULL; variable
542 OSSL_PROVIDER_unload(provider); in cleanup_tests()
563 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 3, USAGE)) in OPT_TEST_DECLARE_USAGE()
A Dcmp_vfy_test.c41 static OSSL_PROVIDER *default_null_provider = NULL, *provider = NULL; variable
590 OSSL_PROVIDER_unload(provider); in cleanup_tests()
641 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 14, USAGE)) in OPT_TEST_DECLARE_USAGE()
A Dcmp_protect_test.c37 static OSSL_PROVIDER *default_null_provider = NULL, *provider = NULL; variable
541 OSSL_PROVIDER_unload(provider); in cleanup_tests()
584 if (!test_arg_libctx(&libctx, &default_null_provider, &provider, 12, USAGE)) in OPT_TEST_DECLARE_USAGE()
A DREADME.ssltest.md226 where `my.cnf.in` is your test input file and `default` is the provider to use.
227 For all the pre-generated test files you should use the default provider.
271 In the above examples, `default` is the provider to use.
A Dtestutil.h219 OSSL_PROVIDER **provider, const char *module_name);
221 OSSL_PROVIDER **provider, int argn, const char *usage);
A Dssl_old_test.c941 const char *provider = NULL, *config = NULL; in main() local
1212 provider = *(++argv); in main()
1395 if (provider != NULL in main()
1396 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
/test/recipes/
A D80-test_ssl_new.t155 my ($conf, $check_source, $skip, $provider) = @_;
159 my $output_file = $conf . "." . $provider;
165 ok(run(perltest(["generate_ssl_tests.pl", $input_file, $provider],
185 " test/ssl_test test/ssl-tests/$conf $provider";
186 if ($provider eq "fips") {
187 ok(run(test(["ssl_test", $output_file, $provider,
190 ok(run(test(["ssl_test", $output_file, $provider])), $msg);
A D80-test_ssl_old.t388 my ($key, $cert, $CAtmp, $provider, $configfile) = @_;
390 my @providerflags = ("-provider", $provider);
392 if ($provider eq "default" && !disabled("legacy")) {
397 if ($provider eq "fips") {
426 if $provider eq "fips";
611 if $provider eq "fips";
622 if $provider eq "fips";
633 if $provider eq "fips";
647 if $no_tls1 || $provider eq "fips";
737 if $no_tls1 || $provider eq "fips";
[all …]
/test/recipes/95-test_external_pkcs11_provider_data/
A Dpkcs11-provider.sh47 PKCS11_PROVIDER_SRCDIR=$OPENSSL_ROOT_DIR/pkcs11-provider/
48 PKCS11_PROVIDER_BUILDDIR=$OPENSSL_ROOT_DIR/pkcs11-provider/builddir
54 PKG_CONFIG_PATH="$BLDTOP" meson setup $PKCS11_PROVIDER_BUILDDIR $OPENSSL_ROOT_DIR/pkcs11-provider/ …
/test/testutil/
A Dprovider.c18 OSSL_PROVIDER **provider, const char *module_name) in test_get_libctx() argument
41 if (provider != NULL && module_name != NULL in test_get_libctx()
42 && (*provider = OSSL_PROVIDER_load(new_libctx, module_name)) == NULL) { in test_get_libctx()
54 OSSL_PROVIDER **provider, int argn, const char *usage) in test_arg_libctx() argument
65 test_get_argument(argn + 1), provider, module_name); in test_arg_libctx()
/test/recipes/30-test_evp_data/
A Devppkey_rsa_common.txt263 # The old FIPS provider doesn't include the workaround (#13817)
271 # The old FIPS provider doesn't include the workaround (#13817)
279 # The old FIPS provider doesn't include the workaround (#13817)
420 # The old FIPS provider doesn't include the workaround (#13817)
427 # The old FIPS provider doesn't include the workaround (#13817)
434 # The old FIPS provider doesn't include the workaround (#13817)
441 # The old FIPS provider doesn't include the workaround (#13817)
483 # The old FIPS provider doesn't include the workaround (#13817)
490 # The old FIPS provider doesn't include the workaround (#13817)
498 # The old FIPS provider doesn't include the workaround (#13817)
[all …]
A Devpkdf_hmac_drbg.txt16 Ctrl.properties = properties:provider=default
A Devpciph_rc2.txt11 # confirm that the new provider code is equivalent.
A Devpciph_rc5.txt10 #provider ciphers have identical results.
A Devppkey_rsa_kem.txt55 # testing the FIPS provider's ability to detect short keys. If a
/test/recipes/15-test_ml_dsa_codecs_data/
A Dml-dsa.cnf6 # Can be referenced in one or more provider sections
/test/recipes/15-test_ml_kem_codecs_data/
A Dml-kem.cnf6 # Can be referenced in one or more provider sections

Completed in 36 milliseconds

12