代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/102004/15795084
txt ssl.txt
Indy SSL
SSL Issues
While we are not lawyers we are working on putting together a summary of the issues surrounding SSL. Please check back soon at http://www.nevrona.com/indy/ssl.html.
Encryp
www.eeworm.com/read/100607/15869418
c ssl.c
/****************************************************************************
* *
* cryptlib SSL v3/TLS Session Management *
* Copyright Peter Gutmann 1998-2002
www.eeworm.com/read/100018/15888768
gif ssl.gif
www.eeworm.com/read/126641/6015639
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/6258914
c s3_srvr.c
/* ssl/s3_srvr.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).
* The i
www.eeworm.com/read/101042/6258936
c s3_clnt.c
/* ssl/s3_clnt.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).
* The i
www.eeworm.com/read/126641/6015599
pod ssl_get_session.pod
=pod
=head1 NAME
SSL_get_session - retrieve TLS/SSL session data
=head1 SYNOPSIS
#include
SSL_SESSION *SSL_get_session(SSL *ssl);
SSL_SESSION *SSL_get0_session(SSL *ssl);
SSL_
www.eeworm.com/read/126641/6015623
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/126641/6015642
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/126641/6015588
pod ssl_get_rbio.pod
=pod
=head1 NAME
SSL_get_rbio - get BIO linked to an SSL object
=head1 SYNOPSIS
#include
BIO *SSL_get_rbio(SSL *ssl);
BIO *SSL_get_wbio(SSL *ssl);
=head1 DESCRIPTION
SSL_get_