代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/101042/6258998
pod rand_egd.pod
=pod
=head1 NAME
RAND_egd - query entropy gathering daemon
=head1 SYNOPSIS
#include
int RAND_egd(const char *path);
=head1 DESCRIPTION
RAND_egd() queries the entropy gatherin
www.eeworm.com/read/101042/6259085
pod ssl_free.pod
=pod
=head1 NAME
SSL_free - free an allocated SSL structure
=head1 SYNOPSIS
#include
void SSL_free(SSL *ssl);
=head1 DESCRIPTION
SSL_free() decrements the reference count of B
www.eeworm.com/read/101042/6259086
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi
www.eeworm.com/read/101042/6259098
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/6259116
pod s_client.pod
=pod
=head1 NAME
s_client - SSL/TLS client program
=head1 SYNOPSIS
B B
[B host:port>]
[B]
[B]
[B]
[B]
www.eeworm.com/read/101042/6259133
pod gendsa.pod
=pod
=head1 NAME
gendsa - generate a DSA private key from a set of parameters
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/101042/6259268
tcrl
#!/bin/sh
PATH=../apps:$PATH
export PATH
cmd='../apps/openssl crl'
if [ "$1"x != "x" ]; then
t=$1
else
t=testcrl.pem
fi
echo testing crl conversions
cp $t fff.p
echo "p -> d"
$cmd -in fff.p -in
www.eeworm.com/read/225655/14527217
h context.h
#ifndef __CONTEXT__H
#define __CONTEXT__H
#include
#include
#if WIN32
# include "poll.h"
#else
# include
# include
#endif
#include "type
www.eeworm.com/read/489717/1210852
pl mo-586.pl
#!/usr/bin/env perl
# This is crypto/bn/asm/x86-mont.pl (with asciz from crypto/perlasm/x86asm.pl)
# from OpenSSL 0.9.9-dev
sub ::asciz
{ my @str=unpack("C*",shift);
push @str,0;
while ($#s
www.eeworm.com/read/489717/1211231
makefile
#
# OpenSSL/crypto/pkcs7/Makefile
#
DIR= pkcs7
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
PEX_LIBS=
EX_LIBS=
CFLAGS= $(INCLUDES) $(CFLAG)
GENE