代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/101042/6259077
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
www.eeworm.com/read/419588/10857696
conf ssl.default.conf
#
# This is the Apache server configuration file providing SSL support.
# It contains the configuration directives to instruct the server how to
# serve pages over an https connection. For detailin
www.eeworm.com/read/436014/7779054
wipe-out-ssl
#!/bin/sh
for i in *.c links.h configure.in configure; do
awk -f wipe-out-ssl.awk wipe-out-ssl.tmp
mv wipe-out-ssl.tmp $i
done
sed 's/^\(#define VERSION ".*\)"/\1-no-ssl"/'
www.eeworm.com/read/136989/5827090
dsw ssl_sock_sap.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/126641/6015602
pod ssl_ctx_ctrl.pod
=pod
=head1 NAME
SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
=head1 SYNOPSIS
#include
long SSL_CTX
www.eeworm.com/read/126641/6015618
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/126641/6015648
pod ssl_do_handshake.pod
=pod
=head1 NAME
SSL_do_handshake - perform a TLS/SSL handshake
=head1 SYNOPSIS
#include
int SSL_do_handshake(SSL *ssl);
=head1 DESCRIPTION
SSL_do_handshake() will wait for a
www.eeworm.com/read/101042/6258909
c ssl_err.c
/* ssl/ssl_err.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and
www.eeworm.com/read/100926/6263224
dsw ssl_sock_sap.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/126641/6015637
pod ssl_ctx_set_mode.pod
=pod
=head1 NAME
SSL_CTX_set_mode, SSL_set_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engine mode
=head1 SYNOPSIS
#include
long SSL_CTX_set_mode(SSL_CTX *ctx, long mo