代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/203830/5038743
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/203830/5038755
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/203830/5038760
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/203830/5038776
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/203830/5038779
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/203830/5038787
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/
www.eeworm.com/read/190346/5185849
h ne_ssl.h
/*
SSL/TLS abstraction layer for neon
Copyright (C) 2003-2004, Joe Orton
This library is free software; you can redistribute it and/or
modify it under the terms of t
www.eeworm.com/read/189320/5197833
mpc ssl_sap.mpc
// -*- MPC -*-
// SSL_SAP.mpc,v 1.3 2003/12/23 20:23:21 dhinton Exp
project(*client) : aceexe, ssl {
exename = client
Source_Files {
SSL-client.cpp
}
}
project(*client_simple) : aceexe, ss
www.eeworm.com/read/189320/5197842
cpp ssl-client.cpp
// SSL-client.cpp,v 1.13 2004/11/04 12:29:40 elliott_c Exp
// This tests the features of the and
// classes. In addition, it can be used to test the
//
www.eeworm.com/read/189320/5197844
cpp ssl-server.cpp
// SSL-server.cpp,v 1.10 2003/11/26 14:52:09 jwillemsen Exp
// This example tests the features of the ,
// , and classes. If the platfor