Home
last modified time | relevance | path

Searched refs:d2i_SSL_SESSION (Results 1 – 17 of 17) sorted by relevance

/openssl/doc/man3/
H A Dd2i_SSL_SESSION.pod5 d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
11 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
28 d2i_SSL_SESSION() returns a pointer to the newly allocated SSL_SESSION
H A DSSL_SESSION_free.pod56 operation, e.g. by using L<d2i_SSL_SESSION(3)>.
72 L<d2i_SSL_SESSION(3)>
H A DSSL_SESSION_get0_cipher.pod38 L<d2i_SSL_SESSION(3)>,
H A DSSL_SESSION_has_ticket.pod41 L<d2i_SSL_SESSION(3)>,
H A DSSL_CTX_sess_set_get_cb.pod55 L<d2i_SSL_SESSION(3)> interface.
108 L<ssl(7)>, L<d2i_SSL_SESSION(3)>,
H A DSSL_SESSION_get0_hostname.pod59 L<d2i_SSL_SESSION(3)>,
H A DSSL_CTX_set_session_id_context.pod27 sessions with B<i2d_SSL_SESSION>/B<d2i_SSL_SESSION> it would be possible,
/openssl/fuzz/
H A Dasn1.c364 DO_TEST(SSL_SESSION, d2i_SSL_SESSION, i2d_SSL_SESSION, SSL_SESSION_print); in FuzzerTestOneInput()
/openssl/test/
H A Dbad_dtls_test.c113 return d2i_SSL_SESSION(NULL, &p, sizeof(session_asn1)); in client_session()
/openssl/ssl/
H A Dssl_asn1.c243 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, in d2i_SSL_SESSION() function
H A Dt1_lib.c2034 sess = d2i_SSL_SESSION(NULL, &p, slen); in tls_decrypt_ticket()
/openssl/util/
H A Dlibssl.num30 d2i_SSL_SESSION 31 3_0_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2838 DEPEND[html/man3/d2i_SSL_SESSION.html]=man3/d2i_SSL_SESSION.pod
2839 GENERATE[html/man3/d2i_SSL_SESSION.html]=man3/d2i_SSL_SESSION.pod
2840 DEPEND[man/man3/d2i_SSL_SESSION.3]=man3/d2i_SSL_SESSION.pod
2841 GENERATE[man/man3/d2i_SSL_SESSION.3]=man3/d2i_SSL_SESSION.pod
3459 html/man3/d2i_SSL_SESSION.html \
4058 man/man3/d2i_SSL_SESSION.3 \
/openssl/include/openssl/
H A Dssl.h.in1128 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,b…
1719 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
/openssl/apps/
H A Ds_server.c3763 return d2i_SSL_SESSION(NULL, &p, sess->derlen); in get_session()
/openssl/ssl/statem/
H A Dstatem_srvr.c3751 sess = d2i_SSL_SESSION(NULL, &const_p, slen_full); in construct_stateless_ticket()
/openssl/
H A DCHANGES.md9943 - Avoid a buffer overflow in d2i_SSL_SESSION() (ssl_asn1.c).

Completed in 111 milliseconds