Searched refs:SSL (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-10.1-release/secure/lib/libssl/
H A DMakefile.man224 MLINKS+= ssl.3 SSL.3
/freebsd-10.1-release/contrib/serf/buckets/
H A Dssl_buckets.c69 * Here's an overview of the SSL bucket's relationship to OpenSSL and serf.
153 SSL *ssl;
211 apps_ssl_info_callback(const SSL *s, int where, int ret)
404 "Serf SSL encryption and decryption buckets",
514 SSL *ssl;
756 /* The server closed the SSL session. While this doesn't
761 "ssl_decrypt: SSL read error: server"
885 "ssl_encrypt: SSL write: %d\n", ssl_len);
904 "ssl_encrypt: SSL write error: %d\n", ssl_err);
926 "ssl_encrypt: SSL writ
[all...]
/freebsd-10.1-release/contrib/sendmail/src/
H A Dsendmail.h704 SSL *mci_ssl; /* SSL connection */
1886 #define D_SMTPS 's' /* SMTP over SSL (smtps) */
1954 extern int tls_get_info __P((SSL *, bool, char *, MACROS_T *, bool));
1955 extern int endtls __P((SSL *, char *));
1976 EXTERN long Srv_SSL_Options, Clt_SSL_Options; /* SSL options */
2747 extern void tls_set_verify __P((SSL_CTX *, SSL *, bool));
H A Ddeliver.c6115 SSL *clt_ssl = NULL;
H A Dsrvrsmtp.c37 static SSL *srv_ssl = NULL; /* per connection context */
1865 message("454 4.3.3 TLS not available: error generating SSL handle");
1874 ** verification per SSL (connection)
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dkssl.c1036 * (Originally was: Create Kerberos AP_REQ message for SSL Client.)
1282 * to SSL Server in KSSL_CTX *kssl_ctx.
2237 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx)
2242 KSSL_CTX *SSL_get0_kssl_ctx(SSL *s)
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dtls_gnutls.c2 * SSL/TLS interface functions for GnuTLS
465 SSL *ssl;
/freebsd-10.1-release/lib/libfetch/
H A Dcommon.c683 fetch_info("SSL options: %lx", ssl_ctx_options);
779 * Callback for SSL certificate verification, this is called on server
805 * Enable SSL on a connection.
815 /* Init the SSL library and context */
817 fprintf(stderr, "SSL library init failed\n");
835 fprintf(stderr, "SSL context creation failed\n");
860 fprintf(stderr, "No server SSL certificate\n");
869 "SSL certificate subject doesn't match host %s\n",
876 fetch_info("SSL connection established using %s",
892 fprintf(stderr, "SSL suppor
[all...]
/freebsd-10.1-release/contrib/openbsm/etc/
H A Daudit_event288 293:AUE_CONFIGKSSL:configure kernel SSL:ad
/freebsd-10.1-release/contrib/unbound/util/
H A Dnetevent.c835 SSL* ssl = (SSL*)thessl;
995 log_addr(VERB_ALGO, "SSL DNS connection", &c->repinfo.addr,
/freebsd-10.1-release/contrib/ldns/drill/
H A Dconfigure1295 --with-ssl=pathname enable SSL (will check /usr/local/ssl /usr/lib/ssl
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL" >&5
4953 $as_echo_n "checking for SSL... " >&6; }
4974 as_fn_error $? "Cannot find the SSL libraries in $withval" "$LINENO" 5

Completed in 124 milliseconds

1234