代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/355697/3049868
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/355697/3049873
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/355697/3049889
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/355697/3049892
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/355697/3049900
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/355590/3052826
dfm ssl_client.dfm
inherited SSLClientFrame: TSSLClientFrame
Width = 668
Height = 270
Align = alClient
object Panel1: TPanel
Left = 0
Top = 0
Width = 668
Height = 241
Align = alTop
www.eeworm.com/read/355590/3052827
pas ssl_client.pas
unit SSL_Client;
{$I ..\..\Base\SBDemo.inc}
interface
uses
Classes, SysUtils, DB,
Windows, Messages, Graphics, Controls, Forms, Dialogs,
DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, To
www.eeworm.com/read/355590/3053137
nfm ssl_client.nfm
inherited SSLClientFrame: TSSLClientFrame
Width = 668
Height = 270
Align = alClient
object Panel1: TPanel
Left = 0
Top = 0
Width = 668
Height = 241
Align = alTop
www.eeworm.com/read/355590/3053138
pas ssl_client.pas
unit SSL_Client;
{$I ..\..\Base\SBDemo.inc}
interface
uses
Classes, SysUtils, DB,
Windows, Messages, Graphics, Controls, Forms, Dialogs,
DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, To
www.eeworm.com/read/352607/3094086
c ssl_client.c
/* ssl_client.c
*
* Copyright (c) 2000 Sean Walton and Macmillan Publishers. Use may be in
* whole or in part in accordance to the General Public License (GPL).
*
* THIS SOFTWARE IS PROVIDE