代码搜索:SSL

找到约 10,000 项符合「SSL」的源代码

代码结果 10,000
www.eeworm.com/read/427042/1980182

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/427042/1980183

pod ssl_write.pod

=pod =head1 NAME SSL_write - write bytes to a TLS/SSL connection. =head1 SYNOPSIS #include int SSL_write(SSL *ssl, const void *buf, int num); =head1 DESCRIPTION SSL_write() wr
www.eeworm.com/read/427042/1980188

pod ssl_read.pod

=pod =head1 NAME SSL_read - read bytes from a TLS/SSL connection. =head1 SYNOPSIS #include int SSL_read(SSL *ssl, void *buf, int num); =head1 DESCRIPTION SSL_read() tries to r
www.eeworm.com/read/427042/1980192

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/427042/1980193

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/427042/1980205

pod ssl_clear.pod

=pod =head1 NAME SSL_clear - reset SSL object to allow another connection =head1 SYNOPSIS #include int SSL_clear(SSL *ssl); =head1 DESCRIPTION Reset B to allow another co
www.eeworm.com/read/427042/1980210

pod ssl_new.pod

=pod =head1 NAME SSL_new - create a new SSL structure for a connection =head1 SYNOPSIS #include SSL *SSL_new(SSL_CTX *ctx); =head1 DESCRIPTION SSL_new() creates a new B s
www.eeworm.com/read/427042/1980226

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(const SSL *ssl); =head1 DESCRIPTION SSL_pendi
www.eeworm.com/read/427042/1980229

pod ssl_want.pod

=pod =head1 NAME SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup - obtain state information TLS/SSL I/O operation =head1 SYNOPSIS #include int SS
www.eeworm.com/read/427042/1980237

pod ssl_shutdown.pod

=pod =head1 NAME SSL_shutdown - shut down a TLS/SSL connection =head1 SYNOPSIS #include int SSL_shutdown(SSL *ssl); =head1 DESCRIPTION SSL_shutdown() shuts down an active TLS/