/openssl-master/crypto/x509/ |
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-master/tools/ |
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-master/crypto/ |
A D | mem.c | 273 int CRYPTO_set_mem_debug(int flag) in CRYPTO_set_mem_debug() argument 275 (void)flag; in CRYPTO_set_mem_debug() 290 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, in CRYPTO_mem_debug_malloc() argument 293 (void)addr; (void)num; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_malloc() 296 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, in CRYPTO_mem_debug_realloc() argument 299 (void)addr1; (void)addr2; (void)num; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_realloc() 302 void CRYPTO_mem_debug_free(void *addr, int flag, in CRYPTO_mem_debug_free() argument 305 (void)addr; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_free()
|
/openssl-master/doc/man3/ |
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.
|
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.
|
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.
|
A D | SSL_CTX_set_quiet_shutdown.pod | 19 SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ctx> to be 25 SSL_set_quiet_shutdown() sets the "quiet shutdown" flag for B<ssl> to be 39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
|
A D | PKCS7_sign.pod | 35 the B<PKCS7_TEXT> flag is set MIME headers for type B<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 B<NULL> if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added 117 The B<PKCS7_PARTIAL> flag, and the ability for B<certs>, B<signcert>, 120 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
|
A D | BIO_ctrl.pod | 28 int BIO_set_close(BIO *b, long flag); 66 BIO_set_close() sets the BIO B<b> close flag to B<flag>. B<flag> can 71 BIO_get_close() returns the BIOs close flag. 99 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE. It also
|
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.
|
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
|
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
|
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
|
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.
|
A D | X509_VERIFY_PARAM_set_flags.pod | 158 B<X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT> host flag, or because no DNS subject 164 B<X509_CHECK_FLAG_NEVER_CHECK_SUBJECT> host flag, or because some DNS subject 168 flag takes precedence over the B<X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT> flag. 254 in a fatal error. If this flag is set unhandled critical extensions are 259 The B<X509_V_FLAG_X509_STRICT> flag disables workarounds for some broken 305 The B<X509_V_FLAG_NO_ALT_CHAINS> flag could have been used before OpenSSL 1.1.0 315 The B<X509_V_FLAG_PARTIAL_CHAIN> flag causes non-self-signed certificates in the 326 be without the B<X509_V_FLAG_PARTIAL_CHAIN> flag. 328 The B<X509_V_FLAG_NO_CHECK_TIME> flag suppresses checking the validity period 393 The B<X509_V_FLAG_NO_ALT_CHAINS> flag was added in OpenSSL 1.1.0. [all …]
|
A D | CMS_sign.pod | 41 the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are prepended 84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is 88 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is 107 B<CMS_PARTIAL> flag set. Then one or more signers can be added using the 128 The B<CMS_STREAM> flag is only supported for detached data in OpenSSL 0.9.8,
|
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
|
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.
|
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
|
A D | X509_check_host.pod | 89 The B<X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT> flag causes the function 95 The B<X509_CHECK_FLAG_NEVER_CHECK_SUBJECT> flag causes the function to never 113 to match more than one label in B<name>; this flag only applies 119 Thus, for instance, with this flag set a B<name> of ".example.com" 122 "www.sub.example.com"; this flag only applies to B<X509_check_host>.
|
A D | PKCS7_sign_add_signer.pod | 22 with the flag B<PKCS7_PARTIAL> set or in the case or re-signing a valid PKCS7 28 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned PKCS7 structure 46 returned PKCS7 structure will be valid and finalized when this flag is set.
|
/openssl-master/ssl/ |
A D | ssl_conf.c | 52 #define SSL_FLAG_TBL(str, flag) \ argument 53 {str, (int)(sizeof(str) - 1), SSL_TFLAG_BOTH, flag} 54 #define SSL_FLAG_TBL_SRV(str, flag) \ argument 55 {str, (int)(sizeof(str) - 1), SSL_TFLAG_SERVER, flag} 56 #define SSL_FLAG_TBL_CLI(str, flag) \ argument 57 {str, (int)(sizeof(str) - 1), SSL_TFLAG_CLIENT, flag} 58 #define SSL_FLAG_TBL_INV(str, flag) \ argument 60 #define SSL_FLAG_TBL_SRV_INV(str, flag) \ argument 62 #define SSL_FLAG_TBL_CERT(str, flag) \ argument 65 #define SSL_FLAG_VFY_CLI(str, flag) \ argument [all …]
|
/openssl-master/crypto/bn/ |
A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument 50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand() 55 if (flag == TESTING) { in bnrand() 133 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range, in bnrand_range() argument 156 if (!bnrand(flag, r, n + 1, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, in bnrand_range() 184 if (!bnrand(flag, r, n, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY, 0, in bnrand_range()
|
/openssl-master/ |
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
|
/openssl-master/crypto/bio/ |
A D | bf_buff.c | 423 int num = 0, i, flag; in buffer_gets() local 433 flag = 0; in buffer_gets() 437 flag = 1; in buffer_gets() 446 if (flag || size == 0) { in buffer_gets()
|