Home
last modified time | relevance | path

Searched full:verify (Results 1 – 25 of 4371) sorted by relevance

12345678910>>...175

/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify.t22 sub verify {
24 my @args = qw(openssl verify -auth_level 1);
36 ok(verify("ee-cert", "sslserver", ["root-cert"], ["ca-cert"]),
40 ok(!verify("ee-cert", "sslserver", [qw(root-nonca)], [qw(ca-cert)]),
42 ok(!verify("ee-cert", "sslserver", [qw(nroot+serverAuth)], [qw(ca-cert)]),
44 ok(!verify("ee-cert", "sslserver", [qw(nroot+anyEKU)], [qw(ca-cert)]),
46 ok(!verify("ee-cert", "sslserver", [qw(root-cert2)], [qw(ca-cert)]),
48 ok(!verify("ee-cert", "sslserver", [qw(root-name2)], [qw(ca-cert)]),
53 ok(verify("ee-cert-noncrit-unknown-ext", "", ["root-cert"], ["ca-cert"]),
55 ok(!verify("ee-cert-crit-unknown-ext", "", ["root-cert"], ["ca-cert"]),
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D03-custom_verify.cnf5 test-0 = 0-verify-success
6 test-1 = 1-verify-custom-reject
7 test-2 = 2-verify-custom-allow
8 test-3 = 3-verify-custom-retry
12 test-7 = 7-verify-fail-no-root
13 test-8 = 8-verify-custom-success-no-root
14 test-9 = 9-verify-custom-fail-no-root
17 [0-verify-success]
18 ssl_conf = 0-verify-success-ssl
20 [0-verify-success-ssl]
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ml_dsa_sigver.txt16 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
27 Verify-Message-Public = ML-DSA-44:ML_DSA_44_2
39 Verify-Message-Public = ML-DSA-44:ML_DSA_44_3
50 Verify-Message-Public = ML-DSA-44:ML_DSA_44_4
62 Verify-Message-Public = ML-DSA-44:ML_DSA_44_5
73 Verify-Message-Public = ML-DSA-44:ML_DSA_44_6
83 # valid signature and message - signature should verify successfully
85 Verify-Message-Public = ML-DSA-44:ML_DSA_44_7
93 # valid signature and message - signature should verify successfully
95 Verify-Message-Public = ML-DSA-44:ML_DSA_44_8
[all …]
H A Devppkey_slh_dsa_sigver.txt16 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_1
28 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_2
40 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_3
52 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_4
64 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_5
76 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_6
88 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_7
100 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_8
110 # valid signature and message - signature should verify successfully
112 Verify-Message-Public = SLH-DSA-SHA2-128f:SLH_DSA_SHA2_128f_9
[all …]
H A Devppkey_ml_dsa_65_wycheproof_verify.txt16 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
24 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
33 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
42 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
51 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
61 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
70 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
79 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
88 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
97 Verify-Message-Public = ML-DSA-65:ML_DSA_65_1
[all …]
H A Devppkey_ml_dsa_44_wycheproof_verify.txt16 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
24 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
33 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
42 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
51 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
61 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
70 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
79 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
88 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
97 Verify-Message-Public = ML-DSA-44:ML_DSA_44_1
[all …]
H A Devppkey_ml_dsa_87_wycheproof_verify.txt16 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
24 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
33 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
42 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
51 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
61 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
70 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
79 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
88 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
97 Verify-Message-Public = ML-DSA-87:ML_DSA_87_1
[all …]
H A Devppkey_rsa.txt11 # PrivPubKeyPair Sign Verify VerifyRecover
98 Verify = RSA-2048
111 Verify = RSA-2048
119 Verify = RSA-2048
133 Verify = RSA-2048
141 Verify = RSA-2048
149 Verify = RSA-2048
169 Verify = RSA-2048
182 Verify = RSA-2048
190 Verify = RSA-2048
[all …]
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_common.c182 * verify key usage (must allow encryption) in tls_parse_cert()
206 int tls_verify_hash_init(struct tls_verify_hash *verify) in tls_verify_hash_init() argument
208 tls_verify_hash_free(verify); in tls_verify_hash_init()
209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init()
210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init()
211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init()
212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init()
213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init()
214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init()
215 if (verify->md5_client == NULL || verify->md5_server == NULL || in tls_verify_hash_init()
[all …]
/freebsd/crypto/openssh/regress/
H A Dsshsig.sh69 trace "$tid: key type $t verify with hash $h"
70 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
76 trace "$tid: key type $t verify with limited namespace"
79 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
87 ${SSHKEYGEN} -q -Y verify -s $sigfile -n $sig_namespace \
97 trace "$tid: key type $t verify with bad signers"
99 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
105 trace "$tid: key type $t verify with wrong key"
107 ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
113 trace "$tid: key type $t verify with wrong data"
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_volmode.ksh35 # Verify that ZFS volume property "volmode" works as intended.
38 # 1. Verify "volmode" property does not accept invalid values
39 # 2. Verify "volmode=none" hides ZVOL device nodes
40 # 3. Verify "volmode=full" exposes a fully functional device
41 # 4. Verify "volmode=dev" hides partition info on the device
42 # 5. Verify "volmode=default" behaves accordingly to "volmode" module parameter
43 # 6. Verify "volmode" property is inherited correctly
44 # 7. Verify "volmode" behaves correctly at import time
45 # 8. Verify "volmode" behaves accordingly to zvol_inhibit_dev
108 log_assert "Verify that ZFS volume property 'volmode' works as intended"
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dlife_cycle-pkey.7102 .IP verify 4
103 .IX Item "verify"
104 This state represents the PKEY when it is ready to verify a public key signature.
105 .IP "verify recover" 4
106 .IX Item "verify recover"
122 … | | | EVP_PKEY_verify | verify |
131 … EVP_PKEY_sign | | | | | EVP_PKEY_verify_recover | verify |
178 …start newed digest verify verify encrypt decrypt derive …
188verify verify verify verify verify verify verify
189 EVP_PKEY_verify verify
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_chain.in51 ${hxtool} verify --missing-revoke \
58 ${hxtool} verify --missing-revoke \
64 ${hxtool} verify --missing-revoke \
69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
82 ${hxtool} verify --missing-revoke \
87 ${hxtool} verify --missing-revoke \
94 ${hxtool} verify --missing-revoke \
101 ${hxtool} verify --missing-revoke \
107 ${hxtool} verify --missing-revoke \
[all …]
H A Dtest_cms.in60 echo "verify signed data (ec)"
61 ${hxtool} cms-verify-sd \
74 echo "verify signed data"
75 ${hxtool} cms-verify-sd \
88 echo "verify signed data (no signer)"
89 ${hxtool} cms-verify-sd \
97 echo "verify signed data (no signer) (test failure)"
98 ${hxtool} cms-verify-sd \
111 echo "verify signed data"
112 ${hxtool} cms-verify-sd \
[all …]
H A Dtest_ca.in64 echo "verify certificate"
65 ${hxtool} verify --missing-revoke \
74 echo "verify certificate (with CRL)"
75 ${hxtool} verify \
86 echo "verify certificate (included in CRL)"
87 ${hxtool} verify \
99 echo "verify certificate (included in CRL, and lifetime 1 month)"
100 ${hxtool} verify \
150 echo "verify certificate hostname (ok)"
151 ${hxtool} verify --missing-revoke \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_inactive_import.ksh23 # Verify import behavior for inactive, but not exported, pools
27 # 2. Verify multihost=off and hostids match (no activity check)
28 # 3. Verify multihost=off and hostids differ (no activity check)
29 # 4. Verify multihost=off and hostid allowed (no activity check)
30 # 5. Verify multihost=on and hostids match (no activity check)
31 # 6. Verify multihost=on and hostids differ (activity check)
32 # 7. Verify mmp_write and mmp_fail are set correctly
33 # 8. Verify multihost=on and hostid zero fails (no activity check)
34 # 9. Verify activity check duration based on mmp_write and mmp_fail
57 # 2. Verify multihost=off and hostids match (no activity check)
[all …]
H A Dmmp_exported_import.ksh23 # Verify import behavior for exported pool (no activity check)
27 # 2. Verify multihost=off and hostids match (no activity check)
28 # 3. Verify multihost=off and hostids differ (no activity check)
29 # 4. Verify multihost=off and hostid zero allowed (no activity check)
30 # 5. Verify multihost=on and hostids match (no activity check)
31 # 6. Verify multihost=on and hostids differ (no activity check)
32 # 7. Verify multihost=on and hostid zero fails (no activity check)
54 # 2. Verify multihost=off and hostids match (no activity check)
62 # 3. Verify multihost=off and hostids differ (no activity check)
71 # 4. Verify multihost=off and hostid zero allowed (no activity check)
[all …]
/freebsd/crypto/krb5/src/config/
H A Dpost.in39 $(BUILDTOP)/.depend-verify-srcdir:
50 if test -r $(BUILDTOP)/.depend-verify-srcdir; then :; \
51 else (set -x; touch $(BUILDTOP)/.depend-verify-srcdir); fi \
53 $(BUILDTOP)/.depend-verify-et: depend-verify-et-$(COM_ERR_VERSION)
54 depend-verify-et-k5:
55 @if test -r $(BUILDTOP)/.depend-verify-et; then :; \
56 else (set -x; touch $(BUILDTOP)/.depend-verify-et); fi
57 depend-verify-et-sys depend-verify-et-intlsys:
60 $(BUILDTOP)/.depend-verify-ss: depend-verify-ss-$(SS_VERSION)
61 depend-verify-ss-k5:
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_bookmark/
H A Dzfs_bookmark_cliargs.ksh38 # 2. Verify we can create a bookmark specifying snapshot and bookmark full paths
39 # 3. Verify we can create a bookmark specifying the short snapshot name
40 # 4. Verify we can create a bookmark specifying the short bookmark name
41 # 5. Verify at least a full dataset path is required and both snapshot and
44 # 6. Verify we can copy a bookmark by specifying the source bookmark and new
46 # 7. Verify we can copy a bookmark specifying the short source name
47 # 8. Verify we can copy a bookmark specifying the short new name
48 # 9. Verify two short paths are not allowed, and test empty paths
49 # 10. Verify we cannot copy a bookmark if the new bookmark already exists
50 # 11. Verify that copying a bookmark only works if new and source name
[all …]
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-connect.c11 #define VERIFY(cond) do { \ macro
29 VERIFY(uri = evhttp_uri_parse(str)); in uri_parse()
30 VERIFY(evhttp_uri_get_host(uri)); in uri_parse()
31 VERIFY(evhttp_uri_get_port(uri) > 0); in uri_parse()
38 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX)); in uri_path()
45 VERIFY(evhttp_uri_join(path, buffer, URL_MAX)); in uri_path()
50 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX)); in uri_hostport()
51 VERIFY(evhttp_uri_get_host(uri)); in uri_hostport()
52 VERIFY(evhttp_uri_get_port(uri) > 0); in uri_hostport()
63 VERIFY(req); in get_cb()
[all …]
/freebsd/contrib/libevent/sample/
H A Dhttp-connect.c11 #define VERIFY(cond) do { \ macro
29 VERIFY(uri = evhttp_uri_parse(str)); in uri_parse()
30 VERIFY(evhttp_uri_get_host(uri)); in uri_parse()
31 VERIFY(evhttp_uri_get_port(uri) > 0); in uri_parse()
38 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX)); in uri_path()
45 VERIFY(evhttp_uri_join(path, buffer, URL_MAX)); in uri_path()
50 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX)); in uri_hostport()
51 VERIFY(evhttp_uri_get_host(uri)); in uri_hostport()
52 VERIFY(evhttp_uri_get_port(uri) > 0); in uri_hostport()
63 VERIFY(req); in get_cb()
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c70 * Verify file
141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) in verify() function
182 * Verify file status. in verify()
193 * Verify the end of the archive. in verify()
332 /* Verify rockridge filenames. */ in DEFINE_TEST()
336 verify(buff, used, ROCKRIDGE, &fns); in DEFINE_TEST()
338 /* Verify joliet filenames. */ in DEFINE_TEST()
342 verify(buff, used, JOLIET, &fns); in DEFINE_TEST()
344 /* Verify ISO9660 filenames. */ in DEFINE_TEST()
350 verify(buff, used, ISO9660, &fns); in DEFINE_TEST()
[all …]
H A Dtest_read_format_lha.c135 verify(const char *refname, int posix)
157 /* Verify directory1. */ in verify()
174 /* Verify directory2. */ in verify()
189 /* Verify symbolic link file1. */ in verify()
201 /* Verify symbolic link file2. */ in verify()
214 /* Verify regular file1. */ in verify()
227 /* Verify regular file2. */ in verify()
243 /* Verify the number of files read. */ in verify()
253 /* Verify the number of files read. */ in verify()
260 /* Verify encryptio in verify()
136 verify(const char *refname, int posix) verify() function
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_count.ksh25 # 1. Verify 'zfs create' and 'zfs clone' increment 'filesystem_count' value
26 # 2. Verify 'zfs destroy' decrements the value
27 # 3. Verify 'zfs rename' updates counts across different hierarchies
28 # 4. Verify 'zfs promote' preserves counts within different hierarchies
29 # 5. Verify 'zfs receive' correct behaviour
30 # 6. Verify 'zfs rollback' does not update 'filesystem_count' value
31 # 7. Verify 'zfs diff' does not update 'filesystem_count' value
51 log_assert "Verify 'filesystem_count' is handled correctly by various actions"
58 # 1. Verify 'zfs create' and 'zfs clone' increment 'filesystem_count' value
68 # 2. Verify 'zfs destroy' decrements the value
[all …]
/freebsd/usr.bin/rs/tests/
H A Drs_test.sh31 atf_set "descr" "Verify the usage of option 'c'"
46 atf_set "descr" "Verify the usage of option 's'"
62 atf_set "descr" "Verify the usage of option 'C'"
77 atf_set "descr" "Verify the usage of option 'S'"
92 atf_set "descr" "Verify the usage of option 't'"
108 atf_set "descr" "Verify the usage of option 'T'"
124 atf_set "descr" "Verify the usage of option 'k'"
141 atf_set "descr" "Verify the usage of option 'K'"
153 atf_set "descr" "Verify the usage of option 'g'"
168 atf_set "descr" "Verify the usage of option 'G'"
[all …]

12345678910>>...175