| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 25-cipher.cnf.in | 25 "CipherString" => "ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256", 29 "CipherString" => "ECDHE-RSA-AES256-SHA384" 32 "ExpectedCipher" => "ECDHE-RSA-AES256-SHA384", 39 "CipherString" => "ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256", 53 "CipherString" => "ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256", 57 "CipherString" => "ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384", 67 "CipherString" => "ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256", 72 "CipherString" => "ECDHE-RSA-AES256-SHA384" 75 "ExpectedCipher" => "ECDHE-RSA-AES256-SHA384", 82 "CipherString" => "ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256", [all …]
|
| H A D | 25-cipher.cnf | 25 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 30 CipherString = ECDHE-RSA-AES256-SHA384 36 ExpectedCipher = ECDHE-RSA-AES256-SHA384 50 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 75 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 80 CipherString = ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384 100 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 106 CipherString = ECDHE-RSA-AES256-SHA384 112 ExpectedCipher = ECDHE-RSA-AES256-SHA384 126 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256 [all …]
|
| H A D | 20-cert-select.cnf.in | 193 name => "ECDSA Signature Algorithm Selection SHA384", 196 "SignatureAlgorithms" => randcase("ECDSA+SHA384"), 200 "ExpectedServerSignHash" => "SHA384", 282 "SignatureAlgorithms" => randcase("ECDSA+SHA384:ECDSA+SHA256") 301 "SignatureAlgorithms" => randcase("ECDSA+SHA256:ECDSA+SHA384") 305 "ExpectedServerSignHash" => "SHA384", 723 name => "TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS", 726 "SignatureAlgorithms" => randcase("ECDSA+SHA384:RSA-PSS+SHA384"), 730 "ExpectedServerSignHash" => "SHA384",
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 350 =item B<SHA256>, B<SHA384> 352 Cipher suites using SHA256 or SHA384. 428 ECDSA and SHA256 or SHA384, only the elliptic curves P-256 and P-384 can be 430 (ECDHE-ECDSA-AES128-GCM-SHA256 and ECDHE-ECDSA-AES256-GCM-SHA384) are 459 TLS_DH_anon_WITH_AES_256_GCM_SHA384 ADH-AES256-GCM-SHA384 465 TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 DHE-DSS-AES256-GCM-SHA384 471 TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 DHE-PSK-AES256-CBC-SHA384 475 TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 DHE-PSK-AES256-GCM-SHA384 485 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 DHE-RSA-AES256-GCM-SHA384 495 TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 ECDH-ECDSA-AES256-SHA384 [all …]
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecdsa_rfc6979.txt | 82 DigestSign = SHA384 88 DigestVerify = SHA384 93 DigestVerify = SHA384 167 DigestSign = SHA384 173 DigestVerify = SHA384 178 DigestVerify = SHA384 268 DigestSign = SHA384 274 DigestVerify = SHA384 279 DigestVerify = SHA384 353 DigestSign = SHA384 [all …]
|
| H A D | evppkey_dsa_rfc6979.txt | 76 DigestSign = SHA384 82 DigestVerify = SHA384 131 DigestSign = SHA384 137 DigestVerify = SHA384 229 DigestSign = SHA384 235 DigestVerify = SHA384 284 DigestSign = SHA384 290 DigestVerify = SHA384
|
| H A D | evpkdf_ssh.txt | 2898 Ctrl.digest = digest:SHA384 2906 Ctrl.digest = digest:SHA384 2914 Ctrl.digest = digest:SHA384 2922 Ctrl.digest = digest:SHA384 2930 Ctrl.digest = digest:SHA384 2938 Ctrl.digest = digest:SHA384 2946 Ctrl.digest = digest:SHA384 2954 Ctrl.digest = digest:SHA384 2962 Ctrl.digest = digest:SHA384 2970 Ctrl.digest = digest:SHA384 [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SHA256_Init.pod | 6 SHA224_Final, SHA256, SHA256_Init, SHA256_Update, SHA256_Final, SHA384, 17 unsigned char *SHA384(const unsigned char *data, size_t count, unsigned char *md_buf); 47 except for SHA1(), SHA224(), SHA256(), SHA384() and SHA512() are deprecated. 50 SHA1(), SHA224(), SHA256(), SHA384(), and SHA256() 74 The SHA224, SHA256, SHA384 and SHA512 families of functions operate in the 76 B<SHA256_CTX> object instead of B<SHA_CTX>. SHA384 and SHA512 use B<SHA512_CTX>. 80 SHA224(), SHA256(), SHA384() and SHA512() functions are not thread safe if 85 SHA1(), SHA224(), SHA256(), SHA384() and SHA512() return a pointer to the hash 89 SHA384 and SHA512 functions return 1 for success, 0 otherwise.
|
| /freebsd/crypto/libecc/src/tests/ |
| H A D | decdsa_test_vectors.h | 104 .hash_type = SHA384, 244 .hash_type = SHA384, 393 .hash_type = SHA384, 545 .hash_type = SHA384, 715 .hash_type = SHA384, 891 .hash_type = SHA384, 1091 .hash_type = SHA384, 1299 .hash_type = SHA384,
|
| /freebsd/sys/security/mac_veriexec/ |
| H A D | mac_veriexec_sha384.c | 38 MAC_VERIEXEC_FPMOD(SHA384, SHA384_DIGEST_LENGTH, sizeof(SHA384_CTX),
|
| /freebsd/secure/caroot/trusted/ |
| H A D | ISRG_Root_X2.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | DigiCert_TLS_ECC_P384_Root_G5.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | Microsoft_ECC_Root_Certificate_Authority_2017.pem | 16 Signature Algorithm: ecdsa-with-SHA384 44 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | SecureSign_Root_CA15.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | GTS_Root_R3.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | emSign_ECC_Root_CA_-_C3.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | Certainly_Root_E1.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | BJCA_Global_Root_CA2.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | SSL_com_TLS_ECC_Root_CA_2022.pem | 16 Signature Algorithm: ecdsa-with-SHA384 44 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | TrustAsia_SMIME_ECC_Root_CA.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | Telekom_Security_SMIME_ECC_Root_2021.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| H A D | HARICA_Client_ECC_Root_CA_2021.pem | 16 Signature Algorithm: ecdsa-with-SHA384 42 Signature Algorithm: ecdsa-with-SHA384
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | efi | 30 >0 guid FF3E5307-9FD0-48C9-85F1-8AD56C701E01 EFI Signature List, SHA384 34 >0 guid 7076876E-80C2-4EE6-AAD2-28B349A6865B EFI Signature List, X509 SHA384
|