代码搜索:OPENSSL
找到约 8,687 项符合「OPENSSL」的源代码
代码结果 8,687
www.eeworm.com/read/101042/6259341
xs openssl.xs
/*
** OpenSSL.xs
*/
#include "openssl.h"
SV *
new_ref(type, obj, mort)
char *type;
char *obj;
{
SV *ret;
if (mort)
ret = sv_newmortal();
else
ret = newSViv(0);
#ifd
www.eeworm.com/read/101042/6259343
pm openssl.pm
##
## OpenSSL.pm
##
package OpenSSL;
require 5.000;
use Exporter;
use DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw();
$VERSION = '0.94';
bootstrap OpenSSL;
@OpenSSL::BN::ISA
www.eeworm.com/read/101042/6259383
c openssl.c
/* apps/openssl.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The
www.eeworm.com/read/101042/6259417
cnf openssl.cnf
#
# OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests.
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
R
www.eeworm.com/read/100419/6269685
cnf openssl.cnf
#
# OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests.
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME
www.eeworm.com/read/479933/6683856
exe openssl.exe
www.eeworm.com/read/479933/6683858
cnf openssl.cnf
#
# OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests.
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
R
www.eeworm.com/read/409225/11340525
exe openssl.exe
www.eeworm.com/read/156852/11760861
txt openssl.txt
标题:程序中生成证书请求的两种方法
时间:2004-07-30
来源:中国信息安全组织[原创]
程序中生成证书请求的两种方法
Rainbow(不经历风雨,怎么见彩虹)
/***************************************************************************************************