/openssl/providers/ |
H A D | encoders.inc | 49 ENCODER_TEXT("RSA", rsa, yes), 52 ENCODER_TEXT("DH", dh, yes), 53 ENCODER_TEXT("DHX", dhx, yes), 56 ENCODER_TEXT("DSA", dsa, yes), 59 ENCODER_TEXT("EC", ec, yes), 62 ENCODER_TEXT("ED448", ed448, yes), 64 ENCODER_TEXT("X448", x448, yes), 114 ENCODER("EC", ec, yes, blob), 125 ENCODER("RSA", rsa, yes, msblob), 126 ENCODER("RSA", rsa, yes, pvk), [all …]
|
H A D | decoders.inc | 39 DECODER_w_structure("DH", der, PrivateKeyInfo, dh, yes), 42 DECODER_w_structure("DH", der, DH, dh, yes), 46 DECODER_w_structure("DHX", der, DHX, dhx, yes), 52 DECODER_w_structure("DSA", der, DSA, dsa, yes), 53 DECODER("DSA", msblob, dsa, yes), 54 DECODER("DSA", pvk, dsa, yes), 60 DECODER_w_structure("EC", der, EC, ec, yes), 80 DECODER_w_structure("RSA", der, RSA, rsa, yes), 83 DECODER("RSA", msblob, rsa, yes), 84 DECODER("RSA", pvk, rsa, yes), [all …]
|
H A D | stores.inc | 14 STORE("file", "yes", ossl_file_store_functions) 16 STORE("org.openssl.winstore", "yes", ossl_winstore_store_functions)
|
/openssl/test/recipes/ |
H A D | 80-test_ca.t | 54 if !is(yes(cmdstr(perlapp(["CA.pl", "-sign"]))), 0, 73 is(yes(cmdstr(app(["openssl", "ca", "-config", 248 sub yes {
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_read_ahead.pod | 14 void SSL_set_read_ahead(SSL *s, int yes); 17 SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes); 29 Setting the parameter B<yes> to 0 turns reading ahead is off, other values turn
|
H A D | EVP_set_default_properties.pod | 36 EVP_default_properties_enable_fips() sets the 'fips=yes' to be a default property 41 EVP_default_properties_is_fips_enabled() indicates if 'fips=yes' is a default 60 EVP_default_properties_is_fips_enabled() returns 1 if the 'fips=yes' default
|
/openssl/apps/demoSRP/ |
H A D | srp_verifier.txt.attr | 1 unique_subject = yes
|
/openssl/test/ocsp-tests/ |
H A D | index.txt.attr | 1 unique_subject = yes
|
/openssl/doc/designs/ |
H A D | fast-param-find.md | 20 "static" => "yes", # "yes" to generate static functions (default) or 127 to "yes" which generates handlers. This is useful when a parameter 129 - "published" set to "yes" includes the parameter in the gettable/settable 131 It defaults to "yes".
|
/openssl/test/ |
H A D | recursive.cnf | 2 config_diagnostics = yes
|
H A D | default-and-fips.cnf | 16 activate = yes
|
H A D | CAtsa.cnf | 140 ordering = yes # Is ordering defined for timestamps? 142 tsa_name = yes # Must the TSA name be included in the reply? 144 ess_cert_id_chain = yes # Must the ESS cert id chain be included?
|
H A D | fips.cnf | 16 default_properties = "fips=yes"
|
H A D | fips-and-base.cnf | 15 default_properties = "fips=yes"
|
/openssl/doc/man7/ |
H A D | property.pod | 64 For example, "fips=yes", "provider!=default" or "?iteration.count=3". 123 exactly equivalent to "my.property=yes" in both definitions and queries. 135 For example, a context property query that contains "fips=yes" would normally 136 result in implementations that have "fips=yes". 142 disallow any implementations with "fips=yes" rather than not caring about the
|
H A D | fips_module.pod | 96 default_properties = fips=yes 240 standards you can specify the property query C<fips=yes> like this: 244 sha256 = EVP_MD_fetch(NULL, "SHA2-256", "fips=yes"); 261 EVP_set_default_properties(NULL, "fips=yes"); 275 property query C<fips=yes>. There are also some non-cryptographic algorithms 276 available in the default and base providers that also have the C<fips=yes> 305 default_properties = fips=yes 345 if (!EVP_set_default_properties(fips_libctx, "fips=yes")) 449 * The "fips=yes" property includes all FIPS approved algorithms 454 SSL_CTX *fips_ssl_ctx = SSL_CTX_new_ex(NULL, "fips=yes", TLS_method()); [all …]
|
H A D | OSSL_PROVIDER-FIPS.pod | 23 =item "fips=yes" 32 To be FIPS compliant, it is mandatory to include C<fips=yes> as 34 implementations are used for cryptographic operations. The C<fips=yes> 489 consequently the property query C<fips=yes> is mandatory for applications that
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 229 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install brotli libbrotl… 251 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install zstd libzstd1 l… 273 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install brotli libbrotl… 274 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install zstd libzstd1 l… 296 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install brotli libbrotl… 322 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install zstd libzstd1 l…
|
H A D | windows.yml | 83 run: nmake test VERBOSE_FAILURE=yes TESTS=-test_fuzz* HARNESS_JOBS=4 127 run: nmake test VERBOSE_FAILURE=yes HARNESS_JOBS=4 164 run: nmake test VERBOSE_FAILURE=yes TESTS=-test_fuzz* HARNESS_JOBS=4
|
H A D | windows_comp.yml | 81 nmake test VERBOSE_FAILURE=yes TESTS="-test_fuzz* -test_fipsload" HARNESS_JOBS=4 137 nmake test VERBOSE_FAILURE=yes TESTS="-test_fuzz* -test_fipsload" HARNESS_JOBS=4
|
H A D | fuzz-checker.yml | 50 sudo apt-get -yq --force-yes install ${{ matrix.fuzzy.install }}
|
H A D | cross-compiles.yml | 162 sudo apt-get -yq --force-yes install \ 189 run: sudo apt-get -yq --force-yes install qemu-user
|
H A D | fips-checksums.yml | 21 … sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef
|
/openssl/doc/man1/ |
H A D | openssl-engine.pod.in | 88 LIST_ADD: Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory) 90 DIR_LOAD: Specifies whether to load from 'DIR_ADD' directories (0=no,1=yes,2=mandatory)
|
/openssl/doc/man5/ |
H A D | config.pod | 268 If present and set to one of the values yes, on, true or 1, then the associated 277 requested provider. A value of 1, yes, true or on (in lower or uppercase) will 312 The value is a boolean that can be B<yes> or B<no>. If the value is 313 B<yes>, this is exactly equivalent to: 315 default_properties = fips=yes 527 default_properties = "fips=yes"
|