Home
last modified time | relevance | path

Searched refs:extensions (Results 51 – 75 of 109) sorted by relevance

12345

/openssl/doc/man3/
H A DSSL_get0_peer_scts.pod17 a given B<SSL> instance, it will examine the TLS extensions, OCSP response and
H A DSCT_new.pod126 SCT_set0_extensions() or B<SCT_set1_extensions> to provide SCT extensions.
157 The SCT extensions, base64 encoded.
H A DOPENSSL_instrument_bus.pod40 line' was introduced with the SSE2 extensions.
H A DX509_check_purpose.pod34 The checks performed take into account the X.509 extensions
H A DOSSL_CRMF_MSG_get0_tmpl.pod61 OSSL_CRMF_CERTTEMPLATE_get0_extensions() retrieves the X.509 extensions
H A Ds2i_ASN1_IA5STRING.pod42 representation. This function is used for B<X509v3> extensions.
H A DSSL_extension_supported.pod149 The callback B<parse_cb> receives data for TLS extensions. The callback is only
257 pass the extension data to be added or freed when adding extensions.
267 unsolicited extensions.
H A DSSL_CTX_set_max_cert_list.pod45 without special extensions have a typical size of 1-2kB).
H A DX509V3_set_ctx.pod19 providing details potentially needed by functions producing X509 v3 extensions.
/openssl/test/certs/
H A Dcyrillic_crl.utf87 CRL extensions:
/openssl/test/recipes/25-test_rusext_data/
H A Dgrfc.utf812 X509v3 extensions:
H A Dgrfc.msb12 X509v3 extensions:
/openssl/crypto/crmf/
H A Dcrmf_local.h320 STACK_OF(X509_EXTENSION) *extensions;
/openssl/test/
H A Dct_test.c444 const char extensions[] = ""; in test_encode_tls_sct() local
457 extensions, signature))) in test_encode_tls_sct()
/openssl/ssl/statem/
H A Dextensions.c559 PACKET extensions = *packet; in tls_collect_extensions() local
583 while (PACKET_remaining(&extensions) > 0) { in tls_collect_extensions()
588 if (!PACKET_get_net_2(&extensions, &type) || in tls_collect_extensions()
589 !PACKET_get_length_prefixed_2(&extensions, &extension)) { in tls_collect_extensions()
602 && PACKET_remaining(&extensions) != 0)) { in tls_collect_extensions()
H A Dstatem_srvr.c1362 tmppkt = hello->extensions; in ssl_check_for_safari()
1388 PACKET session_id, compression, extensions, cookie; in tls_process_client_hello() local
1512 PACKET_null_init(&clienthello->extensions); in tls_process_client_hello()
1560 PACKET_null_init(&clienthello->extensions); in tls_process_client_hello()
1562 if (!PACKET_get_length_prefixed_2(pkt, &clienthello->extensions) in tls_process_client_hello()
1578 extensions = clienthello->extensions; in tls_process_client_hello()
1579 if (!tls_collect_extensions(s, &extensions, SSL_EXT_CLIENT_HELLO, in tls_process_client_hello()
3510 PACKET extensions; in tls_process_client_certificate() local
3512 if (!PACKET_get_length_prefixed_2(&spkt, &extensions)) { in tls_process_client_certificate()
3516 if (!tls_collect_extensions(s, &extensions, in tls_process_client_certificate()
/openssl/crypto/ts/
H A Dts_rsp_print.c171 TS_ext_print_bio(bio, a->extensions); in TS_TST_INFO_print_bio()
/openssl/test/recipes/
H A D70-test_sslmessages.t14 use checkhandshake qw(checkhandshake @handmessages @extensions);
93 @extensions = (
H A D70-test_tls13kexmodes.t14 use checkhandshake qw(checkhandshake @handmessages @extensions);
62 @extensions = (
H A D70-test_sslextension.t89 my %extensions = %{$message->extension_data};
H A D70-test_tls13messages.t14 use checkhandshake qw(checkhandshake @handmessages @extensions);
62 @extensions = (
/openssl/doc/man7/
H A Dx509.pod46 B<X509_EXTENSION_>I<XXX> functions handle certificate extensions.
/openssl/crypto/x509/
H A Dx509_set.c148 return x->cert_info.extensions; in STACK_OF()
H A Dv3_conf.c357 sk = &cert->cert_info.extensions; in X509V3_EXT_add_nconf()
370 sk = &crl->crl.extensions; in X509V3_EXT_CRL_add_nconf()
/openssl/doc/man1/
H A Dopenssl-verification-options.pod67 (EKUs) that may be given in X.509 extensions of end-entity certificates.
153 The second step is to check the extensions of every untrusted certificate
159 must have extensions compatible with the specified purpose.
161 The precise extensions required are described in more detail in
330 If this option is set critical extensions are ignored.
551 Options like B<-purpose> lead to checking the certificate extensions,
565 other extensions are checked according to the intended use of the certificate.

Completed in 53 milliseconds

12345