代码搜索:OPENSSL

找到约 8,687 项符合「OPENSSL」的源代码

代码结果 8,687
www.eeworm.com/read/132667/14080238

c pki.c

/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2004 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd
www.eeworm.com/read/103743/15724432

vars

# Edit this variable to point to # the openssl.cnf file included # with easy-rsa. export KEY_CONFIG=$HOME/easy-rsa/openssl.cnf # Edit this variable to point to # your soon-to-be-created key # directo
www.eeworm.com/read/101990/6234955

am makefile.am

# Process this file with automake to create Makefile.in bundledir = @BUNDLEDIR@/opensc libdir = @libdir@/opensc MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = Makefile.mak engine_pkcs11.def test_e
www.eeworm.com/read/386582/8737534

sh p12topem.sh

#!/bin/bash if [ $# -ne 2 ] then echo "Usage: $0 alias passphrase" exit -1 fi openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem
www.eeworm.com/read/386582/8737576

sh signfile.sh

#!/bin/bash if [ $# -ne 3 ] then echo "Usage: $0 alias filename passpharse" exit -1 fi openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
www.eeworm.com/read/286696/8748495

h stdafx.h

// stdafx.h : 标准系统包含文件的包含文件, // 或是常用但不常更改的项目特定的包含文件 // #pragma once #include #include #include #include #include #include
www.eeworm.com/read/284330/8943129

dep evp.dep

# Microsoft Developer Studio Generated Dependency File, included by Evp.mak .\Evp.cpp : \ "..\..\openssl\openssl\aes.h"\ "..\..\openssl\openssl\asn1.h"\ "..\..\openssl\openssl\bio.h"\ "..\.
www.eeworm.com/read/426578/9012433

txt readme.txt

编写的一个使用<mark>openssl</mark>对pe文件写特征的(水印)的程序 其中key里面是RSA加密的公私密钥。也可以自己用<mark>openssl</mark>生成密钥对。在编译的时候需要安装<mark>openssl</mark> 水印配置文件就是关于向文件中所加入的内容可以为.txt文件 注意:此程序的主要功能还是使用<mark>openssl</mark>的公钥加密算法对文字进行加密 ...
www.eeworm.com/read/426575/9012602

txt readme.txt

编写的一个使用<mark>openssl</mark>对pe文件写特征的(水印)的程序 其中key里面是RSA加密的公私密钥。也可以自己用<mark>openssl</mark>生成密钥对。在编译的时候需要安装<mark>openssl</mark> 水印配置文件就是关于向文件中所加入的内容可以为.txt文件 注意:此程序的主要功能还是使用<mark>openssl</mark>的公钥加密算法对文字进行加密 ...
www.eeworm.com/read/184215/9116891

txt 说明.txt

OpenSSL 0.98a VC工程 OpenSSL 0.98a VC工程说明: 必须有perl,可以装个ActivePerl; 编译步骤: 1.进入目录,即含有INSTALL.W32的目录; 2.运行 perl Configure VC-WIN32; 3.运行 ms\do_ms; 4.将DOIT.pl拷贝到步骤1的目录下; 5.运行 perl DOIT.pl