代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/242657/4549793
mpb ssl_for_tao.mpb
// -*- MPC -*-
//
// $Id: ssl_for_tao.mpb 74300 2006-08-28 23:47:15Z ossama $
feature(ace_for_tao) {
// Does not include ACE_SSL asynch stream support.
after += SSL_FOR_TAO
libs += ACE_S
www.eeworm.com/read/238768/4609530
c rsa_ssl.c
/* crypto/rsa/rsa_ssl.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/238768/4609741
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/238768/4609742
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/238768/4609747
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/238768/4609751
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/238768/4609752
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/238768/4609764
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/238768/4609769
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/238768/4609785
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