代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/101042/6258883
ssl makefile.ssl
#
# SSLeay/crypto/stack/Makefile
#
DIR= stack
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
MAKEDEPEND= $(T
www.eeworm.com/read/101042/6258908
ssl makefile.ssl
#
# SSLeay/ssl/Makefile
#
DIR= ssl
TOP= ..
CC= cc
INCLUDES= -I../crypto -I../include
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
MAKE
www.eeworm.com/read/101042/6258951
ssl makefile.ssl
#
# SSLeay/rsaref/Makefile
#
DIR= rsaref
TOP= ..
CC= cc
INCLUDES= -I../crypto -I../include
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ss
www.eeworm.com/read/101042/6259088
pod ssl.pod
=pod
=head1 NAME
SSL - OpenSSL SSL/TLS library
=head1 SYNOPSIS
=head1 DESCRIPTION
The OpenSSL B library implements the Secure Sockets Layer (SSL v2/v3) and
Transport Layer Security (TLS v1)
www.eeworm.com/read/101042/6259257
ssl makefile.ssl
#
# test/Makefile.ssl
#
DIR= test
TOP= ..
CC= cc
INCLUDES= -I../include
CFLAG= -g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP= /usr/local/ssl
MAKEFILE= Makefile.ssl
MAKE= make -f $
www.eeworm.com/read/101042/6259377
ssl makefile.ssl
#
# apps/Makefile.ssl
#
DIR= apps
TOP= ..
CC= cc
INCLUDES= -I../include
CFLAG= -g -static
INSTALL_PREFIX=
INSTALLTOP= /usr/local/ssl
OPENSSLDIR= /usr/local/ssl
MAKE= make -f Makefile.ssl
MAKEDE
www.eeworm.com/read/100601/6267545
h ssl.h
/*
* This file contains prototypes for the public SSL functions.
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
*
www.eeworm.com/read/100601/6268267
sh ssl.sh
#! /bin/ksh
#
# This is just a quick script so we can still run our testcases.
# Longer term we need a scriptable test environment..
#
. ../common/init.sh
CURDIR=`pwd`
PORT=${PORT-8443}
# Test case
www.eeworm.com/read/100043/6275676
c ssl.c
/*
* $Id: ssl.c,v 1.92.2.3 1999/07/07 01:52:53 wessels Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
*
* SQUID Internet Object Cache http://squid.nlanr.net/
www.eeworm.com/read/492768/6408834