代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/126641/6015634
pod ssl_set_session.pod
=pod
=head1 NAME
SSL_set_session - set a TLS/SSL session to be used during TLS/SSL connect
=head1 SYNOPSIS
#include
int SSL_set_session(SSL *ssl, SSL_SESSION *session);
=head1
www.eeworm.com/read/139291/5803945
c ssl_expr_parse.c
/* A Bison parser, made from ssl_expr_parse.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define T_TRUE 257
#define T_FALSE 258
#define T_DIGIT 259
#define
www.eeworm.com/read/126641/6015617
pod ssl_ctx_add_session.pod
=pod
=head1 NAME
SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session - manipulate session cache
=head1 SYNOPSIS
#include
int SSL_CTX_add_session(SSL
www.eeworm.com/read/169190/5426244
c ssl_expr_parse.c
/* A Bison parser, made from ssl_expr_parse.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define T_TRUE 257
#define T_FALSE 258
#define T_DIGIT 259
#define
www.eeworm.com/read/101042/6258938
c s2_lib.c
/* ssl/s2_lib.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 im
www.eeworm.com/read/101042/6259102
pod ssl_session_free.pod
=pod
=head1 NAME
SSL_SESSION_free - free an allocated SSL_SESSION structure
=head1 SYNOPSIS
#include
void SSL_SESSION_free(SSL_SESSION *session);
=head1 DESCRIPTION
SSL_SESSIO
www.eeworm.com/read/101042/6259092
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/323119/13352120
result openssl_2.result
SHOW STATUS LIKE 'Ssl%';
Variable_name Value
Ssl_accepts 1
Ssl_finished_accepts 1
Ssl_finished_connects 0
Ssl_accept_renegotiates 0
Ssl_connect_renegotiates 0
Ssl_callback_cache_hits 0
Ssl_session_cac
www.eeworm.com/read/126641/6015598
pod ssl_state_string.pod
=pod
=head1 NAME
SSL_state_string, SSL_state_string_long - get textual description of state of an SSL object
=head1 SYNOPSIS
#include
const char *SSL_state_string(SSL *ssl);
co
www.eeworm.com/read/126641/6015585
pod ssl_get_current_cipher.pod
=pod
=head1 NAME
SSL_get_current_cipher, SSL_get_cipher, SSL_get_cipher_name,
SSL_get_cipher_bits, SSL_get_cipher_version - get SSL_CIPHER of a connection
=head1 SYNOPSIS
#include