/openssl/ssl/quic/ |
H A D | qlog_event_helpers.c | 232 goto unknown; in log_frame_actual() 239 goto unknown; in log_frame_actual() 244 goto unknown; in log_frame_actual() 268 goto unknown; in log_frame_actual() 281 goto unknown; in log_frame_actual() 293 goto unknown; in log_frame_actual() 313 goto unknown; in log_frame_actual() 331 goto unknown; in log_frame_actual() 343 goto unknown; in log_frame_actual() 358 goto unknown; in log_frame_actual() [all …]
|
/openssl/test/recipes/80-test_ca_internals_data/ |
H A D | index.txt | 1 V 990501230004Z 1000 unknown /C=AT/ST=Austria/L=OpenSSL/O=OpenSSL/OU=OpenSSL/CN=1999 2 V 200430230003Z 1001 unknown /C=AT/ST=Austria/L=OpenSSL/O=OpenSSL/OU=OpenSSL/CN=2020 3 V 490501230003Z 1002 unknown /C=AT/ST=Austria/L=OpenSSL/O=OpenSSL/OU=OpenSSL/CN=2049 4 V 20500501230003Z 1003 unknown /C=AT/ST=Austria/L=OpenSSL/O=OpenSSL/OU=OpenSSL/CN=2050
|
/openssl/crypto/err/ |
H A D | openssl.txt | 112 ASN1_R_UNKNOWN_DIGEST:229:unknown digest 113 ASN1_R_UNKNOWN_FORMAT:160:unknown format 118 ASN1_R_UNKNOWN_TAG:194:unknown tag 391 CMS_R_UNKNOWN_ID:150:unknown id 659 EC_R_UNKNOWN_GROUP:129:unknown group 660 EC_R_UNKNOWN_ORDER:114:unknown order 806 EVP_R_UNKNOWN_BITS:166:unknown bits 862 OBJ_R_UNKNOWN_NID:101:unknown nid 889 OCSP_R_UNKNOWN_NID:120:unknown nid 1668 SSL_R_UNKNOWN_STATE:255:unknown state [all …]
|
/openssl/doc/man3/ |
H A D | SSL_rstate_string.pod | 45 =item "unknown"/"unknown" 47 The read state is unknown. This should never happen.
|
H A D | SSL_alert_type_string.pod | 60 =item "U"/"unknown" 121 =item "CU"/"certificate unknown" 143 =item "CA"/"unknown CA" 217 =item "UP"/"unknown PSK identity" 222 =item "UK"/"unknown"
|
H A D | SSL_get_version.pod | 84 =item unknown 86 This indicates an unknown protocol version.
|
H A D | SSL_CTX_set1_curves.pod | 99 extension. If a supported group NID is unknown then the value is set to the 114 NID_undef is returned. If the NID for the shared group is unknown then the value 125 server. If the NID for the shared group is unknown then the value is set to the 172 Support for ignoring unknown groups in SSL_CTX_set1_groups_list() and
|
H A D | OPENSSL_FILE.pod | 28 Otherwise, it yields "(unknown function)".
|
H A D | EVP_KDF.pod | 115 Note that a parameter that is unknown in the underlying context is 122 Note that a parameter that is unknown in the underlying context is 129 Note that a parameter that is unknown in the underlying context is
|
H A D | OpenSSL_version.pod | 176 For an unknown I<t>, the text C<not available> is returned. 234 For an unknown I<t>, NULL is returned.
|
H A D | SSL_COMP_add_compression_method.pod | 46 way to integrate compression with unknown peers. It is therefore currently not
|
H A D | EVP_RAND.pod | 171 Note that a parameter that is unknown in the underlying context is 178 Note that a parameter that is unknown in the underlying context is 185 Note that a parameter that is unknown in the underlying context is
|
/openssl/apps/lib/ |
H A D | opt.c | 45 static const OPTIONS *unknown; variable 169 unknown = NULL; in opt_init() 219 OPENSSL_assert(unknown == NULL); in opt_init() 220 unknown = o; in opt_init() 221 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init() 1011 if (unknown != NULL) { in opt_next() 1018 return unknown->retval; in opt_next()
|
/openssl/test/ocsp-tests/ |
H A D | index.txt | 1 V 241221170717Z 73C8A0894488809AFE972FE0BAD3460318D1CCBF unknown /CN=TestServerCA
|
/openssl/doc/designs/quic-design/ |
H A D | demuxer.md | 39 but with unknown connection IDs: 46 - discard any other packet with unknown connection IDs
|
H A D | quic-fault-injector.md | 399 An example test showing a server sending a frame of an unknown type to the 404 * Test that adding an unknown frame type is handled correctly 419 /* We only ever add the unknown frame to one packet */ 450 * Write a message from the server to the client and add an unknown frame
|
/openssl/engines/ |
H A D | e_capi.txt | 36 CAPI_R_UNKNOWN_COMMAND:125:unknown command
|
/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 23 which may not be possible if a referenced algorithm is unknown or not available.
|
/openssl/crypto/ocsp/ |
H A D | ocsp_local.h | 131 ASN1_NULL *unknown; member
|
H A D | ocsp_asn.c | 88 ASN1_IMP(OCSP_CERTSTATUS, value.unknown, ASN1_NULL, 2)
|
H A D | ocsp_srv.c | 140 if ((cs->value.unknown = ASN1_NULL_new()) == NULL) in OCSP_basic_add1_status()
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_verification.csv | 7 1,unknown attribute in recipient name, -section,, -recipient,_CA_DN/ABC=123,BLANK,,BLANK,, -trusted… 15 1,unknown attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN/ABC…
|
/openssl/doc/man7/ |
H A D | passphrase-encoding.pod | 129 used is unknown, or where the producing application is unknown, try one of the
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 498 /* Return error for unknown extensions */ 500 /* Print error for unknown extensions */ 502 /* ASN1 parse unknown extensions */ 504 /* BIO_dump unknown extensions */
|
H A D | srp.h.in | 203 /* This method ignores the configured seed and fails for an unknown user. */
|