Home
last modified time | relevance | path

Searched refs:ssl2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/libevent/test/
HDregress_ssl.c429 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() argument
440 base, fd_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
445 base, underlying_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
463 SSL *ssl1, *ssl2; in regress_bufferevent_openssl() local
482 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
484 SSL_use_certificate(ssl2, the_cert); in regress_bufferevent_openssl()
485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
500 open_ssl_bufevs(&bev1, &bev2, data->base, 0, flags, ssl1, ssl2, in regress_bufferevent_openssl()
520 open_ssl_bufevs(&bev1, &bev2, data->base, 1, flags, ssl1, ssl2, in regress_bufferevent_openssl()
/freebsd-14-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c429 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() argument
440 base, fd_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
445 base, underlying_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
463 SSL *ssl1, *ssl2; in regress_bufferevent_openssl() local
482 ssl2 = SSL_new(get_ssl_ctx()); in regress_bufferevent_openssl()
484 SSL_use_certificate(ssl2, the_cert); in regress_bufferevent_openssl()
485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
500 open_ssl_bufevs(&bev1, &bev2, data->base, 0, flags, ssl1, ssl2, in regress_bufferevent_openssl()
520 open_ssl_bufevs(&bev1, &bev2, data->base, 1, flags, ssl1, ssl2, in regress_bufferevent_openssl()
/freebsd-14-stable/crypto/openssl/doc/man7/
HDssl.pod93 =item F<< <openssl/ssl2.h> >>
/freebsd-14-stable/secure/lib/libcrypto/
HDMakefile576 INCS+= rsa.h rsaerr.h safestack.h seed.h self_test.h sha.h srp.h srtp.h ssl.h ssl2.h
/freebsd-14-stable/crypto/openssl/
HDNEWS.md573 * Only remove the SSLv2 methods with the no-ssl2-method option.
674 * Only remove the SSLv2 methods with the no-ssl2-method option.
HDCHANGES.md5992 * Only remove the SSLv2 methods with the no-ssl2-method option. When the
5993 methods are enabled and ssl2 is disabled the methods return NULL.
6007 "enable-ssl2" will not support SSLv2. Even if "enable-ssl2" is used,
7194 * Only remove the SSLv2 methods with the no-ssl2-method option. When the
7195 methods are enabled and ssl2 is disabled the methods return NULL.
7209 "enable-ssl2" will not support SSLv2. Even if "enable-ssl2" is used,
/freebsd-14-stable/crypto/openssl/Configurations/
HDunix-Makefile.tmpl1256 include/openssl/ssl2.h
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h.in940 # include <openssl/ssl2.h>