Searched refs:ssl (Results 101 - 125 of 168) sorted by relevance

1234567

/freebsd-13-stable/crypto/openssl/ssl/record/
H A Drecord.h217 __owur int n_ssl3_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send);
221 __owur int tls1_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send);
H A Drecord_local.h108 __owur int ssl3_do_compress(SSL *ssl, SSL3_RECORD *wr);
109 __owur int ssl3_do_uncompress(SSL *ssl, SSL3_RECORD *rr);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c12 #include <openssl/ssl.h>
1001 SSL *ssl; local
1004 ssl = X509_STORE_CTX_get_ex_data(x509_ctx,
1006 ssl_ctx = SSL_get_SSL_CTX(ssl);
1042 res = check_ocsp_resp(ssl_ctx, ssl, cert, ctx->peer_issuer,
1298 SSL_CTX *ssl = SSL_get_SSL_CTX(s); local
1301 ssl->method = real_ssl_method;
1317 SSL_CTX *ssl = sslctx; local
1320 SSL_CTX_set_app_data(ssl, ctx);
1321 SSL_CTX_set_verify(ssl, SSL_VERIFY_PEE
[all...]
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem.c66 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) argument
68 return ssl->statem.hand_state;
301 void (*cb) (const SSL *ssl, int type, int val) = NULL;
548 void (*cb) (const SSL *ssl, int type, int val) = NULL;
764 void (*cb) (const SSL *ssl, int type, int val) = NULL;
/freebsd-13-stable/contrib/unbound/compat/
H A Dgetentropy_linux.c401 socklen_t ssl; local
486 ssl = sizeof(ss);
488 (void *)&ss, &ssl) == -1,
H A Dgetentropy_osx.c301 socklen_t ssl; local
382 ssl = sizeof(ss);
384 (void *)&ss, &ssl) == -1,
/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.h191 # include <openssl/ssl.h>
H A Dnet_help.h454 * @param ssl: SSL* to set
459 int set_auth_name_on_ssl(void* ssl, char* auth_name, int use_sni);
H A Dnetevent.h205 void* ssl; member in struct:comm_point
210 /** ssl initial handshake wants to read */
212 /** ssl initial handshake wants to write */
894 /** nghttp2 send callback. Send from nghttp2 buffer to ssl socket */
977 * @param ssl: openssl SSL, fd must be set so it has a bio.
979 void comm_point_tcp_win_bio_cb(struct comm_point* c, void* ssl);
993 * True if the ssl handshake error has to be squelched from the logs
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl3.h17 # include <openssl/ssl.h>
/freebsd-13-stable/lib/libunbound/
H A DMakefile36 LIBADD= ssl crypto pthread
/freebsd-13-stable/crypto/openssl/apps/
H A Dsess_id.c19 #include <openssl/ssl.h>
34 {"text", OPT_TEXT, '-', "Print ssl session id details"},
H A Ds_server.c23 #include <openssl/ssl.h>
44 #include <openssl/ssl.h>
70 static int generate_session_id(SSL *ssl, unsigned char *id,
127 static unsigned int psk_server_cb(SSL *ssl, const char *identity, argument
183 static int psk_find_session_cb(SSL *ssl, const unsigned char *identity, argument
211 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id);
222 || !SSL_SESSION_set_protocol_version(tmpsess, SSL_version(ssl))) {
3500 static int generate_session_id(SSL *ssl, unsigned char *id, argument
3518 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
3542 static int add_session(SSL *ssl, SSL_SESSIO argument
3581 get_session(SSL *ssl, const unsigned char *id, int idlen, int *do_copy) argument
[all...]
/freebsd-13-stable/usr.sbin/ypldap/
H A Dypldap.h126 struct ssl *idm_ssl;
/freebsd-13-stable/usr.bin/svn/svn/
H A DMakefile93 ssl \
/freebsd-13-stable/usr.sbin/wpa/
H A DMakefile.crypto6 LIBADD+= ssl crypto
/freebsd-13-stable/contrib/unbound/services/
H A Doutside_network.c65 #include <openssl/ssl.h>
139 /** compare if the reuse element has the same address, port and same ssl-is
499 * same destination address, with the correct port, ssl, and
502 /* rewind to start of sequence of same address,port,ssl */
515 /* same address, port, ssl-yes-or-no, and has
635 pend->c->ssl = outgoing_ssl_fd(w->outnet->sslctx, s);
636 if(!pend->c->ssl) {
644 comm_point_tcp_win_bio_cb(pend->c, pend->c->ssl);
647 if(!set_auth_name_on_ssl(pend->c->ssl, w->tls_auth_name,
651 SSL_free(pend->c->ssl);
3272 outnet_comm_point_for_tcp(struct outside_network* outnet, comm_point_callback_type* cb, void* cb_arg, struct sockaddr_storage* to_addr, socklen_t to_addrlen, sldns_buffer* query, int timeout, int ssl, char* host) argument
3333 outnet_comm_point_for_http(struct outside_network* outnet, comm_point_callback_type* cb, void* cb_arg, struct sockaddr_storage* to_addr, socklen_t to_addrlen, int timeout, int ssl, char* host, char* path) argument
[all...]
H A Dauthzone.h446 /** use ssl for channel */
447 int ssl; member in struct:auth_master
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1148 if [ -r pub.ssl ] && [ `${SHA256} -q pub.ssl` = ${KEYPRINT} ]; then
1153 rm -f pub.ssl
1154 fetch ${QUIETFLAG} http://${SERVERNAME}/${FETCHDIR}/pub.ssl \
1156 if ! [ -r pub.ssl ]; then
1160 if ! [ `${SHA256} -q pub.ssl` = ${KEYPRINT} ]; then
1162 rm -f pub.ssl
1172 rm -f latest.ssl
1173 fetch ${QUIETFLAG} http://${SERVERNAME}/${FETCHDIR}/latest.ssl \
1175 if ! [ -r latest.ssl ]; the
[all...]
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_cert.c357 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg) argument
546 int SSL_add1_to_CA_list(SSL *ssl, const X509 *x) argument
548 return add_ca_name(&ssl->ca_names, x);
560 int SSL_add_client_CA(SSL *ssl, X509 *x) argument
562 return add_ca_name(&ssl->client_ca_names, x);
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c11 #include <openssl/ssl.h>
486 enum ocsp_result check_ocsp_resp(SSL_CTX *ssl_ctx, SSL *ssl, X509 *cert, argument
519 SSL_get0_ocsp_response(ssl, &resp_data, &resp_len);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dstats.c70 #include <openssl/ssl.h>
487 if(c->ssl != NULL) {
490 if(SSL_session_reused(c->ssl))
/freebsd-13-stable/sys/rpc/
H A Dclnt_rc.c137 uint64_t ssl[3]; local
205 ssl, &reterr);
238 CLNT_CONTROL(newclient, CLSET_TLS, ssl);
/freebsd-13-stable/crypto/openssl/engines/
H A De_capi.c140 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
146 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
148 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
190 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1691 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl, argument
1763 client_cert_idx = ctx->client_cert_select(e, ssl, certs);
1795 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) argument
1822 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) argument
/freebsd-13-stable/contrib/ldns/
H A Dhigher.c19 #include <openssl/ssl.h>

Completed in 400 milliseconds

1234567