代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/126641/6015600
pod ssl_get_error.pod
=pod
=head1 NAME
SSL_get_error - obtain result code for TLS/SSL I/O operation
=head1 SYNOPSIS
#include
int SSL_get_error(SSL *ssl, int ret);
=head1 DESCRIPTION
SSL_get_error()
www.eeworm.com/read/126641/6015609
pod ssl_get_fd.pod
=pod
=head1 NAME
SSL_get_fd - get file descriptor linked to an SSL object
=head1 SYNOPSIS
#include
int SSL_get_fd(SSL *ssl);
int SSL_get_rfd(SSL *ssl);
int SSL_get_wfd(SSL *ss
www.eeworm.com/read/101042/6259087
pod ssl_get_fd.pod
=pod
=head1 NAME
SSL_get_fd - get file descriptor linked to an SSL object
=head1 SYNOPSIS
#include
int SSL_get_fd(SSL *ssl);
int SSL_get_rfd(SSL *ssl);
int SSL_get_wfd(SSL *ss
www.eeworm.com/read/100926/6264541
h minissl.h
/*
* minissl.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the
www.eeworm.com/read/259925/11757390
c ssltc.c
#include "sslt.c"
// no argument needed
int main(int argc, char *argv[])
{
int err = 0;
do /* a once loop */
{
SSL_METHOD* meth;
SSL_CTX* ctx;
SSL* ssl;
/* random nu
www.eeworm.com/read/259925/11757395
c sslts.c
#include "sslt.c"
// no argument needed
int main(int argc, char *argv[])
{
int err = 0;
do
{
/* a once loop */
SSL_METHOD* meth;
SSL_CTX* ctx;
SSL* ssl;
/* random n
www.eeworm.com/read/139291/5803940
c ssl_expr_eval.c
/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/126641/6015646
pod d2i_ssl_session.pod
=pod
=head1 NAME
d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
=head1 SYNOPSIS
#include
SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a,
www.eeworm.com/read/169190/5426239
c ssl_expr_eval.c
/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/100045/7083522
announce
mod_ssl version 2.6 ``mod_ssl combines the flexibility of
=================== Apache with the security of OpenSSL.''
The Apache In