Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 25 of 3815) sorted by relevance

12345678910>>...153

/dports/security/tls-check/TLS-Check-cd2e654/t/
H A D110-ciphersuites.t51 my $bc_b = $ciphers->new_by_tag("bettercrypto_b")->ciphers;
68 $ciphers->unique;
160 undef $ciphers;
180 undef $ciphers;
204 undef $ciphers;
216 undef $ciphers;
240 cmp_deeply( $ciphers->ciphers, $sslv3_ciphers->ciphers,
299 eq_or_diff( [ map { $ARG->{name} } @{ $ciphers->ciphers } ],
310 [ map { $ARG->{name} } @{ $ciphers->ciphers } ],
318 eq_or_diff( [ map { $ARG->{name} } @{ $ciphers->ciphers } ],
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/chacha20-0.7.2/
H A DCHANGELOG.md12 [#256]: https://github.com/RustCrypto/stream-ciphers/pull/256
18 [#234]: https://github.com/RustCrypto/stream-ciphers/pull/234
36 [#200]: https://github.com/RustCrypto/stream-ciphers/pull/200
37 [#202]: https://github.com/RustCrypto/stream-ciphers/pull/202
38 [#212]: https://github.com/RustCrypto/stream-ciphers/pull/212
39 [#215]: https://github.com/RustCrypto/stream-ciphers/pull/215
40 [#216]: https://github.com/RustCrypto/stream-ciphers/pull/216
41 [#217]: https://github.com/RustCrypto/stream-ciphers/pull/217
42 [#220]: https://github.com/RustCrypto/stream-ciphers/pull/220
43 [#226]: https://github.com/RustCrypto/stream-ciphers/pull/226
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/aes-0.7.5/
H A DCHANGELOG.md15 [#275]: https://github.com/RustCrypto/block-ciphers/pull/275
16 [#279]: https://github.com/RustCrypto/block-ciphers/pull/279
17 [#280]: https://github.com/RustCrypto/block-ciphers/pull/280
18 [#281]: https://github.com/RustCrypto/block-ciphers/pull/281
25 [#267]: https://github.com/RustCrypto/block-ciphers/pull/267
26 [#268]: https://github.com/RustCrypto/block-ciphers/pull/268
27 [#269]: https://github.com/RustCrypto/block-ciphers/pull/269
34 [#257]: https://github.com/RustCrypto/block-ciphers/pull/257
35 [#259]: https://github.com/RustCrypto/block-ciphers/pull/259
36 [#260]: https://github.com/RustCrypto/block-ciphers/pull/260
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/aes-0.7.5/
H A DCHANGELOG.md15 [#275]: https://github.com/RustCrypto/block-ciphers/pull/275
16 [#279]: https://github.com/RustCrypto/block-ciphers/pull/279
17 [#280]: https://github.com/RustCrypto/block-ciphers/pull/280
18 [#281]: https://github.com/RustCrypto/block-ciphers/pull/281
25 [#267]: https://github.com/RustCrypto/block-ciphers/pull/267
26 [#268]: https://github.com/RustCrypto/block-ciphers/pull/268
27 [#269]: https://github.com/RustCrypto/block-ciphers/pull/269
34 [#257]: https://github.com/RustCrypto/block-ciphers/pull/257
35 [#259]: https://github.com/RustCrypto/block-ciphers/pull/259
36 [#260]: https://github.com/RustCrypto/block-ciphers/pull/260
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/chacha20-0.6.0/
H A DCHANGELOG.md13 [#177]: https://github.com/RustCrypto/stream-ciphers/pull/177
19 [#161]: https://github.com/RustCrypto/stream-ciphers/pull/161
20 [#164]: https://github.com/RustCrypto/stream-ciphers/pull/164
26 [#153]: https://github.com/RustCrypto/stream-ciphers/pull/155
27 [#154]: https://github.com/RustCrypto/stream-ciphers/pull/155
28 [#155]: https://github.com/RustCrypto/stream-ciphers/pull/155
35 [#149]: https://github.com/RustCrypto/stream-ciphers/pull/149
36 [#147]: https://github.com/RustCrypto/stream-ciphers/pull/147
64 [#99]: https://github.com/RustCrypto/stream-ciphers/pull/99
71 [#91]: https://github.com/RustCrypto/stream-ciphers/pull/91
[all …]
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dcipher_list.c74 *ciphers = ssl_bytes_to_cipher_list(s, &cbs); in ssl_bytes_to_list_alloc()
75 CHECK(*ciphers != NULL); in ssl_bytes_to_list_alloc()
78 cipher = sk_SSL_CIPHER_value(*ciphers, i); in ssl_bytes_to_list_alloc()
155 sk_SSL_CIPHER_free(*ciphers); in ssl_bytes_to_list_invalid()
160 CHECK(*ciphers == NULL); in ssl_bytes_to_list_invalid()
165 CHECK(*ciphers == NULL); in ssl_bytes_to_list_invalid()
173 STACK_OF(SSL_CIPHER) *ciphers = NULL; in main()
184 if (!ssl_bytes_to_list_alloc(s, &ciphers)) in main()
186 if (!ssl_list_to_bytes_scsv(s, &ciphers)) in main()
188 if (!ssl_list_to_bytes_no_scsv(s, &ciphers)) in main()
[all …]
/dports/security/libressl/libressl-3.4.3/tests/
H A Dcipher_list.c74 *ciphers = ssl_bytes_to_cipher_list(s, &cbs); in ssl_bytes_to_list_alloc()
75 CHECK(*ciphers != NULL); in ssl_bytes_to_list_alloc()
78 cipher = sk_SSL_CIPHER_value(*ciphers, i); in ssl_bytes_to_list_alloc()
155 sk_SSL_CIPHER_free(*ciphers); in ssl_bytes_to_list_invalid()
160 CHECK(*ciphers == NULL); in ssl_bytes_to_list_invalid()
165 CHECK(*ciphers == NULL); in ssl_bytes_to_list_invalid()
173 STACK_OF(SSL_CIPHER) *ciphers = NULL; in main()
184 if (!ssl_bytes_to_list_alloc(s, &ciphers)) in main()
186 if (!ssl_list_to_bytes_scsv(s, &ciphers)) in main()
188 if (!ssl_list_to_bytes_no_scsv(s, &ciphers)) in main()
[all …]
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dcipher_list.c74 *ciphers = ssl_bytes_to_cipher_list(s, &cbs); in ssl_bytes_to_list_alloc()
75 CHECK(*ciphers != NULL); in ssl_bytes_to_list_alloc()
78 cipher = sk_SSL_CIPHER_value(*ciphers, i); in ssl_bytes_to_list_alloc()
155 sk_SSL_CIPHER_free(*ciphers); in ssl_bytes_to_list_invalid()
160 CHECK(*ciphers == NULL); in ssl_bytes_to_list_invalid()
165 CHECK(*ciphers == NULL); in ssl_bytes_to_list_invalid()
173 STACK_OF(SSL_CIPHER) *ciphers = NULL; in main()
184 if (!ssl_bytes_to_list_alloc(s, &ciphers)) in main()
186 if (!ssl_list_to_bytes_scsv(s, &ciphers)) in main()
188 if (!ssl_list_to_bytes_no_scsv(s, &ciphers)) in main()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/aes-0.7.4/
H A DCHANGELOG.md13 [#267]: https://github.com/RustCrypto/block-ciphers/pull/267
14 [#268]: https://github.com/RustCrypto/block-ciphers/pull/268
15 [#269]: https://github.com/RustCrypto/block-ciphers/pull/269
22 [#257]: https://github.com/RustCrypto/block-ciphers/pull/257
23 [#259]: https://github.com/RustCrypto/block-ciphers/pull/259
24 [#260]: https://github.com/RustCrypto/block-ciphers/pull/260
25 [#263]: https://github.com/RustCrypto/block-ciphers/pull/263
31 [#250]: https://github.com/RustCrypto/block-ciphers/pull/250
37 [#247]: https://github.com/RustCrypto/block-ciphers/pull/247
52 [#200]: https://github.com/RustCrypto/block-ciphers/pull/200
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/aes-0.7.4/
H A DCHANGELOG.md13 [#267]: https://github.com/RustCrypto/block-ciphers/pull/267
14 [#268]: https://github.com/RustCrypto/block-ciphers/pull/268
15 [#269]: https://github.com/RustCrypto/block-ciphers/pull/269
22 [#257]: https://github.com/RustCrypto/block-ciphers/pull/257
23 [#259]: https://github.com/RustCrypto/block-ciphers/pull/259
24 [#260]: https://github.com/RustCrypto/block-ciphers/pull/260
25 [#263]: https://github.com/RustCrypto/block-ciphers/pull/263
31 [#250]: https://github.com/RustCrypto/block-ciphers/pull/250
37 [#247]: https://github.com/RustCrypto/block-ciphers/pull/247
52 [#200]: https://github.com/RustCrypto/block-ciphers/pull/200
[all …]
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dssl_ciphers.c61 if (ciphers == NULL) in ssl_cipher_list_to_bytes()
94 STACK_OF(SSL_CIPHER) *ciphers = NULL; in STACK_OF()
155 return (ciphers); in STACK_OF()
158 sk_SSL_CIPHER_free(ciphers); in STACK_OF()
204 STACK_OF(SSL_CIPHER) *ciphers; in ssl_parse_ciphersuites()
244 *out_ciphers = ciphers; in ssl_parse_ciphersuites()
245 ciphers = NULL; in ssl_parse_ciphersuites()
249 sk_SSL_CIPHER_free(ciphers); in ssl_parse_ciphersuites()
275 *out_cipherlist = ciphers; in ssl_merge_cipherlists()
276 ciphers = NULL; in ssl_merge_cipherlists()
[all …]
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dssl_ciphers.c61 if (ciphers == NULL) in ssl_cipher_list_to_bytes()
94 STACK_OF(SSL_CIPHER) *ciphers = NULL; in STACK_OF()
155 return (ciphers); in STACK_OF()
158 sk_SSL_CIPHER_free(ciphers); in STACK_OF()
204 STACK_OF(SSL_CIPHER) *ciphers; in ssl_parse_ciphersuites()
244 *out_ciphers = ciphers; in ssl_parse_ciphersuites()
245 ciphers = NULL; in ssl_parse_ciphersuites()
249 sk_SSL_CIPHER_free(ciphers); in ssl_parse_ciphersuites()
275 *out_cipherlist = ciphers; in ssl_merge_cipherlists()
276 ciphers = NULL; in ssl_merge_cipherlists()
[all …]
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dssl_ciphers.c61 if (ciphers == NULL) in ssl_cipher_list_to_bytes()
94 STACK_OF(SSL_CIPHER) *ciphers = NULL; in STACK_OF()
155 return (ciphers); in STACK_OF()
158 sk_SSL_CIPHER_free(ciphers); in STACK_OF()
204 STACK_OF(SSL_CIPHER) *ciphers; in ssl_parse_ciphersuites()
244 *out_ciphers = ciphers; in ssl_parse_ciphersuites()
245 ciphers = NULL; in ssl_parse_ciphersuites()
249 sk_SSL_CIPHER_free(ciphers); in ssl_parse_ciphersuites()
275 *out_cipherlist = ciphers; in ssl_merge_cipherlists()
276 ciphers = NULL; in ssl_merge_cipherlists()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/salsa20-0.7.2/
H A DCHANGELOG.md12 [#189]: https://github.com/RustCrypto/stream-ciphers/pull/189
18 [#180]: https://github.com/RustCrypto/stream-ciphers/pull/180
25 [#177]: https://github.com/RustCrypto/stream-ciphers/pull/177
31 [#161]: https://github.com/RustCrypto/stream-ciphers/pull/161
32 [#164]: https://github.com/RustCrypto/stream-ciphers/pull/164
41 [#155]: https://github.com/RustCrypto/stream-ciphers/pull/155
42 [#152]: https://github.com/RustCrypto/stream-ciphers/pull/152
77 [#94]: https://github.com/RustCrypto/stream-ciphers/pull/94
83 [#54]: https://github.com/RustCrypto/stream-ciphers/pull/44
96 [#44]: https://github.com/RustCrypto/stream-ciphers/pull/44
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dssl_ciphers.c72 if (ciphers == NULL) in ssl_cipher_list_to_bytes()
105 STACK_OF(SSL_CIPHER) *ciphers = NULL; in STACK_OF()
167 return (ciphers); in STACK_OF()
170 sk_SSL_CIPHER_free(ciphers); in STACK_OF()
216 STACK_OF(SSL_CIPHER) *ciphers; in ssl_parse_ciphersuites()
256 *out_ciphers = ciphers; in ssl_parse_ciphersuites()
257 ciphers = NULL; in ssl_parse_ciphersuites()
261 sk_SSL_CIPHER_free(ciphers); in ssl_parse_ciphersuites()
287 *out_cipherlist = ciphers; in ssl_merge_cipherlists()
288 ciphers = NULL; in ssl_merge_cipherlists()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dssl_ciphers.c72 if (ciphers == NULL) in ssl_cipher_list_to_bytes()
105 STACK_OF(SSL_CIPHER) *ciphers = NULL; in STACK_OF()
167 return (ciphers); in STACK_OF()
170 sk_SSL_CIPHER_free(ciphers); in STACK_OF()
216 STACK_OF(SSL_CIPHER) *ciphers; in ssl_parse_ciphersuites()
256 *out_ciphers = ciphers; in ssl_parse_ciphersuites()
257 ciphers = NULL; in ssl_parse_ciphersuites()
261 sk_SSL_CIPHER_free(ciphers); in ssl_parse_ciphersuites()
287 *out_cipherlist = ciphers; in ssl_merge_cipherlists()
288 ciphers = NULL; in ssl_merge_cipherlists()
[all …]
/dports/security/tls-check/TLS-Check-cd2e654/bin/helper/
H A Dosaft-cipherlist-to-complete-perl.pl619 my %ciphers;
659 if ( $ciphers{$constant_name} )
663 if $ciphers{$constant_name}{name} ne $name;
667 if $ciphers{$constant_name};
673 $ciphers{$constant_name} = $hash_for_this_cipher;
690 say STDERR scalar keys %ciphers;
753 $ciphers{RSA_WITH_IDEA_CBC_SHA}{tlsvers} = "SSLv3";
933 %ciphers = @ciphers;
934 die "HUCH, doppelte Cipher-Shortnames?" unless ( scalar keys %ciphers ) == ( ( scalar @ciphers ) / …
947 $ciphers{$_}[0] => [ $const, $ciphers{$_}[1] ]
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/aes-soft-0.6.4/
H A DCHANGELOG.md13 [#197]: https://github.com/RustCrypto/block-ciphers/pull/197
14 [#195]: https://github.com/RustCrypto/block-ciphers/pull/195
22 [#192]: https://github.com/RustCrypto/block-ciphers/pull/192
23 [#190]: https://github.com/RustCrypto/block-ciphers/pull/190
24 [#189]: https://github.com/RustCrypto/block-ciphers/pull/189
34 [#185]: https://github.com/RustCrypto/block-ciphers/pull/185
35 [#184]: https://github.com/RustCrypto/block-ciphers/pull/184
36 [#180]: https://github.com/RustCrypto/block-ciphers/pull/180
43 [#177]: https://github.com/RustCrypto/block-ciphers/pull/177
44 [#176]: https://github.com/RustCrypto/block-ciphers/pull/176
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/aes-soft-0.6.4/
H A DCHANGELOG.md13 [#197]: https://github.com/RustCrypto/block-ciphers/pull/197
14 [#195]: https://github.com/RustCrypto/block-ciphers/pull/195
22 [#192]: https://github.com/RustCrypto/block-ciphers/pull/192
23 [#190]: https://github.com/RustCrypto/block-ciphers/pull/190
24 [#189]: https://github.com/RustCrypto/block-ciphers/pull/189
34 [#185]: https://github.com/RustCrypto/block-ciphers/pull/185
35 [#184]: https://github.com/RustCrypto/block-ciphers/pull/184
36 [#180]: https://github.com/RustCrypto/block-ciphers/pull/180
43 [#177]: https://github.com/RustCrypto/block-ciphers/pull/177
44 [#176]: https://github.com/RustCrypto/block-ciphers/pull/176
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/aes-soft-0.6.4/
H A DCHANGELOG.md13 [#197]: https://github.com/RustCrypto/block-ciphers/pull/197
14 [#195]: https://github.com/RustCrypto/block-ciphers/pull/195
22 [#192]: https://github.com/RustCrypto/block-ciphers/pull/192
23 [#190]: https://github.com/RustCrypto/block-ciphers/pull/190
24 [#189]: https://github.com/RustCrypto/block-ciphers/pull/189
34 [#185]: https://github.com/RustCrypto/block-ciphers/pull/185
35 [#184]: https://github.com/RustCrypto/block-ciphers/pull/184
36 [#180]: https://github.com/RustCrypto/block-ciphers/pull/180
43 [#177]: https://github.com/RustCrypto/block-ciphers/pull/177
44 [#176]: https://github.com/RustCrypto/block-ciphers/pull/176
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/aes-soft-0.6.4/
H A DCHANGELOG.md13 [#197]: https://github.com/RustCrypto/block-ciphers/pull/197
14 [#195]: https://github.com/RustCrypto/block-ciphers/pull/195
22 [#192]: https://github.com/RustCrypto/block-ciphers/pull/192
23 [#190]: https://github.com/RustCrypto/block-ciphers/pull/190
24 [#189]: https://github.com/RustCrypto/block-ciphers/pull/189
34 [#185]: https://github.com/RustCrypto/block-ciphers/pull/185
35 [#184]: https://github.com/RustCrypto/block-ciphers/pull/184
36 [#180]: https://github.com/RustCrypto/block-ciphers/pull/180
43 [#177]: https://github.com/RustCrypto/block-ciphers/pull/177
44 [#176]: https://github.com/RustCrypto/block-ciphers/pull/176
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DSSLUtil.cpp62 auto ciphers = getCiphersFromSSL(s); in getNonTLS13CipherList() local
63 ciphers.erase( in getNonTLS13CipherList()
65 begin(ciphers), in getNonTLS13CipherList()
66 end(ciphers), in getNonTLS13CipherList()
70 end(ciphers)); in getNonTLS13CipherList()
71 return ciphers; in getNonTLS13CipherList()
76 ciphers.erase( in getTLS13Ciphersuites()
78 begin(ciphers), in getTLS13Ciphersuites()
79 end(ciphers), in getTLS13Ciphersuites()
83 end(ciphers)); in getTLS13Ciphersuites()
[all …]
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa.erl190 {ciphers, Ciphers},
256 {<<"A128GCMKW">>, ciphers, {aes_gcm, 128}},
257 {<<"A192GCMKW">>, ciphers, {aes_gcm, 192}},
258 {<<"A256GCMKW">>, ciphers, {aes_gcm, 256}},
259 {<<"A128KW">>, ciphers, {aes_ecb, 128}},
260 {<<"A192KW">>, ciphers, {aes_ecb, 192}},
261 {<<"A256KW">>, ciphers, {aes_ecb, 256}},
296 {<<"A128CBC-HS256">>, ciphers, {aes_cbc, 128}},
299 {<<"A128GCM">>, ciphers, {aes_gcm, 128}},
300 {<<"A192GCM">>, ciphers, {aes_gcm, 192}},
[all …]
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwa/
H A Djose_jwa.erl190 {ciphers, Ciphers},
256 {<<"A128GCMKW">>, ciphers, {aes_gcm, 128}},
257 {<<"A192GCMKW">>, ciphers, {aes_gcm, 192}},
258 {<<"A256GCMKW">>, ciphers, {aes_gcm, 256}},
259 {<<"A128KW">>, ciphers, {aes_ecb, 128}},
260 {<<"A192KW">>, ciphers, {aes_ecb, 192}},
261 {<<"A256KW">>, ciphers, {aes_ecb, 256}},
296 {<<"A128CBC-HS256">>, ciphers, {aes_cbc, 128}},
299 {<<"A128GCM">>, ciphers, {aes_gcm, 128}},
300 {<<"A192GCM">>, ciphers, {aes_gcm, 192}},
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwa/
H A Djose_jwa.erl190 {ciphers, Ciphers},
256 {<<"A128GCMKW">>, ciphers, {aes_gcm, 128}},
257 {<<"A192GCMKW">>, ciphers, {aes_gcm, 192}},
258 {<<"A256GCMKW">>, ciphers, {aes_gcm, 256}},
259 {<<"A128KW">>, ciphers, {aes_ecb, 128}},
260 {<<"A192KW">>, ciphers, {aes_ecb, 192}},
261 {<<"A256KW">>, ciphers, {aes_ecb, 256}},
296 {<<"A128CBC-HS256">>, ciphers, {aes_cbc, 128}},
299 {<<"A128GCM">>, ciphers, {aes_gcm, 128}},
300 {<<"A192GCM">>, ciphers, {aes_gcm, 192}},
[all …]

12345678910>>...153