/openssl-master/crypto/asn1/ |
A D | a_d2i_fp.c | 114 size_t want = HEADER_SIZE; in asn1_d2i_read_bio() local 133 if (want >= diff) { in asn1_d2i_read_bio() 134 want -= diff; in asn1_d2i_read_bio() 136 if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) { in asn1_d2i_read_bio() 179 want = HEADER_SIZE; in asn1_d2i_read_bio() 186 want = HEADER_SIZE; in asn1_d2i_read_bio() 189 want = slen; in asn1_d2i_read_bio() 199 while (want > 0) { in asn1_d2i_read_bio() 206 size_t chunk = want > chunk_max ? chunk_max : want; in asn1_d2i_read_bio() 212 want -= chunk; in asn1_d2i_read_bio() [all …]
|
/openssl-master/test/helpers/ |
A D | ssltestlib.h | 21 int create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want, 26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
A D | ssltestlib.c | 941 int create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want, in create_bare_ssl_connection() argument 958 if (want != SSL_ERROR_SSL) in create_bare_ssl_connection() 962 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection() 976 if (want != SSL_ERROR_SSL) in create_bare_ssl_connection() 980 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection() 1024 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() argument 1030 if (!create_bare_ssl_connection(serverssl, clientssl, want, 1)) in create_ssl_connection()
|
/openssl-master/test/ |
A D | danetest.c | 303 int want; in test_tlsafile() local 316 &ntlsa, &ncert, &noncheck, &want, &want_depth, &off) != 5 in test_tlsafile() 360 if (!TEST_int_eq(err, want)) { in test_tlsafile() 361 if (want == X509_V_OK) in test_tlsafile() 369 if (!TEST_false(want == 0 && ok == 0)) { in test_tlsafile()
|
A D | README.md | 21 You may want increased verbosity, that can be accomplished like this: 40 If you want to run just one or a few specific tests, you can use 103 or, if you want to be explicit:
|
A D | README-dev.md | 7 For any test that you want to perform, you write a script located in 103 to modify the include paths and source files if you don't want to use the
|
A D | README-external.md | 45 krb5-1.15.1-final if you want to be sure.
|
/openssl-master/doc/HOWTO/ |
A D | certificates.txt | 33 you want a RSA private key, or if you want a DSA private key: 75 You can create a self-signed certificate if you don't want to deal 76 with a certificate authority, or if you just want to create a test
|
A D | keys.txt | 27 you don't want your key to be protected by a password, remove the flag 56 you don't want your key to be protected by a password, remove the flag 82 If you don't want your key to be protected by a password, remove the flag
|
/openssl-master/ |
A D | README-PROVIDERS.md | 34 automatically. Therefore if you want to use it in conjunction with other 81 This can be useful if you are using non-default library contexts and want 115 often also want to explicitly load the default provider, as is done here:
|
A D | NOTES-WINDOWS.md | 74 perl Configure VC-WIN32 if you want 32-bit OpenSSL or 75 perl Configure VC-WIN64A if you want 64-bit OpenSSL or 122 "vcvarsall.bat" before you compile. For example, if you want to build
|
A D | README-ENGINES.md | 108 switch called "-engine". Also, if you want to use the ENGINE support in 110 select the ENGINE implementation you want. 144 them, if you want them, in the form of "dynamic"-loadable 307 the "-t" switch to the utility if you want it to try and initialise
|
/openssl-master/Configurations/ |
A D | common0.tmpl | 6 # build files only want those for a particular build. Therefore, we
|
/openssl-master/doc/man7/ |
A D | openssl-core_names.h.pod | 37 algorithms that OpenSSL providers support will want to pay attention
|
A D | fips_module.pod | 115 You may not want all applications to use the FIPS module. 157 This removes the disadvantage listed above that you may not want all 218 will usually want to load the base provider instead. 263 The "provider" property enables you to specify which provider you want an
|
/openssl-master/doc/man3/ |
A D | BIO_f_md.pod | 87 * For BIO_push() we want to append the sink BIO and keep a note of 112 /* Might want to do something with the data here */
|
A D | BN_num_bytes.pod | 41 of I<significant> bits a little lower. If you want to know the "key
|
A D | OPENSSL_instrument_bus.pod | 24 zeroed upon invocation (if you want to retrieve actual probe values).
|
A D | EVP_PKEY_fromdata.pod | 134 /* Do what you want with |pkey| */ 192 /* Do what you want with |pkey| */
|
A D | X509_EXTENSION_set_object.pod | 61 applications will want to parse or encode and add an extension: they should
|
A D | SSL_get_error.pod | 99 SSL_read_ex(), SSL_read(), SSL_peek_ex(), or SSL_peek() may want to write data 100 and SSL_write() or SSL_write_ex() may want to read data.
|
A D | ENGINE_add.pod | 335 will want to allow the user to specify exactly which ENGINE they want used 353 to want to use the "ACME" ENGINE if it is available in the version of 386 Here we'll assume we want to load and register all ENGINE implementations 408 applications want to provide a transparent way for users to provide 566 supports certain specific commands it might want to use (e.g. application "foo"
|
/openssl-master/doc/internal/man3/ |
A D | ossl_method_construct.pod | 35 All libcrypto subsystems that want to create their own methods based 81 when the provider doesn't want its dispatch table stored in a longer
|
/openssl-master/fuzz/ |
A D | README.md | 136 Since we want to maximize the coverage of the fuzzing corpus, the client and 171 or for any other reason want to minimize the data
|
/openssl-master/doc/internal/man7/ |
A D | EVP_PKEY.pod | 39 modify whatever they want. This also means that an B<EVP_PKEY> is a 189 takes care of the needs of the diverse operation the application may want to
|