代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/456205/7354480
module libssl.module
## _ _
## _ __ ___ ___ __| | ___ ___| | mod_ssl
## | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL
## | | | | | | (_) | (_| | \__ \__ \
www.eeworm.com/read/126641/6015595
pod ssl_accept.pod
=pod
=head1 NAME
SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake
=head1 SYNOPSIS
#include
int SSL_accept(SSL *ssl);
=head1 DESCRIPTION
SSL_accept() wait
www.eeworm.com/read/126641/6015606
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi
www.eeworm.com/read/126641/6015737
c sconnect.c
/* NOCW */
/* demos/bio/sconnect.c */
/* A minimal program to do SSL to a passed host and port.
* It is actually using non-blocking IO but in a very simple manner
* sconnect host:port - it does a '
www.eeworm.com/read/101042/6259079
pod ssl_accept.pod
=pod
=head1 NAME
SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake
=head1 SYNOPSIS
#include
int SSL_accept(SSL *ssl);
=head1 DESCRIPTION
SSL_accept() wait
www.eeworm.com/read/101042/6259085
pod ssl_free.pod
=pod
=head1 NAME
SSL_free - free an allocated SSL structure
=head1 SYNOPSIS
#include
void SSL_free(SSL *ssl);
=head1 DESCRIPTION
SSL_free() decrements the reference count of B
www.eeworm.com/read/101042/6259086
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi
www.eeworm.com/read/101042/6259098
pod ssl_pending.pod
=pod
=head1 NAME
SSL_pending - obtain number of readable bytes buffered in an SSL object
=head1 SYNOPSIS
#include
int SSL_pending(SSL *ssl);
=head1 DESCRIPTION
SSL_pending() r
www.eeworm.com/read/101042/6259314
c sconnect.c
/* NOCW */
/* demos/bio/sconnect.c */
/* A minimal program to do SSL to a passed host and port.
* It is actually using non-blocking IO but in a very simple manner
* sconnect host:port - it does a '
www.eeworm.com/read/126641/6015645
pod ssl_session_free.pod
=pod
=head1 NAME
SSL_SESSION_free - free an allocated SSL_SESSION structure
=head1 SYNOPSIS
#include
void SSL_SESSION_free(SSL_SESSION *session);
=head1 DESCRIPTION
SSL_SESSIO