代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/150409/5692794
java passwordfinder.java
package org.bouncycastle.openssl;
/**
* call back to allow a password to be fetched when one is requested.
*/
public interface PasswordFinder
{
public char[] getPassword();
}
www.eeworm.com/read/148609/5713726
makefile
LIBNAME= librsaref
SRC= rsaref.c
OBJ= rsaref.o
HEADER= rsaref.h
CC= gcc
PIC= -fPIC
CFLAGS= -g -I../../../include $(PIC) -DENGINE_DYNAMIC_SUPPORT
AR= ar r
RANLIB= ranlib
LIB= $(LIBNAME).a
SH
www.eeworm.com/read/140582/5786143
sh genx509keys.sh
#!/bin/sh
# HACK up the config file first
source ../../umlsetup.sh
sed -e "s,@BUILDTOP@,$BUILDTOP," nic/etc/openssl/openssl.cnf.in >nic/etc/openssl/openssl.cnf
for host in east west north
do
i
www.eeworm.com/read/140582/5787810
issue_crl
#!/bin/sh
#
# (c) 2003 Xelerance Corporation
# Ken Bantoft
# Because I never remember all of these options.
echo "Password is 'openswan'"
openssl ca -config ./openssl.cnf -gencrl
www.eeworm.com/read/140582/5787829
issue_cert
#!/bin/sh
#
# (c) 2003 Xelerance Corporation
# Ken Bantoft
# Because I never remember all of these options.
# $1 = hostname of box, without .mdsp.com
DOMAIN=freeswan.org
# Gener
www.eeworm.com/read/126641/6014580
c evp_test.c
/* Written by Ben Laurie, 2001 */
/*
* Copyright (c) 2001 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/126641/6014646
ssl makefile.ssl
#
# SSLeay/crypto/rc4/Makefile
#
DIR= rc4
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
MA
www.eeworm.com/read/126641/6014674
c bn_err.c
/* crypto/bn/bn_err.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/126641/6014743
c bn_kron.c
/* crypto/bn/bn_kron.c */
/* ====================================================================
* Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in
www.eeworm.com/read/126641/6014750
c p12_kiss.c
/* p12_kiss.c */
/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 1