Home
last modified time | relevance | path

Searched +full:no +full:- +full:ec2m (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D15-test_genec.t2 # Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
40 plan skip_all => "This test is unsupported in a no-ec build"
64 wap-wsg-idm-ecid-wtls6
65 wap-wsg-idm-ecid-wtls7
66 wap-wsg-idm-ecid-wtls8
67 wap-wsg-idm-ecid-wtls9
68 wap-wsg-idm-ecid-wtls12
120 wap-wsg-idm-ecid-wtls1
121 wap-wsg-idm-ecid-wtls3
122 wap-wsg-idm-ecid-wtls4
[all …]
H A D80-test_ssl_new.t2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
34 my @conf_srcs = glob(srctop_file("test", "ssl-tests", "*.cnf.in"));
39 # We hard-code the number of tests to double-check that the globbing above
64 my $no_ec2m = disabled("ec2m");
68 # expectations dynamically based on the OpenSSL compile-time config.
70 "02-protocol-version.cnf" => !$is_default_tls,
71 "04-client_auth.cnf" => !$is_default_tls || !$is_default_dtls
73 "05-sni.cnf" => disabled("tls1_1"),
74 "07-dtls-protocol-version.cnf" => !$is_default_dtls || !disabled("sctp"),
75 "10-resumption.cnf" => !$is_default_tls || $no_ec,
[all …]
H A D80-test_cms.t2 # Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
35 my @legacyprov = ("-provider-path", $provpath,
36 "-provider", "default",
37 "-provider", "legacy" );
38 my @defaultprov = ("-provider-path", $provpath,
39 "-provider", "default");
44 my $datadir = srctop_dir("test", "recipes", "80-test_cms_data");
45 my $smdir = srctop_dir("test", "smime-certs");
49 = disabled qw/des dh dsa ec ec2m rc2 zlib/;
58 @config = ( "-config", srctop_file("test", "fips-and-base.cnf") );
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D15-test_genec.t2 # Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
19 plan skip_all => "This test is unsupported in a no-ec build"
43 wap-wsg-idm-ecid-wtls6
44 wap-wsg-idm-ecid-wtls7
45 wap-wsg-idm-ecid-wtls8
46 wap-wsg-idm-ecid-wtls9
47 wap-wsg-idm-ecid-wtls12
99 wap-wsg-idm-ecid-wtls1
100 wap-wsg-idm-ecid-wtls3
101 wap-wsg-idm-ecid-wtls4
[all …]
H A D80-test_ssl_new.t2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
24 my @conf_srcs = glob(srctop_file("test", "ssl-tests", "*.conf.in"));
29 # We hard-code the number of tests to double-check that the globbing above
51 my $no_ec2m = disabled("ec2m");
55 # expectations dynamically based on the OpenSSL compile-time config.
57 "02-protocol-version.conf" => !$is_default_tls,
58 "04-client_auth.conf" => !$is_default_tls || !$is_default_dtls
60 "05-sni.conf" => disabled("tls1_1"),
61 "07-dtls-protocol-version.conf" => !$is_default_dtls || !disabled("sctp"),
62 "10-resumption.conf" => !$is_default_tls,
[all …]
H A D80-test_cms.t2 # Copyright 2015-2023 The OpenSSL Project Authors. All Rights Reserved.
24 my $datadir = srctop_dir("test", "recipes", "80-test_cms_data");
25 my $smdir = srctop_dir("test", "smime-certs");
28 = disabled qw/des dh dsa ec ec2m rc2 zlib/;
35 [ "-sign", "-in", $smcont, "-outform", "DER", "-nodetach",
36 "-certfile", catfile($smdir, "smroot.pem"),
37 "-signer", catfile($smdir, "smrsa1.pem"), "-out", "test.cms" ],
38 [ "-verify", "-in", "test.cms", "-inform", "DER",
39 "-CAfile", catfile($smdir, "smroot.pem"), "-out", "smtst.txt" ]
43 [ "-sign", "-in", $smcont, "-outform", "DER",
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A Dappveyor.yml2 - Visual Studio 2017
5 - x64
6 - x86
11 - VSVER: 15
14 - shared
15 - plain
16 - minimal
19 - ps: >-
20 Install-Module VSSetup -Scope CurrentUser
21 - ps: >-
[all …]
H A DINSTALL2 --------------------
28 ---------------------------------------
46 - or -
48 - or -
76 -----------
96 $ perl Configure { VC-WIN32 | VC-WIN64A | VC-WIN64I | VC-CE }
114 engines. If you already have a pre-installed version of OpenSSL as part of
119 --prefix and --openssldir are explained further down, and the values shown
124 $ ./config --prefix=/opt/openssl --openssldir=/usr/local/ssl
128 $ @config --prefix=PROGRAM:[INSTALLS] --openssldir=SYS$MANAGER:[OPENSSL]
[all …]
H A DConfigure2 # -*- mode: perl; -*-
3 # Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
10 ## Configure -- OpenSSL source tree configuration script
27no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] […
31 # --config add the given configuration file, which will be read after
34 # --prefix prefix for the OpenSSL installation, which includes the
38 # --openssldir OpenSSL data area, such as openssl.cnf, certificates and keys.
40 # given with --prefix.
44 # --cross-compile-prefix Add specified prefix to binutils components.
46 # --api One of 0.9.8, 1.0.0 or 1.1.0. Do not compile support for
[all …]
H A DCHANGES5 This is a high-level summary of the most important changes.
21 David Benjamin for discovering this issue. (CVE-2023-0286)
28 no ABI change.
31 *) Fixed Use-after-free following BIO_new_NDEF.
46 then a use-after-free will occur. This will most likely result in a crash.
47 (CVE-2023-0215)
71 (CVE-2022-4450)
81 modes: PKCS#1 v1.5, RSA-OEAP and RSASVE.
82 (CVE-2022-4304)
93 *) Fixed the linux-mips64 Configure target which was missing the
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dopenssl.c2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
42 #define EXIT_THE_PROGRAM (-1)
48 * macro-generated wrapper functions.
67 for (f = functions; f->name != NULL; ++f) in calculate_columns()
68 if (f->type == FT_general || f->type == FT_md || f->type == FT_cipher) in calculate_columns()
69 if ((len = strlen(f->name)) > maxlen) in calculate_columns()
72 dc->width = maxlen + 2; in calculate_columns()
73 dc->columns = (80 - 1) / dc->width; in calculate_columns()
82 /* Set non-default library initialisation settings */ in apps_startup()
142 * Replace argv[] with UTF-8 encoded strings. in main()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
464 for (; gettables->key != NULL; gettables++) { in display_random()
466 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
468 /* Outside of verbose mode, we skip non-string values */ in display_random()
469 if (gettables->data_type != OSSL_PARAM_UTF8_STRING in display_random()
470 && gettables->data_type != OSSL_PARAM_UTF8_PTR in display_random()
473 params->key = gettables->key; in display_random()
474 params->data_type = gettables->data_type; in display_random()
475 if (gettables->data_type == OSSL_PARAM_UNSIGNED_INTEGER in display_random()
476 || gettables->data_type == OSSL_PARAM_INTEGER) { in display_random()
[all …]