代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/348044/11614704
h aes.h
/* crypto/aes/aes.h -*- mode:C; c-file-style: "eay" -*- */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
www.eeworm.com/read/259925/11757412
c sslt.c
/*
* sslt.c -- ssl test functions(mainly socket related),
* const parameters etc.
*
* ready for all OSs in mind
*
* Linden, 04/29 2000
* 0:48 01-5-2
*/
#ifndef __sslt_c_b_
#defi
www.eeworm.com/read/259401/11795478
c aes_cbc.c
/* crypto/aes/aes_cbc.c -*- mode:C; c-file-style: "eay" -*- */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reser
www.eeworm.com/read/259399/11795568
makefile
#
# OpenSSL/crypto/md5/Makefile
#
DIR= md5
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=-I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
MD5_ASM_OBJ=
CF
www.eeworm.com/read/259398/11795617
makefile
#
# OpenSSL/crypto/rc5/Makefile
#
DIR= rc5
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
RC5_ENC= rc5_enc.o
# or use
#DES_ENC= r586-elf.o
CFLAGS= $(INCLUDES) $(CF
www.eeworm.com/read/341017/12113543
makefile
#--------------------------------------------------------------------
ifeq ($(origin version), undefined)
version = 0.8.5
endif
#-------------------------------------------------------------------
www.eeworm.com/read/341017/12113629
manifest
spserver-0.8.5/openssl/testechos.cpp
spserver-0.8.5/openssl/democa.crt
spserver-0.8.5/openssl/testhttps.cpp
spserver-0.8.5/openssl/spopenssl.cpp
spserver-0.8.5/openssl/demo.crt
spserver-0.8.5/openssl/
www.eeworm.com/read/339491/12230275
h bca_container.h
//bca_container.h
#ifndef BCA_CONTAINER_H
#define BCA_CONTAINER_H
#include
#include
#include
#include
#include
www.eeworm.com/read/336670/12425979
genroot
#! /bin/sh
openssl req -x509 -newkey rsa -keyout rootkey.pem -out rootcert.pem
cat rootcert.pem > root.pem
openssl x509 -subject -issuer -noout -in root.pem
www.eeworm.com/read/128718/14280724
genroot
#! /bin/sh
openssl req -x509 -newkey rsa -keyout rootkey.pem -out rootcert.pem
cat rootcert.pem > root.pem
openssl x509 -subject -issuer -noout -in root.pem