/openssl/crypto/x509/ |
H A D | v3_prn.c | 20 unsigned long flag, int indent, int supported); 70 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print() argument 87 return unknown_ext_print(out, p, extlen, flag, indent, 0); in X509V3_EXT_print() 94 return unknown_ext_print(out, p, extlen, flag, indent, 1); in X509V3_EXT_print() 141 unsigned long flag, int indent) in X509V3_extensions_print() argument 159 if ((flag & X509_FLAG_EXTENSIONS_ONLY_KID) != 0 in X509V3_extensions_print() 169 if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) { in X509V3_extensions_print() 180 unsigned long flag, int indent, int supported) in unknown_ext_print() argument 182 switch (flag & X509V3_EXT_UNKNOWN_MASK) { in unknown_ext_print() 205 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp() argument [all …]
|
/openssl/tools/ |
H A D | c_rehash.in | 28 my $flag = shift @ARGV; 29 last if ( $flag eq '--'); 30 if ( $flag eq '-old') { 33 } elsif ( $flag eq '-h' || $flag eq '-help' ) { 35 } elsif ( $flag eq '-n' ) { 37 } elsif ( $flag eq '-v' ) {
|
/openssl/crypto/ |
H A D | mem.c | 365 int CRYPTO_set_mem_debug(int flag) in CRYPTO_set_mem_debug() argument 367 (void)flag; in CRYPTO_set_mem_debug() 382 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, in CRYPTO_mem_debug_malloc() argument 385 (void)addr; (void)num; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_malloc() 388 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, in CRYPTO_mem_debug_realloc() argument 391 (void)addr1; (void)addr2; (void)num; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_realloc() 394 void CRYPTO_mem_debug_free(void *addr, int flag, in CRYPTO_mem_debug_free() argument 397 (void)addr; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_free()
|
/openssl/doc/man3/ |
H A D | BIO_get_data.pod | 27 The BIO_set_init() function sets the value of the BIO's "init" flag to indicate 33 function returns the value of the "init" flag. 36 this BIO's shutdown (i.e. BIO_CLOSE) flag. If set then the underlying resource 44 BIO_get_init() returns the state of the BIO's init flag. 46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
|
H A D | OSSL_LIB_CTX_set_conf_diagnostics.pod | 18 diagnostics flag. If I<value> is nonzero subsequent parsing and application 22 diagnostics flag can be also set when a configuration file is being loaded 29 configuration diagnostics flag.
|
H A D | CMS_encrypt.pod | 44 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are 58 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is 61 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is 69 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is 80 structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL> 103 The B<CMS_STREAM> flag was first supported in OpenSSL 1.0.0.
|
H A D | CMS_compress.pod | 26 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are 35 If the B<CMS_STREAM> flag is set a partial B<CMS_ContentInfo> structure is 42 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is 66 The B<CMS_STREAM> flag was added in OpenSSL 1.0.0.
|
H A D | PKCS7_sign.pod | 35 the B<PKCS7_TEXT> flag is set MIME headers for type C<text/plain> are prepended 70 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to 73 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> 86 NULL if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added 118 The B<PKCS7_PARTIAL> flag, and the ability for I<certs>, I<signcert>, 121 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
|
H A D | SSL_write.pod | 47 This flag is only supported on QUIC stream SSL objects (or QUIC connection SSL 50 If this flag is set, and the call to SSL_write_ex2() succeeds, and all of the 56 While using this flag is semantically equivalent to calling 58 flag enables greater efficiency than making these two API calls separately, as 59 it enables the written stream data and the FIN flag indicating the end of the 62 Setting this flag does not cause a stream's send part to be concluded if not all 67 A call to SSL_write_ex2() fails if a flag is passed which is not supported or 68 understood by the given SSL object. An application should determine if a flag is 106 this flag is set the write functions will also return with success when a
|
H A D | SSL_CTX_set_quiet_shutdown.pod | 20 SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ctx> to be 26 SSL_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ssl> to be 43 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
|
H A D | PKCS7_encrypt.pod | 47 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are 56 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output 59 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> 85 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
|
H A D | SMIME_write_CMS.pod | 30 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to 33 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
|
H A D | SMIME_write_PKCS7.pod | 30 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> 34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should
|
H A D | SSL_CTX_set_session_cache_mode.pod | 83 By setting this flag, session-resume operations in an SSL/TLS server will not 86 this flag guarantees that all lookups are directed to the external cache. 87 As automatic lookup only applies for SSL/TLS servers, the flag has no effect on 95 session caching (callback) that is configured for the SSL_CTX. This flag will 100 normally be copied into the local cache before processing continues - this flag
|
H A D | ASN1_aux_cb.pod | 64 The B<ASN1_AFLG_REFCOUNT> flag indicates that objects support reference counting. 66 The B<ASN1_AFLG_ENCODING> flag indicates that the original encoding of the 69 The B<ASN1_AFLG_BROKEN> flag is a work around for broken encoders where the 72 The B<ASN1_AFLG_CONST_CB> flag indicates that the "const" form of the 77 If the B<ASN1_AFLG_REFCOUNT> flag is set then this value is assumed to be an 83 If the B<ASN1_AFLG_REFCOUNT> flag is set then this value is assumed to be an 95 will be saved if the B<ASN1_AFLG_ENCODING> flag has been set. 101 the B<ASN1_AFLG_CONST_CB> flag is set. See below for further details.
|
H A D | BIO_ctrl.pod | 28 int BIO_set_close(BIO *b, long flag); 71 BIO_set_close() sets the BIO B<b> close flag to B<flag>. B<flag> can 76 BIO_get_close() returns the BIOs close flag. 111 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE. It also
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 160 B<X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT> host flag, or because no DNS subject 166 B<X509_CHECK_FLAG_NEVER_CHECK_SUBJECT> host flag, or because some DNS subject 170 flag takes precedence over the B<X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT> flag. 256 in a fatal error. If this flag is set unhandled critical extensions are 261 The B<X509_V_FLAG_X509_STRICT> flag disables workarounds for some broken 307 The B<X509_V_FLAG_NO_ALT_CHAINS> flag could have been used before OpenSSL 1.1.0 317 The B<X509_V_FLAG_PARTIAL_CHAIN> flag causes non-self-signed certificates in the 328 be without the B<X509_V_FLAG_PARTIAL_CHAIN> flag. 330 The B<X509_V_FLAG_NO_CHECK_TIME> flag suppresses checking the validity period 395 The B<X509_V_FLAG_NO_ALT_CHAINS> flag was added in OpenSSL 1.1.0. [all …]
|
H A D | SMIME_write_ASN1.pod | 47 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to 50 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
|
H A D | BIO_f_base64.pod | 26 This behavior can be changed with B<BIO_FLAGS_BASE64_NO_NL> flag. 29 including newline unless the flag B<BIO_FLAGS_BASE64_NO_NL> is set. 33 Also when reading, unless the flag B<BIO_FLAGS_BASE64_NO_NL> is set, initial 54 The flag B<BIO_FLAGS_BASE64_NO_NL> can be set with BIO_set_flags().
|
H A D | BIO_s_file.pod | 45 Setting the BIO_CLOSE flag calls fclose() on the stream when the BIO 50 flag is set on the returned BIO. 53 BIO_CLOSE, BIO_NOCLOSE (the close flag) BIO_FP_TEXT (sets the underlying 74 normally be closed so the BIO_NOCLOSE flag should be set.
|
H A D | SSL_CONF_CTX_set1_prefix.pod | 26 If the B<SSL_CONF_FLAG_CMDLINE> flag is set then prefix checks are case 30 If the B<SSL_CONF_FLAG_FILE> flag is set then prefix checks are case
|
H A D | X509_check_host.pod | 90 The B<X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT> flag causes the function 96 The B<X509_CHECK_FLAG_NEVER_CHECK_SUBJECT> flag causes the function to never 114 to match more than one label in B<name>; this flag only applies 120 Thus, for instance, with this flag set a B<name> of ".example.com" 123 "www.sub.example.com"; this flag only applies to B<X509_check_host>.
|
/openssl/ssl/ |
H A D | ssl_conf.c | 54 #define SSL_FLAG_TBL(str, flag) \ argument 55 {str, (int)(sizeof(str) - 1), SSL_TFLAG_BOTH, flag} 56 #define SSL_FLAG_TBL_SRV(str, flag) \ argument 57 {str, (int)(sizeof(str) - 1), SSL_TFLAG_SERVER, flag} 58 #define SSL_FLAG_TBL_CLI(str, flag) \ argument 59 {str, (int)(sizeof(str) - 1), SSL_TFLAG_CLIENT, flag} 60 #define SSL_FLAG_TBL_INV(str, flag) \ argument 62 #define SSL_FLAG_TBL_SRV_INV(str, flag) \ argument 64 #define SSL_FLAG_TBL_CERT(str, flag) \ argument 67 #define SSL_FLAG_VFY_CLI(str, flag) \ argument [all …]
|
/openssl/crypto/bn/ |
H A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument 48 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand() 53 if (flag == TESTING) { in bnrand() 131 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range, in bnrand_range() argument 159 if (!bnrand(flag, r, n + 1, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, in bnrand_range() 187 if (!bnrand(flag, r, n, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, in bnrand_range()
|
/openssl/ |
H A D | NOTES-VMS.md | 75 As a compromise, we're turning off the flag that makes the debugger 77 you need to turn that flag back on first, for example: 79 $ set image /flag=call_debug [.test]evp_test.exe 82 When done, we recommend that you turn that flag back off: 84 $ set image /flag=nocall_debug [.test]evp_test.exe
|