Compare commits
47 Commits
main
...
OpenSSL_1_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef02492908 | ||
|
|
86d5f9ba4f | ||
|
|
febcec6254 | ||
|
|
f07cb1ce8e | ||
|
|
b3c17a4805 | ||
|
|
7b83fe34c0 | ||
|
|
e0b1c57ae0 | ||
|
|
6806b06d21 | ||
|
|
0af0e9d747 | ||
|
|
2191b3ba44 | ||
|
|
73020a945b | ||
|
|
9c2d0cd11c | ||
|
|
0ef9b9c7bf | ||
|
|
c14c6e996d | ||
|
|
51381cd4ed | ||
|
|
8c9ab050e5 | ||
|
|
b6996c7849 | ||
|
|
2c23b0716e | ||
|
|
f548a0e4d5 | ||
|
|
a404f63f92 | ||
|
|
b54f50d277 | ||
|
|
10ba241909 | ||
|
|
1f238b1c4a | ||
|
|
ef85bf8c2b | ||
|
|
cbfccdb729 | ||
|
|
94111aa401 | ||
|
|
eec48070a1 | ||
|
|
eebe668174 | ||
|
|
8a15a4a7b4 | ||
|
|
19057003f1 | ||
|
|
031648d4ce | ||
|
|
02bee340a2 | ||
|
|
f6f2f68a05 | ||
|
|
982d68a0c0 | ||
|
|
7585a86a76 | ||
|
|
73190f1b46 | ||
|
|
6673ac592a | ||
|
|
59aa655b53 | ||
|
|
c4c99b4961 | ||
|
|
ccbbcddd5f | ||
|
|
65d82478d8 | ||
|
|
02a6518a02 | ||
|
|
a79053511b | ||
|
|
eb56eb2279 | ||
|
|
d40f6d4a02 | ||
|
|
943ae0951a | ||
|
|
999eeaba14 |
22
.cvsignore
Normal file
22
.cvsignore
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
openssl.pc
|
||||||
|
libcrypto.pc
|
||||||
|
libssl.pc
|
||||||
|
MINFO
|
||||||
|
makefile.one
|
||||||
|
tmp
|
||||||
|
out
|
||||||
|
outinc
|
||||||
|
rehash.time
|
||||||
|
testlog
|
||||||
|
make.log
|
||||||
|
maketest.log
|
||||||
|
cctest
|
||||||
|
cctest.c
|
||||||
|
cctest.a
|
||||||
|
*.flc
|
||||||
|
semantic.cache
|
||||||
|
Makefile
|
||||||
|
*.dll*
|
||||||
|
*.so*
|
||||||
|
*.sl*
|
||||||
|
*.dylib*
|
||||||
114
.gitignore
vendored
114
.gitignore
vendored
@@ -1,114 +0,0 @@
|
|||||||
# Object files
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# editor artefacts
|
|
||||||
*.swp
|
|
||||||
.#*
|
|
||||||
#*#
|
|
||||||
*~
|
|
||||||
/.dir-locals.el
|
|
||||||
|
|
||||||
# Top level excludes
|
|
||||||
/Makefile.bak
|
|
||||||
/Makefile
|
|
||||||
/*.a
|
|
||||||
/include
|
|
||||||
/*.pc
|
|
||||||
/rehash.time
|
|
||||||
|
|
||||||
# Most *.c files under test/ are symlinks
|
|
||||||
/test/*.c
|
|
||||||
# Apart from these
|
|
||||||
!/test/asn1test.c
|
|
||||||
!/test/methtest.c
|
|
||||||
!/test/dummytest.c
|
|
||||||
!/test/igetest.c
|
|
||||||
!/test/r160test.c
|
|
||||||
!/test/fips_algvs.c
|
|
||||||
|
|
||||||
/test/*.ss
|
|
||||||
/test/*.srl
|
|
||||||
/test/.rnd
|
|
||||||
/test/test*.pem
|
|
||||||
/test/newkey.pem
|
|
||||||
|
|
||||||
# Certificate symbolic links
|
|
||||||
*.0
|
|
||||||
|
|
||||||
# Links under apps
|
|
||||||
/apps/CA.pl
|
|
||||||
/apps/md4.c
|
|
||||||
|
|
||||||
|
|
||||||
# Auto generated headers
|
|
||||||
/crypto/buildinf.h
|
|
||||||
/crypto/opensslconf.h
|
|
||||||
|
|
||||||
# Auto generated assembly language source files
|
|
||||||
*.s
|
|
||||||
!/crypto/bn/asm/pa-risc2.s
|
|
||||||
!/crypto/bn/asm/pa-risc2W.s
|
|
||||||
crypto/aes/asm/a_win32.asm
|
|
||||||
crypto/bf/asm/b_win32.asm
|
|
||||||
crypto/bn/asm/bn_win32.asm
|
|
||||||
crypto/bn/asm/co_win32.asm
|
|
||||||
crypto/bn/asm/mt_win32.asm
|
|
||||||
crypto/cast/asm/c_win32.asm
|
|
||||||
crypto/cpu_win32.asm
|
|
||||||
crypto/des/asm/d_win32.asm
|
|
||||||
crypto/des/asm/y_win32.asm
|
|
||||||
crypto/md5/asm/m5_win32.asm
|
|
||||||
crypto/rc4/asm/r4_win32.asm
|
|
||||||
crypto/rc5/asm/r5_win32.asm
|
|
||||||
crypto/ripemd/asm/rm_win32.asm
|
|
||||||
crypto/sha/asm/s1_win32.asm
|
|
||||||
crypto/sha/asm/sha512-sse2.asm
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
/apps/openssl
|
|
||||||
/test/sha256t
|
|
||||||
/test/sha512t
|
|
||||||
/test/*test
|
|
||||||
/test/fips_aesavs
|
|
||||||
/test/fips_desmovs
|
|
||||||
/test/fips_dhvs
|
|
||||||
/test/fips_drbgvs
|
|
||||||
/test/fips_dssvs
|
|
||||||
/test/fips_ecdhvs
|
|
||||||
/test/fips_ecdsavs
|
|
||||||
/test/fips_rngvs
|
|
||||||
/test/fips_test_suite
|
|
||||||
*.so*
|
|
||||||
*.dylib*
|
|
||||||
*.dll*
|
|
||||||
# Exceptions
|
|
||||||
!/test/bctest
|
|
||||||
!/crypto/des/times/486-50.sol
|
|
||||||
|
|
||||||
# Misc auto generated files
|
|
||||||
/tools/c_rehash
|
|
||||||
/test/evptests.txt
|
|
||||||
lib
|
|
||||||
Makefile.save
|
|
||||||
*.bak
|
|
||||||
tags
|
|
||||||
TAGS
|
|
||||||
|
|
||||||
# Windows
|
|
||||||
/tmp32
|
|
||||||
/tmp32.dbg
|
|
||||||
/tmp32dll
|
|
||||||
/tmp32dll.dbg
|
|
||||||
/out32
|
|
||||||
/out32.dbg
|
|
||||||
/out32dll
|
|
||||||
/out32dll.dbg
|
|
||||||
/inc32
|
|
||||||
/MINFO
|
|
||||||
ms/bcb.mak
|
|
||||||
ms/libeay32.def
|
|
||||||
ms/nt.mak
|
|
||||||
ms/ntdll.mak
|
|
||||||
ms/ssleay32.def
|
|
||||||
ms/version32.rc
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
|
|
||||||
# $1 is expected to be $TRAVIS_OS_NAME
|
|
||||||
|
|
||||||
if [ "$1" == osx ]; then
|
|
||||||
make -f Makefile.org \
|
|
||||||
DISTTARVARS="NAME=_srcdist TAR_COMMAND='\$\$(TAR) \$\$(TARFLAGS) -s \"|^|\$\$(NAME)/|\" -T \$\$(TARFILE).list -cvf -' TARFLAGS='-n' TARFILE=_srcdist.tar" SHELL='sh -vx' dist
|
|
||||||
else
|
|
||||||
make -f Makefile.org DISTTARVARS='TARFILE=_srcdist.tar NAME=_srcdist' SHELL='sh -v' dist
|
|
||||||
fi
|
|
||||||
60
.travis.yml
60
.travis.yml
@@ -1,60 +0,0 @@
|
|||||||
language: c
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt_packages:
|
|
||||||
- binutils-mingw-w64
|
|
||||||
- gcc-mingw-w64
|
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
- i686-w64-mingw32-gcc
|
|
||||||
- x86_64-w64-mingw32-gcc
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CONFIG_OPTS=""
|
|
||||||
- CONFIG_OPTS="shared"
|
|
||||||
- CONFIG_OPTS="-d --strict-warnings"
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- os: osx
|
|
||||||
compiler: i686-w64-mingw32-gcc
|
|
||||||
- os: osx
|
|
||||||
compiler: x86_64-w64-mingw32-gcc
|
|
||||||
- compiler: i686-w64-mingw32-gcc
|
|
||||||
env: CONFIG_OPTS="-d --strict-warnings"
|
|
||||||
- compiler: x86_64-w64-mingw32-gcc
|
|
||||||
env: CONFIG_OPTS="-d --strict-warnings"
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- sh .travis-create-release.sh $TRAVIS_OS_NAME
|
|
||||||
- tar -xvzf _srcdist.tar.gz
|
|
||||||
- cd _srcdist
|
|
||||||
- if [ "$CC" == i686-w64-mingw32-gcc ]; then
|
|
||||||
export CROSS_COMPILE=${CC%%gcc}; unset CC;
|
|
||||||
./Configure mingw $CONFIG_OPTS;
|
|
||||||
elif [ "$CC" == x86_64-w64-mingw32-gcc ]; then
|
|
||||||
export CROSS_COMPILE=${CC%%gcc}; unset CC;
|
|
||||||
./Configure mingw64 $CONFIG_OPTS;
|
|
||||||
else
|
|
||||||
./config $CONFIG_OPTS;
|
|
||||||
fi
|
|
||||||
- cd ..
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cd _srcdist
|
|
||||||
- make
|
|
||||||
- if [ -z "$CROSS_COMPILE" ]; then make test; fi
|
|
||||||
- cd ..
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
recipient:
|
|
||||||
- openssl-commits@openssl.org
|
|
||||||
email:
|
|
||||||
on_success: change
|
|
||||||
on_failure: always
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Please https://www.openssl.org/community/thanks.html for the current
|
|
||||||
acknowledgements.
|
|
||||||
38
CONTRIBUTING
38
CONTRIBUTING
@@ -1,38 +0,0 @@
|
|||||||
HOW TO CONTRIBUTE TO OpenSSL
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
Development is coordinated on the openssl-dev mailing list (see
|
|
||||||
http://www.openssl.org for information on subscribing). If you
|
|
||||||
would like to submit a patch, send it to rt@openssl.org with
|
|
||||||
the string "[PATCH]" in the subject. Please be sure to include a
|
|
||||||
textual explanation of what your patch does.
|
|
||||||
|
|
||||||
You can also make GitHub pull requests. If you do this, please also send
|
|
||||||
mail to rt@openssl.org with a brief description and a link to the PR so
|
|
||||||
that we can more easily keep track of it.
|
|
||||||
|
|
||||||
If you are unsure as to whether a feature will be useful for the general
|
|
||||||
OpenSSL community please discuss it on the openssl-dev mailing list first.
|
|
||||||
Someone may be already working on the same thing or there may be a good
|
|
||||||
reason as to why that feature isn't implemented.
|
|
||||||
|
|
||||||
Patches should be as up to date as possible, preferably relative to the
|
|
||||||
current Git or the last snapshot. They should follow our coding style
|
|
||||||
(see https://www.openssl.org/policies/codingstyle.html) and compile without
|
|
||||||
warnings using the --strict-warnings flag. OpenSSL compiles on many varied
|
|
||||||
platforms: try to ensure you only use portable features.
|
|
||||||
|
|
||||||
Our preferred format for patch files is "git format-patch" output. For example
|
|
||||||
to provide a patch file containing the last commit in your local git repository
|
|
||||||
use the following command:
|
|
||||||
|
|
||||||
# git format-patch --stdout HEAD^ >mydiffs.patch
|
|
||||||
|
|
||||||
Another method of creating an acceptable patch file without using git is as
|
|
||||||
follows:
|
|
||||||
|
|
||||||
# cd openssl-work
|
|
||||||
# [your changes]
|
|
||||||
# ./Configure dist; make clean
|
|
||||||
# cd ..
|
|
||||||
# diff -ur openssl-orig openssl-work > mydiffs.patch
|
|
||||||
399
Configure
399
Configure
@@ -10,7 +10,7 @@ use strict;
|
|||||||
|
|
||||||
# see INSTALL for instructions.
|
# see INSTALL for instructions.
|
||||||
|
|
||||||
my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]\n";
|
my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]\n";
|
||||||
|
|
||||||
# Options:
|
# Options:
|
||||||
#
|
#
|
||||||
@@ -56,12 +56,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimenta
|
|||||||
# [no-]zlib [don't] compile support for zlib compression.
|
# [no-]zlib [don't] compile support for zlib compression.
|
||||||
# zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
|
# zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
|
||||||
# library and will be loaded in run-time by the OpenSSL library.
|
# library and will be loaded in run-time by the OpenSSL library.
|
||||||
# sctp include SCTP support
|
|
||||||
# 386 generate 80386 code
|
# 386 generate 80386 code
|
||||||
# enable-weak-ssl-ciphers
|
|
||||||
# Enable EXPORT and LOW SSLv3 ciphers that are disabled by
|
|
||||||
# default. Note, weak SSLv2 ciphers are unconditionally
|
|
||||||
# disabled.
|
|
||||||
# no-sse2 disables IA-32 SSE2 code, above option implies no-sse2
|
# no-sse2 disables IA-32 SSE2 code, above option implies no-sse2
|
||||||
# no-<cipher> build without specified algorithm (rsa, idea, rc5, ...)
|
# no-<cipher> build without specified algorithm (rsa, idea, rc5, ...)
|
||||||
# -<xxx> +<xxx> compiler options are passed through
|
# -<xxx> +<xxx> compiler options are passed through
|
||||||
@@ -109,11 +104,6 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimenta
|
|||||||
|
|
||||||
my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED";
|
my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED";
|
||||||
|
|
||||||
# Warn that "make depend" should be run?
|
|
||||||
my $warn_make_depend = 0;
|
|
||||||
|
|
||||||
my $clang_devteam_warn = "-Wno-unused-parameter -Wno-missing-field-initializers -Wno-language-extension-token -Wno-extended-offsetof -Qunused-arguments";
|
|
||||||
|
|
||||||
my $strict_warnings = 0;
|
my $strict_warnings = 0;
|
||||||
|
|
||||||
my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
|
my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
|
||||||
@@ -133,24 +123,21 @@ my $tlib="-lnsl -lsocket";
|
|||||||
my $bits1="THIRTY_TWO_BIT ";
|
my $bits1="THIRTY_TWO_BIT ";
|
||||||
my $bits2="SIXTY_FOUR_BIT ";
|
my $bits2="SIXTY_FOUR_BIT ";
|
||||||
|
|
||||||
my $x86_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o x86-gf2m.o:des-586.o crypt586.o:aes-586.o vpaes-x86.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:cmll-x86.o:ghash-x86.o:";
|
my $x86_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes-586.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:cmll-x86.o";
|
||||||
|
|
||||||
my $x86_elf_asm="$x86_asm:elf";
|
my $x86_elf_asm="$x86_asm:elf";
|
||||||
|
|
||||||
my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o modexp512-x86_64.o::aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o rc4-md5-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o:ghash-x86_64.o:";
|
my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o";
|
||||||
my $ia64_asm="ia64cpuid.o:bn-ia64.o ia64-mont.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o:::::ghash-ia64.o::void";
|
my $ia64_asm="ia64cpuid.o:bn-ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o:::::void";
|
||||||
my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o:des_enc-sparc.o fcrypt_b.o:aes_core.o aes_cbc.o aes-sparcv9.o:::sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o:::::::ghash-sparcv9.o::void";
|
my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o:des_enc-sparc.o fcrypt_b.o:aes_core.o aes_cbc.o aes-sparcv9.o:::sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o:::::::void";
|
||||||
my $sparcv8_asm=":sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::::::void";
|
my $sparcv8_asm=":sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::::void";
|
||||||
my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o:::::sha1-alpha.o:::::::ghash-alpha.o::void";
|
my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o::::::::::::void";
|
||||||
my $mips32_asm=":bn-mips.o::aes_cbc.o aes-mips.o:::sha1-mips.o sha256-mips.o::::::::";
|
my $mips3_asm=":bn-mips3.o::::::::::::void";
|
||||||
my $mips64_asm=":bn-mips.o mips-mont.o::aes_cbc.o aes-mips.o:::sha1-mips.o sha256-mips.o sha512-mips.o::::::::";
|
my $s390x_asm="s390xcap.o s390xcpuid.o:bn-s390x.o s390x-mont.o::aes-s390x.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::rc4-s390x.o:::::void";
|
||||||
my $s390x_asm="s390xcap.o s390xcpuid.o:bn-s390x.o s390x-mont.o s390x-gf2m.o::aes-s390x.o aes-ctr.o aes-xts.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::rc4-s390x.o:::::ghash-s390x.o:";
|
my $armv4_asm=":bn_asm.o armv4-mont.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o:::::::void";
|
||||||
my $armv4_asm="armcap.o armv4cpuid.o:bn_asm.o armv4-mont.o armv4-gf2m.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o:::::::ghash-armv4.o::void";
|
my $ppc32_asm="ppccpuid.o:bn-ppc.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o::::::";
|
||||||
my $parisc11_asm="pariscid.o:bn_asm.o parisc-mont.o::aes_core.o aes_cbc.o aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::32";
|
my $ppc64_asm="ppccpuid.o:bn-ppc.o ppc-mont.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o sha512-ppc.o::::::";
|
||||||
my $parisc20_asm="pariscid.o:pa-risc2W.o parisc-mont.o::aes_core.o aes_cbc.o aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::64";
|
my $no_asm=":::::::::::::void";
|
||||||
my $ppc32_asm="ppccpuid.o ppccap.o:bn-ppc.o ppc-mont.o ppc64-mont.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o::::::::";
|
|
||||||
my $ppc64_asm="ppccpuid.o ppccap.o:bn-ppc.o ppc-mont.o ppc64-mont.o::aes_core.o aes_cbc.o aes-ppc.o:::sha1-ppc.o sha256-ppc.o sha512-ppc.o::::::::";
|
|
||||||
my $no_asm=":::::::::::::::void";
|
|
||||||
|
|
||||||
# As for $BSDthreads. Idea is to maintain "collective" set of flags,
|
# As for $BSDthreads. Idea is to maintain "collective" set of flags,
|
||||||
# which would cover all BSD flavors. -pthread applies to them all,
|
# which would cover all BSD flavors. -pthread applies to them all,
|
||||||
@@ -161,7 +148,7 @@ my $no_asm=":::::::::::::::void";
|
|||||||
# seems to be sufficient?
|
# seems to be sufficient?
|
||||||
my $BSDthreads="-pthread -D_THREAD_SAFE -D_REENTRANT";
|
my $BSDthreads="-pthread -D_THREAD_SAFE -D_REENTRANT";
|
||||||
|
|
||||||
#config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $wp_obj : $cmll_obj : $modes_obj : $engines_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags : $multilib
|
#config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $wp_obj : $cmll_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags : $multilib
|
||||||
|
|
||||||
my %table=(
|
my %table=(
|
||||||
# File 'TABLE' (created by 'make TABLE') contains the data from this list,
|
# File 'TABLE' (created by 'make TABLE') contains the data from this list,
|
||||||
@@ -176,37 +163,32 @@ my %table=(
|
|||||||
# Our development configs
|
# Our development configs
|
||||||
"purify", "purify gcc:-g -DPURIFY -Wall::(unknown)::-lsocket -lnsl::::",
|
"purify", "purify gcc:-g -DPURIFY -Wall::(unknown)::-lsocket -lnsl::::",
|
||||||
"debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror::(unknown)::-lefence::::",
|
"debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror::(unknown)::-lefence::::",
|
||||||
"debug-ben", "gcc:$gcc_devteam_warn -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DDEBUG_SAFESTACK -O2 -pipe::(unknown):::::",
|
"debug-ben", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DDEBUG_UNUSED -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown):::::bn86-elf.o co86-elf.o",
|
||||||
"debug-ben-openbsd","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::",
|
"debug-ben-openbsd","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::",
|
||||||
"debug-ben-openbsd-debug","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::",
|
"debug-ben-openbsd-debug","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::",
|
||||||
"debug-ben-debug", "gcc44:$gcc_devteam_warn -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O2 -pipe::(unknown)::::::",
|
"debug-ben-debug", "gcc44:$gcc_devteam_warn -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O2 -pipe::(unknown)::::::",
|
||||||
"debug-ben-debug-64", "gcc:$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
||||||
"debug-ben-macos", "cc:$gcc_devteam_warn -arch i386 -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -DL_ENDIAN -g3 -pipe::(unknown)::-Wl,-search_paths_first::::",
|
|
||||||
"debug-ben-macos-gcc46", "gcc-mp-4.6:$gcc_devteam_warn -Wconversion -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -DL_ENDIAN -g3 -pipe::(unknown)::::::",
|
|
||||||
"debug-ben-darwin64","cc:$gcc_devteam_warn -Wno-language-extension-token -Wno-extended-offsetof -arch x86_64 -O3 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
|
||||||
"debug-ben-no-opt", "gcc: -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -DTERMIOS -Wall -g3::(unknown)::::::",
|
"debug-ben-no-opt", "gcc: -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -DTERMIOS -Wall -g3::(unknown)::::::",
|
||||||
"debug-ben-strict", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe::(unknown)::::::",
|
"debug-ben-strict", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe::(unknown)::::::",
|
||||||
"debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
|
"debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
|
||||||
"debug-bodo", "gcc:$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -DBIO_PAIR_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"debug-bodo", "gcc:-DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion::-D_REENTRANT:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}",
|
||||||
"debug-ulf", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations:::CYGWIN32:::${no_asm}:win32:cygwin-shared:::.dll",
|
"debug-ulf", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations:::CYGWIN32:::${no_asm}:win32:cygwin-shared:::.dll",
|
||||||
"debug-steve64", "gcc:$gcc_devteam_warn -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-steve64", "gcc:$gcc_devteam_warn -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-steve32", "gcc:$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -g -pipe::-D_REENTRANT::-rdynamic -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-steve32", "gcc:$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -g -pipe::-D_REENTRANT::-rdynamic -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-steve-opt", "gcc:$gcc_devteam_warn -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-steve-opt", "gcc:$gcc_devteam_warn -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-levitte-linux-elf","gcc:-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -ggdb -g3 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-levitte-linux-elf","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-levitte-linux-noasm","gcc:-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -ggdb -g3 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-levitte-linux-noasm","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-levitte-linux-elf-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-levitte-linux-elf-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-levitte-linux-noasm-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-levitte-linux-noasm-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-geoff32","gcc:-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-geoff32","gcc:-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -DMD32_REG_T=int -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long::-D_REENTRANT::-ldl:BN_LLONG:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-geoff64","gcc:-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-geoff64","gcc:-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -DMD32_REG_T=int -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-linux-pentium","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -mcpu=pentium -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
|
"debug-linux-pentium","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
|
||||||
"debug-linux-ppro","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -mcpu=pentiumpro -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
|
"debug-linux-ppro","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
|
||||||
"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -march=i486 -Wall::-D_REENTRANT::-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-linux-ia32-aes", "gcc:-DAES_EXPERIMENTAL -DL_ENDIAN -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes_x86core.o aes_cbc.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o::ghash-x86.o::elf:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-linux-ia32-aes", "gcc:-DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes_x86core.o aes_cbc.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o::elf:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-linux-generic32","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-linux-generic32","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-linux-generic64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-linux-generic64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-linux-x86_64","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -g -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"debug-linux-x86_64", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -DTERMIO -g -Wall -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
"debug-linux-x86_64-clang","clang: -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -g -Wall -Qunused-arguments::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
|
||||||
"dist", "cc:-O::(unknown)::::::",
|
"dist", "cc:-O::(unknown)::::::",
|
||||||
|
|
||||||
# Basic configs that should work on any (32 and less bit) box
|
# Basic configs that should work on any (32 and less bit) box
|
||||||
@@ -214,8 +196,8 @@ my %table=(
|
|||||||
"cc", "cc:-O::(unknown)::::::",
|
"cc", "cc:-O::(unknown)::::::",
|
||||||
|
|
||||||
####VOS Configurations
|
####VOS Configurations
|
||||||
"vos-gcc","gcc:-O3 -Wall -DOPENSSL_SYSNAME_VOS -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN::(unknown):VOS:-Wl,-map:BN_LLONG:${no_asm}:::::.so:",
|
"vos-gcc","gcc:-O3 -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN::(unknown):VOS:-Wl,-map:BN_LLONG:${no_asm}:::::.so:",
|
||||||
"debug-vos-gcc","gcc:-O0 -g -Wall -DOPENSSL_SYSNAME_VOS -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG::(unknown):VOS:-Wl,-map:BN_LLONG:${no_asm}:::::.so:",
|
"debug-vos-gcc","gcc:-O0 -g -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG::(unknown):VOS:-Wl,-map:BN_LLONG:${no_asm}:::::.so:",
|
||||||
|
|
||||||
#### Solaris x86 with GNU C setups
|
#### Solaris x86 with GNU C setups
|
||||||
# -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have to do it
|
# -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have to do it
|
||||||
@@ -232,7 +214,7 @@ my %table=(
|
|||||||
# actually recommend to consider using gcc shared build even with vendor
|
# actually recommend to consider using gcc shared build even with vendor
|
||||||
# compiler:-)
|
# compiler:-)
|
||||||
# <appro@fy.chalmers.se>
|
# <appro@fy.chalmers.se>
|
||||||
"solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
|
"solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-fPIC:-m64 -shared -static-libgcc:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
|
||||||
|
|
||||||
#### Solaris x86 with Sun C setups
|
#### Solaris x86 with Sun C setups
|
||||||
"solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
@@ -240,12 +222,12 @@ my %table=(
|
|||||||
|
|
||||||
#### SPARC Solaris with GNU C setups
|
#### SPARC Solaris with GNU C setups
|
||||||
"solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"solaris-sparcv8-gcc","gcc:-mcpu=v8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-sparcv8-gcc","gcc:-mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
# -m32 should be safe to add as long as driver recognizes -mcpu=ultrasparc
|
# -m32 should be safe to add as long as driver recognizes -mcpu=ultrasparc
|
||||||
"solaris-sparcv9-gcc","gcc:-m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-sparcv9-gcc","gcc:-m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"solaris64-sparcv9-gcc","gcc:-m64 -mcpu=ultrasparc -O3 -Wall -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-m64 -shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
|
"solaris64-sparcv9-gcc","gcc:-m64 -mcpu=ultrasparc -O3 -Wall -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-m64 -shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
|
||||||
####
|
####
|
||||||
"debug-solaris-sparcv8-gcc","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mcpu=v8 -Wall -DB_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-solaris-sparcv8-gcc","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-solaris-sparcv9-gcc","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -O -g -mcpu=ultrasparc -pedantic -ansi -Wall -Wshadow -Wno-long-long -D__EXTENSIONS__ -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-solaris-sparcv9-gcc","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -O -g -mcpu=ultrasparc -pedantic -ansi -Wall -Wshadow -Wno-long-long -D__EXTENSIONS__ -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
|
|
||||||
#### SPARC Solaris with Sun C setups
|
#### SPARC Solaris with Sun C setups
|
||||||
@@ -255,27 +237,27 @@ my %table=(
|
|||||||
"solaris-sparcv7-cc","cc:-xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-sparcv7-cc","cc:-xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"solaris-sparcv8-cc","cc:-xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-sparcv8-cc","cc:-xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"solaris-sparcv9-cc","cc:-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"solaris-sparcv9-cc","cc:-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"solaris64-sparcv9-cc","cc:-xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-KPIC:-xarch=v9 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
|
"solaris64-sparcv9-cc","cc:-xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-KPIC:-xarch=v9 -G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):/usr/ccs/bin/ar rs::/64",
|
||||||
####
|
####
|
||||||
"debug-solaris-sparcv8-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-solaris-sparcv8-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-solaris-sparcv9-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-solaris-sparcv9-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-lsocket -lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
|
|
||||||
#### SunOS configs, assuming sparc for the gcc one.
|
#### SunOS configs, assuming sparc for the gcc one.
|
||||||
#"sunos-cc", "cc:-O4 -DNOPROTO -DNOCONST::(unknown):SUNOS::DES_UNROLL:${no_asm}::",
|
#"sunos-cc", "cc:-O4 -DNOPROTO -DNOCONST::(unknown):SUNOS::DES_UNROLL:${no_asm}::",
|
||||||
"sunos-gcc","gcc:-O3 -mcpu=v8 -Dssize_t=int::(unknown):SUNOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:${no_asm}::",
|
"sunos-gcc","gcc:-O3 -mv8 -Dssize_t=int::(unknown):SUNOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:${no_asm}::",
|
||||||
|
|
||||||
#### IRIX 5.x configs
|
#### IRIX 5.x configs
|
||||||
# -mips2 flag is added by ./config when appropriate.
|
# -mips2 flag is added by ./config when appropriate.
|
||||||
"irix-gcc","gcc:-O3 -DB_ENDIAN::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR:${mips32_asm}:o32:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"irix-gcc","gcc:-O3 -DTERMIOS -DB_ENDIAN::(unknown):::BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR:${no_asm}:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"irix-cc", "cc:-O2 -use_readonly_const -DB_ENDIAN::(unknown):::BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR:${mips32_asm}:o32:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"irix-cc", "cc:-O2 -use_readonly_const -DTERMIOS -DB_ENDIAN::(unknown):::BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR:${no_asm}:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
#### IRIX 6.x configs
|
#### IRIX 6.x configs
|
||||||
# Only N32 and N64 ABIs are supported. If you need O32 ABI build, invoke
|
# Only N32 and N64 ABIs are supported. If you need O32 ABI build, invoke
|
||||||
# './Configure irix-cc -o32' manually.
|
# './Configure irix-cc -o32' manually.
|
||||||
"irix-mips3-gcc","gcc:-mabi=n32 -O3 -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT:${mips64_asm}:n32:dlfcn:irix-shared::-mabi=n32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::32",
|
"irix-mips3-gcc","gcc:-mabi=n32 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT:${mips3_asm}:dlfcn:irix-shared::-mabi=n32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::32",
|
||||||
"irix-mips3-cc", "cc:-n32 -mips3 -O2 -use_readonly_const -G0 -rdata_shared -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT:${mips64_asm}:n32:dlfcn:irix-shared::-n32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::32",
|
"irix-mips3-cc", "cc:-n32 -mips3 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT:${mips3_asm}:dlfcn:irix-shared::-n32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::32",
|
||||||
# N64 ABI builds.
|
# N64 ABI builds.
|
||||||
"irix64-mips4-gcc","gcc:-mabi=64 -mips4 -O3 -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips64_asm}:64:dlfcn:irix-shared::-mabi=64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"irix64-mips4-gcc","gcc:-mabi=64 -mips4 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips3_asm}:dlfcn:irix-shared::-mabi=64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
"irix64-mips4-cc", "cc:-64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips64_asm}:64:dlfcn:irix-shared::-64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"irix64-mips4-cc", "cc:-64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG:${mips3_asm}:dlfcn:irix-shared::-64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
|
|
||||||
#### Unified HP-UX ANSI C configs.
|
#### Unified HP-UX ANSI C configs.
|
||||||
# Special notes:
|
# Special notes:
|
||||||
@@ -308,18 +290,17 @@ my %table=(
|
|||||||
# Since there is mention of this in shlib/hpux10-cc.sh
|
# Since there is mention of this in shlib/hpux10-cc.sh
|
||||||
"hpux-parisc-cc-o4","cc:-Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"hpux-parisc-cc-o4","cc:-Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"hpux-parisc-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"hpux-parisc-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"hpux-parisc1_1-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${parisc11_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa1.1",
|
"hpux-parisc2-gcc","gcc:-march=2.0 -O3 -DB_ENDIAN -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1::pa-risc2.o::::::::::::void:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"hpux-parisc2-gcc","gcc:-march=2.0 -O3 -DB_ENDIAN -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1:".eval{my $asm=$parisc20_asm;$asm=~s/2W\./2\./;$asm=~s/:64/:32/;$asm}.":dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_32",
|
"hpux64-parisc2-gcc","gcc:-O3 -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::void:dlfcn:hpux-shared:-fpic:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64",
|
||||||
"hpux64-parisc2-gcc","gcc:-O3 -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::::void:dlfcn:hpux-shared:-fpic:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64",
|
|
||||||
|
|
||||||
# More attempts at unified 10.X and 11.X targets for HP C compiler.
|
# More attempts at unified 10.X and 11.X targets for HP C compiler.
|
||||||
#
|
#
|
||||||
# Chris Ruemmler <ruemmler@cup.hp.com>
|
# Chris Ruemmler <ruemmler@cup.hp.com>
|
||||||
# Kevin Steves <ks@hp.se>
|
# Kevin Steves <ks@hp.se>
|
||||||
"hpux-parisc-cc","cc:+O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"hpux-parisc-cc","cc:+O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"hpux-parisc1_1-cc","cc:+DA1.1 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${parisc11_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa1.1",
|
"hpux-parisc1_0-cc","cc:+DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:".eval{my $asm=$parisc20_asm;$asm=~s/2W\./2\./;$asm=~s/:64/:32/;$asm}.":dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_32",
|
"hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2.o::::::::::::void:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"hpux64-parisc2-cc","cc:+DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${parisc20_asm}:dlfcn:hpux-shared:+Z:+DD64 -b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64",
|
"hpux64-parisc2-cc","cc:+DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::void:dlfcn:hpux-shared:+Z:+DD64 -b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64",
|
||||||
|
|
||||||
# HP/UX IA-64 targets
|
# HP/UX IA-64 targets
|
||||||
"hpux-ia64-cc","cc:-Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT:${ia64_asm}:dlfcn:hpux-shared:+Z:+DD32 -b:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/hpux32",
|
"hpux-ia64-cc","cc:-Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT:${ia64_asm}:dlfcn:hpux-shared:+Z:+DD32 -b:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/hpux32",
|
||||||
@@ -355,47 +336,32 @@ my %table=(
|
|||||||
####
|
####
|
||||||
# *-generic* is endian-neutral target, but ./config is free to
|
# *-generic* is endian-neutral target, but ./config is free to
|
||||||
# throw in -D[BL]_ENDIAN, whichever appropriate...
|
# throw in -D[BL]_ENDIAN, whichever appropriate...
|
||||||
"linux-generic32","gcc:-O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-generic32","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-ppc", "gcc:-DB_ENDIAN -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc32_asm}:linux32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc32_asm}:linux32:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
# It's believed that majority of ARM toolchains predefine appropriate -march.
|
# It's believed that majority of ARM toolchains predefine appropriate -march.
|
||||||
# If you compiler does not, do complement config command line with one!
|
# If you compiler does not, do complement config command line with one!
|
||||||
"linux-armv4", "gcc:-O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-armv4", "gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
#### IA-32 targets...
|
#### IA-32 targets...
|
||||||
"linux-ia32-icc", "icc:-DL_ENDIAN -O2 -no_cpprt::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-ia32-icc", "icc:-DL_ENDIAN -DTERMIO -O2 -no_cpprt::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-KPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-elf", "gcc:-DL_ENDIAN -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-aout", "gcc:-DL_ENDIAN -O3 -fomit-frame-pointer -march=i486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out",
|
"linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out",
|
||||||
####
|
####
|
||||||
"linux-generic64","gcc:-O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-generic64","gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-ppc64", "gcc:-m64 -DB_ENDIAN -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"linux-ppc64", "gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${ppc64_asm}:linux64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
"linux-ia64", "gcc:-DL_ENDIAN -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-ia64", "gcc:-DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-ia64-ecc","ecc:-DL_ENDIAN -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-ia64-ecc","ecc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-ia64-icc","icc:-DL_ENDIAN -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-ia64-icc","icc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-x86_64", "gcc:-m64 -DL_ENDIAN -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"linux-x86_64", "gcc:-m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
"linux-x86_64-clang","clang: -m64 -DL_ENDIAN -O3 -Wall -Qunused-arguments::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"linux-s390x", "gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${s390x_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
"linux64-s390x", "gcc:-m64 -DB_ENDIAN -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${s390x_asm}:64:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
|
||||||
#### So called "highgprs" target for z/Architecture CPUs
|
|
||||||
# "Highgprs" is kernel feature first implemented in Linux 2.6.32, see
|
|
||||||
# /proc/cpuinfo. The idea is to preserve most significant bits of
|
|
||||||
# general purpose registers not only upon 32-bit process context
|
|
||||||
# switch, but even on asynchronous signal delivery to such process.
|
|
||||||
# This makes it possible to deploy 64-bit instructions even in legacy
|
|
||||||
# application context and achieve better [or should we say adequate]
|
|
||||||
# performance. The build is binary compatible with linux-generic32,
|
|
||||||
# and the idea is to be able to install the resulting libcrypto.so
|
|
||||||
# alongside generic one, e.g. as /lib/highgprs/libcrypto.so.x.y, for
|
|
||||||
# ldconfig and run-time linker to autodiscover. Unfortunately it
|
|
||||||
# doesn't work just yet, because of couple of bugs in glibc
|
|
||||||
# sysdeps/s390/dl-procinfo.c affecting ldconfig and ld.so.1...
|
|
||||||
"linux32-s390x", "gcc:-m31 -Wa,-mzarch -DB_ENDIAN -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$s390x_asm;$asm=~s/bn\-s390x\.o/bn_asm.o/;$asm}.":31:dlfcn:linux-shared:-fPIC:-m31:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/highgprs",
|
|
||||||
#### SPARC Linux setups
|
#### SPARC Linux setups
|
||||||
# Ray Miller <ray.miller@computing-services.oxford.ac.uk> has patiently
|
# Ray Miller <ray.miller@computing-services.oxford.ac.uk> has patiently
|
||||||
# assisted with debugging of following two configs.
|
# assisted with debugging of following two configs.
|
||||||
"linux-sparcv8","gcc:-mcpu=v8 -DB_ENDIAN -O3 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-sparcv8","gcc:-mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv8_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
# it's a real mess with -mcpu=ultrasparc option under Linux, but
|
# it's a real mess with -mcpu=ultrasparc option under Linux, but
|
||||||
# -Wa,-Av8plus should do the trick no matter what.
|
# -Wa,-Av8plus should do the trick no matter what.
|
||||||
"linux-sparcv9","gcc:-m32 -mcpu=ultrasparc -DB_ENDIAN -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-sparcv9","gcc:-m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
# GCC 3.1 is a requirement
|
# GCC 3.1 is a requirement
|
||||||
"linux64-sparcv9","gcc:-m64 -mcpu=ultrasparc -DB_ENDIAN -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
"linux64-sparcv9","gcc:-m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:ULTRASPARC:-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR:${sparcv9_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::64",
|
||||||
#### Alpha Linux with GNU C and Compaq C setups
|
#### Alpha Linux with GNU C and Compaq C setups
|
||||||
# Special notes:
|
# Special notes:
|
||||||
# - linux-alpha+bwx-gcc is ment to be used from ./config only. If you
|
# - linux-alpha+bwx-gcc is ment to be used from ./config only. If you
|
||||||
@@ -409,30 +375,25 @@ my %table=(
|
|||||||
#
|
#
|
||||||
# <appro@fy.chalmers.se>
|
# <appro@fy.chalmers.se>
|
||||||
#
|
#
|
||||||
"linux-alpha-gcc","gcc:-O3 -DL_ENDIAN::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-alpha-gcc","gcc:-O3 -DL_ENDIAN -DTERMIO::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-alpha+bwx-gcc","gcc:-O3 -DL_ENDIAN::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"linux-alpha+bwx-gcc","gcc:-O3 -DL_ENDIAN -DTERMIO::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
|
"linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
|
||||||
"linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
|
"linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
|
||||||
|
|
||||||
# Android: linux-* but without pointers to headers and libs.
|
|
||||||
"android","gcc:-mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
||||||
"android-x86","gcc:-mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:".eval{my $asm=${x86_elf_asm};$asm=~s/:elf/:android/;$asm}.":dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
||||||
"android-armv7","gcc:-march=armv7-a -mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
|
||||||
|
|
||||||
#### *BSD [do see comment about ${BSDthreads} above!]
|
#### *BSD [do see comment about ${BSDthreads} above!]
|
||||||
"BSD-generic32","gcc:-O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-generic32","gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"BSD-x86", "gcc:-DL_ENDIAN -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-x86", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"BSD-x86-elf", "gcc:-DL_ENDIAN -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-x86-elf", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"debug-BSD-x86-elf", "gcc:-DL_ENDIAN -O3 -Wall -g::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"debug-BSD-x86-elf", "gcc:-DL_ENDIAN -DTERMIOS -O3 -Wall -g::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"BSD-sparcv8", "gcc:-DB_ENDIAN -O3 -mcpu=v8 -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${sparcv8_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-sparcv8", "gcc:-DB_ENDIAN -DTERMIOS -O3 -mv8 -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${sparcv8_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
|
|
||||||
"BSD-generic64","gcc:-O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-generic64","gcc:-DTERMIOS -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
# -DMD32_REG_T=int doesn't actually belong in sparc64 target, it
|
# -DMD32_REG_T=int doesn't actually belong in sparc64 target, it
|
||||||
# simply *happens* to work around a compiler bug in gcc 3.3.3,
|
# simply *happens* to work around a compiler bug in gcc 3.3.3,
|
||||||
# triggered by RIPEMD160 code.
|
# triggered by RIPEMD160 code.
|
||||||
"BSD-sparc64", "gcc:-DB_ENDIAN -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:${sparcv9_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-sparc64", "gcc:-DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR:${sparcv9_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"BSD-ia64", "gcc:-DL_ENDIAN -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-ia64", "gcc:-DL_ENDIAN -DTERMIOS -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"BSD-x86_64", "gcc:-DL_ENDIAN -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"BSD-x86_64", "gcc:-DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
|
|
||||||
"bsdi-elf-gcc", "gcc:-DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall::(unknown)::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"bsdi-elf-gcc", "gcc:-DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall::(unknown)::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
|
|
||||||
@@ -444,8 +405,8 @@ my %table=(
|
|||||||
|
|
||||||
# QNX
|
# QNX
|
||||||
"qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown):::${x86_gcc_des} ${x86_gcc_opts}:",
|
"qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown):::${x86_gcc_des} ${x86_gcc_opts}:",
|
||||||
"QNX6", "gcc:::::-lsocket::${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"QNX6", "gcc:-DTERMIOS::::-lsocket::${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
"QNX6-i386", "gcc:-DL_ENDIAN -O2 -Wall::::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
"QNX6-i386", "gcc:-DL_ENDIAN -DTERMIOS -O2 -Wall::::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
|
||||||
|
|
||||||
# BeOS
|
# BeOS
|
||||||
"beos-x86-r5", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall::-D_REENTRANT:BEOS:-lbe -lnet:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:beos:beos-shared:-fPIC -DPIC:-shared:.so",
|
"beos-x86-r5", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall::-D_REENTRANT:BEOS:-lbe -lnet:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:beos:beos-shared:-fPIC -DPIC:-shared:.so",
|
||||||
@@ -477,8 +438,8 @@ my %table=(
|
|||||||
"aix64-gcc","gcc:-maix64 -O -DB_ENDIAN::-pthread:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-maix64 -shared -Wl,-G:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64",
|
"aix64-gcc","gcc:-maix64 -O -DB_ENDIAN::-pthread:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-maix64 -shared -Wl,-G:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64",
|
||||||
# Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE
|
# Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE
|
||||||
# at build time. $OBJECT_MODE is respected at ./config stage!
|
# at build time. $OBJECT_MODE is respected at ./config stage!
|
||||||
"aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded -D_THREAD_SAFE:AIX::BN_LLONG RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared::-q32 -G:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32",
|
"aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::BN_LLONG RC4_CHAR:${ppc32_asm}:aix32:dlfcn:aix-shared::-q32 -G:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32",
|
||||||
"aix64-cc", "cc:-q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded -D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-q64 -G:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 64",
|
"aix64-cc", "cc:-q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:${ppc64_asm}:aix64:dlfcn:aix-shared::-q64 -G:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 64",
|
||||||
|
|
||||||
#
|
#
|
||||||
# Cray T90 and similar (SDSC)
|
# Cray T90 and similar (SDSC)
|
||||||
@@ -518,7 +479,7 @@ my %table=(
|
|||||||
"SINIX-N","/usr/ucb/cc:-O2 -misaligned::(unknown)::-lucb:RC4_INDEX RC4_CHAR:::",
|
"SINIX-N","/usr/ucb/cc:-O2 -misaligned::(unknown)::-lucb:RC4_INDEX RC4_CHAR:::",
|
||||||
|
|
||||||
# SIEMENS BS2000/OSD: an EBCDIC-based mainframe
|
# SIEMENS BS2000/OSD: an EBCDIC-based mainframe
|
||||||
"BS2000-OSD","c89:-O -XLLML -XLLMK -XL -DB_ENDIAN -DCHARSET_EBCDIC::(unknown)::-lsocket -lnsl:THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR:::",
|
"BS2000-OSD","c89:-O -XLLML -XLLMK -XL -DB_ENDIAN -DTERMIOS -DCHARSET_EBCDIC::(unknown)::-lsocket -lnsl:THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR:::",
|
||||||
|
|
||||||
# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
|
# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
|
||||||
# You need to compile using the c89.sh wrapper in the tools directory, because the
|
# You need to compile using the c89.sh wrapper in the tools directory, because the
|
||||||
@@ -529,15 +490,15 @@ my %table=(
|
|||||||
# Visual C targets
|
# Visual C targets
|
||||||
#
|
#
|
||||||
# Win64 targets, WIN64I denotes IA-64 and WIN64A - AMD64
|
# Win64 targets, WIN64I denotes IA-64 and WIN64A - AMD64
|
||||||
"VC-WIN64I","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o ia64-mont.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ghash-ia64.o::ias:win32",
|
"VC-WIN64I","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ias:win32",
|
||||||
"VC-WIN64A","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64A::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:".eval{my $asm=$x86_64_asm;$asm=~s/x86_64-gcc\.o/bn_asm.o/;$asm}.":auto:win32",
|
"VC-WIN64A","cl:-W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64A::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:x86_64cpuid.o:bn_asm.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o:auto:win32",
|
||||||
"debug-VC-WIN64I","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ghash-ia64.o::ias:win32",
|
"debug-VC-WIN64I","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64I::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:ia64cpuid.o:ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o:::::::ias:win32",
|
||||||
"debug-VC-WIN64A","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64A::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:".eval{my $asm=$x86_64_asm;$asm=~s/x86_64-gcc\.o/bn_asm.o/;$asm}.":auto:win32",
|
"debug-VC-WIN64A","cl:-W3 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE:::WIN64A::SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:x86_64cpuid.o:bn_asm.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o:auto:win32",
|
||||||
# x86 Win32 target defaults to ANSI API, if you want UNICODE, complement
|
# x86 Win32 target defaults to ANSI API, if you want UNICODE, complement
|
||||||
# 'perl Configure VC-WIN32' with '-DUNICODE -D_UNICODE'
|
# 'perl Configure VC-WIN32' with '-DUNICODE -D_UNICODE'
|
||||||
"VC-WIN32","cl:-W3 -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE:::WIN32::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${x86_asm}:win32n:win32",
|
"VC-WIN32","cl:-W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE:::WIN32::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${x86_asm}:win32n:win32",
|
||||||
# Unified CE target
|
# Unified CE target
|
||||||
"debug-VC-WIN32","cl:-W3 -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE:::WIN32::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${x86_asm}:win32n:win32",
|
"debug-VC-WIN32","cl:-W3 -WX -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE:::WIN32::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${x86_asm}:win32n:win32",
|
||||||
"VC-CE","cl::::WINCE::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${no_asm}:win32",
|
"VC-CE","cl::::WINCE::BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}:${no_asm}:win32",
|
||||||
|
|
||||||
# Borland C++ 4.5
|
# Borland C++ 4.5
|
||||||
@@ -578,7 +539,7 @@ my %table=(
|
|||||||
"netware-libc-bsdsock-gcc", "i586-netware-gcc:-nostdinc -I/ndk/libc/include -DNETWARE_BSDSOCK -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall:::::BN_LLONG ${x86_gcc_opts}::",
|
"netware-libc-bsdsock-gcc", "i586-netware-gcc:-nostdinc -I/ndk/libc/include -DNETWARE_BSDSOCK -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall:::::BN_LLONG ${x86_gcc_opts}::",
|
||||||
|
|
||||||
# DJGPP
|
# DJGPP
|
||||||
"DJGPP", "gcc:-I/dev/env/WATT_ROOT/inc -DTERMIO -DL_ENDIAN -fomit-frame-pointer -O2 -Wall:::MSDOS:-L/dev/env/WATT_ROOT/lib -lwatt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out:",
|
"DJGPP", "gcc:-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall:::MSDOS:-L/dev/env/WATT_ROOT/lib -lwatt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out:",
|
||||||
|
|
||||||
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
|
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
|
||||||
"ultrix-cc","cc:-std1 -O -Olimit 2500 -DL_ENDIAN::(unknown):::::::",
|
"ultrix-cc","cc:-std1 -O -Olimit 2500 -DL_ENDIAN::(unknown):::::::",
|
||||||
@@ -590,12 +551,10 @@ my %table=(
|
|||||||
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
|
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
|
||||||
"darwin-ppc-cc","cc:-arch ppc -O3 -DB_ENDIAN -Wa,-force_cpusubtype_ALL::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
"darwin-ppc-cc","cc:-arch ppc -O3 -DB_ENDIAN -Wa,-force_cpusubtype_ALL::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
||||||
"darwin64-ppc-cc","cc:-arch ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc64_asm}:osx64:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
"darwin64-ppc-cc","cc:-arch ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc64_asm}:osx64:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
||||||
"darwin-i386-cc","cc:-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:".eval{my $asm=$x86_asm;$asm=~s/cast\-586\.o//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
"darwin-i386-cc","cc:-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:${x86_asm}:macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
||||||
"debug-darwin-i386-cc","cc:-arch i386 -g3 -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:${x86_asm}:macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
"debug-darwin-i386-cc","cc:-arch i386 -g3 -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:${x86_asm}:macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
||||||
"darwin64-x86_64-cc","cc:-arch x86_64 -O3 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
"darwin64-x86_64-cc","cc:-arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL:${x86_64_asm}:macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
||||||
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
||||||
# iPhoneOS/iOS
|
|
||||||
"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
|
|
||||||
|
|
||||||
##### A/UX
|
##### A/UX
|
||||||
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
|
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
|
||||||
@@ -604,27 +563,24 @@ my %table=(
|
|||||||
"newsos4-gcc","gcc:-O -DB_ENDIAN::(unknown):NEWS4:-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
|
"newsos4-gcc","gcc:-O -DB_ENDIAN::(unknown):NEWS4:-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
|
||||||
|
|
||||||
##### GNU Hurd
|
##### GNU Hurd
|
||||||
"hurd-x86", "gcc:-DL_ENDIAN -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
"hurd-x86", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
||||||
|
|
||||||
##### OS/2 EMX
|
##### OS/2 EMX
|
||||||
"OS2-EMX", "gcc::::::::",
|
"OS2-EMX", "gcc::::::::",
|
||||||
|
|
||||||
##### VxWorks for various targets
|
##### VxWorks for various targets
|
||||||
"vxworks-ppc60x","ccppc:-D_REENTRANT -mrtp -mhard-float -mstrict-align -fno-implicit-fp -DPPC32_fp60x -O2 -fstrength-reduce -fno-builtin -fno-strict-aliasing -Wall -DCPU=PPC32 -DTOOL_FAMILY=gnu -DTOOL=gnu -I\$(WIND_BASE)/target/usr/h -I\$(WIND_BASE)/target/usr/h/wrn/coreip:::VXWORKS:-Wl,--defsym,__wrs_rtp_base=0xe0000000 -L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/common:::::",
|
|
||||||
"vxworks-ppcgen","ccppc:-D_REENTRANT -mrtp -msoft-float -mstrict-align -O1 -fno-builtin -fno-strict-aliasing -Wall -DCPU=PPC32 -DTOOL_FAMILY=gnu -DTOOL=gnu -I\$(WIND_BASE)/target/usr/h -I\$(WIND_BASE)/target/usr/h/wrn/coreip:::VXWORKS:-Wl,--defsym,__wrs_rtp_base=0xe0000000 -L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/sfcommon:::::",
|
|
||||||
"vxworks-ppc405","ccppc:-g -msoft-float -mlongcall -DCPU=PPC405 -I\$(WIND_BASE)/target/h:::VXWORKS:-r:::::",
|
"vxworks-ppc405","ccppc:-g -msoft-float -mlongcall -DCPU=PPC405 -I\$(WIND_BASE)/target/h:::VXWORKS:-r:::::",
|
||||||
"vxworks-ppc750","ccppc:-ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I\$(WIND_BASE)/target/h \$(DEBUG_FLAG):::VXWORKS:-r:::::",
|
"vxworks-ppc750","ccppc:-ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I\$(WIND_BASE)/target/h \$(DEBUG_FLAG):::VXWORKS:-r:::::",
|
||||||
"vxworks-ppc750-debug","ccppc:-ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I\$(WIND_BASE)/target/h -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DDEBUG -g:::VXWORKS:-r:::::",
|
"vxworks-ppc750-debug","ccppc:-ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I\$(WIND_BASE)/target/h -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DDEBUG -g:::VXWORKS:-r:::::",
|
||||||
"vxworks-ppc860","ccppc:-nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I\$(WIND_BASE)/target/h:::VXWORKS:-r:::::",
|
"vxworks-ppc860","ccppc:-nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I\$(WIND_BASE)/target/h:::VXWORKS:-r:::::",
|
||||||
"vxworks-simlinux","ccpentium:-B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -D_VSB_CONFIG_FILE=\"\$(WIND_BASE)/target/lib/h/config/vsbConfig.h\" -DL_ENDIAN -DCPU=SIMLINUX -DTOOL_FAMILY=gnu -DTOOL=gnu -fno-builtin -fno-defer-pop -DNO_STRINGS_H -I\$(WIND_BASE)/target/h -I\$(WIND_BASE)/target/h/wrn/coreip -DOPENSSL_NO_HW_PADLOCK:::VXWORKS:-r::${no_asm}::::::ranlibpentium:",
|
"vxworks-mipsle","ccmips:-B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -DL_ENDIAN -EL -Wl,-EL -mips2 -mno-branch-likely -G 0 -fno-builtin -msoft-float -DCPU=MIPS32 -DMIPSEL -DNO_STRINGS_H -I\$(WIND_BASE)/target/h:::VXWORKS:-r::${no_asm}::::::ranlibmips:",
|
||||||
"vxworks-mips","ccmips:-mrtp -mips2 -O -G 0 -B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -D_VSB_CONFIG_FILE=\"\$(WIND_BASE)/target/lib/h/config/vsbConfig.h\" -DCPU=MIPS32 -msoft-float -mno-branch-likely -DTOOL_FAMILY=gnu -DTOOL=gnu -fno-builtin -fno-defer-pop -DNO_STRINGS_H -I\$(WIND_BASE)/target/usr/h -I\$(WIND_BASE)/target/h/wrn/coreip::-D_REENTRANT:VXWORKS:-Wl,--defsym,__wrs_rtp_base=0xe0000000 -L \$(WIND_BASE)/target/usr/lib/mips/MIPSI32/sfcommon::${mips32_asm}:o32::::::ranlibmips:",
|
|
||||||
|
|
||||||
##### Compaq Non-Stop Kernel (Tandem)
|
##### Compaq Non-Stop Kernel (Tandem)
|
||||||
"tandem-c89","c89:-Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN::(unknown):::THIRTY_TWO_BIT:::",
|
"tandem-c89","c89:-Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN::(unknown):::THIRTY_TWO_BIT:::",
|
||||||
|
|
||||||
# uClinux
|
# uClinux
|
||||||
"uClinux-dist","$ENV{'CC'}:\$(CFLAGS)::-D_REENTRANT::\$(LDFLAGS) \$(LDLIBS):BN_LLONG:${no_asm}:$ENV{'LIBSSL_dlfcn'}:linux-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):$ENV{'RANLIB'}::",
|
"uClinux-dist","$ENV{'CC'}:\$(CFLAGS)::-D_REENTRANT::\$(LDFLAGS) \$(LDLIBS):BN_LLONG:::::::::::::::$ENV{'LIBSSL_dlfcn'}:linux-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):$ENV{'RANLIB'}::",
|
||||||
"uClinux-dist64","$ENV{'CC'}:\$(CFLAGS)::-D_REENTRANT::\$(LDFLAGS) \$(LDLIBS):SIXTY_FOUR_BIT_LONG:${no_asm}:$ENV{'LIBSSL_dlfcn'}:linux-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):$ENV{'RANLIB'}::",
|
"uClinux-dist64","$ENV{'CC'}:\$(CFLAGS)::-D_REENTRANT::\$(LDFLAGS) \$(LDLIBS):SIXTY_FOUR_BIT_LONG:::::::::::::::$ENV{'LIBSSL_dlfcn'}:linux-shared:-fPIC:-shared:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):$ENV{'RANLIB'}::",
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -656,8 +612,6 @@ my $idx_rmd160_obj = $idx++;
|
|||||||
my $idx_rc5_obj = $idx++;
|
my $idx_rc5_obj = $idx++;
|
||||||
my $idx_wp_obj = $idx++;
|
my $idx_wp_obj = $idx++;
|
||||||
my $idx_cmll_obj = $idx++;
|
my $idx_cmll_obj = $idx++;
|
||||||
my $idx_modes_obj = $idx++;
|
|
||||||
my $idx_engines_obj = $idx++;
|
|
||||||
my $idx_perlasm_scheme = $idx++;
|
my $idx_perlasm_scheme = $idx++;
|
||||||
my $idx_dso_scheme = $idx++;
|
my $idx_dso_scheme = $idx++;
|
||||||
my $idx_shared_target = $idx++;
|
my $idx_shared_target = $idx++;
|
||||||
@@ -674,9 +628,6 @@ my $openssldir="";
|
|||||||
my $exe_ext="";
|
my $exe_ext="";
|
||||||
my $install_prefix= "$ENV{'INSTALL_PREFIX'}";
|
my $install_prefix= "$ENV{'INSTALL_PREFIX'}";
|
||||||
my $cross_compile_prefix="";
|
my $cross_compile_prefix="";
|
||||||
my $fipsdir="/usr/local/ssl/fips-2.0";
|
|
||||||
my $fipslibdir="";
|
|
||||||
my $baseaddr="0xFB00000";
|
|
||||||
my $no_threads=0;
|
my $no_threads=0;
|
||||||
my $threads=0;
|
my $threads=0;
|
||||||
my $no_shared=0; # but "no-shared" is default
|
my $no_shared=0; # but "no-shared" is default
|
||||||
@@ -711,29 +662,18 @@ my $cmll_enc="camellia.o cmll_misc.o cmll_cbc.o";
|
|||||||
my $processor="";
|
my $processor="";
|
||||||
my $default_ranlib;
|
my $default_ranlib;
|
||||||
my $perl;
|
my $perl;
|
||||||
my $fips=0;
|
|
||||||
|
|
||||||
if (exists $ENV{FIPSDIR})
|
|
||||||
{
|
|
||||||
$fipsdir = $ENV{FIPSDIR};
|
|
||||||
$fipsdir =~ s/\/$//;
|
|
||||||
}
|
|
||||||
|
|
||||||
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
|
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
|
||||||
|
|
||||||
my %disabled = ( # "what" => "comment" [or special keyword "experimental"]
|
my %disabled = ( # "what" => "comment" [or special keyword "experimental"]
|
||||||
"ec_nistp_64_gcc_128" => "default",
|
|
||||||
"gmp" => "default",
|
"gmp" => "default",
|
||||||
"jpake" => "experimental",
|
"jpake" => "experimental",
|
||||||
"md2" => "default",
|
"md2" => "default",
|
||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"rfc3779" => "default",
|
"rfc3779" => "default",
|
||||||
"sctp" => "default",
|
|
||||||
"shared" => "default",
|
"shared" => "default",
|
||||||
"ssl2" => "default",
|
|
||||||
"store" => "experimental",
|
"store" => "experimental",
|
||||||
"unit-test" => "default",
|
|
||||||
"weak-ssl-ciphers" => "default",
|
|
||||||
"zlib" => "default",
|
"zlib" => "default",
|
||||||
"zlib-dynamic" => "default"
|
"zlib-dynamic" => "default"
|
||||||
);
|
);
|
||||||
@@ -741,7 +681,7 @@ my @experimental = ();
|
|||||||
|
|
||||||
# This is what $depflags will look like with the above defaults
|
# This is what $depflags will look like with the above defaults
|
||||||
# (we need this to see if we should advise the user to run "make depend"):
|
# (we need this to see if we should advise the user to run "make depend"):
|
||||||
my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST";
|
my $default_depflags = " -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE";
|
||||||
|
|
||||||
# Explicit "no-..." options will be collected in %disabled along with the defaults.
|
# Explicit "no-..." options will be collected in %disabled along with the defaults.
|
||||||
# To remove something from %disabled, use "enable-foo" (unless it's experimental).
|
# To remove something from %disabled, use "enable-foo" (unless it's experimental).
|
||||||
@@ -799,7 +739,6 @@ PROCESS_ARGS:
|
|||||||
|
|
||||||
# rewrite some options in "enable-..." form
|
# rewrite some options in "enable-..." form
|
||||||
s /^-?-?shared$/enable-shared/;
|
s /^-?-?shared$/enable-shared/;
|
||||||
s /^sctp$/enable-sctp/;
|
|
||||||
s /^threads$/enable-threads/;
|
s /^threads$/enable-threads/;
|
||||||
s /^zlib$/enable-zlib/;
|
s /^zlib$/enable-zlib/;
|
||||||
s /^zlib-dynamic$/enable-zlib-dynamic/;
|
s /^zlib-dynamic$/enable-zlib-dynamic/;
|
||||||
@@ -817,11 +756,6 @@ PROCESS_ARGS:
|
|||||||
{
|
{
|
||||||
$disabled{"tls1"} = "option(tls)"
|
$disabled{"tls1"} = "option(tls)"
|
||||||
}
|
}
|
||||||
elsif ($1 eq "ssl3-method")
|
|
||||||
{
|
|
||||||
$disabled{"ssl3-method"} = "option(ssl)";
|
|
||||||
$disabled{"ssl3"} = "option(ssl)";
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$disabled{$1} = "option";
|
$disabled{$1} = "option";
|
||||||
@@ -874,10 +808,6 @@ PROCESS_ARGS:
|
|||||||
}
|
}
|
||||||
elsif (/^386$/)
|
elsif (/^386$/)
|
||||||
{ $processor=386; }
|
{ $processor=386; }
|
||||||
elsif (/^fips$/)
|
|
||||||
{
|
|
||||||
$fips=1;
|
|
||||||
}
|
|
||||||
elsif (/^rsaref$/)
|
elsif (/^rsaref$/)
|
||||||
{
|
{
|
||||||
# No RSAref support any more since it's not needed.
|
# No RSAref support any more since it's not needed.
|
||||||
@@ -892,7 +822,6 @@ PROCESS_ARGS:
|
|||||||
}
|
}
|
||||||
elsif (/^-[^-]/ or /^\+/)
|
elsif (/^-[^-]/ or /^\+/)
|
||||||
{
|
{
|
||||||
$_ =~ s/%([0-9a-f]{1,2})/chr(hex($1))/gei;
|
|
||||||
$flags.=$_." ";
|
$flags.=$_." ";
|
||||||
}
|
}
|
||||||
elsif (/^--prefix=(.*)$/)
|
elsif (/^--prefix=(.*)$/)
|
||||||
@@ -923,18 +852,6 @@ PROCESS_ARGS:
|
|||||||
{
|
{
|
||||||
$withargs{"zlib-include"}="-I$1";
|
$withargs{"zlib-include"}="-I$1";
|
||||||
}
|
}
|
||||||
elsif (/^--with-fipsdir=(.*)$/)
|
|
||||||
{
|
|
||||||
$fipsdir="$1";
|
|
||||||
}
|
|
||||||
elsif (/^--with-fipslibdir=(.*)$/)
|
|
||||||
{
|
|
||||||
$fipslibdir="$1";
|
|
||||||
}
|
|
||||||
elsif (/^--with-baseaddr=(.*)$/)
|
|
||||||
{
|
|
||||||
$baseaddr="$1";
|
|
||||||
}
|
|
||||||
elsif (/^--cross-compile-prefix=(.*)$/)
|
elsif (/^--cross-compile-prefix=(.*)$/)
|
||||||
{
|
{
|
||||||
$cross_compile_prefix=$1;
|
$cross_compile_prefix=$1;
|
||||||
@@ -1009,17 +926,6 @@ if (defined($disabled{"md5"}) || defined($disabled{"rsa"}))
|
|||||||
$disabled{"ssl2"} = "forced";
|
$disabled{"ssl2"} = "forced";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($fips && $fipslibdir eq "")
|
|
||||||
{
|
|
||||||
$fipslibdir = $fipsdir . "/lib/";
|
|
||||||
}
|
|
||||||
|
|
||||||
# RSAX ENGINE sets default non-FIPS RSA method.
|
|
||||||
if ($fips)
|
|
||||||
{
|
|
||||||
$disabled{"rsax"} = "forced";
|
|
||||||
}
|
|
||||||
|
|
||||||
# SSL 3.0 and TLS requires MD5 and SHA and either RSA or DSA+DH
|
# SSL 3.0 and TLS requires MD5 and SHA and either RSA or DSA+DH
|
||||||
if (defined($disabled{"md5"}) || defined($disabled{"sha"})
|
if (defined($disabled{"md5"}) || defined($disabled{"sha"})
|
||||||
|| (defined($disabled{"rsa"})
|
|| (defined($disabled{"rsa"})
|
||||||
@@ -1040,13 +946,6 @@ if (defined($disabled{"ec"}) || defined($disabled{"dsa"})
|
|||||||
$disabled{"gost"} = "forced";
|
$disabled{"gost"} = "forced";
|
||||||
}
|
}
|
||||||
|
|
||||||
# SRP and HEARTBEATS require TLSEXT
|
|
||||||
if (defined($disabled{"tlsext"}))
|
|
||||||
{
|
|
||||||
$disabled{"srp"} = "forced";
|
|
||||||
$disabled{"heartbeats"} = "forced";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($target eq "TABLE") {
|
if ($target eq "TABLE") {
|
||||||
foreach $target (sort keys %table) {
|
foreach $target (sort keys %table) {
|
||||||
print_table_entry($target);
|
print_table_entry($target);
|
||||||
@@ -1096,7 +995,7 @@ foreach (sort (keys %disabled))
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
my ($ALGO, $algo);
|
my ($ALGO, $algo);
|
||||||
($ALGO = $algo = $_) =~ tr/[\-a-z]/[_A-Z]/;
|
($ALGO = $algo = $_) =~ tr/[a-z]/[A-Z]/;
|
||||||
|
|
||||||
if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/)
|
if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/)
|
||||||
{
|
{
|
||||||
@@ -1116,8 +1015,6 @@ foreach (sort (keys %disabled))
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
push @skip, $algo;
|
push @skip, $algo;
|
||||||
# fix-up crypto/directory name(s)
|
|
||||||
@skip[$#skip]="whrlpool" if $algo eq "whirlpool";
|
|
||||||
print " (skip dir)";
|
print " (skip dir)";
|
||||||
|
|
||||||
$depflags .= " -DOPENSSL_NO_$ALGO";
|
$depflags .= " -DOPENSSL_NO_$ALGO";
|
||||||
@@ -1188,8 +1085,6 @@ my $rmd160_obj = $fields[$idx_rmd160_obj];
|
|||||||
my $rc5_obj = $fields[$idx_rc5_obj];
|
my $rc5_obj = $fields[$idx_rc5_obj];
|
||||||
my $wp_obj = $fields[$idx_wp_obj];
|
my $wp_obj = $fields[$idx_wp_obj];
|
||||||
my $cmll_obj = $fields[$idx_cmll_obj];
|
my $cmll_obj = $fields[$idx_cmll_obj];
|
||||||
my $modes_obj = $fields[$idx_modes_obj];
|
|
||||||
my $engines_obj = $fields[$idx_engines_obj];
|
|
||||||
my $perlasm_scheme = $fields[$idx_perlasm_scheme];
|
my $perlasm_scheme = $fields[$idx_perlasm_scheme];
|
||||||
my $dso_scheme = $fields[$idx_dso_scheme];
|
my $dso_scheme = $fields[$idx_dso_scheme];
|
||||||
my $shared_target = $fields[$idx_shared_target];
|
my $shared_target = $fields[$idx_shared_target];
|
||||||
@@ -1216,12 +1111,6 @@ my ($prelflags,$postlflags)=split('%',$lflags);
|
|||||||
if (defined($postlflags)) { $lflags=$postlflags; }
|
if (defined($postlflags)) { $lflags=$postlflags; }
|
||||||
else { $lflags=$prelflags; undef $prelflags; }
|
else { $lflags=$prelflags; undef $prelflags; }
|
||||||
|
|
||||||
if ($target =~ /^mingw/ && `$cc --target-help 2>&1` !~ m/\-mno\-cygwin/m)
|
|
||||||
{
|
|
||||||
$cflags =~ s/\-mno\-cygwin\s*//;
|
|
||||||
$shared_ldflag =~ s/\-mno\-cygwin\s*//;
|
|
||||||
}
|
|
||||||
|
|
||||||
my $no_shared_warn=0;
|
my $no_shared_warn=0;
|
||||||
my $no_user_cflags=0;
|
my $no_user_cflags=0;
|
||||||
|
|
||||||
@@ -1350,7 +1239,7 @@ if ($no_asm)
|
|||||||
{
|
{
|
||||||
$cpuid_obj=$bn_obj=
|
$cpuid_obj=$bn_obj=
|
||||||
$des_obj=$aes_obj=$bf_obj=$cast_obj=$rc4_obj=$rc5_obj=$cmll_obj=
|
$des_obj=$aes_obj=$bf_obj=$cast_obj=$rc4_obj=$rc5_obj=$cmll_obj=
|
||||||
$modes_obj=$sha1_obj=$md5_obj=$rmd160_obj=$wp_obj=$engines_obj="";
|
$sha1_obj=$md5_obj=$rmd160_obj=$wp_obj="";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$no_shared)
|
if (!$no_shared)
|
||||||
@@ -1414,7 +1303,7 @@ if (!$IsMK1MF)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$cpuid_obj.=" uplink.o uplink-x86.o" if ($cflags =~ /\-DOPENSSL_USE_APPLINK/);
|
$cpuid_obj.=" uplink.o uplink-cof.o" if ($cflags =~ /\-DOPENSSL_USE_APPLINK/);
|
||||||
|
|
||||||
#
|
#
|
||||||
# Platform fix-ups
|
# Platform fix-ups
|
||||||
@@ -1455,7 +1344,7 @@ if ($target =~ /\-icc$/) # Intel C compiler
|
|||||||
# linker only when --prefix is not /usr.
|
# linker only when --prefix is not /usr.
|
||||||
if ($target =~ /^BSD\-/)
|
if ($target =~ /^BSD\-/)
|
||||||
{
|
{
|
||||||
$shared_ldflag.=" -Wl,-rpath,\$\$(LIBRPATH)" if ($prefix !~ m|^/usr[/]*$|);
|
$shared_ldflag.=" -Wl,-rpath,\$(LIBRPATH)" if ($prefix !~ m|^/usr[/]*$|);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($sys_id ne "")
|
if ($sys_id ne "")
|
||||||
@@ -1482,14 +1371,6 @@ $cflags.=" -DOPENSSL_BN_ASM_PART_WORDS" if ($bn_obj =~ /bn-586/);
|
|||||||
$cflags.=" -DOPENSSL_IA32_SSE2" if (!$no_sse2 && $bn_obj =~ /86/);
|
$cflags.=" -DOPENSSL_IA32_SSE2" if (!$no_sse2 && $bn_obj =~ /86/);
|
||||||
|
|
||||||
$cflags.=" -DOPENSSL_BN_ASM_MONT" if ($bn_obj =~ /-mont/);
|
$cflags.=" -DOPENSSL_BN_ASM_MONT" if ($bn_obj =~ /-mont/);
|
||||||
$cflags.=" -DOPENSSL_BN_ASM_MONT5" if ($bn_obj =~ /-mont5/);
|
|
||||||
$cflags.=" -DOPENSSL_BN_ASM_GF2m" if ($bn_obj =~ /-gf2m/);
|
|
||||||
|
|
||||||
if ($fips)
|
|
||||||
{
|
|
||||||
$openssl_other_defines.="#define OPENSSL_FIPS\n";
|
|
||||||
$cflags .= " -I\$(FIPSDIR)/include";
|
|
||||||
}
|
|
||||||
|
|
||||||
$cpuid_obj="mem_clr.o" unless ($cpuid_obj =~ /\.o$/);
|
$cpuid_obj="mem_clr.o" unless ($cpuid_obj =~ /\.o$/);
|
||||||
$des_obj=$des_enc unless ($des_obj =~ /\.o$/);
|
$des_obj=$des_enc unless ($des_obj =~ /\.o$/);
|
||||||
@@ -1523,20 +1404,12 @@ if ($rmd160_obj =~ /\.o$/)
|
|||||||
if ($aes_obj =~ /\.o$/)
|
if ($aes_obj =~ /\.o$/)
|
||||||
{
|
{
|
||||||
$cflags.=" -DAES_ASM";
|
$cflags.=" -DAES_ASM";
|
||||||
# aes-ctr.o is not a real file, only indication that assembler
|
|
||||||
# module implements AES_ctr32_encrypt...
|
|
||||||
$cflags.=" -DAES_CTR_ASM" if ($aes_obj =~ s/\s*aes\-ctr\.o//);
|
|
||||||
# aes-xts.o indicates presense of AES_xts_[en|de]crypt...
|
|
||||||
$cflags.=" -DAES_XTS_ASM" if ($aes_obj =~ s/\s*aes\-xts\.o//);
|
|
||||||
$aes_obj =~ s/\s*(vpaes|aesni)\-x86\.o//g if ($no_sse2);
|
|
||||||
$cflags.=" -DVPAES_ASM" if ($aes_obj =~ m/vpaes/);
|
|
||||||
$cflags.=" -DBSAES_ASM" if ($aes_obj =~ m/bsaes/);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$aes_obj=$aes_enc;
|
$aes_obj=$aes_enc;
|
||||||
}
|
}
|
||||||
$wp_obj="" if ($wp_obj =~ /mmx/ && $processor eq "386");
|
$wp_obj="" if ($wp_obj =~ /mmx/ && $processor eq "386");
|
||||||
if ($wp_obj =~ /\.o$/ && !$disabled{"whirlpool"})
|
if ($wp_obj =~ /\.o$/)
|
||||||
{
|
{
|
||||||
$cflags.=" -DWHIRLPOOL_ASM";
|
$cflags.=" -DWHIRLPOOL_ASM";
|
||||||
}
|
}
|
||||||
@@ -1544,10 +1417,6 @@ else {
|
|||||||
$wp_obj="wp_block.o";
|
$wp_obj="wp_block.o";
|
||||||
}
|
}
|
||||||
$cmll_obj=$cmll_enc unless ($cmll_obj =~ /.o$/);
|
$cmll_obj=$cmll_enc unless ($cmll_obj =~ /.o$/);
|
||||||
if ($modes_obj =~ /ghash/)
|
|
||||||
{
|
|
||||||
$cflags.=" -DGHASH_ASM";
|
|
||||||
}
|
|
||||||
|
|
||||||
# "Stringify" the C flags string. This permits it to be made part of a string
|
# "Stringify" the C flags string. This permits it to be made part of a string
|
||||||
# and works as well on command lines.
|
# and works as well on command lines.
|
||||||
@@ -1587,20 +1456,11 @@ if ($shlib_version_number =~ /(^[0-9]*)\.([0-9\.]*)/)
|
|||||||
|
|
||||||
if ($strict_warnings)
|
if ($strict_warnings)
|
||||||
{
|
{
|
||||||
my $ecc = $cc;
|
|
||||||
$ecc = "clang" if `$cc --version 2>&1` =~ /clang/;
|
|
||||||
my $wopt;
|
my $wopt;
|
||||||
die "ERROR --strict-warnings requires gcc or clang" unless ($ecc =~ /gcc$/ or $ecc =~ /clang$/);
|
die "ERROR --strict-warnings requires gcc" unless ($cc =~ /gcc$/);
|
||||||
foreach $wopt (split /\s+/, $gcc_devteam_warn)
|
foreach $wopt (split /\s+/, $gcc_devteam_warn)
|
||||||
{
|
{
|
||||||
$cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/)
|
$cflags .= " $wopt" unless ($cflags =~ /$wopt/)
|
||||||
}
|
|
||||||
if ($ecc eq "clang")
|
|
||||||
{
|
|
||||||
foreach $wopt (split /\s+/, $clang_devteam_warn)
|
|
||||||
{
|
|
||||||
$cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1671,8 +1531,6 @@ while (<IN>)
|
|||||||
s/^RMD160_ASM_OBJ=.*$/RMD160_ASM_OBJ= $rmd160_obj/;
|
s/^RMD160_ASM_OBJ=.*$/RMD160_ASM_OBJ= $rmd160_obj/;
|
||||||
s/^WP_ASM_OBJ=.*$/WP_ASM_OBJ= $wp_obj/;
|
s/^WP_ASM_OBJ=.*$/WP_ASM_OBJ= $wp_obj/;
|
||||||
s/^CMLL_ENC=.*$/CMLL_ENC= $cmll_obj/;
|
s/^CMLL_ENC=.*$/CMLL_ENC= $cmll_obj/;
|
||||||
s/^MODES_ASM_OBJ.=*$/MODES_ASM_OBJ= $modes_obj/;
|
|
||||||
s/^ENGINES_ASM_OBJ.=*$/ENGINES_ASM_OBJ= $engines_obj/;
|
|
||||||
s/^PERLASM_SCHEME=.*$/PERLASM_SCHEME= $perlasm_scheme/;
|
s/^PERLASM_SCHEME=.*$/PERLASM_SCHEME= $perlasm_scheme/;
|
||||||
s/^PROCESSOR=.*/PROCESSOR= $processor/;
|
s/^PROCESSOR=.*/PROCESSOR= $processor/;
|
||||||
s/^ARFLAGS=.*/ARFLAGS= $arflags/;
|
s/^ARFLAGS=.*/ARFLAGS= $arflags/;
|
||||||
@@ -1681,12 +1539,6 @@ while (<IN>)
|
|||||||
s/^LIBKRB5=.*/LIBKRB5=$withargs{"krb5-lib"}/;
|
s/^LIBKRB5=.*/LIBKRB5=$withargs{"krb5-lib"}/;
|
||||||
s/^LIBZLIB=.*/LIBZLIB=$withargs{"zlib-lib"}/;
|
s/^LIBZLIB=.*/LIBZLIB=$withargs{"zlib-lib"}/;
|
||||||
s/^ZLIB_INCLUDE=.*/ZLIB_INCLUDE=$withargs{"zlib-include"}/;
|
s/^ZLIB_INCLUDE=.*/ZLIB_INCLUDE=$withargs{"zlib-include"}/;
|
||||||
|
|
||||||
s/^FIPSDIR=.*/FIPSDIR=$fipsdir/;
|
|
||||||
s/^FIPSLIBDIR=.*/FIPSLIBDIR=$fipslibdir/;
|
|
||||||
s/^FIPSCANLIB=.*/FIPSCANLIB=libcrypto/ if $fips;
|
|
||||||
s/^BASEADDR=.*/BASEADDR=$baseaddr/;
|
|
||||||
|
|
||||||
s/^SHLIB_TARGET=.*/SHLIB_TARGET=$shared_target/;
|
s/^SHLIB_TARGET=.*/SHLIB_TARGET=$shared_target/;
|
||||||
s/^SHLIB_MARK=.*/SHLIB_MARK=$shared_mark/;
|
s/^SHLIB_MARK=.*/SHLIB_MARK=$shared_mark/;
|
||||||
s/^SHARED_LIBS=.*/SHARED_LIBS=\$(SHARED_CRYPTO) \$(SHARED_SSL)/ if (!$no_shared);
|
s/^SHARED_LIBS=.*/SHARED_LIBS=\$(SHARED_CRYPTO) \$(SHARED_SSL)/ if (!$no_shared);
|
||||||
@@ -1730,9 +1582,7 @@ print "RC5_ENC =$rc5_obj\n";
|
|||||||
print "MD5_OBJ_ASM =$md5_obj\n";
|
print "MD5_OBJ_ASM =$md5_obj\n";
|
||||||
print "SHA1_OBJ_ASM =$sha1_obj\n";
|
print "SHA1_OBJ_ASM =$sha1_obj\n";
|
||||||
print "RMD160_OBJ_ASM=$rmd160_obj\n";
|
print "RMD160_OBJ_ASM=$rmd160_obj\n";
|
||||||
print "CMLL_ENC =$cmll_obj\n";
|
print "CMLL_ENC= =$cmll_obj\n";
|
||||||
print "MODES_OBJ =$modes_obj\n";
|
|
||||||
print "ENGINES_OBJ =$engines_obj\n";
|
|
||||||
print "PROCESSOR =$processor\n";
|
print "PROCESSOR =$processor\n";
|
||||||
print "RANLIB =$ranlib\n";
|
print "RANLIB =$ranlib\n";
|
||||||
print "ARFLAGS =$arflags\n";
|
print "ARFLAGS =$arflags\n";
|
||||||
@@ -1794,9 +1644,6 @@ open(OUT,'>crypto/opensslconf.h.new') || die "unable to create crypto/opensslcon
|
|||||||
print OUT "/* opensslconf.h */\n";
|
print OUT "/* opensslconf.h */\n";
|
||||||
print OUT "/* WARNING: Generated automatically from opensslconf.h.in by Configure. */\n\n";
|
print OUT "/* WARNING: Generated automatically from opensslconf.h.in by Configure. */\n\n";
|
||||||
|
|
||||||
print OUT "#ifdef __cplusplus\n";
|
|
||||||
print OUT "extern \"C\" {\n";
|
|
||||||
print OUT "#endif\n";
|
|
||||||
print OUT "/* OpenSSL was configured with the following options: */\n";
|
print OUT "/* OpenSSL was configured with the following options: */\n";
|
||||||
my $openssl_algorithm_defines_trans = $openssl_algorithm_defines;
|
my $openssl_algorithm_defines_trans = $openssl_algorithm_defines;
|
||||||
$openssl_experimental_defines =~ s/^\s*#\s*define\s+OPENSSL_NO_(.*)/#ifndef OPENSSL_EXPERIMENTAL_$1\n# ifndef OPENSSL_NO_$1\n# define OPENSSL_NO_$1\n# endif\n#endif/mg;
|
$openssl_experimental_defines =~ s/^\s*#\s*define\s+OPENSSL_NO_(.*)/#ifndef OPENSSL_EXPERIMENTAL_$1\n# ifndef OPENSSL_NO_$1\n# define OPENSSL_NO_$1\n# endif\n#endif/mg;
|
||||||
@@ -1901,9 +1748,6 @@ while (<IN>)
|
|||||||
{ print OUT $_; }
|
{ print OUT $_; }
|
||||||
}
|
}
|
||||||
close(IN);
|
close(IN);
|
||||||
print OUT "#ifdef __cplusplus\n";
|
|
||||||
print OUT "}\n";
|
|
||||||
print OUT "#endif\n";
|
|
||||||
close(OUT);
|
close(OUT);
|
||||||
rename("crypto/opensslconf.h","crypto/opensslconf.h.bak") || die "unable to rename crypto/opensslconf.h\n" if -e "crypto/opensslconf.h";
|
rename("crypto/opensslconf.h","crypto/opensslconf.h.bak") || die "unable to rename crypto/opensslconf.h\n" if -e "crypto/opensslconf.h";
|
||||||
rename("crypto/opensslconf.h.new","crypto/opensslconf.h") || die "unable to rename crypto/opensslconf.h.new\n";
|
rename("crypto/opensslconf.h.new","crypto/opensslconf.h") || die "unable to rename crypto/opensslconf.h.new\n";
|
||||||
@@ -1962,7 +1806,13 @@ EOF
|
|||||||
&dofile("apps/CA.pl",'/usr/local/bin/perl','^#!/', '#!%s');
|
&dofile("apps/CA.pl",'/usr/local/bin/perl','^#!/', '#!%s');
|
||||||
}
|
}
|
||||||
if ($depflags ne $default_depflags && !$make_depend) {
|
if ($depflags ne $default_depflags && !$make_depend) {
|
||||||
$warn_make_depend++;
|
print <<EOF;
|
||||||
|
|
||||||
|
Since you've disabled or enabled at least one algorithm, you need to do
|
||||||
|
the following before building:
|
||||||
|
|
||||||
|
make depend
|
||||||
|
EOF
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2042,18 +1892,12 @@ EOF
|
|||||||
|
|
||||||
print <<\EOF if ($no_shared_warn);
|
print <<\EOF if ($no_shared_warn);
|
||||||
|
|
||||||
You gave the option 'shared', which is not supported on this platform, so
|
You gave the option 'shared'. Normally, that would give you shared libraries.
|
||||||
we will pretend you gave the option 'no-shared'. If you know how to implement
|
Unfortunately, the OpenSSL configuration doesn't include shared library support
|
||||||
shared libraries, please let us know (but please first make sure you have
|
for this platform yet, so it will pretend you gave the option 'no-shared'. If
|
||||||
tried with a current version of OpenSSL).
|
you can inform the developpers (openssl-dev\@openssl.org) how to support shared
|
||||||
EOF
|
libraries on this platform, they will at least look at it and try their best
|
||||||
|
(but please first make sure you have tried with a current version of OpenSSL).
|
||||||
print <<EOF if ($warn_make_depend);
|
|
||||||
|
|
||||||
*** Because of configuration changes, you MUST do the following before
|
|
||||||
*** building:
|
|
||||||
|
|
||||||
make depend
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
@@ -2131,8 +1975,7 @@ sub print_table_entry
|
|||||||
(my $cc,my $cflags,my $unistd,my $thread_cflag,my $sys_id,my $lflags,
|
(my $cc,my $cflags,my $unistd,my $thread_cflag,my $sys_id,my $lflags,
|
||||||
my $bn_ops,my $cpuid_obj,my $bn_obj,my $des_obj,my $aes_obj, my $bf_obj,
|
my $bn_ops,my $cpuid_obj,my $bn_obj,my $des_obj,my $aes_obj, my $bf_obj,
|
||||||
my $md5_obj,my $sha1_obj,my $cast_obj,my $rc4_obj,my $rmd160_obj,
|
my $md5_obj,my $sha1_obj,my $cast_obj,my $rc4_obj,my $rmd160_obj,
|
||||||
my $rc5_obj,my $wp_obj,my $cmll_obj,my $modes_obj, my $engines_obj,
|
my $rc5_obj,my $wp_obj,my $cmll_obj,my $perlasm_scheme,my $dso_scheme,my $shared_target,my $shared_cflag,
|
||||||
my $perlasm_scheme,my $dso_scheme,my $shared_target,my $shared_cflag,
|
|
||||||
my $shared_ldflag,my $shared_extension,my $ranlib,my $arflags,my $multilib)=
|
my $shared_ldflag,my $shared_extension,my $ranlib,my $arflags,my $multilib)=
|
||||||
split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
|
split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
|
||||||
|
|
||||||
@@ -2159,8 +2002,6 @@ sub print_table_entry
|
|||||||
\$rc5_obj = $rc5_obj
|
\$rc5_obj = $rc5_obj
|
||||||
\$wp_obj = $wp_obj
|
\$wp_obj = $wp_obj
|
||||||
\$cmll_obj = $cmll_obj
|
\$cmll_obj = $cmll_obj
|
||||||
\$modes_obj = $modes_obj
|
|
||||||
\$engines_obj = $engines_obj
|
|
||||||
\$perlasm_scheme = $perlasm_scheme
|
\$perlasm_scheme = $perlasm_scheme
|
||||||
\$dso_scheme = $dso_scheme
|
\$dso_scheme = $dso_scheme
|
||||||
\$shared_target= $shared_target
|
\$shared_target= $shared_target
|
||||||
|
|||||||
984
FAQ
984
FAQ
@@ -1,2 +1,982 @@
|
|||||||
The FAQ is now maintained on the web:
|
OpenSSL - Frequently Asked Questions
|
||||||
https://www.openssl.org/docs/faq.html
|
--------------------------------------
|
||||||
|
|
||||||
|
[MISC] Miscellaneous questions
|
||||||
|
|
||||||
|
* Which is the current version of OpenSSL?
|
||||||
|
* Where is the documentation?
|
||||||
|
* How can I contact the OpenSSL developers?
|
||||||
|
* Where can I get a compiled version of OpenSSL?
|
||||||
|
* Why aren't tools like 'autoconf' and 'libtool' used?
|
||||||
|
* What is an 'engine' version?
|
||||||
|
* How do I check the authenticity of the OpenSSL distribution?
|
||||||
|
|
||||||
|
[LEGAL] Legal questions
|
||||||
|
|
||||||
|
* Do I need patent licenses to use OpenSSL?
|
||||||
|
* Can I use OpenSSL with GPL software?
|
||||||
|
|
||||||
|
[USER] Questions on using the OpenSSL applications
|
||||||
|
|
||||||
|
* Why do I get a "PRNG not seeded" error message?
|
||||||
|
* Why do I get an "unable to write 'random state'" error message?
|
||||||
|
* How do I create certificates or certificate requests?
|
||||||
|
* Why can't I create certificate requests?
|
||||||
|
* Why does <SSL program> fail with a certificate verify error?
|
||||||
|
* Why can I only use weak ciphers when I connect to a server using OpenSSL?
|
||||||
|
* How can I create DSA certificates?
|
||||||
|
* Why can't I make an SSL connection using a DSA certificate?
|
||||||
|
* How can I remove the passphrase on a private key?
|
||||||
|
* Why can't I use OpenSSL certificates with SSL client authentication?
|
||||||
|
* Why does my browser give a warning about a mismatched hostname?
|
||||||
|
* How do I install a CA certificate into a browser?
|
||||||
|
* Why is OpenSSL x509 DN output not conformant to RFC2253?
|
||||||
|
* What is a "128 bit certificate"? Can I create one with OpenSSL?
|
||||||
|
* Why does OpenSSL set the authority key identifier extension incorrectly?
|
||||||
|
* How can I set up a bundle of commercial root CA certificates?
|
||||||
|
|
||||||
|
[BUILD] Questions about building and testing OpenSSL
|
||||||
|
|
||||||
|
* Why does the linker complain about undefined symbols?
|
||||||
|
* Why does the OpenSSL test fail with "bc: command not found"?
|
||||||
|
* Why does the OpenSSL test fail with "bc: 1 no implemented"?
|
||||||
|
* Why does the OpenSSL test fail with "bc: stack empty"?
|
||||||
|
* Why does the OpenSSL compilation fail on Alpha Tru64 Unix?
|
||||||
|
* Why does the OpenSSL compilation fail with "ar: command not found"?
|
||||||
|
* Why does the OpenSSL compilation fail on Win32 with VC++?
|
||||||
|
* What is special about OpenSSL on Redhat?
|
||||||
|
* Why does the OpenSSL compilation fail on MacOS X?
|
||||||
|
* Why does the OpenSSL test suite fail on MacOS X?
|
||||||
|
* Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]?
|
||||||
|
* Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented segment type"?
|
||||||
|
* Why does the OpenSSL test suite fail in sha512t on x86 CPU?
|
||||||
|
* Why does compiler fail to compile sha512.c?
|
||||||
|
* Test suite still fails, what to do?
|
||||||
|
|
||||||
|
[PROG] Questions about programming with OpenSSL
|
||||||
|
|
||||||
|
* Is OpenSSL thread-safe?
|
||||||
|
* I've compiled a program under Windows and it crashes: why?
|
||||||
|
* How do I read or write a DER encoded buffer using the ASN1 functions?
|
||||||
|
* OpenSSL uses DER but I need BER format: does OpenSSL support BER?
|
||||||
|
* I've tried using <M_some_evil_pkcs12_macro> and I get errors why?
|
||||||
|
* I've called <some function> and it fails, why?
|
||||||
|
* I just get a load of numbers for the error output, what do they mean?
|
||||||
|
* Why do I get errors about unknown algorithms?
|
||||||
|
* Why can't the OpenSSH configure script detect OpenSSL?
|
||||||
|
* Can I use OpenSSL's SSL library with non-blocking I/O?
|
||||||
|
* Why doesn't my server application receive a client certificate?
|
||||||
|
* Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?
|
||||||
|
* I think I've detected a memory leak, is this a bug?
|
||||||
|
* Why does Valgrind complain about the use of uninitialized data?
|
||||||
|
* Why doesn't a memory BIO work when a file does?
|
||||||
|
* Where are the declarations and implementations of d2i_X509() etc?
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
|
||||||
|
[MISC] ========================================================================
|
||||||
|
|
||||||
|
* Which is the current version of OpenSSL?
|
||||||
|
|
||||||
|
The current version is available from <URL: http://www.openssl.org>.
|
||||||
|
OpenSSL 1.0.0b was released on Nov 16th, 2010.
|
||||||
|
|
||||||
|
In addition to the current stable release, you can also access daily
|
||||||
|
snapshots of the OpenSSL development version at <URL:
|
||||||
|
ftp://ftp.openssl.org/snapshot/>, or get it by anonymous CVS access.
|
||||||
|
|
||||||
|
|
||||||
|
* Where is the documentation?
|
||||||
|
|
||||||
|
OpenSSL is a library that provides cryptographic functionality to
|
||||||
|
applications such as secure web servers. Be sure to read the
|
||||||
|
documentation of the application you want to use. The INSTALL file
|
||||||
|
explains how to install this library.
|
||||||
|
|
||||||
|
OpenSSL includes a command line utility that can be used to perform a
|
||||||
|
variety of cryptographic functions. It is described in the openssl(1)
|
||||||
|
manpage. Documentation for developers is currently being written. Many
|
||||||
|
manual pages are available; overviews over libcrypto and
|
||||||
|
libssl are given in the crypto(3) and ssl(3) manpages.
|
||||||
|
|
||||||
|
The OpenSSL manpages are installed in /usr/local/ssl/man/ (or a
|
||||||
|
different directory if you specified one as described in INSTALL).
|
||||||
|
In addition, you can read the most current versions at
|
||||||
|
<URL: http://www.openssl.org/docs/>. Note that the online documents refer
|
||||||
|
to the very latest development versions of OpenSSL and may include features
|
||||||
|
not present in released versions. If in doubt refer to the documentation
|
||||||
|
that came with the version of OpenSSL you are using.
|
||||||
|
|
||||||
|
For information on parts of libcrypto that are not yet documented, you
|
||||||
|
might want to read Ariel Glenn's documentation on SSLeay 0.9, OpenSSL's
|
||||||
|
predecessor, at <URL: http://www.columbia.edu/~ariel/ssleay/>. Much
|
||||||
|
of this still applies to OpenSSL.
|
||||||
|
|
||||||
|
There is some documentation about certificate extensions and PKCS#12
|
||||||
|
in doc/openssl.txt
|
||||||
|
|
||||||
|
The original SSLeay documentation is included in OpenSSL as
|
||||||
|
doc/ssleay.txt. It may be useful when none of the other resources
|
||||||
|
help, but please note that it reflects the obsolete version SSLeay
|
||||||
|
0.6.6.
|
||||||
|
|
||||||
|
|
||||||
|
* How can I contact the OpenSSL developers?
|
||||||
|
|
||||||
|
The README file describes how to submit bug reports and patches to
|
||||||
|
OpenSSL. Information on the OpenSSL mailing lists is available from
|
||||||
|
<URL: http://www.openssl.org>.
|
||||||
|
|
||||||
|
|
||||||
|
* Where can I get a compiled version of OpenSSL?
|
||||||
|
|
||||||
|
You can finder pointers to binary distributions in
|
||||||
|
http://www.openssl.org/related/binaries.html .
|
||||||
|
|
||||||
|
Some applications that use OpenSSL are distributed in binary form.
|
||||||
|
When using such an application, you don't need to install OpenSSL
|
||||||
|
yourself; the application will include the required parts (e.g. DLLs).
|
||||||
|
|
||||||
|
If you want to build OpenSSL on a Windows system and you don't have
|
||||||
|
a C compiler, read the "Mingw32" section of INSTALL.W32 for information
|
||||||
|
on how to obtain and install the free GNU C compiler.
|
||||||
|
|
||||||
|
A number of Linux and *BSD distributions include OpenSSL.
|
||||||
|
|
||||||
|
|
||||||
|
* Why aren't tools like 'autoconf' and 'libtool' used?
|
||||||
|
|
||||||
|
autoconf will probably be used in future OpenSSL versions. If it was
|
||||||
|
less Unix-centric, it might have been used much earlier.
|
||||||
|
|
||||||
|
* What is an 'engine' version?
|
||||||
|
|
||||||
|
With version 0.9.6 OpenSSL was extended to interface to external crypto
|
||||||
|
hardware. This was realized in a special release '0.9.6-engine'. With
|
||||||
|
version 0.9.7 the changes were merged into the main development line,
|
||||||
|
so that the special release is no longer necessary.
|
||||||
|
|
||||||
|
* How do I check the authenticity of the OpenSSL distribution?
|
||||||
|
|
||||||
|
We provide MD5 digests and ASC signatures of each tarball.
|
||||||
|
Use MD5 to check that a tarball from a mirror site is identical:
|
||||||
|
|
||||||
|
md5sum TARBALL | awk '{print $1;}' | cmp - TARBALL.md5
|
||||||
|
|
||||||
|
You can check authenticity using pgp or gpg. You need the OpenSSL team
|
||||||
|
member public key used to sign it (download it from a key server, see a
|
||||||
|
list of keys at <URL: http://www.openssl.org/about/>). Then
|
||||||
|
just do:
|
||||||
|
|
||||||
|
pgp TARBALL.asc
|
||||||
|
|
||||||
|
[LEGAL] =======================================================================
|
||||||
|
|
||||||
|
* Do I need patent licenses to use OpenSSL?
|
||||||
|
|
||||||
|
The patents section of the README file lists patents that may apply to
|
||||||
|
you if you want to use OpenSSL. For information on intellectual
|
||||||
|
property rights, please consult a lawyer. The OpenSSL team does not
|
||||||
|
offer legal advice.
|
||||||
|
|
||||||
|
You can configure OpenSSL so as not to use IDEA, MDC2 and RC5 by using
|
||||||
|
./config no-idea no-mdc2 no-rc5
|
||||||
|
|
||||||
|
|
||||||
|
* Can I use OpenSSL with GPL software?
|
||||||
|
|
||||||
|
On many systems including the major Linux and BSD distributions, yes (the
|
||||||
|
GPL does not place restrictions on using libraries that are part of the
|
||||||
|
normal operating system distribution).
|
||||||
|
|
||||||
|
On other systems, the situation is less clear. Some GPL software copyright
|
||||||
|
holders claim that you infringe on their rights if you use OpenSSL with
|
||||||
|
their software on operating systems that don't normally include OpenSSL.
|
||||||
|
|
||||||
|
If you develop open source software that uses OpenSSL, you may find it
|
||||||
|
useful to choose an other license than the GPL, or state explicitly that
|
||||||
|
"This program is released under the GPL with the additional exemption that
|
||||||
|
compiling, linking, and/or using OpenSSL is allowed." If you are using
|
||||||
|
GPL software developed by others, you may want to ask the copyright holder
|
||||||
|
for permission to use their software with OpenSSL.
|
||||||
|
|
||||||
|
|
||||||
|
[USER] ========================================================================
|
||||||
|
|
||||||
|
* Why do I get a "PRNG not seeded" error message?
|
||||||
|
|
||||||
|
Cryptographic software needs a source of unpredictable data to work
|
||||||
|
correctly. Many open source operating systems provide a "randomness
|
||||||
|
device" (/dev/urandom or /dev/random) that serves this purpose.
|
||||||
|
All OpenSSL versions try to use /dev/urandom by default; starting with
|
||||||
|
version 0.9.7, OpenSSL also tries /dev/random if /dev/urandom is not
|
||||||
|
available.
|
||||||
|
|
||||||
|
On other systems, applications have to call the RAND_add() or
|
||||||
|
RAND_seed() function with appropriate data before generating keys or
|
||||||
|
performing public key encryption. (These functions initialize the
|
||||||
|
pseudo-random number generator, PRNG.) Some broken applications do
|
||||||
|
not do this. As of version 0.9.5, the OpenSSL functions that need
|
||||||
|
randomness report an error if the random number generator has not been
|
||||||
|
seeded with at least 128 bits of randomness. If this error occurs and
|
||||||
|
is not discussed in the documentation of the application you are
|
||||||
|
using, please contact the author of that application; it is likely
|
||||||
|
that it never worked correctly. OpenSSL 0.9.5 and later make the
|
||||||
|
error visible by refusing to perform potentially insecure encryption.
|
||||||
|
|
||||||
|
If you are using Solaris 8, you can add /dev/urandom and /dev/random
|
||||||
|
devices by installing patch 112438 (Sparc) or 112439 (x86), which are
|
||||||
|
available via the Patchfinder at <URL: http://sunsolve.sun.com>
|
||||||
|
(Solaris 9 includes these devices by default). For /dev/random support
|
||||||
|
for earlier Solaris versions, see Sun's statement at
|
||||||
|
<URL: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsrdb/27606&zone_32=SUNWski>
|
||||||
|
(the SUNWski package is available in patch 105710).
|
||||||
|
|
||||||
|
On systems without /dev/urandom and /dev/random, it is a good idea to
|
||||||
|
use the Entropy Gathering Demon (EGD); see the RAND_egd() manpage for
|
||||||
|
details. Starting with version 0.9.7, OpenSSL will automatically look
|
||||||
|
for an EGD socket at /var/run/egd-pool, /dev/egd-pool, /etc/egd-pool and
|
||||||
|
/etc/entropy.
|
||||||
|
|
||||||
|
Most components of the openssl command line utility automatically try
|
||||||
|
to seed the random number generator from a file. The name of the
|
||||||
|
default seeding file is determined as follows: If environment variable
|
||||||
|
RANDFILE is set, then it names the seeding file. Otherwise if
|
||||||
|
environment variable HOME is set, then the seeding file is $HOME/.rnd.
|
||||||
|
If neither RANDFILE nor HOME is set, versions up to OpenSSL 0.9.6 will
|
||||||
|
use file .rnd in the current directory while OpenSSL 0.9.6a uses no
|
||||||
|
default seeding file at all. OpenSSL 0.9.6b and later will behave
|
||||||
|
similarly to 0.9.6a, but will use a default of "C:\" for HOME on
|
||||||
|
Windows systems if the environment variable has not been set.
|
||||||
|
|
||||||
|
If the default seeding file does not exist or is too short, the "PRNG
|
||||||
|
not seeded" error message may occur.
|
||||||
|
|
||||||
|
The openssl command line utility will write back a new state to the
|
||||||
|
default seeding file (and create this file if necessary) unless
|
||||||
|
there was no sufficient seeding.
|
||||||
|
|
||||||
|
Pointing $RANDFILE to an Entropy Gathering Daemon socket does not work.
|
||||||
|
Use the "-rand" option of the OpenSSL command line tools instead.
|
||||||
|
The $RANDFILE environment variable and $HOME/.rnd are only used by the
|
||||||
|
OpenSSL command line tools. Applications using the OpenSSL library
|
||||||
|
provide their own configuration options to specify the entropy source,
|
||||||
|
please check out the documentation coming the with application.
|
||||||
|
|
||||||
|
|
||||||
|
* Why do I get an "unable to write 'random state'" error message?
|
||||||
|
|
||||||
|
|
||||||
|
Sometimes the openssl command line utility does not abort with
|
||||||
|
a "PRNG not seeded" error message, but complains that it is
|
||||||
|
"unable to write 'random state'". This message refers to the
|
||||||
|
default seeding file (see previous answer). A possible reason
|
||||||
|
is that no default filename is known because neither RANDFILE
|
||||||
|
nor HOME is set. (Versions up to 0.9.6 used file ".rnd" in the
|
||||||
|
current directory in this case, but this has changed with 0.9.6a.)
|
||||||
|
|
||||||
|
|
||||||
|
* How do I create certificates or certificate requests?
|
||||||
|
|
||||||
|
Check out the CA.pl(1) manual page. This provides a simple wrapper round
|
||||||
|
the 'req', 'verify', 'ca' and 'pkcs12' utilities. For finer control check
|
||||||
|
out the manual pages for the individual utilities and the certificate
|
||||||
|
extensions documentation (currently in doc/openssl.txt).
|
||||||
|
|
||||||
|
|
||||||
|
* Why can't I create certificate requests?
|
||||||
|
|
||||||
|
You typically get the error:
|
||||||
|
|
||||||
|
unable to find 'distinguished_name' in config
|
||||||
|
problems making Certificate Request
|
||||||
|
|
||||||
|
This is because it can't find the configuration file. Check out the
|
||||||
|
DIAGNOSTICS section of req(1) for more information.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does <SSL program> fail with a certificate verify error?
|
||||||
|
|
||||||
|
This problem is usually indicated by log messages saying something like
|
||||||
|
"unable to get local issuer certificate" or "self signed certificate".
|
||||||
|
When a certificate is verified its root CA must be "trusted" by OpenSSL
|
||||||
|
this typically means that the CA certificate must be placed in a directory
|
||||||
|
or file and the relevant program configured to read it. The OpenSSL program
|
||||||
|
'verify' behaves in a similar way and issues similar error messages: check
|
||||||
|
the verify(1) program manual page for more information.
|
||||||
|
|
||||||
|
|
||||||
|
* Why can I only use weak ciphers when I connect to a server using OpenSSL?
|
||||||
|
|
||||||
|
This is almost certainly because you are using an old "export grade" browser
|
||||||
|
which only supports weak encryption. Upgrade your browser to support 128 bit
|
||||||
|
ciphers.
|
||||||
|
|
||||||
|
|
||||||
|
* How can I create DSA certificates?
|
||||||
|
|
||||||
|
Check the CA.pl(1) manual page for a DSA certificate example.
|
||||||
|
|
||||||
|
|
||||||
|
* Why can't I make an SSL connection to a server using a DSA certificate?
|
||||||
|
|
||||||
|
Typically you'll see a message saying there are no shared ciphers when
|
||||||
|
the same setup works fine with an RSA certificate. There are two possible
|
||||||
|
causes. The client may not support connections to DSA servers most web
|
||||||
|
browsers (including Netscape and MSIE) only support connections to servers
|
||||||
|
supporting RSA cipher suites. The other cause is that a set of DH parameters
|
||||||
|
has not been supplied to the server. DH parameters can be created with the
|
||||||
|
dhparam(1) command and loaded using the SSL_CTX_set_tmp_dh() for example:
|
||||||
|
check the source to s_server in apps/s_server.c for an example.
|
||||||
|
|
||||||
|
|
||||||
|
* How can I remove the passphrase on a private key?
|
||||||
|
|
||||||
|
Firstly you should be really *really* sure you want to do this. Leaving
|
||||||
|
a private key unencrypted is a major security risk. If you decide that
|
||||||
|
you do have to do this check the EXAMPLES sections of the rsa(1) and
|
||||||
|
dsa(1) manual pages.
|
||||||
|
|
||||||
|
|
||||||
|
* Why can't I use OpenSSL certificates with SSL client authentication?
|
||||||
|
|
||||||
|
What will typically happen is that when a server requests authentication
|
||||||
|
it will either not include your certificate or tell you that you have
|
||||||
|
no client certificates (Netscape) or present you with an empty list box
|
||||||
|
(MSIE). The reason for this is that when a server requests a client
|
||||||
|
certificate it includes a list of CAs names which it will accept. Browsers
|
||||||
|
will only let you select certificates from the list on the grounds that
|
||||||
|
there is little point presenting a certificate which the server will
|
||||||
|
reject.
|
||||||
|
|
||||||
|
The solution is to add the relevant CA certificate to your servers "trusted
|
||||||
|
CA list". How you do this depends on the server software in uses. You can
|
||||||
|
print out the servers list of acceptable CAs using the OpenSSL s_client tool:
|
||||||
|
|
||||||
|
openssl s_client -connect www.some.host:443 -prexit
|
||||||
|
|
||||||
|
If your server only requests certificates on certain URLs then you may need
|
||||||
|
to manually issue an HTTP GET command to get the list when s_client connects:
|
||||||
|
|
||||||
|
GET /some/page/needing/a/certificate.html
|
||||||
|
|
||||||
|
If your CA does not appear in the list then this confirms the problem.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does my browser give a warning about a mismatched hostname?
|
||||||
|
|
||||||
|
Browsers expect the server's hostname to match the value in the commonName
|
||||||
|
(CN) field of the certificate. If it does not then you get a warning.
|
||||||
|
|
||||||
|
|
||||||
|
* How do I install a CA certificate into a browser?
|
||||||
|
|
||||||
|
The usual way is to send the DER encoded certificate to the browser as
|
||||||
|
MIME type application/x-x509-ca-cert, for example by clicking on an appropriate
|
||||||
|
link. On MSIE certain extensions such as .der or .cacert may also work, or you
|
||||||
|
can import the certificate using the certificate import wizard.
|
||||||
|
|
||||||
|
You can convert a certificate to DER form using the command:
|
||||||
|
|
||||||
|
openssl x509 -in ca.pem -outform DER -out ca.der
|
||||||
|
|
||||||
|
Occasionally someone suggests using a command such as:
|
||||||
|
|
||||||
|
openssl pkcs12 -export -out cacert.p12 -in cacert.pem -inkey cakey.pem
|
||||||
|
|
||||||
|
DO NOT DO THIS! This command will give away your CAs private key and
|
||||||
|
reduces its security to zero: allowing anyone to forge certificates in
|
||||||
|
whatever name they choose.
|
||||||
|
|
||||||
|
* Why is OpenSSL x509 DN output not conformant to RFC2253?
|
||||||
|
|
||||||
|
The ways to print out the oneline format of the DN (Distinguished Name) have
|
||||||
|
been extended in version 0.9.7 of OpenSSL. Using the new X509_NAME_print_ex()
|
||||||
|
interface, the "-nameopt" option could be introduded. See the manual
|
||||||
|
page of the "openssl x509" commandline tool for details. The old behaviour
|
||||||
|
has however been left as default for the sake of compatibility.
|
||||||
|
|
||||||
|
* What is a "128 bit certificate"? Can I create one with OpenSSL?
|
||||||
|
|
||||||
|
The term "128 bit certificate" is a highly misleading marketing term. It does
|
||||||
|
*not* refer to the size of the public key in the certificate! A certificate
|
||||||
|
containing a 128 bit RSA key would have negligible security.
|
||||||
|
|
||||||
|
There were various other names such as "magic certificates", "SGC
|
||||||
|
certificates", "step up certificates" etc.
|
||||||
|
|
||||||
|
You can't generally create such a certificate using OpenSSL but there is no
|
||||||
|
need to any more. Nowadays web browsers using unrestricted strong encryption
|
||||||
|
are generally available.
|
||||||
|
|
||||||
|
When there were tight restrictions on the export of strong encryption
|
||||||
|
software from the US only weak encryption algorithms could be freely exported
|
||||||
|
(initially 40 bit and then 56 bit). It was widely recognised that this was
|
||||||
|
inadequate. A relaxation of the rules allowed the use of strong encryption but
|
||||||
|
only to an authorised server.
|
||||||
|
|
||||||
|
Two slighly different techniques were developed to support this, one used by
|
||||||
|
Netscape was called "step up", the other used by MSIE was called "Server Gated
|
||||||
|
Cryptography" (SGC). When a browser initially connected to a server it would
|
||||||
|
check to see if the certificate contained certain extensions and was issued by
|
||||||
|
an authorised authority. If these test succeeded it would reconnect using
|
||||||
|
strong encryption.
|
||||||
|
|
||||||
|
Only certain (initially one) certificate authorities could issue the
|
||||||
|
certificates and they generally cost more than ordinary certificates.
|
||||||
|
|
||||||
|
Although OpenSSL can create certificates containing the appropriate extensions
|
||||||
|
the certificate would not come from a permitted authority and so would not
|
||||||
|
be recognized.
|
||||||
|
|
||||||
|
The export laws were later changed to allow almost unrestricted use of strong
|
||||||
|
encryption so these certificates are now obsolete.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does OpenSSL set the authority key identifier (AKID) extension incorrectly?
|
||||||
|
|
||||||
|
It doesn't: this extension is often the cause of confusion.
|
||||||
|
|
||||||
|
Consider a certificate chain A->B->C so that A signs B and B signs C. Suppose
|
||||||
|
certificate C contains AKID.
|
||||||
|
|
||||||
|
The purpose of this extension is to identify the authority certificate B. This
|
||||||
|
can be done either by including the subject key identifier of B or its issuer
|
||||||
|
name and serial number.
|
||||||
|
|
||||||
|
In this latter case because it is identifying certifcate B it must contain the
|
||||||
|
issuer name and serial number of B.
|
||||||
|
|
||||||
|
It is often wrongly assumed that it should contain the subject name of B. If it
|
||||||
|
did this would be redundant information because it would duplicate the issuer
|
||||||
|
name of C.
|
||||||
|
|
||||||
|
|
||||||
|
* How can I set up a bundle of commercial root CA certificates?
|
||||||
|
|
||||||
|
The OpenSSL software is shipped without any root CA certificate as the
|
||||||
|
OpenSSL project does not have any policy on including or excluding
|
||||||
|
any specific CA and does not intend to set up such a policy. Deciding
|
||||||
|
about which CAs to support is up to application developers or
|
||||||
|
administrators.
|
||||||
|
|
||||||
|
Other projects do have other policies so you can for example extract the CA
|
||||||
|
bundle used by Mozilla and/or modssl as described in this article:
|
||||||
|
|
||||||
|
http://www.mail-archive.com/modssl-users@modssl.org/msg16980.html
|
||||||
|
|
||||||
|
|
||||||
|
[BUILD] =======================================================================
|
||||||
|
|
||||||
|
* Why does the linker complain about undefined symbols?
|
||||||
|
|
||||||
|
Maybe the compilation was interrupted, and make doesn't notice that
|
||||||
|
something is missing. Run "make clean; make".
|
||||||
|
|
||||||
|
If you used ./Configure instead of ./config, make sure that you
|
||||||
|
selected the right target. File formats may differ slightly between
|
||||||
|
OS versions (for example sparcv8/sparcv9, or a.out/elf).
|
||||||
|
|
||||||
|
In case you get errors about the following symbols, use the config
|
||||||
|
option "no-asm", as described in INSTALL:
|
||||||
|
|
||||||
|
BF_cbc_encrypt, BF_decrypt, BF_encrypt, CAST_cbc_encrypt,
|
||||||
|
CAST_decrypt, CAST_encrypt, RC4, RC5_32_cbc_encrypt, RC5_32_decrypt,
|
||||||
|
RC5_32_encrypt, bn_add_words, bn_div_words, bn_mul_add_words,
|
||||||
|
bn_mul_comba4, bn_mul_comba8, bn_mul_words, bn_sqr_comba4,
|
||||||
|
bn_sqr_comba8, bn_sqr_words, bn_sub_words, des_decrypt3,
|
||||||
|
des_ede3_cbc_encrypt, des_encrypt, des_encrypt2, des_encrypt3,
|
||||||
|
des_ncbc_encrypt, md5_block_asm_host_order, sha1_block_asm_data_order
|
||||||
|
|
||||||
|
If none of these helps, you may want to try using the current snapshot.
|
||||||
|
If the problem persists, please submit a bug report.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL test fail with "bc: command not found"?
|
||||||
|
|
||||||
|
You didn't install "bc", the Unix calculator. If you want to run the
|
||||||
|
tests, get GNU bc from ftp://ftp.gnu.org or from your OS distributor.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL test fail with "bc: 1 no implemented"?
|
||||||
|
|
||||||
|
On some SCO installations or versions, bc has a bug that gets triggered
|
||||||
|
when you run the test suite (using "make test"). The message returned is
|
||||||
|
"bc: 1 not implemented".
|
||||||
|
|
||||||
|
The best way to deal with this is to find another implementation of bc
|
||||||
|
and compile/install it. GNU bc (see http://www.gnu.org/software/software.html
|
||||||
|
for download instructions) can be safely used, for example.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL test fail with "bc: stack empty"?
|
||||||
|
|
||||||
|
On some DG/ux versions, bc seems to have a too small stack for calculations
|
||||||
|
that the OpenSSL bntest throws at it. This gets triggered when you run the
|
||||||
|
test suite (using "make test"). The message returned is "bc: stack empty".
|
||||||
|
|
||||||
|
The best way to deal with this is to find another implementation of bc
|
||||||
|
and compile/install it. GNU bc (see http://www.gnu.org/software/software.html
|
||||||
|
for download instructions) can be safely used, for example.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL compilation fail on Alpha Tru64 Unix?
|
||||||
|
|
||||||
|
On some Alpha installations running Tru64 Unix and Compaq C, the compilation
|
||||||
|
of crypto/sha/sha_dgst.c fails with the message 'Fatal: Insufficient virtual
|
||||||
|
memory to continue compilation.' As far as the tests have shown, this may be
|
||||||
|
a compiler bug. What happens is that it eats up a lot of resident memory
|
||||||
|
to build something, probably a table. The problem is clearly in the
|
||||||
|
optimization code, because if one eliminates optimization completely (-O0),
|
||||||
|
the compilation goes through (and the compiler consumes about 2MB of resident
|
||||||
|
memory instead of 240MB or whatever one's limit is currently).
|
||||||
|
|
||||||
|
There are three options to solve this problem:
|
||||||
|
|
||||||
|
1. set your current data segment size soft limit higher. Experience shows
|
||||||
|
that about 241000 kbytes seems to be enough on an AlphaServer DS10. You do
|
||||||
|
this with the command 'ulimit -Sd nnnnnn', where 'nnnnnn' is the number of
|
||||||
|
kbytes to set the limit to.
|
||||||
|
|
||||||
|
2. If you have a hard limit that is lower than what you need and you can't
|
||||||
|
get it changed, you can compile all of OpenSSL with -O0 as optimization
|
||||||
|
level. This is however not a very nice thing to do for those who expect to
|
||||||
|
get the best result from OpenSSL. A bit more complicated solution is the
|
||||||
|
following:
|
||||||
|
|
||||||
|
----- snip:start -----
|
||||||
|
make DIRS=crypto SDIRS=sha "`grep '^CFLAG=' Makefile.ssl | \
|
||||||
|
sed -e 's/ -O[0-9] / -O0 /'`"
|
||||||
|
rm `ls crypto/*.o crypto/sha/*.o | grep -v 'sha_dgst\.o'`
|
||||||
|
make
|
||||||
|
----- snip:end -----
|
||||||
|
|
||||||
|
This will only compile sha_dgst.c with -O0, the rest with the optimization
|
||||||
|
level chosen by the configuration process. When the above is done, do the
|
||||||
|
test and installation and you're set.
|
||||||
|
|
||||||
|
3. Reconfigure the toolkit with no-sha0 option to leave out SHA0. It
|
||||||
|
should not be used and is not used in SSL/TLS nor any other recognized
|
||||||
|
protocol in either case.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL compilation fail with "ar: command not found"?
|
||||||
|
|
||||||
|
Getting this message is quite usual on Solaris 2, because Sun has hidden
|
||||||
|
away 'ar' and other development commands in directories that aren't in
|
||||||
|
$PATH by default. One of those directories is '/usr/ccs/bin'. The
|
||||||
|
quickest way to fix this is to do the following (it assumes you use sh
|
||||||
|
or any sh-compatible shell):
|
||||||
|
|
||||||
|
----- snip:start -----
|
||||||
|
PATH=${PATH}:/usr/ccs/bin; export PATH
|
||||||
|
----- snip:end -----
|
||||||
|
|
||||||
|
and then redo the compilation. What you should really do is make sure
|
||||||
|
'/usr/ccs/bin' is permanently in your $PATH, for example through your
|
||||||
|
'.profile' (again, assuming you use a sh-compatible shell).
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL compilation fail on Win32 with VC++?
|
||||||
|
|
||||||
|
Sometimes, you may get reports from VC++ command line (cl) that it
|
||||||
|
can't find standard include files like stdio.h and other weirdnesses.
|
||||||
|
One possible cause is that the environment isn't correctly set up.
|
||||||
|
To solve that problem for VC++ versions up to 6, one should run
|
||||||
|
VCVARS32.BAT which is found in the 'bin' subdirectory of the VC++
|
||||||
|
installation directory (somewhere under 'Program Files'). For VC++
|
||||||
|
version 7 (and up?), which is also called VS.NET, the file is called
|
||||||
|
VSVARS32.BAT instead.
|
||||||
|
This needs to be done prior to running NMAKE, and the changes are only
|
||||||
|
valid for the current DOS session.
|
||||||
|
|
||||||
|
|
||||||
|
* What is special about OpenSSL on Redhat?
|
||||||
|
|
||||||
|
Red Hat Linux (release 7.0 and later) include a preinstalled limited
|
||||||
|
version of OpenSSL. For patent reasons, support for IDEA, RC5 and MDC2
|
||||||
|
is disabled in this version. The same may apply to other Linux distributions.
|
||||||
|
Users may therefore wish to install more or all of the features left out.
|
||||||
|
|
||||||
|
To do this you MUST ensure that you do not overwrite the openssl that is in
|
||||||
|
/usr/bin on your Red Hat machine. Several packages depend on this file,
|
||||||
|
including sendmail and ssh. /usr/local/bin is a good alternative choice. The
|
||||||
|
libraries that come with Red Hat 7.0 onwards have different names and so are
|
||||||
|
not affected. (eg For Red Hat 7.2 they are /lib/libssl.so.0.9.6b and
|
||||||
|
/lib/libcrypto.so.0.9.6b with symlinks /lib/libssl.so.2 and
|
||||||
|
/lib/libcrypto.so.2 respectively).
|
||||||
|
|
||||||
|
Please note that we have been advised by Red Hat attempting to recompile the
|
||||||
|
openssl rpm with all the cryptography enabled will not work. All other
|
||||||
|
packages depend on the original Red Hat supplied openssl package. It is also
|
||||||
|
worth noting that due to the way Red Hat supplies its packages, updates to
|
||||||
|
openssl on each distribution never change the package version, only the
|
||||||
|
build number. For example, on Red Hat 7.1, the latest openssl package has
|
||||||
|
version number 0.9.6 and build number 9 even though it contains all the
|
||||||
|
relevant updates in packages up to and including 0.9.6b.
|
||||||
|
|
||||||
|
A possible way around this is to persuade Red Hat to produce a non-US
|
||||||
|
version of Red Hat Linux.
|
||||||
|
|
||||||
|
FYI: Patent numbers and expiry dates of US patents:
|
||||||
|
MDC-2: 4,908,861 13/03/2007
|
||||||
|
IDEA: 5,214,703 25/05/2010
|
||||||
|
RC5: 5,724,428 03/03/2015
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL compilation fail on MacOS X?
|
||||||
|
|
||||||
|
If the failure happens when trying to build the "openssl" binary, with
|
||||||
|
a large number of undefined symbols, it's very probable that you have
|
||||||
|
OpenSSL 0.9.6b delivered with the operating system (you can find out by
|
||||||
|
running '/usr/bin/openssl version') and that you were trying to build
|
||||||
|
OpenSSL 0.9.7 or newer. The problem is that the loader ('ld') in
|
||||||
|
MacOS X has a misfeature that's quite difficult to go around.
|
||||||
|
Look in the file PROBLEMS for a more detailed explanation and for possible
|
||||||
|
solutions.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does the OpenSSL test suite fail on MacOS X?
|
||||||
|
|
||||||
|
If the failure happens when running 'make test' and the RC4 test fails,
|
||||||
|
it's very probable that you have OpenSSL 0.9.6b delivered with the
|
||||||
|
operating system (you can find out by running '/usr/bin/openssl version')
|
||||||
|
and that you were trying to build OpenSSL 0.9.6d. The problem is that
|
||||||
|
the loader ('ld') in MacOS X has a misfeature that's quite difficult to
|
||||||
|
go around and has linked the programs "openssl" and the test programs
|
||||||
|
with /usr/lib/libcrypto.dylib and /usr/lib/libssl.dylib instead of the
|
||||||
|
libraries you just built.
|
||||||
|
Look in the file PROBLEMS for a more detailed explanation and for possible
|
||||||
|
solutions.
|
||||||
|
|
||||||
|
* Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]?
|
||||||
|
|
||||||
|
Failure in BN_sqr test is most likely caused by a failure to configure the
|
||||||
|
toolkit for current platform or lack of support for the platform in question.
|
||||||
|
Run './config -t' and './apps/openssl version -p'. Do these platform
|
||||||
|
identifiers match? If they don't, then you most likely failed to run
|
||||||
|
./config and you're hereby advised to do so before filing a bug report.
|
||||||
|
If ./config itself fails to run, then it's most likely problem with your
|
||||||
|
local environment and you should turn to your system administrator (or
|
||||||
|
similar). If identifiers match (and/or no alternative identifier is
|
||||||
|
suggested by ./config script), then the platform is unsupported. There might
|
||||||
|
or might not be a workaround. Most notably on SPARC64 platforms with GNU
|
||||||
|
C compiler you should be able to produce a working build by running
|
||||||
|
'./config -m32'. I understand that -m32 might not be what you want/need,
|
||||||
|
but the build should be operational. For further details turn to
|
||||||
|
<openssl-dev@openssl.org>.
|
||||||
|
|
||||||
|
* Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented segment type"?
|
||||||
|
|
||||||
|
As of 0.9.7 assembler routines were overhauled for position independence
|
||||||
|
of the machine code, which is essential for shared library support. For
|
||||||
|
some reason OpenBSD is equipped with an out-of-date GNU assembler which
|
||||||
|
finds the new code offensive. To work around the problem, configure with
|
||||||
|
no-asm (and sacrifice a great deal of performance) or patch your assembler
|
||||||
|
according to <URL: http://www.openssl.org/~appro/gas-1.92.3.OpenBSD.patch>.
|
||||||
|
For your convenience a pre-compiled replacement binary is provided at
|
||||||
|
<URL: http://www.openssl.org/~appro/gas-1.92.3.static.aout.bin>.
|
||||||
|
Reportedly elder *BSD a.out platforms also suffer from this problem and
|
||||||
|
remedy should be same. Provided binary is statically linked and should be
|
||||||
|
working across wider range of *BSD branches, not just OpenBSD.
|
||||||
|
|
||||||
|
* Why does the OpenSSL test suite fail in sha512t on x86 CPU?
|
||||||
|
|
||||||
|
If the test program in question fails withs SIGILL, Illegal Instruction
|
||||||
|
exception, then you more than likely to run SSE2-capable CPU, such as
|
||||||
|
Intel P4, under control of kernel which does not support SSE2
|
||||||
|
instruction extentions. See accompanying INSTALL file and
|
||||||
|
OPENSSL_ia32cap(3) documentation page for further information.
|
||||||
|
|
||||||
|
* Why does compiler fail to compile sha512.c?
|
||||||
|
|
||||||
|
OpenSSL SHA-512 implementation depends on compiler support for 64-bit
|
||||||
|
integer type. Few elder compilers [ULTRIX cc, SCO compiler to mention a
|
||||||
|
couple] lack support for this and therefore are incapable of compiling
|
||||||
|
the module in question. The recommendation is to disable SHA-512 by
|
||||||
|
adding no-sha512 to ./config [or ./Configure] command line. Another
|
||||||
|
possible alternative might be to switch to GCC.
|
||||||
|
|
||||||
|
* Test suite still fails, what to do?
|
||||||
|
|
||||||
|
Another common reason for failure to complete some particular test is
|
||||||
|
simply bad code generated by a buggy component in toolchain or deficiency
|
||||||
|
in run-time environment. There are few cases documented in PROBLEMS file,
|
||||||
|
consult it for possible workaround before you beat the drum. Even if you
|
||||||
|
don't find solution or even mention there, do reserve for possibility of
|
||||||
|
a compiler bug. Compiler bugs might appear in rather bizarre ways, they
|
||||||
|
never make sense, and tend to emerge when you least expect them. In order
|
||||||
|
to identify one, drop optimization level, e.g. by editing CFLAG line in
|
||||||
|
top-level Makefile, recompile and re-run the test.
|
||||||
|
|
||||||
|
[PROG] ========================================================================
|
||||||
|
|
||||||
|
* Is OpenSSL thread-safe?
|
||||||
|
|
||||||
|
Yes (with limitations: an SSL connection may not concurrently be used
|
||||||
|
by multiple threads). On Windows and many Unix systems, OpenSSL
|
||||||
|
automatically uses the multi-threaded versions of the standard
|
||||||
|
libraries. If your platform is not one of these, consult the INSTALL
|
||||||
|
file.
|
||||||
|
|
||||||
|
Multi-threaded applications must provide two callback functions to
|
||||||
|
OpenSSL by calling CRYPTO_set_locking_callback() and
|
||||||
|
CRYPTO_set_id_callback(), for all versions of OpenSSL up to and
|
||||||
|
including 0.9.8[abc...]. As of version 1.0.0, CRYPTO_set_id_callback()
|
||||||
|
and associated APIs are deprecated by CRYPTO_THREADID_set_callback()
|
||||||
|
and friends. This is described in the threads(3) manpage.
|
||||||
|
|
||||||
|
* I've compiled a program under Windows and it crashes: why?
|
||||||
|
|
||||||
|
This is usually because you've missed the comment in INSTALL.W32.
|
||||||
|
Your application must link against the same version of the Win32
|
||||||
|
C-Runtime against which your openssl libraries were linked. The
|
||||||
|
default version for OpenSSL is /MD - "Multithreaded DLL".
|
||||||
|
|
||||||
|
If you are using Microsoft Visual C++'s IDE (Visual Studio), in
|
||||||
|
many cases, your new project most likely defaulted to "Debug
|
||||||
|
Singlethreaded" - /ML. This is NOT interchangeable with /MD and your
|
||||||
|
program will crash, typically on the first BIO related read or write
|
||||||
|
operation.
|
||||||
|
|
||||||
|
For each of the six possible link stage configurations within Win32,
|
||||||
|
your application must link against the same by which OpenSSL was
|
||||||
|
built. If you are using MS Visual C++ (Studio) this can be changed
|
||||||
|
by:
|
||||||
|
|
||||||
|
1. Select Settings... from the Project Menu.
|
||||||
|
2. Select the C/C++ Tab.
|
||||||
|
3. Select "Code Generation from the "Category" drop down list box
|
||||||
|
4. Select the Appropriate library (see table below) from the "Use
|
||||||
|
run-time library" drop down list box. Perform this step for both
|
||||||
|
your debug and release versions of your application (look at the
|
||||||
|
top left of the settings panel to change between the two)
|
||||||
|
|
||||||
|
Single Threaded /ML - MS VC++ often defaults to
|
||||||
|
this for the release
|
||||||
|
version of a new project.
|
||||||
|
Debug Single Threaded /MLd - MS VC++ often defaults to
|
||||||
|
this for the debug version
|
||||||
|
of a new project.
|
||||||
|
Multithreaded /MT
|
||||||
|
Debug Multithreaded /MTd
|
||||||
|
Multithreaded DLL /MD - OpenSSL defaults to this.
|
||||||
|
Debug Multithreaded DLL /MDd
|
||||||
|
|
||||||
|
Note that debug and release libraries are NOT interchangeable. If you
|
||||||
|
built OpenSSL with /MD your application must use /MD and cannot use /MDd.
|
||||||
|
|
||||||
|
As per 0.9.8 the above limitation is eliminated for .DLLs. OpenSSL
|
||||||
|
.DLLs compiled with some specific run-time option [we insist on the
|
||||||
|
default /MD] can be deployed with application compiled with different
|
||||||
|
option or even different compiler. But there is a catch! Instead of
|
||||||
|
re-compiling OpenSSL toolkit, as you would have to with prior versions,
|
||||||
|
you have to compile small C snippet with compiler and/or options of
|
||||||
|
your choice. The snippet gets installed as
|
||||||
|
<install-root>/include/openssl/applink.c and should be either added to
|
||||||
|
your application project or simply #include-d in one [and only one]
|
||||||
|
of your application source files. Failure to link this shim module
|
||||||
|
into your application manifests itself as fatal "no OPENSSL_Applink"
|
||||||
|
run-time error. An explicit reminder is due that in this situation
|
||||||
|
[mixing compiler options] it is as important to add CRYPTO_malloc_init
|
||||||
|
prior first call to OpenSSL.
|
||||||
|
|
||||||
|
* How do I read or write a DER encoded buffer using the ASN1 functions?
|
||||||
|
|
||||||
|
You have two options. You can either use a memory BIO in conjunction
|
||||||
|
with the i2d_*_bio() or d2i_*_bio() functions or you can use the
|
||||||
|
i2d_*(), d2i_*() functions directly. Since these are often the
|
||||||
|
cause of grief here are some code fragments using PKCS7 as an example:
|
||||||
|
|
||||||
|
unsigned char *buf, *p;
|
||||||
|
int len;
|
||||||
|
|
||||||
|
len = i2d_PKCS7(p7, NULL);
|
||||||
|
buf = OPENSSL_malloc(len); /* or Malloc, error checking omitted */
|
||||||
|
p = buf;
|
||||||
|
i2d_PKCS7(p7, &p);
|
||||||
|
|
||||||
|
At this point buf contains the len bytes of the DER encoding of
|
||||||
|
p7.
|
||||||
|
|
||||||
|
The opposite assumes we already have len bytes in buf:
|
||||||
|
|
||||||
|
unsigned char *p;
|
||||||
|
p = buf;
|
||||||
|
p7 = d2i_PKCS7(NULL, &p, len);
|
||||||
|
|
||||||
|
At this point p7 contains a valid PKCS7 structure of NULL if an error
|
||||||
|
occurred. If an error occurred ERR_print_errors(bio) should give more
|
||||||
|
information.
|
||||||
|
|
||||||
|
The reason for the temporary variable 'p' is that the ASN1 functions
|
||||||
|
increment the passed pointer so it is ready to read or write the next
|
||||||
|
structure. This is often a cause of problems: without the temporary
|
||||||
|
variable the buffer pointer is changed to point just after the data
|
||||||
|
that has been read or written. This may well be uninitialized data
|
||||||
|
and attempts to free the buffer will have unpredictable results
|
||||||
|
because it no longer points to the same address.
|
||||||
|
|
||||||
|
|
||||||
|
* OpenSSL uses DER but I need BER format: does OpenSSL support BER?
|
||||||
|
|
||||||
|
The short answer is yes, because DER is a special case of BER and OpenSSL
|
||||||
|
ASN1 decoders can process BER.
|
||||||
|
|
||||||
|
The longer answer is that ASN1 structures can be encoded in a number of
|
||||||
|
different ways. One set of ways is the Basic Encoding Rules (BER) with various
|
||||||
|
permissible encodings. A restriction of BER is the Distinguished Encoding
|
||||||
|
Rules (DER): these uniquely specify how a given structure is encoded.
|
||||||
|
|
||||||
|
Therefore, because DER is a special case of BER, DER is an acceptable encoding
|
||||||
|
for BER.
|
||||||
|
|
||||||
|
|
||||||
|
* I've tried using <M_some_evil_pkcs12_macro> and I get errors why?
|
||||||
|
|
||||||
|
This usually happens when you try compiling something using the PKCS#12
|
||||||
|
macros with a C++ compiler. There is hardly ever any need to use the
|
||||||
|
PKCS#12 macros in a program, it is much easier to parse and create
|
||||||
|
PKCS#12 files using the PKCS12_parse() and PKCS12_create() functions
|
||||||
|
documented in doc/openssl.txt and with examples in demos/pkcs12. The
|
||||||
|
'pkcs12' application has to use the macros because it prints out
|
||||||
|
debugging information.
|
||||||
|
|
||||||
|
|
||||||
|
* I've called <some function> and it fails, why?
|
||||||
|
|
||||||
|
Before submitting a report or asking in one of the mailing lists, you
|
||||||
|
should try to determine the cause. In particular, you should call
|
||||||
|
ERR_print_errors() or ERR_print_errors_fp() after the failed call
|
||||||
|
and see if the message helps. Note that the problem may occur earlier
|
||||||
|
than you think -- you should check for errors after every call where
|
||||||
|
it is possible, otherwise the actual problem may be hidden because
|
||||||
|
some OpenSSL functions clear the error state.
|
||||||
|
|
||||||
|
|
||||||
|
* I just get a load of numbers for the error output, what do they mean?
|
||||||
|
|
||||||
|
The actual format is described in the ERR_print_errors() manual page.
|
||||||
|
You should call the function ERR_load_crypto_strings() before hand and
|
||||||
|
the message will be output in text form. If you can't do this (for example
|
||||||
|
it is a pre-compiled binary) you can use the errstr utility on the error
|
||||||
|
code itself (the hex digits after the second colon).
|
||||||
|
|
||||||
|
|
||||||
|
* Why do I get errors about unknown algorithms?
|
||||||
|
|
||||||
|
The cause is forgetting to load OpenSSL's table of algorithms with
|
||||||
|
OpenSSL_add_all_algorithms(). See the manual page for more information. This
|
||||||
|
can cause several problems such as being unable to read in an encrypted
|
||||||
|
PEM file, unable to decrypt a PKCS#12 file or signature failure when
|
||||||
|
verifying certificates.
|
||||||
|
|
||||||
|
* Why can't the OpenSSH configure script detect OpenSSL?
|
||||||
|
|
||||||
|
Several reasons for problems with the automatic detection exist.
|
||||||
|
OpenSSH requires at least version 0.9.5a of the OpenSSL libraries.
|
||||||
|
Sometimes the distribution has installed an older version in the system
|
||||||
|
locations that is detected instead of a new one installed. The OpenSSL
|
||||||
|
library might have been compiled for another CPU or another mode (32/64 bits).
|
||||||
|
Permissions might be wrong.
|
||||||
|
|
||||||
|
The general answer is to check the config.log file generated when running
|
||||||
|
the OpenSSH configure script. It should contain the detailed information
|
||||||
|
on why the OpenSSL library was not detected or considered incompatible.
|
||||||
|
|
||||||
|
|
||||||
|
* Can I use OpenSSL's SSL library with non-blocking I/O?
|
||||||
|
|
||||||
|
Yes; make sure to read the SSL_get_error(3) manual page!
|
||||||
|
|
||||||
|
A pitfall to avoid: Don't assume that SSL_read() will just read from
|
||||||
|
the underlying transport or that SSL_write() will just write to it --
|
||||||
|
it is also possible that SSL_write() cannot do any useful work until
|
||||||
|
there is data to read, or that SSL_read() cannot do anything until it
|
||||||
|
is possible to send data. One reason for this is that the peer may
|
||||||
|
request a new TLS/SSL handshake at any time during the protocol,
|
||||||
|
requiring a bi-directional message exchange; both SSL_read() and
|
||||||
|
SSL_write() will try to continue any pending handshake.
|
||||||
|
|
||||||
|
|
||||||
|
* Why doesn't my server application receive a client certificate?
|
||||||
|
|
||||||
|
Due to the TLS protocol definition, a client will only send a certificate,
|
||||||
|
if explicitly asked by the server. Use the SSL_VERIFY_PEER flag of the
|
||||||
|
SSL_CTX_set_verify() function to enable the use of client certificates.
|
||||||
|
|
||||||
|
|
||||||
|
* Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?
|
||||||
|
|
||||||
|
For OpenSSL 0.9.7 the OID table was extended and corrected. In earlier
|
||||||
|
versions, uniqueIdentifier was incorrectly used for X.509 certificates.
|
||||||
|
The correct name according to RFC2256 (LDAP) is x500UniqueIdentifier.
|
||||||
|
Change your code to use the new name when compiling against OpenSSL 0.9.7.
|
||||||
|
|
||||||
|
|
||||||
|
* I think I've detected a memory leak, is this a bug?
|
||||||
|
|
||||||
|
In most cases the cause of an apparent memory leak is an OpenSSL internal table
|
||||||
|
that is allocated when an application starts up. Since such tables do not grow
|
||||||
|
in size over time they are harmless.
|
||||||
|
|
||||||
|
These internal tables can be freed up when an application closes using various
|
||||||
|
functions. Currently these include following:
|
||||||
|
|
||||||
|
Thread-local cleanup functions:
|
||||||
|
|
||||||
|
ERR_remove_state()
|
||||||
|
|
||||||
|
Application-global cleanup functions that are aware of usage (and therefore
|
||||||
|
thread-safe):
|
||||||
|
|
||||||
|
ENGINE_cleanup() and CONF_modules_unload()
|
||||||
|
|
||||||
|
"Brutal" (thread-unsafe) Application-global cleanup functions:
|
||||||
|
|
||||||
|
ERR_free_strings(), EVP_cleanup() and CRYPTO_cleanup_all_ex_data().
|
||||||
|
|
||||||
|
|
||||||
|
* Why does Valgrind complain about the use of uninitialized data?
|
||||||
|
|
||||||
|
When OpenSSL's PRNG routines are called to generate random numbers the supplied
|
||||||
|
buffer contents are mixed into the entropy pool: so it technically does not
|
||||||
|
matter whether the buffer is initialized at this point or not. Valgrind (and
|
||||||
|
other test tools) will complain about this. When using Valgrind, make sure the
|
||||||
|
OpenSSL library has been compiled with the PURIFY macro defined (-DPURIFY)
|
||||||
|
to get rid of these warnings.
|
||||||
|
|
||||||
|
|
||||||
|
* Why doesn't a memory BIO work when a file does?
|
||||||
|
|
||||||
|
This can occur in several cases for example reading an S/MIME email message.
|
||||||
|
The reason is that a memory BIO can do one of two things when all the data
|
||||||
|
has been read from it.
|
||||||
|
|
||||||
|
The default behaviour is to indicate that no more data is available and that
|
||||||
|
the call should be retried, this is to allow the application to fill up the BIO
|
||||||
|
again if necessary.
|
||||||
|
|
||||||
|
Alternatively it can indicate that no more data is available and that EOF has
|
||||||
|
been reached.
|
||||||
|
|
||||||
|
If a memory BIO is to behave in the same way as a file this second behaviour
|
||||||
|
is needed. This must be done by calling:
|
||||||
|
|
||||||
|
BIO_set_mem_eof_return(bio, 0);
|
||||||
|
|
||||||
|
See the manual pages for more details.
|
||||||
|
|
||||||
|
|
||||||
|
* Where are the declarations and implementations of d2i_X509() etc?
|
||||||
|
|
||||||
|
These are defined and implemented by macros of the form:
|
||||||
|
|
||||||
|
|
||||||
|
DECLARE_ASN1_FUNCTIONS(X509) and IMPLEMENT_ASN1_FUNCTIONS(X509)
|
||||||
|
|
||||||
|
The implementation passes an ASN1 "template" defining the structure into an
|
||||||
|
ASN1 interpreter using generalised functions such as ASN1_item_d2i().
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
|||||||
8
INSTALL
8
INSTALL
@@ -164,10 +164,10 @@
|
|||||||
standard headers). If it is a problem with OpenSSL itself, please
|
standard headers). If it is a problem with OpenSSL itself, please
|
||||||
report the problem to <openssl-bugs@openssl.org> (note that your
|
report the problem to <openssl-bugs@openssl.org> (note that your
|
||||||
message will be recorded in the request tracker publicly readable
|
message will be recorded in the request tracker publicly readable
|
||||||
at https://www.openssl.org/community/index.html#bugs and will be
|
via http://www.openssl.org/support/rt.html and will be forwarded to a
|
||||||
forwarded to a public mailing list). Include the output of "make
|
public mailing list). Include the output of "make report" in your message.
|
||||||
report" in your message. Please check out the request tracker. Maybe
|
Please check out the request tracker. Maybe the bug was already
|
||||||
the bug was already reported or has already been fixed.
|
reported or has already been fixed.
|
||||||
|
|
||||||
[If you encounter assembler error messages, try the "no-asm"
|
[If you encounter assembler error messages, try the "no-asm"
|
||||||
configuration option as an immediate fix.]
|
configuration option as an immediate fix.]
|
||||||
|
|||||||
52
INSTALL.VMS
52
INSTALL.VMS
@@ -71,7 +71,7 @@ the top to understand how to use them. However, if you want to
|
|||||||
compile all you can get, the simplest is to use MAKEVMS.COM in the top
|
compile all you can get, the simplest is to use MAKEVMS.COM in the top
|
||||||
directory. The syntax is the following:
|
directory. The syntax is the following:
|
||||||
|
|
||||||
@MAKEVMS <option> <bits> <debug-p> [<compiler>]
|
@MAKEVMS <option> <rsaref-p> <debug-p> [<compiler>]
|
||||||
|
|
||||||
<option> must be one of the following:
|
<option> must be one of the following:
|
||||||
|
|
||||||
@@ -87,11 +87,24 @@ directory. The syntax is the following:
|
|||||||
TEST Just build the "[.xxx.EXE.TEST]" test programs for OpenSSL.
|
TEST Just build the "[.xxx.EXE.TEST]" test programs for OpenSSL.
|
||||||
APPS Just build the "[.xxx.EXE.APPS]" application programs for OpenSSL.
|
APPS Just build the "[.xxx.EXE.APPS]" application programs for OpenSSL.
|
||||||
|
|
||||||
<bits> must be one of the following:
|
<rsaref-p> must be one of the following:
|
||||||
|
|
||||||
"" compile using default pointer size
|
RSAREF compile using the RSAREF Library
|
||||||
32 compile using 32 bit pointer size
|
NORSAREF compile without using RSAREF
|
||||||
64 compile using 64 bit pointer size
|
|
||||||
|
Note 0: The RSAREF library IS NO LONGER NEEDED. The RSA patent
|
||||||
|
expires September 20, 2000, and RSA Security chose to make
|
||||||
|
the algorithm public domain two weeks before that.
|
||||||
|
|
||||||
|
Note 1: If you still want to use RSAREF, the library is NOT INCLUDED
|
||||||
|
and you have to download it. RSA Security doesn't carry it
|
||||||
|
any more, but there are a number of places where you can find
|
||||||
|
it. You have to get the ".tar-Z" file as the ".zip" file
|
||||||
|
doesn't have the directory structure stored. You have to
|
||||||
|
extract the file into the [.RSAREF] directory as that is where
|
||||||
|
the scripts will look for the files.
|
||||||
|
|
||||||
|
Note 2: I have never done this, so I've no idea if it works or not.
|
||||||
|
|
||||||
<debug-p> must be one of the following:
|
<debug-p> must be one of the following:
|
||||||
|
|
||||||
@@ -104,13 +117,12 @@ directory. The syntax is the following:
|
|||||||
GNUC For GNU C.
|
GNUC For GNU C.
|
||||||
|
|
||||||
|
|
||||||
You will find the crypto library in [.xxx.EXE.CRYPTO] (where xxx is VAX,
|
You will find the crypto library in [.xxx.EXE.CRYPTO], called LIBCRYPTO.OLB,
|
||||||
ALPHA or IA64), called SSL_LIBCRYPTO32.OLB or SSL_LIBCRYPTO.OLB depending
|
where xxx is VAX or AXP. You will find the SSL library in [.xxx.EXE.SSL],
|
||||||
on how it was built. You will find the SSL library in [.xxx.EXE.SSL],
|
named LIBSSL.OLB, and you will find a bunch of useful programs in
|
||||||
named SSL_LIBSSL32.OLB or SSL_LIBSSL.OLB, and you will find a bunch of
|
[.xxx.EXE.APPS]. However, these shouldn't be used right off unless it's
|
||||||
useful programs in [.xxx.EXE.APPS]. However, these shouldn't be used
|
just to test them. For production use, make sure you install first, see
|
||||||
right off unless it's just to test them. For production use, make sure
|
Installation below.
|
||||||
you install first, see Installation below.
|
|
||||||
|
|
||||||
Note 1: Some programs in this package require a TCP/IP library.
|
Note 1: Some programs in this package require a TCP/IP library.
|
||||||
|
|
||||||
@@ -158,14 +170,12 @@ Installation:
|
|||||||
|
|
||||||
Installation is easy, just do the following:
|
Installation is easy, just do the following:
|
||||||
|
|
||||||
@INSTALL <root> <bits>
|
@INSTALL <root>
|
||||||
|
|
||||||
<root> is the directory in which everything will be installed,
|
<root> is the directory in which everything will be installed,
|
||||||
subdirectories, libraries, header files, programs and startup command
|
subdirectories, libraries, header files, programs and startup command
|
||||||
procedures.
|
procedures.
|
||||||
|
|
||||||
<bits> works the same way as for MAKEVMS.COM
|
|
||||||
|
|
||||||
N.B.: INSTALL.COM builds a new directory structure, different from
|
N.B.: INSTALL.COM builds a new directory structure, different from
|
||||||
the directory tree where you have now build OpenSSL.
|
the directory tree where you have now build OpenSSL.
|
||||||
|
|
||||||
@@ -186,10 +196,6 @@ following command procedures:
|
|||||||
sets up the symbols to the applications. Should be called
|
sets up the symbols to the applications. Should be called
|
||||||
from for example SYS$MANAGER:SYLOGIN.COM
|
from for example SYS$MANAGER:SYLOGIN.COM
|
||||||
|
|
||||||
OPENSSL_UNDO.COM
|
|
||||||
|
|
||||||
deassigns the logical names created with OPENSSL_STARTUP.COM.
|
|
||||||
|
|
||||||
The logical names that are set up are the following:
|
The logical names that are set up are the following:
|
||||||
|
|
||||||
SSLROOT a dotted concealed logical name pointing at the
|
SSLROOT a dotted concealed logical name pointing at the
|
||||||
@@ -197,6 +203,7 @@ The logical names that are set up are the following:
|
|||||||
|
|
||||||
SSLCERTS Initially an empty directory, this is the default
|
SSLCERTS Initially an empty directory, this is the default
|
||||||
location for certificate files.
|
location for certificate files.
|
||||||
|
SSLMISC Various scripts.
|
||||||
SSLPRIVATE Initially an empty directory, this is the default
|
SSLPRIVATE Initially an empty directory, this is the default
|
||||||
location for private key files.
|
location for private key files.
|
||||||
|
|
||||||
@@ -204,9 +211,8 @@ The logical names that are set up are the following:
|
|||||||
programs.
|
programs.
|
||||||
SSLINCLUDE Contains the header files needed if you want to
|
SSLINCLUDE Contains the header files needed if you want to
|
||||||
compile programs with libcrypto or libssl.
|
compile programs with libcrypto or libssl.
|
||||||
SSLLIB Contains the OpenSSL library files themselves:
|
SSLLIB Contains the OpenSSL library files (LIBCRYPTO.OLB
|
||||||
- SSL_LIBCRYPTO32.OLB and SSL_LIBSSL32.OLB or
|
and LIBSSL.OLB) themselves.
|
||||||
- SSL_LIBCRYPTO.OLB and SSL_LIBSSL.OLB
|
|
||||||
|
|
||||||
OPENSSL Same as SSLINCLUDE. This is because the standard
|
OPENSSL Same as SSLINCLUDE. This is because the standard
|
||||||
way to include OpenSSL header files from version
|
way to include OpenSSL header files from version
|
||||||
@@ -290,4 +296,4 @@ have any ideas.
|
|||||||
|
|
||||||
--
|
--
|
||||||
Richard Levitte <richard@levitte.org>
|
Richard Levitte <richard@levitte.org>
|
||||||
2000-02-27, 2011-03-18
|
2000-02-27
|
||||||
|
|||||||
13
INSTALL.W32
13
INSTALL.W32
@@ -29,7 +29,7 @@
|
|||||||
is required if you intend to utilize assembler modules. Note that NASM
|
is required if you intend to utilize assembler modules. Note that NASM
|
||||||
is now the only supported assembler.
|
is now the only supported assembler.
|
||||||
|
|
||||||
If you are compiling from a tarball or a Git snapshot then the Win32 files
|
If you are compiling from a tarball or a CVS snapshot then the Win32 files
|
||||||
may well be not up to date. This may mean that some "tweaking" is required to
|
may well be not up to date. This may mean that some "tweaking" is required to
|
||||||
get it all to work. See the trouble shooting section later on for if (when?)
|
get it all to work. See the trouble shooting section later on for if (when?)
|
||||||
it goes wrong.
|
it goes wrong.
|
||||||
@@ -185,15 +185,6 @@
|
|||||||
required. Run the installers and do whatever magic they say it takes
|
required. Run the installers and do whatever magic they say it takes
|
||||||
to start MSYS bash shell with GNU tools on its PATH.
|
to start MSYS bash shell with GNU tools on its PATH.
|
||||||
|
|
||||||
N.B. Since source tar-ball can contain symbolic links, it's essential
|
|
||||||
that you use accompanying MSYS tar to unpack the source. It will
|
|
||||||
either handle them in one way or another or fail to extract them,
|
|
||||||
which does the trick too. Latter means that you may safely ignore all
|
|
||||||
"cannot create symlink" messages, as they will be "re-created" at
|
|
||||||
configure stage by copying corresponding files. Alternative programs
|
|
||||||
were observed to create empty files instead, which results in build
|
|
||||||
failure.
|
|
||||||
|
|
||||||
* Compile OpenSSL:
|
* Compile OpenSSL:
|
||||||
|
|
||||||
$ ./config
|
$ ./config
|
||||||
@@ -257,7 +248,7 @@
|
|||||||
|
|
||||||
then ms\do_XXX should not give a warning any more. However the numbers that
|
then ms\do_XXX should not give a warning any more. However the numbers that
|
||||||
get assigned by this technique may not match those that eventually get
|
get assigned by this technique may not match those that eventually get
|
||||||
assigned in the Git tree: so anything linked against this version of the
|
assigned in the CVS tree: so anything linked against this version of the
|
||||||
library may need to be recompiled.
|
library may need to be recompiled.
|
||||||
|
|
||||||
If you get errors about unresolved symbols there are several possible
|
If you get errors about unresolved symbols there are several possible
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -12,7 +12,7 @@
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
|||||||
@@ -5,98 +5,97 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum {
|
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
kMacSocket_TimeoutErr = -2
|
kMacSocket_TimeoutErr = -2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Since MacSocket does busy waiting, I do a callback while waiting
|
// Since MacSocket does busy waiting, I do a callback while waiting
|
||||||
|
|
||||||
typedef OSErr(*MacSocket_IdleWaitCallback) (void *);
|
typedef OSErr (*MacSocket_IdleWaitCallback)(void *);
|
||||||
|
|
||||||
|
|
||||||
// Call this before anything else!
|
// Call this before anything else!
|
||||||
|
|
||||||
OSErr MacSocket_Startup(void);
|
OSErr MacSocket_Startup(void);
|
||||||
|
|
||||||
|
|
||||||
// Call this to cleanup before quitting
|
// Call this to cleanup before quitting
|
||||||
|
|
||||||
OSErr MacSocket_Shutdown(void);
|
OSErr MacSocket_Shutdown(void);
|
||||||
|
|
||||||
// Call this to allocate a "socket" (reference number is returned in
|
|
||||||
// outSocketNum)
|
// Call this to allocate a "socket" (reference number is returned in outSocketNum)
|
||||||
// Note that inDoThreadSwitching is pretty much irrelevant right now, since I
|
// Note that inDoThreadSwitching is pretty much irrelevant right now, since I ignore it
|
||||||
// ignore it
|
|
||||||
// The inTimeoutTicks parameter is applied during reads/writes of data
|
// The inTimeoutTicks parameter is applied during reads/writes of data
|
||||||
// The inIdleWaitCallback parameter specifies a callback which is called
|
// The inIdleWaitCallback parameter specifies a callback which is called during busy-waiting periods
|
||||||
// during busy-waiting periods
|
|
||||||
// The inUserRefPtr parameter is passed back to the idle-wait callback
|
// The inUserRefPtr parameter is passed back to the idle-wait callback
|
||||||
|
|
||||||
OSErr MacSocket_socket(int *outSocketNum, const Boolean inDoThreadSwitching,
|
OSErr MacSocket_socket(int *outSocketNum,const Boolean inDoThreadSwitching,const long inTimeoutTicks,MacSocket_IdleWaitCallback inIdleWaitCallback,void *inUserRefPtr);
|
||||||
const long inTimeoutTicks,
|
|
||||||
MacSocket_IdleWaitCallback inIdleWaitCallback,
|
|
||||||
void *inUserRefPtr);
|
|
||||||
|
|
||||||
// Call this to connect to an IP/DNS address
|
// Call this to connect to an IP/DNS address
|
||||||
// Note that inTargetAddressAndPort is in "IP:port" format-- e.g.
|
// Note that inTargetAddressAndPort is in "IP:port" format-- e.g. 10.1.1.1:123
|
||||||
// 10.1.1.1:123
|
|
||||||
|
OSErr MacSocket_connect(const int inSocketNum,char *inTargetAddressAndPort);
|
||||||
|
|
||||||
OSErr MacSocket_connect(const int inSocketNum, char *inTargetAddressAndPort);
|
|
||||||
|
|
||||||
// Call this to listen on a port
|
// Call this to listen on a port
|
||||||
// Since this a low-performance implementation, I allow a maximum of 1 (one!)
|
// Since this a low-performance implementation, I allow a maximum of 1 (one!) incoming request when I listen
|
||||||
// incoming request when I listen
|
|
||||||
|
OSErr MacSocket_listen(const int inSocketNum,const int inPortNum);
|
||||||
|
|
||||||
OSErr MacSocket_listen(const int inSocketNum, const int inPortNum);
|
|
||||||
|
|
||||||
// Call this to close a socket
|
// Call this to close a socket
|
||||||
|
|
||||||
OSErr MacSocket_close(const int inSocketNum);
|
OSErr MacSocket_close(const int inSocketNum);
|
||||||
|
|
||||||
// Call this to receive data on a socket
|
|
||||||
// Most parameters' purpose are obvious-- except maybe "inBlock" which
|
|
||||||
// controls whether I wait for data or return immediately
|
|
||||||
|
|
||||||
int MacSocket_recv(const int inSocketNum, void *outBuff, int outBuffLength,
|
// Call this to receive data on a socket
|
||||||
const Boolean inBlock);
|
// Most parameters' purpose are obvious-- except maybe "inBlock" which controls whether I wait for data or return immediately
|
||||||
|
|
||||||
|
int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const Boolean inBlock);
|
||||||
|
|
||||||
|
|
||||||
// Call this to send data on a socket
|
// Call this to send data on a socket
|
||||||
|
|
||||||
int MacSocket_send(const int inSocketNum, const void *inBuff,
|
int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength);
|
||||||
int inBuffLength);
|
|
||||||
|
|
||||||
// If zero bytes were read in a call to MacSocket_recv(), it may be that the
|
|
||||||
// remote end has done a half-close
|
// If zero bytes were read in a call to MacSocket_recv(), it may be that the remote end has done a half-close
|
||||||
// This function will let you check whether that's true or not
|
// This function will let you check whether that's true or not
|
||||||
|
|
||||||
Boolean MacSocket_RemoteEndIsClosing(const int inSocketNum);
|
Boolean MacSocket_RemoteEndIsClosing(const int inSocketNum);
|
||||||
|
|
||||||
// Call this to see if the listen has completed after a call to
|
|
||||||
// MacSocket_listen()
|
// Call this to see if the listen has completed after a call to MacSocket_listen()
|
||||||
|
|
||||||
Boolean MacSocket_ListenCompleted(const int inSocketNum);
|
Boolean MacSocket_ListenCompleted(const int inSocketNum);
|
||||||
|
|
||||||
|
|
||||||
// These really aren't very useful anymore
|
// These really aren't very useful anymore
|
||||||
|
|
||||||
Boolean MacSocket_LocalEndIsOpen(const int inSocketNum);
|
Boolean MacSocket_LocalEndIsOpen(const int inSocketNum);
|
||||||
Boolean MacSocket_RemoteEndIsOpen(const int inSocketNum);
|
Boolean MacSocket_RemoteEndIsOpen(const int inSocketNum);
|
||||||
|
|
||||||
// You may wish to change the userRefPtr for a socket callback-- use this to
|
|
||||||
// do it
|
|
||||||
|
|
||||||
void MacSocket_SetUserRefPtr(const int inSocketNum, void *inNewRefPtr);
|
// You may wish to change the userRefPtr for a socket callback-- use this to do it
|
||||||
|
|
||||||
|
void MacSocket_SetUserRefPtr(const int inSocketNum,void *inNewRefPtr);
|
||||||
|
|
||||||
|
|
||||||
// Call these to get the socket's IP:port descriptor
|
// Call these to get the socket's IP:port descriptor
|
||||||
|
|
||||||
void MacSocket_GetLocalIPAndPort(const int inSocketNum, char *outIPAndPort,
|
void MacSocket_GetLocalIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength);
|
||||||
const int inIPAndPortLength);
|
void MacSocket_GetRemoteIPAndPort(const int inSocketNum,char *outIPAndPort,const int inIPAndPortLength);
|
||||||
void MacSocket_GetRemoteIPAndPort(const int inSocketNum, char *outIPAndPort,
|
|
||||||
const int inIPAndPortLength);
|
|
||||||
|
|
||||||
// Call this to get error info from a socket
|
// Call this to get error info from a socket
|
||||||
|
|
||||||
void MacSocket_GetSocketErrorInfo(const int inSocketNum,
|
void MacSocket_GetSocketErrorInfo(const int inSocketNum,int *outSocketErrCode,char *outSocketErrString,const int inSocketErrStringMaxLength);
|
||||||
int *outSocketErrCode,
|
|
||||||
char *outSocketErrString,
|
|
||||||
const int inSocketErrStringMaxLength);
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -4,27 +4,28 @@
|
|||||||
|
|
||||||
#include <MacTypes.h>
|
#include <MacTypes.h>
|
||||||
|
|
||||||
class CRandomizer {
|
class CRandomizer
|
||||||
public:
|
{
|
||||||
CRandomizer(void);
|
public:
|
||||||
void PeriodicAction(void);
|
CRandomizer (void);
|
||||||
|
void PeriodicAction (void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// Private calls
|
// Private calls
|
||||||
|
|
||||||
void AddTimeSinceMachineStartup(void);
|
void AddTimeSinceMachineStartup (void);
|
||||||
void AddAbsoluteSystemStartupTime(void);
|
void AddAbsoluteSystemStartupTime (void);
|
||||||
void AddAppRunningTime(void);
|
void AddAppRunningTime (void);
|
||||||
void AddStartupVolumeInfo(void);
|
void AddStartupVolumeInfo (void);
|
||||||
void AddFiller(void);
|
void AddFiller (void);
|
||||||
|
|
||||||
void AddCurrentMouse(void);
|
void AddCurrentMouse (void);
|
||||||
void AddNow(double millisecondUncertainty);
|
void AddNow (double millisecondUncertainty);
|
||||||
void AddBytes(void *data, long size, double entropy);
|
void AddBytes (void *data, long size, double entropy);
|
||||||
|
|
||||||
void GetTimeBaseResolution(void);
|
void GetTimeBaseResolution (void);
|
||||||
unsigned long SysTimer(void);
|
unsigned long SysTimer (void);
|
||||||
|
|
||||||
// System Info
|
// System Info
|
||||||
bool mSupportsLargeVolumes;
|
bool mSupportsLargeVolumes;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#include <MacHeaders.h>
|
#include <MacHeaders.h>
|
||||||
#define B_ENDIAN
|
#define B_ENDIAN
|
||||||
#ifdef __POWERPC__
|
#ifdef __POWERPC__
|
||||||
# pragma longlong on
|
#pragma longlong on
|
||||||
#endif
|
#endif
|
||||||
#if 1
|
#if 1
|
||||||
# define MAC_OS_GUSI_SOURCE
|
#define MAC_OS_GUSI_SOURCE
|
||||||
#endif
|
#endif
|
||||||
#define MONOLITH
|
#define MONOLITH
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#include <MacHeaders.h>
|
#include <MacHeaders.h>
|
||||||
#define B_ENDIAN
|
#define B_ENDIAN
|
||||||
#ifdef __POWERPC__
|
#ifdef __POWERPC__
|
||||||
# pragma longlong on
|
#pragma longlong on
|
||||||
#endif
|
#endif
|
||||||
#if 0
|
#if 0
|
||||||
# define MAC_OS_GUSI_SOURCE
|
#define MAC_OS_GUSI_SOURCE
|
||||||
#endif
|
#endif
|
||||||
#define MONOLITH
|
#define MONOLITH
|
||||||
|
|||||||
@@ -1,126 +1,116 @@
|
|||||||
/* MacOS/opensslconf.h */
|
/* MacOS/opensslconf.h */
|
||||||
|
|
||||||
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
|
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
|
||||||
# if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
|
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
|
||||||
# define OPENSSLDIR "/usr/local/ssl"
|
#define OPENSSLDIR "/usr/local/ssl"
|
||||||
# endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
|
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
|
||||||
# define IDEA_INT unsigned int
|
#define IDEA_INT unsigned int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_MD2_H) && !defined(MD2_INT)
|
#if defined(HEADER_MD2_H) && !defined(MD2_INT)
|
||||||
# define MD2_INT unsigned int
|
#define MD2_INT unsigned int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_RC2_H) && !defined(RC2_INT)
|
#if defined(HEADER_RC2_H) && !defined(RC2_INT)
|
||||||
/* I need to put in a mod for the alpha - eay */
|
/* I need to put in a mod for the alpha - eay */
|
||||||
# define RC2_INT unsigned int
|
#define RC2_INT unsigned int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_RC4_H)
|
#if defined(HEADER_RC4_H)
|
||||||
# if !defined(RC4_INT)
|
#if !defined(RC4_INT)
|
||||||
|
/* using int types make the structure larger but make the code faster
|
||||||
|
* on most boxes I have tested - up to %20 faster. */
|
||||||
/*
|
/*
|
||||||
* using int types make the structure larger but make the code faster on most
|
|
||||||
* boxes I have tested - up to %20 faster.
|
|
||||||
*/
|
|
||||||
/*-
|
|
||||||
* I don't know what does "most" mean, but declaring "int" is a must on:
|
* I don't know what does "most" mean, but declaring "int" is a must on:
|
||||||
* - Intel P6 because partial register stalls are very expensive;
|
* - Intel P6 because partial register stalls are very expensive;
|
||||||
* - elder Alpha because it lacks byte load/store instructions;
|
* - elder Alpha because it lacks byte load/store instructions;
|
||||||
*/
|
*/
|
||||||
# define RC4_INT unsigned char
|
#define RC4_INT unsigned char
|
||||||
# endif
|
#endif
|
||||||
# if !defined(RC4_CHUNK)
|
#if !defined(RC4_CHUNK)
|
||||||
/*
|
/*
|
||||||
* This enables code handling data aligned at natural CPU word
|
* This enables code handling data aligned at natural CPU word
|
||||||
* boundary. See crypto/rc4/rc4_enc.c for further details.
|
* boundary. See crypto/rc4/rc4_enc.c for further details.
|
||||||
*/
|
*/
|
||||||
# define RC4_CHUNK unsigned long
|
#define RC4_CHUNK unsigned long
|
||||||
# endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_DES_H) && !defined(DES_LONG)
|
#if defined(HEADER_DES_H) && !defined(DES_LONG)
|
||||||
/*
|
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
|
||||||
* If this is set to 'unsigned int' on a DEC Alpha, this gives about a %20
|
* %20 speed up (longs are 8 bytes, int's are 4). */
|
||||||
* speed up (longs are 8 bytes, int's are 4).
|
#ifndef DES_LONG
|
||||||
*/
|
#define DES_LONG unsigned long
|
||||||
# ifndef DES_LONG
|
#endif
|
||||||
# define DES_LONG unsigned long
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
|
#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
|
||||||
# define CONFIG_HEADER_BN_H
|
#define CONFIG_HEADER_BN_H
|
||||||
# if __option(longlong)
|
#if __option(longlong)
|
||||||
# define BN_LLONG
|
# define BN_LLONG
|
||||||
# else
|
#else
|
||||||
# undef BN_LLONG
|
# undef BN_LLONG
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
/* Should we define BN_DIV2W here? */
|
/* Should we define BN_DIV2W here? */
|
||||||
|
|
||||||
/* Only one for the following should be defined */
|
/* Only one for the following should be defined */
|
||||||
/*
|
/* The prime number generation stuff may not work when
|
||||||
* The prime number generation stuff may not work when EIGHT_BIT but I don't
|
* EIGHT_BIT but I don't care since I've only used this mode
|
||||||
* care since I've only used this mode for debuging the bignum libraries
|
* for debuging the bignum libraries */
|
||||||
*/
|
#undef SIXTY_FOUR_BIT_LONG
|
||||||
# undef SIXTY_FOUR_BIT_LONG
|
#undef SIXTY_FOUR_BIT
|
||||||
# undef SIXTY_FOUR_BIT
|
#define THIRTY_TWO_BIT
|
||||||
# define THIRTY_TWO_BIT
|
#undef SIXTEEN_BIT
|
||||||
# undef SIXTEEN_BIT
|
#undef EIGHT_BIT
|
||||||
# undef EIGHT_BIT
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
|
#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
|
||||||
# define CONFIG_HEADER_RC4_LOCL_H
|
#define CONFIG_HEADER_RC4_LOCL_H
|
||||||
/*
|
/* if this is defined data[i] is used instead of *data, this is a %20
|
||||||
* if this is defined data[i] is used instead of *data, this is a %20 speedup
|
* speedup on x86 */
|
||||||
* on x86
|
#undef RC4_INDEX
|
||||||
*/
|
|
||||||
# undef RC4_INDEX
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
|
#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
|
||||||
# define CONFIG_HEADER_BF_LOCL_H
|
#define CONFIG_HEADER_BF_LOCL_H
|
||||||
# define BF_PTR
|
#define BF_PTR
|
||||||
#endif /* HEADER_BF_LOCL_H */
|
#endif /* HEADER_BF_LOCL_H */
|
||||||
|
|
||||||
#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
|
#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
|
||||||
# define CONFIG_HEADER_DES_LOCL_H
|
#define CONFIG_HEADER_DES_LOCL_H
|
||||||
/*
|
/* the following is tweaked from a config script, that is why it is a
|
||||||
* the following is tweaked from a config script, that is why it is a
|
* protected undef/define */
|
||||||
* protected undef/define
|
#ifndef DES_PTR
|
||||||
*/
|
#define DES_PTR
|
||||||
# ifndef DES_PTR
|
#endif
|
||||||
# define DES_PTR
|
|
||||||
# endif
|
/* This helps C compiler generate the correct code for multiple functional
|
||||||
|
* units. It reduces register dependancies at the expense of 2 more
|
||||||
/*
|
* registers */
|
||||||
* This helps C compiler generate the correct code for multiple functional
|
#ifndef DES_RISC1
|
||||||
* units. It reduces register dependancies at the expense of 2 more
|
#define DES_RISC1
|
||||||
* registers
|
#endif
|
||||||
*/
|
|
||||||
# ifndef DES_RISC1
|
#ifndef DES_RISC2
|
||||||
# define DES_RISC1
|
#undef DES_RISC2
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifndef DES_RISC2
|
#if defined(DES_RISC1) && defined(DES_RISC2)
|
||||||
# undef DES_RISC2
|
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# if defined(DES_RISC1) && defined(DES_RISC2)
|
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
||||||
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED ! !!!!
|
* Very mucy CPU dependant */
|
||||||
# endif
|
#ifndef DES_UNROLL
|
||||||
/*
|
#define DES_UNROLL
|
||||||
* Unroll the inner loop, this sometimes helps, sometimes hinders. Very mucy
|
#endif
|
||||||
* CPU dependant
|
|
||||||
*/
|
#endif /* HEADER_DES_LOCL_H */
|
||||||
# ifndef DES_UNROLL
|
|
||||||
# define DES_UNROLL
|
#ifndef __POWERPC__
|
||||||
# endif
|
#define MD32_XARRAY
|
||||||
#endif /* HEADER_DES_LOCL_H */
|
|
||||||
#ifndef __POWERPC__
|
|
||||||
# define MD32_XARRAY
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
152
Makefile.org
152
Makefile.org
@@ -69,7 +69,7 @@ RANLIB= ranlib
|
|||||||
NM= nm
|
NM= nm
|
||||||
PERL= perl
|
PERL= perl
|
||||||
TAR= tar
|
TAR= tar
|
||||||
TARFLAGS= --no-recursion --record-size=10240
|
TARFLAGS= --no-recursion
|
||||||
MAKEDEPPROG=makedepend
|
MAKEDEPPROG=makedepend
|
||||||
LIBDIR=lib
|
LIBDIR=lib
|
||||||
|
|
||||||
@@ -99,8 +99,6 @@ SHA1_ASM_OBJ=
|
|||||||
RMD160_ASM_OBJ=
|
RMD160_ASM_OBJ=
|
||||||
WP_ASM_OBJ=
|
WP_ASM_OBJ=
|
||||||
CMLL_ENC=
|
CMLL_ENC=
|
||||||
MODES_ASM_OBJ=
|
|
||||||
ENGINES_ASM_OBJ=
|
|
||||||
PERLASM_SCHEME=
|
PERLASM_SCHEME=
|
||||||
|
|
||||||
# KRB5 stuff
|
# KRB5 stuff
|
||||||
@@ -111,30 +109,6 @@ LIBKRB5=
|
|||||||
ZLIB_INCLUDE=
|
ZLIB_INCLUDE=
|
||||||
LIBZLIB=
|
LIBZLIB=
|
||||||
|
|
||||||
# TOP level FIPS install directory.
|
|
||||||
FIPSDIR=
|
|
||||||
|
|
||||||
# This is the location of fipscanister.o and friends.
|
|
||||||
# The FIPS module build will place it $(INSTALLTOP)/lib
|
|
||||||
# but since $(INSTALLTOP) can only take the default value
|
|
||||||
# when the module is built it will be in /usr/local/ssl/lib
|
|
||||||
# $(INSTALLTOP) for this build may be different so hard
|
|
||||||
# code the path.
|
|
||||||
|
|
||||||
FIPSLIBDIR=
|
|
||||||
|
|
||||||
# The location of the library which contains fipscanister.o
|
|
||||||
# normally it will be libcrypto unless fipsdso is set in which
|
|
||||||
# case it will be libfips. If not compiling in FIPS mode at all
|
|
||||||
# this is empty making it a useful test for a FIPS compile.
|
|
||||||
|
|
||||||
FIPSCANLIB=
|
|
||||||
|
|
||||||
# Shared library base address. Currently only used on Windows.
|
|
||||||
#
|
|
||||||
|
|
||||||
BASEADDR=
|
|
||||||
|
|
||||||
DIRS= crypto ssl engines apps test tools
|
DIRS= crypto ssl engines apps test tools
|
||||||
ENGDIRS= ccgost
|
ENGDIRS= ccgost
|
||||||
SHLIBDIRS= crypto ssl
|
SHLIBDIRS= crypto ssl
|
||||||
@@ -147,7 +121,7 @@ SDIRS= \
|
|||||||
bn ec rsa dsa ecdsa dh ecdh dso engine \
|
bn ec rsa dsa ecdsa dh ecdh dso engine \
|
||||||
buffer bio stack lhash rand err \
|
buffer bio stack lhash rand err \
|
||||||
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
|
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \
|
||||||
cms pqueue ts jpake srp store cmac
|
cms pqueue ts jpake store
|
||||||
# keep in mind that the above list is adjusted by ./Configure
|
# keep in mind that the above list is adjusted by ./Configure
|
||||||
# according to no-xxx arguments...
|
# according to no-xxx arguments...
|
||||||
|
|
||||||
@@ -179,11 +153,12 @@ SHARED_LDFLAGS=
|
|||||||
GENERAL= Makefile
|
GENERAL= Makefile
|
||||||
BASENAME= openssl
|
BASENAME= openssl
|
||||||
NAME= $(BASENAME)-$(VERSION)
|
NAME= $(BASENAME)-$(VERSION)
|
||||||
TARFILE= ../$(NAME).tar
|
TARFILE= $(NAME).tar
|
||||||
|
WTARFILE= $(NAME)-win.tar
|
||||||
EXHEADER= e_os2.h
|
EXHEADER= e_os2.h
|
||||||
HEADER= e_os.h
|
HEADER= e_os.h
|
||||||
|
|
||||||
all: Makefile build_all
|
all: Makefile build_all openssl.pc libssl.pc libcrypto.pc
|
||||||
|
|
||||||
# as we stick to -e, CLEARENV ensures that local variables in lower
|
# as we stick to -e, CLEARENV ensures that local variables in lower
|
||||||
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
|
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
|
||||||
@@ -197,7 +172,7 @@ CLEARENV= TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS} \
|
|||||||
$${EXHEADER+EXHEADER} $${HEADER+HEADER} \
|
$${EXHEADER+EXHEADER} $${HEADER+HEADER} \
|
||||||
$${GENERAL+GENERAL} $${CFLAGS+CFLAGS} \
|
$${GENERAL+GENERAL} $${CFLAGS+CFLAGS} \
|
||||||
$${ASFLAGS+ASFLAGS} $${AFLAGS+AFLAGS} \
|
$${ASFLAGS+ASFLAGS} $${AFLAGS+AFLAGS} \
|
||||||
$${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS} $${SCRIPTS+SCRIPTS} \
|
$${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS} \
|
||||||
$${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS} \
|
$${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS} \
|
||||||
$${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS}
|
$${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS}
|
||||||
|
|
||||||
@@ -229,12 +204,7 @@ BUILDENV= PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
|
|||||||
MD5_ASM_OBJ='$(MD5_ASM_OBJ)' \
|
MD5_ASM_OBJ='$(MD5_ASM_OBJ)' \
|
||||||
RMD160_ASM_OBJ='$(RMD160_ASM_OBJ)' \
|
RMD160_ASM_OBJ='$(RMD160_ASM_OBJ)' \
|
||||||
WP_ASM_OBJ='$(WP_ASM_OBJ)' \
|
WP_ASM_OBJ='$(WP_ASM_OBJ)' \
|
||||||
MODES_ASM_OBJ='$(MODES_ASM_OBJ)' \
|
|
||||||
ENGINES_ASM_OBJ='$(ENGINES_ASM_OBJ)' \
|
|
||||||
PERLASM_SCHEME='$(PERLASM_SCHEME)' \
|
PERLASM_SCHEME='$(PERLASM_SCHEME)' \
|
||||||
FIPSLIBDIR='${FIPSLIBDIR}' \
|
|
||||||
FIPSDIR='${FIPSDIR}' \
|
|
||||||
FIPSCANLIB="$${FIPSCANLIB:-$(FIPSCANLIB)}" \
|
|
||||||
THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
|
THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
|
||||||
# MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
|
# MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
|
||||||
# which in turn eliminates ambiguities in variable treatment with -e.
|
# which in turn eliminates ambiguities in variable treatment with -e.
|
||||||
@@ -267,46 +237,30 @@ reflect:
|
|||||||
@[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
|
@[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
|
||||||
|
|
||||||
sub_all: build_all
|
sub_all: build_all
|
||||||
|
|
||||||
build_all: build_libs build_apps build_tests build_tools
|
build_all: build_libs build_apps build_tests build_tools
|
||||||
|
|
||||||
build_libs: build_libcrypto build_libssl openssl.pc
|
build_libs: build_crypto build_ssl build_engines
|
||||||
|
|
||||||
build_libcrypto: build_crypto build_engines libcrypto.pc
|
|
||||||
build_libssl: build_ssl libssl.pc
|
|
||||||
|
|
||||||
build_crypto:
|
build_crypto:
|
||||||
@dir=crypto; target=all; $(BUILD_ONE_CMD)
|
@dir=crypto; target=all; $(BUILD_ONE_CMD)
|
||||||
build_ssl: build_crypto
|
build_ssl:
|
||||||
@dir=ssl; target=all; $(BUILD_ONE_CMD)
|
@dir=ssl; target=all; $(BUILD_ONE_CMD)
|
||||||
build_engines: build_crypto
|
build_engines:
|
||||||
@dir=engines; target=all; $(BUILD_ONE_CMD)
|
@dir=engines; target=all; $(BUILD_ONE_CMD)
|
||||||
build_apps: build_libs
|
build_apps:
|
||||||
@dir=apps; target=all; $(BUILD_ONE_CMD)
|
@dir=apps; target=all; $(BUILD_ONE_CMD)
|
||||||
build_tests: build_libs
|
build_tests:
|
||||||
@dir=test; target=all; $(BUILD_ONE_CMD)
|
@dir=test; target=all; $(BUILD_ONE_CMD)
|
||||||
build_tools: build_libs
|
build_tools:
|
||||||
@dir=tools; target=all; $(BUILD_ONE_CMD)
|
@dir=tools; target=all; $(BUILD_ONE_CMD)
|
||||||
|
|
||||||
all_testapps: build_libs build_testapps
|
all_testapps: build_libs build_testapps
|
||||||
build_testapps:
|
build_testapps:
|
||||||
@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
|
@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
|
||||||
|
|
||||||
fips_premain_dso$(EXE_EXT): libcrypto.a
|
libcrypto$(SHLIB_EXT): libcrypto.a
|
||||||
[ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAG) -Iinclude \
|
|
||||||
-DFINGERPRINT_PREMAIN_DSO_LOAD -o $@ \
|
|
||||||
$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
|
|
||||||
libcrypto.a $(EX_LIBS)
|
|
||||||
|
|
||||||
libcrypto$(SHLIB_EXT): libcrypto.a fips_premain_dso$(EXE_EXT)
|
|
||||||
@if [ "$(SHLIB_TARGET)" != "" ]; then \
|
@if [ "$(SHLIB_TARGET)" != "" ]; then \
|
||||||
if [ "$(FIPSCANLIB)" = "libcrypto" ]; then \
|
$(MAKE) SHLIBDIRS=crypto build-shared; \
|
||||||
FIPSLD_LIBCRYPTO=libcrypto.a ; \
|
|
||||||
FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
|
|
||||||
export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
|
|
||||||
fi; \
|
|
||||||
$(MAKE) -e SHLIBDIRS=crypto CC="$${CC:-$(CC)}" build-shared && \
|
|
||||||
(touch -c fips_premain_dso$(EXE_EXT) || :); \
|
|
||||||
else \
|
else \
|
||||||
echo "There's no support for shared libraries on this platform" >&2; \
|
echo "There's no support for shared libraries on this platform" >&2; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
@@ -368,8 +322,7 @@ libcrypto.pc: Makefile
|
|||||||
echo 'Description: OpenSSL cryptography library'; \
|
echo 'Description: OpenSSL cryptography library'; \
|
||||||
echo 'Version: '$(VERSION); \
|
echo 'Version: '$(VERSION); \
|
||||||
echo 'Requires: '; \
|
echo 'Requires: '; \
|
||||||
echo 'Libs: -L$${libdir} -lcrypto'; \
|
echo 'Libs: -L$${libdir} -lcrypto $(EX_LIBS)'; \
|
||||||
echo 'Libs.private: $(EX_LIBS)'; \
|
|
||||||
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
|
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
|
||||||
|
|
||||||
libssl.pc: Makefile
|
libssl.pc: Makefile
|
||||||
@@ -382,8 +335,7 @@ libssl.pc: Makefile
|
|||||||
echo 'Description: Secure Sockets Layer and cryptography libraries'; \
|
echo 'Description: Secure Sockets Layer and cryptography libraries'; \
|
||||||
echo 'Version: '$(VERSION); \
|
echo 'Version: '$(VERSION); \
|
||||||
echo 'Requires: '; \
|
echo 'Requires: '; \
|
||||||
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
|
||||||
echo 'Libs.private: $(EX_LIBS)'; \
|
|
||||||
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
||||||
|
|
||||||
openssl.pc: Makefile
|
openssl.pc: Makefile
|
||||||
@@ -396,8 +348,7 @@ openssl.pc: Makefile
|
|||||||
echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
|
echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
|
||||||
echo 'Version: '$(VERSION); \
|
echo 'Version: '$(VERSION); \
|
||||||
echo 'Requires: '; \
|
echo 'Requires: '; \
|
||||||
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
|
||||||
echo 'Libs.private: $(EX_LIBS)'; \
|
|
||||||
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
||||||
|
|
||||||
Makefile: Makefile.org Configure config
|
Makefile: Makefile.org Configure config
|
||||||
@@ -406,7 +357,7 @@ Makefile: Makefile.org Configure config
|
|||||||
@false
|
@false
|
||||||
|
|
||||||
libclean:
|
libclean:
|
||||||
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
|
rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib
|
||||||
|
|
||||||
clean: libclean
|
clean: libclean
|
||||||
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
|
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
|
||||||
@@ -448,7 +399,7 @@ rehash.time: certs apps
|
|||||||
[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
|
[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
|
||||||
OPENSSL_DEBUG_MEMORY=on; \
|
OPENSSL_DEBUG_MEMORY=on; \
|
||||||
export OPENSSL OPENSSL_DEBUG_MEMORY; \
|
export OPENSSL OPENSSL_DEBUG_MEMORY; \
|
||||||
$(PERL) tools/c_rehash certs/demo) && \
|
$(PERL) tools/c_rehash certs) && \
|
||||||
touch rehash.time; \
|
touch rehash.time; \
|
||||||
else :; fi
|
else :; fi
|
||||||
|
|
||||||
@@ -462,9 +413,6 @@ tests: rehash
|
|||||||
report:
|
report:
|
||||||
@$(PERL) util/selftest.pl
|
@$(PERL) util/selftest.pl
|
||||||
|
|
||||||
update: errors stacks util/libeay.num util/ssleay.num TABLE
|
|
||||||
@set -e; target=update; $(RECURSIVE_BUILD_CMD)
|
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
@set -e; target=depend; $(RECURSIVE_BUILD_CMD)
|
@set -e; target=depend; $(RECURSIVE_BUILD_CMD)
|
||||||
|
|
||||||
@@ -476,9 +424,9 @@ tags:
|
|||||||
find . -name '[^.]*.[ch]' | xargs etags -a
|
find . -name '[^.]*.[ch]' | xargs etags -a
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
|
|
||||||
$(PERL) util/mkerr.pl -recurse -write
|
$(PERL) util/mkerr.pl -recurse -write
|
||||||
(cd engines; $(MAKE) PERL=$(PERL) errors)
|
(cd engines; $(MAKE) PERL=$(PERL) errors)
|
||||||
|
$(PERL) util/ck_errf.pl */*.c */*/*.c
|
||||||
|
|
||||||
stacks:
|
stacks:
|
||||||
$(PERL) util/mkstack.pl -write
|
$(PERL) util/mkstack.pl -write
|
||||||
@@ -489,44 +437,60 @@ util/libeay.num::
|
|||||||
util/ssleay.num::
|
util/ssleay.num::
|
||||||
$(PERL) util/mkdef.pl ssl update
|
$(PERL) util/mkdef.pl ssl update
|
||||||
|
|
||||||
|
crypto/objects/obj_dat.h: crypto/objects/obj_dat.pl crypto/objects/obj_mac.h
|
||||||
|
$(PERL) crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h
|
||||||
|
crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num
|
||||||
|
$(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h
|
||||||
|
crypto/objects/obj_xref.h: crypto/objects/objxref.pl crypto/objects/obj_xref.txt crypto/objects/obj_mac.num
|
||||||
|
$(PERL) crypto/objects/objxref.pl crypto/objects/obj_mac.num crypto/objects/obj_xref.txt >crypto/objects/obj_xref.h
|
||||||
|
|
||||||
|
apps/openssl-vms.cnf: apps/openssl.cnf
|
||||||
|
$(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
|
||||||
|
|
||||||
|
crypto/bn/bn_prime.h: crypto/bn/bn_prime.pl
|
||||||
|
$(PERL) crypto/bn/bn_prime.pl >crypto/bn/bn_prime.h
|
||||||
|
|
||||||
|
|
||||||
TABLE: Configure
|
TABLE: Configure
|
||||||
(echo 'Output of `Configure TABLE'"':"; \
|
(echo 'Output of `Configure TABLE'"':"; \
|
||||||
$(PERL) Configure TABLE) > TABLE
|
$(PERL) Configure TABLE) > TABLE
|
||||||
|
|
||||||
|
update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h crypto/objects/obj_xref.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend
|
||||||
|
|
||||||
# Build distribution tar-file. As the list of files returned by "find" is
|
# Build distribution tar-file. As the list of files returned by "find" is
|
||||||
# pretty long, on several platforms a "too many arguments" error or similar
|
# pretty long, on several platforms a "too many arguments" error or similar
|
||||||
# would occur. Therefore the list of files is temporarily stored into a file
|
# would occur. Therefore the list of files is temporarily stored into a file
|
||||||
# and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
|
# and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
|
||||||
# tar does not support the --files-from option.
|
# tar does not support the --files-from option.
|
||||||
TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
|
tar:
|
||||||
--owner 0 --group 0 \
|
|
||||||
--transform 's|^|$(NAME)/|' \
|
|
||||||
-cvf -
|
|
||||||
|
|
||||||
$(TARFILE).list:
|
|
||||||
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
|
|
||||||
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
|
|
||||||
\( \! -name '*test' -o -name bctest -o -name pod2mantest \) \
|
|
||||||
\! -name '.#*' \! -name '*~' \! -type l \
|
|
||||||
| sort > $(TARFILE).list
|
|
||||||
|
|
||||||
tar: $(TARFILE).list
|
|
||||||
find . -type d -print | xargs chmod 755
|
find . -type d -print | xargs chmod 755
|
||||||
find . -type f -print | xargs chmod a+r
|
find . -type f -print | xargs chmod a+r
|
||||||
find . -type f -perm -0100 -print | xargs chmod a+x
|
find . -type f -perm -0100 -print | xargs chmod a+x
|
||||||
$(TAR_COMMAND) | gzip --best > $(TARFILE).gz
|
find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
|
||||||
rm -f $(TARFILE).list
|
$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
|
||||||
ls -l $(TARFILE).gz
|
tardy --user_number=0 --user_name=openssl \
|
||||||
|
--group_number=0 --group_name=openssl \
|
||||||
|
--prefix=openssl-$(VERSION) - |\
|
||||||
|
gzip --best >../$(TARFILE).gz; \
|
||||||
|
rm -f ../$(TARFILE).list; \
|
||||||
|
ls -l ../$(TARFILE).gz
|
||||||
|
|
||||||
tar-snap: $(TARFILE).list
|
tar-snap:
|
||||||
$(TAR_COMMAND) > $(TARFILE)
|
@$(TAR) $(TARFLAGS) -cvf - \
|
||||||
rm -f $(TARFILE).list
|
`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \! -name '*test' \! -name '.#*' \! -name '*~' | sort` |\
|
||||||
ls -l $(TARFILE)
|
tardy --user_number=0 --user_name=openssl \
|
||||||
|
--group_number=0 --group_name=openssl \
|
||||||
|
--prefix=openssl-$(VERSION) - > ../$(TARFILE);\
|
||||||
|
ls -l ../$(TARFILE)
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
$(PERL) Configure dist
|
$(PERL) Configure dist
|
||||||
|
@$(MAKE) dist_pem_h
|
||||||
@$(MAKE) SDIRS='$(SDIRS)' clean
|
@$(MAKE) SDIRS='$(SDIRS)' clean
|
||||||
@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
|
@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' tar
|
||||||
|
|
||||||
|
dist_pem_h:
|
||||||
|
(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
|
||||||
|
|
||||||
install: all install_docs install_sw
|
install: all install_docs install_sw
|
||||||
|
|
||||||
@@ -545,7 +509,7 @@ install_sw:
|
|||||||
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
||||||
done;
|
done;
|
||||||
@set -e; target=install; $(RECURSIVE_BUILD_CMD)
|
@set -e; target=install; $(RECURSIVE_BUILD_CMD)
|
||||||
@set -e; liblist="$(LIBS)"; for i in $$liblist ;\
|
@set -e; for i in $(LIBS) ;\
|
||||||
do \
|
do \
|
||||||
if [ -f "$$i" ]; then \
|
if [ -f "$$i" ]; then \
|
||||||
( echo installing $$i; \
|
( echo installing $$i; \
|
||||||
|
|||||||
299
NEWS
299
NEWS
@@ -5,211 +5,18 @@
|
|||||||
This file gives a brief overview of the major changes between each OpenSSL
|
This file gives a brief overview of the major changes between each OpenSSL
|
||||||
release. For more details please read the CHANGES file.
|
release. For more details please read the CHANGES file.
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1s and OpenSSL 1.0.1t [under development]
|
Major changes between OpenSSL 1.0.0a and OpenSSL 1.0.0b:
|
||||||
|
|
||||||
o
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1r and OpenSSL 1.0.1s [1 Mar 2016]
|
|
||||||
|
|
||||||
o Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
|
|
||||||
o Disable SSLv2 default build, default negotiation and weak ciphers
|
|
||||||
(CVE-2016-0800)
|
|
||||||
o Fix a double-free in DSA code (CVE-2016-0705)
|
|
||||||
o Disable SRP fake user seed to address a server memory leak
|
|
||||||
(CVE-2016-0798)
|
|
||||||
o Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
|
|
||||||
(CVE-2016-0797)
|
|
||||||
o Fix memory issues in BIO_*printf functions (CVE-2016-0799)
|
|
||||||
o Fix side channel attack on modular exponentiation (CVE-2016-0702)
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1q and OpenSSL 1.0.1r [28 Jan 2016]
|
|
||||||
|
|
||||||
o Protection for DH small subgroup attacks
|
|
||||||
o SSLv2 doesn't block disabled ciphers (CVE-2015-3197)
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1p and OpenSSL 1.0.1q [3 Dec 2015]
|
|
||||||
|
|
||||||
o Certificate verify crash with missing PSS parameter (CVE-2015-3194)
|
|
||||||
o X509_ATTRIBUTE memory leak (CVE-2015-3195)
|
|
||||||
o Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
|
|
||||||
o In DSA_generate_parameters_ex, if the provided seed is too short,
|
|
||||||
return an error
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1o and OpenSSL 1.0.1p [9 Jul 2015]
|
|
||||||
|
|
||||||
o Alternate chains certificate forgery (CVE-2015-1793)
|
|
||||||
o Race condition handling PSK identify hint (CVE-2015-3196)
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1n and OpenSSL 1.0.1o [12 Jun 2015]
|
|
||||||
|
|
||||||
o Fix HMAC ABI incompatibility
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1m and OpenSSL 1.0.1n [11 Jun 2015]
|
|
||||||
|
|
||||||
o Malformed ECParameters causes infinite loop (CVE-2015-1788)
|
|
||||||
o Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
|
|
||||||
o PKCS7 crash with missing EnvelopedContent (CVE-2015-1790)
|
|
||||||
o CMS verify infinite loop with unknown hash function (CVE-2015-1792)
|
|
||||||
o Race condition handling NewSessionTicket (CVE-2015-1791)
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.1m [19 Mar 2015]
|
|
||||||
|
|
||||||
o Segmentation fault in ASN1_TYPE_cmp fix (CVE-2015-0286)
|
|
||||||
o ASN.1 structure reuse memory corruption fix (CVE-2015-0287)
|
|
||||||
o PKCS7 NULL pointer dereferences fix (CVE-2015-0289)
|
|
||||||
o DoS via reachable assert in SSLv2 servers fix (CVE-2015-0293)
|
|
||||||
o Use After Free following d2i_ECPrivatekey error fix (CVE-2015-0209)
|
|
||||||
o X509_to_X509_REQ NULL pointer deref fix (CVE-2015-0288)
|
|
||||||
o Removed the export ciphers from the DEFAULT ciphers
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1k and OpenSSL 1.0.1l [15 Jan 2015]
|
|
||||||
|
|
||||||
o Build fixes for the Windows and OpenVMS platforms
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1j and OpenSSL 1.0.1k [8 Jan 2015]
|
|
||||||
|
|
||||||
o Fix for CVE-2014-3571
|
|
||||||
o Fix for CVE-2015-0206
|
|
||||||
o Fix for CVE-2014-3569
|
|
||||||
o Fix for CVE-2014-3572
|
|
||||||
o Fix for CVE-2015-0204
|
|
||||||
o Fix for CVE-2015-0205
|
|
||||||
o Fix for CVE-2014-8275
|
|
||||||
o Fix for CVE-2014-3570
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]
|
|
||||||
|
|
||||||
o Fix for CVE-2014-3513
|
|
||||||
o Fix for CVE-2014-3567
|
|
||||||
o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
|
|
||||||
o Fix for CVE-2014-3568
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1h and OpenSSL 1.0.1i [6 Aug 2014]
|
|
||||||
|
|
||||||
o Fix for CVE-2014-3512
|
|
||||||
o Fix for CVE-2014-3511
|
|
||||||
o Fix for CVE-2014-3510
|
|
||||||
o Fix for CVE-2014-3507
|
|
||||||
o Fix for CVE-2014-3506
|
|
||||||
o Fix for CVE-2014-3505
|
|
||||||
o Fix for CVE-2014-3509
|
|
||||||
o Fix for CVE-2014-5139
|
|
||||||
o Fix for CVE-2014-3508
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1g and OpenSSL 1.0.1h [5 Jun 2014]
|
|
||||||
|
|
||||||
o Fix for CVE-2014-0224
|
|
||||||
o Fix for CVE-2014-0221
|
|
||||||
o Fix for CVE-2014-0198
|
|
||||||
o Fix for CVE-2014-0195
|
|
||||||
o Fix for CVE-2014-3470
|
|
||||||
o Fix for CVE-2010-5298
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1f and OpenSSL 1.0.1g [7 Apr 2014]
|
|
||||||
|
|
||||||
o Fix for CVE-2014-0160
|
|
||||||
o Add TLS padding extension workaround for broken servers.
|
|
||||||
o Fix for CVE-2014-0076
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1e and OpenSSL 1.0.1f [6 Jan 2014]
|
|
||||||
|
|
||||||
o Don't include gmt_unix_time in TLS server and client random values
|
|
||||||
o Fix for TLS record tampering bug CVE-2013-4353
|
|
||||||
o Fix for TLS version checking bug CVE-2013-6449
|
|
||||||
o Fix for DTLS retransmission bug CVE-2013-6450
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1d and OpenSSL 1.0.1e [11 Feb 2013]:
|
|
||||||
|
|
||||||
o Corrected fix for CVE-2013-0169
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1c and OpenSSL 1.0.1d [4 Feb 2013]:
|
|
||||||
|
|
||||||
o Fix renegotiation in TLS 1.1, 1.2 by using the correct TLS version.
|
|
||||||
o Include the fips configuration module.
|
|
||||||
o Fix OCSP bad key DoS attack CVE-2013-0166
|
|
||||||
o Fix for SSL/TLS/DTLS CBC plaintext recovery attack CVE-2013-0169
|
|
||||||
o Fix for TLS AESNI record handling flaw CVE-2012-2686
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1b and OpenSSL 1.0.1c [10 May 2012]:
|
|
||||||
|
|
||||||
o Fix TLS/DTLS record length checking bug CVE-2012-2333
|
|
||||||
o Don't attempt to use non-FIPS composite ciphers in FIPS mode.
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1a and OpenSSL 1.0.1b [26 Apr 2012]:
|
|
||||||
|
|
||||||
o Fix compilation error on non-x86 platforms.
|
|
||||||
o Make FIPS capable OpenSSL ciphers work in non-FIPS mode.
|
|
||||||
o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.1 and OpenSSL 1.0.1a [19 Apr 2012]:
|
|
||||||
|
|
||||||
o Fix for ASN1 overflow bug CVE-2012-2110
|
|
||||||
o Workarounds for some servers that hang on long client hellos.
|
|
||||||
o Fix SEGV in AES code.
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0h and OpenSSL 1.0.1 [14 Mar 2012]:
|
|
||||||
|
|
||||||
o TLS/DTLS heartbeat support.
|
|
||||||
o SCTP support.
|
|
||||||
o RFC 5705 TLS key material exporter.
|
|
||||||
o RFC 5764 DTLS-SRTP negotiation.
|
|
||||||
o Next Protocol Negotiation.
|
|
||||||
o PSS signatures in certificates, requests and CRLs.
|
|
||||||
o Support for password based recipient info for CMS.
|
|
||||||
o Support TLS v1.2 and TLS v1.1.
|
|
||||||
o Preliminary FIPS capability for unvalidated 2.0 FIPS module.
|
|
||||||
o SRP support.
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0g and OpenSSL 1.0.0h [12 Mar 2012]:
|
|
||||||
|
|
||||||
o Fix for CMS/PKCS#7 MMA CVE-2012-0884
|
|
||||||
o Corrected fix for CVE-2011-4619
|
|
||||||
o Various DTLS fixes.
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0f and OpenSSL 1.0.0g [18 Jan 2012]:
|
|
||||||
|
|
||||||
o Fix for DTLS DoS issue CVE-2012-0050
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0e and OpenSSL 1.0.0f [4 Jan 2012]:
|
|
||||||
|
|
||||||
o Fix for DTLS plaintext recovery attack CVE-2011-4108
|
|
||||||
o Clear block padding bytes of SSL 3.0 records CVE-2011-4576
|
|
||||||
o Only allow one SGC handshake restart for SSL/TLS CVE-2011-4619
|
|
||||||
o Check parameters are not NULL in GOST ENGINE CVE-2012-0027
|
|
||||||
o Check for malformed RFC3779 data CVE-2011-4577
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0d and OpenSSL 1.0.0e [6 Sep 2011]:
|
|
||||||
|
|
||||||
o Fix for CRL vulnerability issue CVE-2011-3207
|
|
||||||
o Fix for ECDH crashes CVE-2011-3210
|
|
||||||
o Protection against EC timing attacks.
|
|
||||||
o Support ECDH ciphersuites for certificates using SHA2 algorithms.
|
|
||||||
o Various DTLS fixes.
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0c and OpenSSL 1.0.0d [8 Feb 2011]:
|
|
||||||
|
|
||||||
o Fix for security issue CVE-2011-0014
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0b and OpenSSL 1.0.0c [2 Dec 2010]:
|
|
||||||
|
|
||||||
o Fix for security issue CVE-2010-4180
|
|
||||||
o Fix for CVE-2010-4252
|
|
||||||
o Fix mishandling of absent EC point format extension.
|
|
||||||
o Fix various platform compilation issues.
|
|
||||||
o Corrected fix for security issue CVE-2010-3864.
|
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0a and OpenSSL 1.0.0b [16 Nov 2010]:
|
|
||||||
|
|
||||||
o Fix for security issue CVE-2010-3864.
|
o Fix for security issue CVE-2010-3864.
|
||||||
o Fix for CVE-2010-2939
|
o Fix for CVE-2010-2939
|
||||||
o Fix WIN32 build system for GOST ENGINE.
|
o Fix WIN32 build system for GOST ENGINE.
|
||||||
|
|
||||||
Major changes between OpenSSL 1.0.0 and OpenSSL 1.0.0a [1 Jun 2010]:
|
Major changes between OpenSSL 1.0.0 and OpenSSL 1.0.0a:
|
||||||
|
|
||||||
o Fix for security issue CVE-2010-1633.
|
o Fix for security issue CVE-2010-1633.
|
||||||
o GOST MAC and CFB fixes.
|
o GOST MAC and CFB fixes.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8n and OpenSSL 1.0.0 [29 Mar 2010]:
|
Major changes between OpenSSL 0.9.8n and OpenSSL 1.0:
|
||||||
|
|
||||||
o RFC3280 path validation: sufficient to process PKITS tests.
|
o RFC3280 path validation: sufficient to process PKITS tests.
|
||||||
o Integrated support for PVK files and keyblobs.
|
o Integrated support for PVK files and keyblobs.
|
||||||
@@ -232,12 +39,20 @@
|
|||||||
o Opaque PRF Input TLS extension support.
|
o Opaque PRF Input TLS extension support.
|
||||||
o Updated time routines to avoid OS limitations.
|
o Updated time routines to avoid OS limitations.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8m and OpenSSL 0.9.8n [24 Mar 2010]:
|
Major changes between OpenSSL 0.9.8n and OpenSSL 0.9.8o:
|
||||||
|
|
||||||
|
o Fix for security issue CVE-2010-0742.
|
||||||
|
o Various DTLS fixes.
|
||||||
|
o Recognise SHA2 certificates if only SSL algorithms added.
|
||||||
|
o Fix for no-rc4 compilation.
|
||||||
|
o Chil ENGINE unload workaround.
|
||||||
|
|
||||||
|
Major changes between OpenSSL 0.9.8m and OpenSSL 0.9.8n:
|
||||||
|
|
||||||
o CFB cipher definition fixes.
|
o CFB cipher definition fixes.
|
||||||
o Fix security issues CVE-2010-0740 and CVE-2010-0433.
|
o Fix security issues CVE-2010-0740 and CVE-2010-0433.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m [25 Feb 2010]:
|
Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:
|
||||||
|
|
||||||
o Cipher definition fixes.
|
o Cipher definition fixes.
|
||||||
o Workaround for slow RAND_poll() on some WIN32 versions.
|
o Workaround for slow RAND_poll() on some WIN32 versions.
|
||||||
@@ -249,33 +64,33 @@
|
|||||||
o Ticket and SNI coexistence fixes.
|
o Ticket and SNI coexistence fixes.
|
||||||
o Many fixes to DTLS handling.
|
o Many fixes to DTLS handling.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l [5 Nov 2009]:
|
Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l:
|
||||||
|
|
||||||
o Temporary work around for CVE-2009-3555: disable renegotiation.
|
o Temporary work around for CVE-2009-3555: disable renegotiation.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k [25 Mar 2009]:
|
Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k:
|
||||||
|
|
||||||
o Fix various build issues.
|
o Fix various build issues.
|
||||||
o Fix security issues (CVE-2009-0590, CVE-2009-0591, CVE-2009-0789)
|
o Fix security issues (CVE-2009-0590, CVE-2009-0591, CVE-2009-0789)
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j [7 Jan 2009]:
|
Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j:
|
||||||
|
|
||||||
o Fix security issue (CVE-2008-5077)
|
o Fix security issue (CVE-2008-5077)
|
||||||
o Merge FIPS 140-2 branch code.
|
o Merge FIPS 140-2 branch code.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h [28 May 2008]:
|
Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h:
|
||||||
|
|
||||||
o CryptoAPI ENGINE support.
|
o CryptoAPI ENGINE support.
|
||||||
o Various precautionary measures.
|
o Various precautionary measures.
|
||||||
o Fix for bugs affecting certificate request creation.
|
o Fix for bugs affecting certificate request creation.
|
||||||
o Support for local machine keyset attribute in PKCS#12 files.
|
o Support for local machine keyset attribute in PKCS#12 files.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g [19 Oct 2007]:
|
Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g:
|
||||||
|
|
||||||
o Backport of CMS functionality to 0.9.8.
|
o Backport of CMS functionality to 0.9.8.
|
||||||
o Fixes for bugs introduced with 0.9.8f.
|
o Fixes for bugs introduced with 0.9.8f.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f [11 Oct 2007]:
|
Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f:
|
||||||
|
|
||||||
o Add gcc 4.2 support.
|
o Add gcc 4.2 support.
|
||||||
o Add support for AES and SSE2 assembly lanugauge optimization
|
o Add support for AES and SSE2 assembly lanugauge optimization
|
||||||
@@ -286,23 +101,23 @@
|
|||||||
o RFC4507bis support.
|
o RFC4507bis support.
|
||||||
o TLS Extensions support.
|
o TLS Extensions support.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e [23 Feb 2007]:
|
Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e:
|
||||||
|
|
||||||
o Various ciphersuite selection fixes.
|
o Various ciphersuite selection fixes.
|
||||||
o RFC3779 support.
|
o RFC3779 support.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d [28 Sep 2006]:
|
Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d:
|
||||||
|
|
||||||
o Introduce limits to prevent malicious key DoS (CVE-2006-2940)
|
o Introduce limits to prevent malicious key DoS (CVE-2006-2940)
|
||||||
o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
|
o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
|
||||||
o Changes to ciphersuite selection algorithm
|
o Changes to ciphersuite selection algorithm
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c [5 Sep 2006]:
|
Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c:
|
||||||
|
|
||||||
o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
|
o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
|
||||||
o New cipher Camellia
|
o New cipher Camellia
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b [4 May 2006]:
|
Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b:
|
||||||
|
|
||||||
o Cipher string fixes.
|
o Cipher string fixes.
|
||||||
o Fixes for VC++ 2005.
|
o Fixes for VC++ 2005.
|
||||||
@@ -312,12 +127,12 @@
|
|||||||
o Built in dynamic engine compilation support on Win32.
|
o Built in dynamic engine compilation support on Win32.
|
||||||
o Fixes auto dynamic engine loading in Win32.
|
o Fixes auto dynamic engine loading in Win32.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a [11 Oct 2005]:
|
Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a:
|
||||||
|
|
||||||
o Fix potential SSL 2.0 rollback, CVE-2005-2969
|
o Fix potential SSL 2.0 rollback, CVE-2005-2969
|
||||||
o Extended Windows CE support
|
o Extended Windows CE support
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8 [5 Jul 2005]:
|
Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8:
|
||||||
|
|
||||||
o Major work on the BIGNUM library for higher efficiency and to
|
o Major work on the BIGNUM library for higher efficiency and to
|
||||||
make operations more streamlined and less contradictory. This
|
make operations more streamlined and less contradictory. This
|
||||||
@@ -391,36 +206,36 @@
|
|||||||
o Added initial support for Win64.
|
o Added initial support for Win64.
|
||||||
o Added alternate pkg-config files.
|
o Added alternate pkg-config files.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7l and OpenSSL 0.9.7m [23 Feb 2007]:
|
Major changes between OpenSSL 0.9.7l and OpenSSL 0.9.7m:
|
||||||
|
|
||||||
o FIPS 1.1.1 module linking.
|
o FIPS 1.1.1 module linking.
|
||||||
o Various ciphersuite selection fixes.
|
o Various ciphersuite selection fixes.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l [28 Sep 2006]:
|
Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l:
|
||||||
|
|
||||||
o Introduce limits to prevent malicious key DoS (CVE-2006-2940)
|
o Introduce limits to prevent malicious key DoS (CVE-2006-2940)
|
||||||
o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
|
o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k [5 Sep 2006]:
|
Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k:
|
||||||
|
|
||||||
o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
|
o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j [4 May 2006]:
|
Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j:
|
||||||
|
|
||||||
o Visual C++ 2005 fixes.
|
o Visual C++ 2005 fixes.
|
||||||
o Update Windows build system for FIPS.
|
o Update Windows build system for FIPS.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i [14 Oct 2005]:
|
Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i:
|
||||||
|
|
||||||
o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.
|
o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h [11 Oct 2005]:
|
Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h:
|
||||||
|
|
||||||
o Fix SSL 2.0 Rollback, CVE-2005-2969
|
o Fix SSL 2.0 Rollback, CVE-2005-2969
|
||||||
o Allow use of fixed-length exponent on DSA signing
|
o Allow use of fixed-length exponent on DSA signing
|
||||||
o Default fixed-window RSA, DSA, DH private-key operations
|
o Default fixed-window RSA, DSA, DH private-key operations
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g [11 Apr 2005]:
|
Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
|
||||||
|
|
||||||
o More compilation issues fixed.
|
o More compilation issues fixed.
|
||||||
o Adaptation to more modern Kerberos API.
|
o Adaptation to more modern Kerberos API.
|
||||||
@@ -429,7 +244,7 @@
|
|||||||
o More constification.
|
o More constification.
|
||||||
o Added processing of proxy certificates (RFC 3820).
|
o Added processing of proxy certificates (RFC 3820).
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f [22 Mar 2005]:
|
Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f:
|
||||||
|
|
||||||
o Several compilation issues fixed.
|
o Several compilation issues fixed.
|
||||||
o Many memory allocation failure checks added.
|
o Many memory allocation failure checks added.
|
||||||
@@ -437,12 +252,12 @@
|
|||||||
o Mandatory basic checks on certificates.
|
o Mandatory basic checks on certificates.
|
||||||
o Performance improvements.
|
o Performance improvements.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e [25 Oct 2004]:
|
Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e:
|
||||||
|
|
||||||
o Fix race condition in CRL checking code.
|
o Fix race condition in CRL checking code.
|
||||||
o Fixes to PKCS#7 (S/MIME) code.
|
o Fixes to PKCS#7 (S/MIME) code.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d [17 Mar 2004]:
|
Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d:
|
||||||
|
|
||||||
o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
|
o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
|
||||||
o Security: Fix null-pointer assignment in do_change_cipher_spec()
|
o Security: Fix null-pointer assignment in do_change_cipher_spec()
|
||||||
@@ -450,14 +265,14 @@
|
|||||||
o Multiple X509 verification fixes
|
o Multiple X509 verification fixes
|
||||||
o Speed up HMAC and other operations
|
o Speed up HMAC and other operations
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c [30 Sep 2003]:
|
Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c:
|
||||||
|
|
||||||
o Security: fix various ASN1 parsing bugs.
|
o Security: fix various ASN1 parsing bugs.
|
||||||
o New -ignore_err option to OCSP utility.
|
o New -ignore_err option to OCSP utility.
|
||||||
o Various interop and bug fixes in S/MIME code.
|
o Various interop and bug fixes in S/MIME code.
|
||||||
o SSL/TLS protocol fix for unrequested client certificates.
|
o SSL/TLS protocol fix for unrequested client certificates.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b [10 Apr 2003]:
|
Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b:
|
||||||
|
|
||||||
o Security: counter the Klima-Pokorny-Rosa extension of
|
o Security: counter the Klima-Pokorny-Rosa extension of
|
||||||
Bleichbacher's attack
|
Bleichbacher's attack
|
||||||
@@ -468,7 +283,7 @@
|
|||||||
o ASN.1: treat domainComponent correctly.
|
o ASN.1: treat domainComponent correctly.
|
||||||
o Documentation: fixes and additions.
|
o Documentation: fixes and additions.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a [19 Feb 2003]:
|
Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a:
|
||||||
|
|
||||||
o Security: Important security related bugfixes.
|
o Security: Important security related bugfixes.
|
||||||
o Enhanced compatibility with MIT Kerberos.
|
o Enhanced compatibility with MIT Kerberos.
|
||||||
@@ -479,7 +294,7 @@
|
|||||||
o SSL/TLS: now handles manual certificate chain building.
|
o SSL/TLS: now handles manual certificate chain building.
|
||||||
o SSL/TLS: certain session ID malfunctions corrected.
|
o SSL/TLS: certain session ID malfunctions corrected.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7 [30 Dec 2002]:
|
Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
|
||||||
|
|
||||||
o New library section OCSP.
|
o New library section OCSP.
|
||||||
o Complete rewrite of ASN1 code.
|
o Complete rewrite of ASN1 code.
|
||||||
@@ -525,23 +340,23 @@
|
|||||||
o SSL/TLS: add callback to retrieve SSL/TLS messages.
|
o SSL/TLS: add callback to retrieve SSL/TLS messages.
|
||||||
o SSL/TLS: support AES cipher suites (RFC3268).
|
o SSL/TLS: support AES cipher suites (RFC3268).
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k [30 Sep 2003]:
|
Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k:
|
||||||
|
|
||||||
o Security: fix various ASN1 parsing bugs.
|
o Security: fix various ASN1 parsing bugs.
|
||||||
o SSL/TLS protocol fix for unrequested client certificates.
|
o SSL/TLS protocol fix for unrequested client certificates.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j [10 Apr 2003]:
|
Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j:
|
||||||
|
|
||||||
o Security: counter the Klima-Pokorny-Rosa extension of
|
o Security: counter the Klima-Pokorny-Rosa extension of
|
||||||
Bleichbacher's attack
|
Bleichbacher's attack
|
||||||
o Security: make RSA blinding default.
|
o Security: make RSA blinding default.
|
||||||
o Build: shared library support fixes.
|
o Build: shared library support fixes.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i [19 Feb 2003]:
|
Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
|
||||||
|
|
||||||
o Important security related bugfixes.
|
o Important security related bugfixes.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h [5 Dec 2002]:
|
Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
|
||||||
|
|
||||||
o New configuration targets for Tandem OSS and A/UX.
|
o New configuration targets for Tandem OSS and A/UX.
|
||||||
o New OIDs for Microsoft attributes.
|
o New OIDs for Microsoft attributes.
|
||||||
@@ -555,25 +370,25 @@
|
|||||||
o Fixes for smaller building problems.
|
o Fixes for smaller building problems.
|
||||||
o Updates of manuals, FAQ and other instructive documents.
|
o Updates of manuals, FAQ and other instructive documents.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g [9 Aug 2002]:
|
Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
|
||||||
|
|
||||||
o Important building fixes on Unix.
|
o Important building fixes on Unix.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f [8 Aug 2002]:
|
Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
|
||||||
|
|
||||||
o Various important bugfixes.
|
o Various important bugfixes.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e [30 Jul 2002]:
|
Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
|
||||||
|
|
||||||
o Important security related bugfixes.
|
o Important security related bugfixes.
|
||||||
o Various SSL/TLS library bugfixes.
|
o Various SSL/TLS library bugfixes.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d [9 May 2002]:
|
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
|
||||||
|
|
||||||
o Various SSL/TLS library bugfixes.
|
o Various SSL/TLS library bugfixes.
|
||||||
o Fix DH parameter generation for 'non-standard' generators.
|
o Fix DH parameter generation for 'non-standard' generators.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c [21 Dec 2001]:
|
Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
|
||||||
|
|
||||||
o Various SSL/TLS library bugfixes.
|
o Various SSL/TLS library bugfixes.
|
||||||
o BIGNUM library fixes.
|
o BIGNUM library fixes.
|
||||||
@@ -586,7 +401,7 @@
|
|||||||
Broadcom and Cryptographic Appliance's keyserver
|
Broadcom and Cryptographic Appliance's keyserver
|
||||||
[in 0.9.6c-engine release].
|
[in 0.9.6c-engine release].
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b [9 Jul 2001]:
|
Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
|
||||||
|
|
||||||
o Security fix: PRNG improvements.
|
o Security fix: PRNG improvements.
|
||||||
o Security fix: RSA OAEP check.
|
o Security fix: RSA OAEP check.
|
||||||
@@ -603,7 +418,7 @@
|
|||||||
o Increase default size for BIO buffering filter.
|
o Increase default size for BIO buffering filter.
|
||||||
o Compatibility fixes in some scripts.
|
o Compatibility fixes in some scripts.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a [5 Apr 2001]:
|
Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
|
||||||
|
|
||||||
o Security fix: change behavior of OpenSSL to avoid using
|
o Security fix: change behavior of OpenSSL to avoid using
|
||||||
environment variables when running as root.
|
environment variables when running as root.
|
||||||
@@ -628,7 +443,7 @@
|
|||||||
o New function BN_rand_range().
|
o New function BN_rand_range().
|
||||||
o Add "-rand" option to openssl s_client and s_server.
|
o Add "-rand" option to openssl s_client and s_server.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6 [10 Oct 2000]:
|
Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
|
||||||
|
|
||||||
o Some documentation for BIO and SSL libraries.
|
o Some documentation for BIO and SSL libraries.
|
||||||
o Enhanced chain verification using key identifiers.
|
o Enhanced chain verification using key identifiers.
|
||||||
@@ -643,7 +458,7 @@
|
|||||||
[1] The support for external crypto devices is currently a separate
|
[1] The support for external crypto devices is currently a separate
|
||||||
distribution. See the file README.ENGINE.
|
distribution. See the file README.ENGINE.
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a [1 Apr 2000]:
|
Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
|
||||||
|
|
||||||
o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8
|
o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8
|
||||||
o Shared library support for HPUX and Solaris-gcc
|
o Shared library support for HPUX and Solaris-gcc
|
||||||
@@ -652,7 +467,7 @@
|
|||||||
o New 'rand' application
|
o New 'rand' application
|
||||||
o New way to check for existence of algorithms from scripts
|
o New way to check for existence of algorithms from scripts
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5 [25 May 2000]:
|
Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
|
||||||
|
|
||||||
o S/MIME support in new 'smime' command
|
o S/MIME support in new 'smime' command
|
||||||
o Documentation for the OpenSSL command line application
|
o Documentation for the OpenSSL command line application
|
||||||
@@ -688,7 +503,7 @@
|
|||||||
o Enhanced support for Alpha Linux
|
o Enhanced support for Alpha Linux
|
||||||
o Experimental MacOS support
|
o Experimental MacOS support
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4 [9 Aug 1999]:
|
Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
|
||||||
|
|
||||||
o Transparent support for PKCS#8 format private keys: these are used
|
o Transparent support for PKCS#8 format private keys: these are used
|
||||||
by several software packages and are more secure than the standard
|
by several software packages and are more secure than the standard
|
||||||
@@ -699,7 +514,7 @@
|
|||||||
o New pipe-like BIO that allows using the SSL library when actual I/O
|
o New pipe-like BIO that allows using the SSL library when actual I/O
|
||||||
must be handled by the application (BIO pair)
|
must be handled by the application (BIO pair)
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3 [24 May 1999]:
|
Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
|
||||||
o Lots of enhancements and cleanups to the Configuration mechanism
|
o Lots of enhancements and cleanups to the Configuration mechanism
|
||||||
o RSA OEAP related fixes
|
o RSA OEAP related fixes
|
||||||
o Added `openssl ca -revoke' option for revoking a certificate
|
o Added `openssl ca -revoke' option for revoking a certificate
|
||||||
@@ -713,7 +528,7 @@
|
|||||||
o Sparc assembler bignum implementation, optimized hash functions
|
o Sparc assembler bignum implementation, optimized hash functions
|
||||||
o Option to disable selected ciphers
|
o Option to disable selected ciphers
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b [22 Mar 1999]:
|
Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
|
||||||
o Fixed a security hole related to session resumption
|
o Fixed a security hole related to session resumption
|
||||||
o Fixed RSA encryption routines for the p < q case
|
o Fixed RSA encryption routines for the p < q case
|
||||||
o "ALL" in cipher lists now means "everything except NULL ciphers"
|
o "ALL" in cipher lists now means "everything except NULL ciphers"
|
||||||
@@ -735,7 +550,7 @@
|
|||||||
o Lots of memory leak fixes.
|
o Lots of memory leak fixes.
|
||||||
o Lots of bug fixes.
|
o Lots of bug fixes.
|
||||||
|
|
||||||
Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c [23 Dec 1998]:
|
Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
|
||||||
o Integration of the popular NO_RSA/NO_DSA patches
|
o Integration of the popular NO_RSA/NO_DSA patches
|
||||||
o Initial support for compression inside the SSL record layer
|
o Initial support for compression inside the SSL record layer
|
||||||
o Added BIO proxy and filtering functionality
|
o Added BIO proxy and filtering functionality
|
||||||
|
|||||||
14
PROBLEMS
14
PROBLEMS
@@ -197,17 +197,3 @@ reconfigure with additional no-sse2 [or 386] option passed to ./config.
|
|||||||
We don't have framework to associate -ldl with no-dso, therefore the only
|
We don't have framework to associate -ldl with no-dso, therefore the only
|
||||||
way is to edit Makefile right after ./config no-dso and remove -ldl from
|
way is to edit Makefile right after ./config no-dso and remove -ldl from
|
||||||
EX_LIBS line.
|
EX_LIBS line.
|
||||||
|
|
||||||
* hpux-parisc2-cc no-asm build fails with SEGV in ECDSA/DH.
|
|
||||||
|
|
||||||
Compiler bug, presumably at particular patch level. Remaining
|
|
||||||
hpux*-parisc*-cc configurations can be affected too. Drop optimization
|
|
||||||
level to +O2 when compiling bn_nist.o.
|
|
||||||
|
|
||||||
* solaris64-sparcv9-cc link failure
|
|
||||||
|
|
||||||
Solaris 8 ar can fail to maintain symbol table in .a, which results in
|
|
||||||
link failures. Apply 109147-09 or later or modify Makefile generated
|
|
||||||
by ./Configure solaris64-sparcv9-cc and replace RANLIB assignment with
|
|
||||||
|
|
||||||
RANLIB= /usr/ccs/bin/ar rs
|
|
||||||
|
|||||||
205
README
205
README
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
OpenSSL 1.0.1t-dev
|
OpenSSL 1.0.0b 16 Nov 2010
|
||||||
|
|
||||||
Copyright (c) 1998-2015 The OpenSSL Project
|
Copyright (c) 1998-2010 The OpenSSL Project
|
||||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
@@ -10,17 +10,17 @@
|
|||||||
|
|
||||||
The OpenSSL Project is a collaborative effort to develop a robust,
|
The OpenSSL Project is a collaborative effort to develop a robust,
|
||||||
commercial-grade, fully featured, and Open Source toolkit implementing the
|
commercial-grade, fully featured, and Open Source toolkit implementing the
|
||||||
Secure Sockets Layer (SSLv3) and Transport Layer Security (TLS) protocols as
|
Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
|
||||||
well as a full-strength general purpose cryptograpic library. The project is
|
protocols as well as a full-strength general purpose cryptography library.
|
||||||
managed by a worldwide community of volunteers that use the Internet to
|
The project is managed by a worldwide community of volunteers that use the
|
||||||
communicate, plan, and develop the OpenSSL toolkit and its related
|
Internet to communicate, plan, and develop the OpenSSL toolkit and its
|
||||||
documentation.
|
related documentation.
|
||||||
|
|
||||||
OpenSSL is descended from the SSLeay library developed by Eric A. Young
|
OpenSSL is based on the excellent SSLeay library developed from Eric A. Young
|
||||||
and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the
|
and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the
|
||||||
OpenSSL license plus the SSLeay license), which means that you are free to
|
OpenSSL license plus the SSLeay license) situation, which basically means
|
||||||
get and use it for commercial and non-commercial purposes as long as you
|
that you are free to get and use it for commercial and non-commercial
|
||||||
fulfill the conditions of both licenses.
|
purposes as long as you fulfill the conditions of both licenses.
|
||||||
|
|
||||||
OVERVIEW
|
OVERVIEW
|
||||||
--------
|
--------
|
||||||
@@ -28,39 +28,116 @@
|
|||||||
The OpenSSL toolkit includes:
|
The OpenSSL toolkit includes:
|
||||||
|
|
||||||
libssl.a:
|
libssl.a:
|
||||||
Provides the client and server-side implementations for SSLv3 and TLS.
|
Implementation of SSLv2, SSLv3, TLSv1 and the required code to support
|
||||||
|
both SSLv2, SSLv3 and TLSv1 in the one server and client.
|
||||||
|
|
||||||
libcrypto.a:
|
libcrypto.a:
|
||||||
Provides general cryptographic and X.509 support needed by SSL/TLS but
|
General encryption and X.509 v1/v3 stuff needed by SSL/TLS but not
|
||||||
not logically part of it.
|
actually logically part of it. It includes routines for the following:
|
||||||
|
|
||||||
|
Ciphers
|
||||||
|
libdes - EAY's libdes DES encryption package which was floating
|
||||||
|
around the net for a few years, and was then relicensed by
|
||||||
|
him as part of SSLeay. It includes 15 'modes/variations'
|
||||||
|
of DES (1, 2 and 3 key versions of ecb, cbc, cfb and ofb;
|
||||||
|
pcbc and a more general form of cfb and ofb) including desx
|
||||||
|
in cbc mode, a fast crypt(3), and routines to read
|
||||||
|
passwords from the keyboard.
|
||||||
|
RC4 encryption,
|
||||||
|
RC2 encryption - 4 different modes, ecb, cbc, cfb and ofb.
|
||||||
|
Blowfish encryption - 4 different modes, ecb, cbc, cfb and ofb.
|
||||||
|
IDEA encryption - 4 different modes, ecb, cbc, cfb and ofb.
|
||||||
|
|
||||||
|
Digests
|
||||||
|
MD5 and MD2 message digest algorithms, fast implementations,
|
||||||
|
SHA (SHA-0) and SHA-1 message digest algorithms,
|
||||||
|
MDC2 message digest. A DES based hash that is popular on smart cards.
|
||||||
|
|
||||||
|
Public Key
|
||||||
|
RSA encryption/decryption/generation.
|
||||||
|
There is no limit on the number of bits.
|
||||||
|
DSA encryption/decryption/generation.
|
||||||
|
There is no limit on the number of bits.
|
||||||
|
Diffie-Hellman key-exchange/key generation.
|
||||||
|
There is no limit on the number of bits.
|
||||||
|
|
||||||
|
X.509v3 certificates
|
||||||
|
X509 encoding/decoding into/from binary ASN1 and a PEM
|
||||||
|
based ASCII-binary encoding which supports encryption with a
|
||||||
|
private key. Program to generate RSA and DSA certificate
|
||||||
|
requests and to generate RSA and DSA certificates.
|
||||||
|
|
||||||
|
Systems
|
||||||
|
The normal digital envelope routines and base64 encoding. Higher
|
||||||
|
level access to ciphers and digests by name. New ciphers can be
|
||||||
|
loaded at run time. The BIO io system which is a simple non-blocking
|
||||||
|
IO abstraction. Current methods supported are file descriptors,
|
||||||
|
sockets, socket accept, socket connect, memory buffer, buffering, SSL
|
||||||
|
client/server, file pointer, encryption, digest, non-blocking testing
|
||||||
|
and null.
|
||||||
|
|
||||||
|
Data structures
|
||||||
|
A dynamically growing hashing system
|
||||||
|
A simple stack.
|
||||||
|
A Configuration loader that uses a format similar to MS .ini files.
|
||||||
|
|
||||||
openssl:
|
openssl:
|
||||||
A command line tool that can be used for:
|
A command line tool that can be used for:
|
||||||
Creation of key parameters
|
Creation of RSA, DH and DSA key parameters
|
||||||
Creation of X.509 certificates, CSRs and CRLs
|
Creation of X.509 certificates, CSRs and CRLs
|
||||||
Calculation of message digests
|
Calculation of Message Digests
|
||||||
Encryption and decryption
|
Encryption and Decryption with Ciphers
|
||||||
SSL/TLS client and server tests
|
SSL/TLS Client and Server Tests
|
||||||
Handling of S/MIME signed or encrypted mail
|
Handling of S/MIME signed or encrypted mail
|
||||||
And more...
|
|
||||||
|
|
||||||
|
PATENTS
|
||||||
|
-------
|
||||||
|
|
||||||
|
Various companies hold various patents for various algorithms in various
|
||||||
|
locations around the world. _YOU_ are responsible for ensuring that your use
|
||||||
|
of any algorithms is legal by checking if there are any patents in your
|
||||||
|
country. The file contains some of the patents that we know about or are
|
||||||
|
rumored to exist. This is not a definitive list.
|
||||||
|
|
||||||
|
RSA Security holds software patents on the RC5 algorithm. If you
|
||||||
|
intend to use this cipher, you must contact RSA Security for
|
||||||
|
licensing conditions. Their web page is http://www.rsasecurity.com/.
|
||||||
|
|
||||||
|
RC4 is a trademark of RSA Security, so use of this label should perhaps
|
||||||
|
only be used with RSA Security's permission.
|
||||||
|
|
||||||
|
The IDEA algorithm is patented by Ascom in Austria, France, Germany, Italy,
|
||||||
|
Japan, the Netherlands, Spain, Sweden, Switzerland, UK and the USA. They
|
||||||
|
should be contacted if that algorithm is to be used; their web page is
|
||||||
|
http://www.ascom.ch/.
|
||||||
|
|
||||||
|
NTT and Mitsubishi have patents and pending patents on the Camellia
|
||||||
|
algorithm, but allow use at no charge without requiring an explicit
|
||||||
|
licensing agreement: http://info.isl.ntt.co.jp/crypt/eng/info/chiteki.html
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
------------
|
------------
|
||||||
|
|
||||||
See the appropriate file:
|
To install this package under a Unix derivative, read the INSTALL file. For
|
||||||
INSTALL Linux, Unix, etc.
|
a Win32 platform, read the INSTALL.W32 file. For OpenVMS systems, read
|
||||||
INSTALL.DJGPP DOS platform with DJGPP
|
INSTALL.VMS.
|
||||||
INSTALL.NW Netware
|
|
||||||
INSTALL.OS2 OS/2
|
Read the documentation in the doc/ directory. It is quite rough, but it
|
||||||
INSTALL.VMS VMS
|
lists the functions; you will probably have to look at the code to work out
|
||||||
INSTALL.W32 Windows (32bit)
|
how to use them. Look at the example programs.
|
||||||
INSTALL.W64 Windows (64bit)
|
|
||||||
INSTALL.WCE Windows CE
|
PROBLEMS
|
||||||
|
--------
|
||||||
|
|
||||||
|
For some platforms, there are some known problems that may affect the user
|
||||||
|
or application author. We try to collect those in doc/PROBLEMS, with current
|
||||||
|
thoughts on how they should be solved in a future of OpenSSL.
|
||||||
|
|
||||||
SUPPORT
|
SUPPORT
|
||||||
-------
|
-------
|
||||||
|
|
||||||
See the OpenSSL website www.openssl.org for details on how to obtain
|
See the OpenSSL website www.openssl.org for details of how to obtain
|
||||||
commercial technical support.
|
commercial technical support.
|
||||||
|
|
||||||
If you have any problems with OpenSSL then please take the following steps
|
If you have any problems with OpenSSL then please take the following steps
|
||||||
@@ -84,36 +161,58 @@
|
|||||||
- Problem Description (steps that will reproduce the problem, if known)
|
- Problem Description (steps that will reproduce the problem, if known)
|
||||||
- Stack Traceback (if the application dumps core)
|
- Stack Traceback (if the application dumps core)
|
||||||
|
|
||||||
Email the report to:
|
Report the bug to the OpenSSL project via the Request Tracker
|
||||||
|
(http://www.openssl.org/support/rt.html) by mail to:
|
||||||
|
|
||||||
rt@openssl.org
|
openssl-bugs@openssl.org
|
||||||
|
|
||||||
In order to avoid spam, this is a moderated mailing list, and it might
|
Note that the request tracker should NOT be used for general assistance
|
||||||
take a day for the ticket to show up. (We also scan posts to make sure
|
or support queries. Just because something doesn't work the way you expect
|
||||||
that security disclosures aren't publically posted by mistake.) Mail
|
does not mean it is necessarily a bug in OpenSSL.
|
||||||
to this address is recorded in the public RT (request tracker) database
|
|
||||||
(see https://www.openssl.org/community/index.html#bugs for details) and
|
|
||||||
also forwarded the public openssl-dev mailing list. Confidential mail
|
|
||||||
may be sent to openssl-security@openssl.org (PGP key available from the
|
|
||||||
key servers).
|
|
||||||
|
|
||||||
Please do NOT use this for general assistance or support queries.
|
Note that mail to openssl-bugs@openssl.org is recorded in the publicly
|
||||||
Just because something doesn't work the way you expect does not mean it
|
readable request tracker database and is forwarded to a public
|
||||||
is necessarily a bug in OpenSSL.
|
mailing list. Confidential mail may be sent to openssl-security@openssl.org
|
||||||
|
(PGP key available from the key servers).
|
||||||
You can also make GitHub pull requests. If you do this, please also send
|
|
||||||
mail to rt@openssl.org with a link to the PR so that we can more easily
|
|
||||||
keep track of it.
|
|
||||||
|
|
||||||
HOW TO CONTRIBUTE TO OpenSSL
|
HOW TO CONTRIBUTE TO OpenSSL
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
See CONTRIBUTING
|
Development is coordinated on the openssl-dev mailing list (see
|
||||||
|
http://www.openssl.org for information on subscribing). If you
|
||||||
|
would like to submit a patch, send it to openssl-bugs@openssl.org with
|
||||||
|
the string "[PATCH]" in the subject. Please be sure to include a
|
||||||
|
textual explanation of what your patch does.
|
||||||
|
|
||||||
LEGALITIES
|
If you are unsure as to whether a feature will be useful for the general
|
||||||
----------
|
OpenSSL community please discuss it on the openssl-dev mailing list first.
|
||||||
|
Someone may be already working on the same thing or there may be a good
|
||||||
|
reason as to why that feature isn't implemented.
|
||||||
|
|
||||||
|
Patches should be as up to date as possible, preferably relative to the
|
||||||
|
current CVS or the last snapshot. They should follow the coding style of
|
||||||
|
OpenSSL and compile without warnings. Some of the core team developer targets
|
||||||
|
can be used for testing purposes, (debug-steve64, debug-geoff etc). OpenSSL
|
||||||
|
compiles on many varied platforms: try to ensure you only use portable
|
||||||
|
features.
|
||||||
|
|
||||||
|
Note: For legal reasons, contributions from the US can be accepted only
|
||||||
|
if a TSU notification and a copy of the patch are sent to crypt@bis.doc.gov
|
||||||
|
(formerly BXA) with a copy to the ENC Encryption Request Coordinator;
|
||||||
|
please take some time to look at
|
||||||
|
http://www.bis.doc.gov/Encryption/PubAvailEncSourceCodeNofify.html [sic]
|
||||||
|
and
|
||||||
|
http://w3.access.gpo.gov/bis/ear/pdf/740.pdf (EAR Section 740.13(e))
|
||||||
|
for the details. If "your encryption source code is too large to serve as
|
||||||
|
an email attachment", they are glad to receive it by fax instead; hope you
|
||||||
|
have a cheap long-distance plan.
|
||||||
|
|
||||||
|
Our preferred format for changes is "diff -u" output. You might
|
||||||
|
generate it like this:
|
||||||
|
|
||||||
|
# cd openssl-work
|
||||||
|
# [your changes]
|
||||||
|
# ./Configure dist; make clean
|
||||||
|
# cd ..
|
||||||
|
# diff -ur openssl-orig openssl-work > mydiffs.patch
|
||||||
|
|
||||||
A number of nations, in particular the U.S., restrict the use or export
|
|
||||||
of cryptography. If you are potentially subject to such restrictions
|
|
||||||
you should seek competent professional legal advice before attempting to
|
|
||||||
develop or distribute cryptographic code.
|
|
||||||
|
|||||||
141
STATUS
Normal file
141
STATUS
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
|
||||||
|
OpenSSL STATUS Last modified at
|
||||||
|
______________ $Date: 2010/11/16 13:35:08 $
|
||||||
|
|
||||||
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
|
o OpenSSL 1.1.0: Under development...
|
||||||
|
o OpenSSL 1.0.0b: Released on November 16th, 2010
|
||||||
|
o OpenSSL 1.0.0a: Released on June 1st, 2010
|
||||||
|
o OpenSSL 1.0.0: Released on March 29th, 2010
|
||||||
|
o OpenSSL 0.9.8n: Released on March 24th, 2010
|
||||||
|
o OpenSSL 0.9.8m: Released on February 25th, 2010
|
||||||
|
o OpenSSL 0.9.8l: Released on November 5th, 2009
|
||||||
|
o OpenSSL 0.9.8k: Released on March 25th, 2009
|
||||||
|
o OpenSSL 0.9.8j: Released on January 7th, 2009
|
||||||
|
o OpenSSL 0.9.8i: Released on September 15th, 2008
|
||||||
|
o OpenSSL 0.9.8h: Released on May 28th, 2008
|
||||||
|
o OpenSSL 0.9.8g: Released on October 19th, 2007
|
||||||
|
o OpenSSL 0.9.8f: Released on October 11th, 2007
|
||||||
|
o OpenSSL 0.9.8e: Released on February 23rd, 2007
|
||||||
|
o OpenSSL 0.9.8d: Released on September 28th, 2006
|
||||||
|
o OpenSSL 0.9.8c: Released on September 5th, 2006
|
||||||
|
o OpenSSL 0.9.8b: Released on May 4th, 2006
|
||||||
|
o OpenSSL 0.9.8a: Released on October 11th, 2005
|
||||||
|
o OpenSSL 0.9.8: Released on July 5th, 2005
|
||||||
|
o OpenSSL 0.9.7m: Released on February 23rd, 2007
|
||||||
|
o OpenSSL 0.9.7l: Released on September 28th, 2006
|
||||||
|
o OpenSSL 0.9.7k: Released on September 5th, 2006
|
||||||
|
o OpenSSL 0.9.7j: Released on May 4th, 2006
|
||||||
|
o OpenSSL 0.9.7i: Released on October 14th, 2005
|
||||||
|
o OpenSSL 0.9.7h: Released on October 11th, 2005
|
||||||
|
o OpenSSL 0.9.7g: Released on April 11th, 2005
|
||||||
|
o OpenSSL 0.9.7f: Released on March 22nd, 2005
|
||||||
|
o OpenSSL 0.9.7e: Released on October 25th, 2004
|
||||||
|
o OpenSSL 0.9.7d: Released on March 17th, 2004
|
||||||
|
o OpenSSL 0.9.7c: Released on September 30th, 2003
|
||||||
|
o OpenSSL 0.9.7b: Released on April 10th, 2003
|
||||||
|
o OpenSSL 0.9.7a: Released on February 19th, 2003
|
||||||
|
o OpenSSL 0.9.7: Released on December 31st, 2002
|
||||||
|
o OpenSSL 0.9.6m: Released on March 17th, 2004
|
||||||
|
o OpenSSL 0.9.6l: Released on November 4th, 2003
|
||||||
|
o OpenSSL 0.9.6k: Released on September 30th, 2003
|
||||||
|
o OpenSSL 0.9.6j: Released on April 10th, 2003
|
||||||
|
o OpenSSL 0.9.6i: Released on February 19th, 2003
|
||||||
|
o OpenSSL 0.9.6h: Released on December 5th, 2002
|
||||||
|
o OpenSSL 0.9.6g: Released on August 9th, 2002
|
||||||
|
o OpenSSL 0.9.6f: Released on August 8th, 2002
|
||||||
|
o OpenSSL 0.9.6e: Released on July 30th, 2002
|
||||||
|
o OpenSSL 0.9.6d: Released on May 9th, 2002
|
||||||
|
o OpenSSL 0.9.6c: Released on December 21st, 2001
|
||||||
|
o OpenSSL 0.9.6b: Released on July 9th, 2001
|
||||||
|
o OpenSSL 0.9.6a: Released on April 5th, 2001
|
||||||
|
o OpenSSL 0.9.6: Released on September 24th, 2000
|
||||||
|
o OpenSSL 0.9.5a: Released on April 1st, 2000
|
||||||
|
o OpenSSL 0.9.5: Released on February 28th, 2000
|
||||||
|
o OpenSSL 0.9.4: Released on August 09th, 1999
|
||||||
|
o OpenSSL 0.9.3a: Released on May 29th, 1999
|
||||||
|
o OpenSSL 0.9.3: Released on May 25th, 1999
|
||||||
|
o OpenSSL 0.9.2b: Released on March 22th, 1999
|
||||||
|
o OpenSSL 0.9.1c: Released on December 23th, 1998
|
||||||
|
|
||||||
|
[See also http://www.openssl.org/support/rt.html]
|
||||||
|
|
||||||
|
RELEASE SHOWSTOPPERS
|
||||||
|
|
||||||
|
o The Makefiles fail with some SysV makes.
|
||||||
|
o
|
||||||
|
|
||||||
|
AVAILABLE PATCHES
|
||||||
|
|
||||||
|
o
|
||||||
|
|
||||||
|
IN PROGRESS
|
||||||
|
|
||||||
|
o Steve is currently working on (in no particular order):
|
||||||
|
ASN1 code redesign, butchery, replacement.
|
||||||
|
OCSP
|
||||||
|
EVP cipher enhancement.
|
||||||
|
Enhanced certificate chain verification.
|
||||||
|
Private key, certificate and CRL API and implementation.
|
||||||
|
Developing and bugfixing PKCS#7 (S/MIME code).
|
||||||
|
Various X509 issues: character sets, certificate request extensions.
|
||||||
|
o Richard is currently working on:
|
||||||
|
Constification
|
||||||
|
Attribute Certificate support
|
||||||
|
Certificate Pair support
|
||||||
|
Storage Engines (primarly an LDAP storage engine)
|
||||||
|
Certificate chain validation with full RFC 3280 compatibility
|
||||||
|
|
||||||
|
NEEDS PATCH
|
||||||
|
|
||||||
|
o 0.9.8-dev: COMPLEMENTOFALL and COMPLEMENTOFDEFAULT do not
|
||||||
|
handle ECCdraft cipher suites correctly.
|
||||||
|
|
||||||
|
o apps/ca.c: "Sign the certificate?" - "n" creates empty certificate file
|
||||||
|
|
||||||
|
o "OpenSSL STATUS" is never up-to-date.
|
||||||
|
|
||||||
|
OPEN ISSUES
|
||||||
|
|
||||||
|
o The Makefile hierarchy and build mechanism is still not a round thing:
|
||||||
|
|
||||||
|
1. The config vs. Configure scripts
|
||||||
|
It's the same nasty situation as for Apache with APACI vs.
|
||||||
|
src/Configure. It confuses.
|
||||||
|
Suggestion: Merge Configure and config into a single configure
|
||||||
|
script with a Autoconf style interface ;-) and remove
|
||||||
|
Configure and config. Or even let us use GNU Autoconf
|
||||||
|
itself. Then we can avoid a lot of those platform checks
|
||||||
|
which are currently in Configure.
|
||||||
|
|
||||||
|
o Support for Shared Libraries has to be added at least
|
||||||
|
for the major Unix platforms. The details we can rip from the stuff
|
||||||
|
Ralf has done for the Apache src/Configure script. Ben wants the
|
||||||
|
solution to be really simple.
|
||||||
|
|
||||||
|
Status: Ralf will look how we can easily incorporate the
|
||||||
|
compiler PIC and linker DSO flags from Apache
|
||||||
|
into the OpenSSL Configure script.
|
||||||
|
|
||||||
|
Ulf: +1 for using GNU autoconf and libtool (but not automake,
|
||||||
|
which apparently is not flexible enough to generate
|
||||||
|
libcrypto)
|
||||||
|
|
||||||
|
WISHES
|
||||||
|
|
||||||
|
o Add variants of DH_generate_parameters() and BN_generate_prime() [etc?]
|
||||||
|
where the callback function can request that the function be aborted.
|
||||||
|
[Gregory Stark <ghstark@pobox.com>, <rayyang2000@yahoo.com>]
|
||||||
|
|
||||||
|
o SRP in TLS.
|
||||||
|
[wished by:
|
||||||
|
Dj <derek@yo.net>, Tom Wu <tom@arcot.com>,
|
||||||
|
Tom Holroyd <tomh@po.crl.go.jp>]
|
||||||
|
|
||||||
|
See http://search.ietf.org/internet-drafts/draft-ietf-tls-srp-00.txt
|
||||||
|
as well as http://www-cs-students.stanford.edu/~tjw/srp/.
|
||||||
|
|
||||||
|
Tom Holroyd tells us there is a SRP patch for OpenSSH at
|
||||||
|
http://members.tripod.com/professor_tom/archives/, that could
|
||||||
|
be useful.
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
$! install-vms.com -- Installs the files in a given directory tree
|
|
||||||
$!
|
|
||||||
$! Author: Richard Levitte <richard@levitte.org>
|
|
||||||
$! Time of creation: 23-MAY-1998 19:22
|
|
||||||
$!
|
|
||||||
$! P1 root of the directory tree
|
|
||||||
$!
|
|
||||||
$!
|
|
||||||
$! Announce/identify.
|
|
||||||
$!
|
|
||||||
$ proc = f$environment( "procedure")
|
|
||||||
$ write sys$output "@@@ "+ -
|
|
||||||
f$parse( proc, , , "name")+ f$parse( proc, , , "type")
|
|
||||||
$!
|
|
||||||
$ on error then goto tidy
|
|
||||||
$ on control_c then goto tidy
|
|
||||||
$!
|
|
||||||
$ if p1 .eqs. ""
|
|
||||||
$ then
|
|
||||||
$ write sys$output "First argument missing."
|
|
||||||
$ write sys$output -
|
|
||||||
"Should be the directory where you want things installed."
|
|
||||||
$ exit
|
|
||||||
$ endif
|
|
||||||
$
|
|
||||||
$ if (f$getsyi( "cpu") .lt. 128)
|
|
||||||
$ then
|
|
||||||
$ arch = "VAX"
|
|
||||||
$ else
|
|
||||||
$ arch = f$edit( f$getsyi( "arch_name"), "upcase")
|
|
||||||
$ if (arch .eqs. "") then arch = "UNK"
|
|
||||||
$ endif
|
|
||||||
$
|
|
||||||
$ root = f$parse( P1, "[]A.;0", , , "SYNTAX_ONLY, NO_CONCEAL")- "A.;0"
|
|
||||||
$ root_dev = f$parse( root, , , "device", "syntax_only")
|
|
||||||
$ root_dir = f$parse( root, , , "directory", "syntax_only") - -
|
|
||||||
"[000000." - "][" - "[" - "]"
|
|
||||||
$ root = root_dev + "[" + root_dir
|
|
||||||
$
|
|
||||||
$ define /nolog wrk_sslroot 'root'.] /translation_attributes = concealed
|
|
||||||
$ define /nolog wrk_sslinclude wrk_sslroot:[include]
|
|
||||||
$
|
|
||||||
$ if f$parse( "wrk_sslroot:[000000]") .eqs. "" then -
|
|
||||||
create /directory /log wrk_sslroot:[000000]
|
|
||||||
$ if f$parse( "wrk_sslinclude:") .eqs. "" then -
|
|
||||||
create /directory /log wrk_sslinclude:
|
|
||||||
$ if f$parse( "wrk_sslroot:[vms]") .eqs. "" then -
|
|
||||||
create /directory /log wrk_sslroot:[vms]
|
|
||||||
$!
|
|
||||||
$ copy /log /protection = world:re openssl_startup.com wrk_sslroot:[vms]
|
|
||||||
$ copy /log /protection = world:re openssl_undo.com wrk_sslroot:[vms]
|
|
||||||
$ copy /log /protection = world:re openssl_utils.com wrk_sslroot:[vms]
|
|
||||||
$!
|
|
||||||
$ tidy:
|
|
||||||
$!
|
|
||||||
$ call deass wrk_sslroot
|
|
||||||
$ call deass wrk_sslinclude
|
|
||||||
$!
|
|
||||||
$ exit
|
|
||||||
$!
|
|
||||||
$ deass: subroutine
|
|
||||||
$ if (f$trnlnm( p1, "LNM$PROCESS") .nes. "")
|
|
||||||
$ then
|
|
||||||
$ deassign /process 'p1'
|
|
||||||
$ endif
|
|
||||||
$ endsubroutine
|
|
||||||
$!
|
|
||||||
79
VMS/install.com
Normal file
79
VMS/install.com
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
$! INSTALL.COM -- Installs the files in a given directory tree
|
||||||
|
$!
|
||||||
|
$! Author: Richard Levitte <richard@levitte.org>
|
||||||
|
$! Time of creation: 23-MAY-1998 19:22
|
||||||
|
$!
|
||||||
|
$! P1 root of the directory tree
|
||||||
|
$!
|
||||||
|
$ IF P1 .EQS. ""
|
||||||
|
$ THEN
|
||||||
|
$ WRITE SYS$OUTPUT "First argument missing."
|
||||||
|
$ WRITE SYS$OUTPUT "Should be the directory where you want things installed."
|
||||||
|
$ EXIT
|
||||||
|
$ ENDIF
|
||||||
|
$
|
||||||
|
$ IF (F$GETSYI("CPU").LT.128)
|
||||||
|
$ THEN
|
||||||
|
$ ARCH := VAX
|
||||||
|
$ ELSE
|
||||||
|
$ ARCH = F$EDIT( F$GETSYI( "ARCH_NAME"), "UPCASE")
|
||||||
|
$ IF (ARCH .EQS. "") THEN ARCH = "UNK"
|
||||||
|
$ ENDIF
|
||||||
|
$
|
||||||
|
$ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
|
||||||
|
$ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
|
||||||
|
$ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
|
||||||
|
- "[000000." - "][" - "[" - "]"
|
||||||
|
$ ROOT = ROOT_DEV + "[" + ROOT_DIR
|
||||||
|
$
|
||||||
|
$ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
|
||||||
|
$ DEFINE/NOLOG WRK_SSLINCLUDE WRK_SSLROOT:[INCLUDE]
|
||||||
|
$
|
||||||
|
$ IF F$PARSE("WRK_SSLROOT:[000000]") .EQS. "" THEN -
|
||||||
|
CREATE/DIR/LOG WRK_SSLROOT:[000000]
|
||||||
|
$ IF F$PARSE("WRK_SSLINCLUDE:") .EQS. "" THEN -
|
||||||
|
CREATE/DIR/LOG WRK_SSLINCLUDE:
|
||||||
|
$ IF F$PARSE("WRK_SSLROOT:[VMS]") .EQS. "" THEN -
|
||||||
|
CREATE/DIR/LOG WRK_SSLROOT:[VMS]
|
||||||
|
$
|
||||||
|
$ IF F$SEARCH("WRK_SSLINCLUDE:vms_idhacks.h") .NES. "" THEN -
|
||||||
|
DELETE WRK_SSLINCLUDE:vms_idhacks.h;*
|
||||||
|
$
|
||||||
|
$ OPEN/WRITE SF WRK_SSLROOT:[VMS]OPENSSL_STARTUP.COM
|
||||||
|
$ WRITE SYS$OUTPUT "%OPEN-I-CREATED, ",F$SEARCH("WRK_SSLROOT:[VMS]OPENSSL_STARTUP.COM")," created."
|
||||||
|
$ WRITE SF "$! Startup file for Openssl"
|
||||||
|
$ WRITE SF "$!"
|
||||||
|
$ WRITE SF "$! Do not edit this file, as it will be regenerated during next installation."
|
||||||
|
$ WRITE SF "$! Instead, add or change SSLROOT:[VMS]OPENSSL_SYSTARTUP.COM"
|
||||||
|
$ WRITE SF "$!"
|
||||||
|
$ WRITE SF "$! P1 a qualifier to DEFINE. For example ""/SYSTEM"" to get the logical names"
|
||||||
|
$ WRITE SF "$! defined in the system logical name table."
|
||||||
|
$ WRITE SF "$!"
|
||||||
|
$ WRITE SF "$ IF (F$GETSYI(""CPU"").LT.128)"
|
||||||
|
$ WRITE SF "$ THEN"
|
||||||
|
$ WRITE SF "$ ARCH := VAX"
|
||||||
|
$ WRITE SF "$ ELSE"
|
||||||
|
$ WRITE SF "$ ARCH = F$EDIT( F$GETSYI( ""ARCH_NAME""), ""UPCASE"")"
|
||||||
|
$ WRITE SF "$ IF (ARCH .EQS. """") THEN ARCH = ""UNK"""
|
||||||
|
$ WRITE SF "$ ENDIF"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 SSLROOT ",ROOT,".] /TRANS=CONC"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 SSLLIB SSLROOT:['ARCH'_LIB]"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 SSLINCLUDE SSLROOT:[INCLUDE]"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 SSLEXE SSLROOT:['ARCH'_EXE]"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 SSLCERTS SSLROOT:[CERTS]"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 SSLPRIVATE SSLROOT:[PRIVATE]"
|
||||||
|
$ WRITE SF "$"
|
||||||
|
$ WRITE SF "$! This is program can include <openssl/{foo}.h>"
|
||||||
|
$ WRITE SF "$ DEFINE/NOLOG'P1 OPENSSL SSLINCLUDE:"
|
||||||
|
$ WRITE SF "$"
|
||||||
|
$ WRITE SF "$ IF F$SEARCH(""SSLROOT:[VMS]OPENSSL_SYSTARTUP.COM"") .NES."""" THEN -"
|
||||||
|
$ WRITE SF " @SSLROOT:[VMS]OPENSSL_SYSTARTUP.COM"
|
||||||
|
$ WRITE SF "$"
|
||||||
|
$ WRITE SF "$ EXIT"
|
||||||
|
$ CLOSE SF
|
||||||
|
$ SET FILE/PROT=WORLD:RE WRK_SSLROOT:[VMS]OPENSSL_STARTUP.COM
|
||||||
|
$
|
||||||
|
$ COPY OPENSSL_UTILS.COM WRK_SSLROOT:[VMS]/LOG
|
||||||
|
$ SET FILE/PROT=WORLD:RE WRK_SSLROOT:[VMS]OPENSSL_UTILS.COM
|
||||||
|
$
|
||||||
|
$ EXIT
|
||||||
251
VMS/mkshared.com
251
VMS/mkshared.com
@@ -1,166 +1,85 @@
|
|||||||
$! MKSHARED.COM -- Create shareable images.
|
$! MKSHARED.COM -- script to created shareable images on VMS
|
||||||
$!
|
$!
|
||||||
$! P1: "64" for 64-bit pointers.
|
$! No command line parameters. This should be run at the start of the source
|
||||||
|
$! tree (the same directory where one finds INSTALL.VMS).
|
||||||
$!
|
$!
|
||||||
$! P2: Zlib object library path (optional).
|
$! Input: [.UTIL]LIBEAY.NUM,[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB
|
||||||
$!
|
$! [.UTIL]SSLEAY.NUM,[.xxx.EXE.SSL]LIBSSL.OLB
|
||||||
$! Input: [.UTIL]LIBEAY.NUM,[.xxx.EXE.CRYPTO]SSL_LIBCRYPTO[32].OLB
|
$! Output: [.xxx.EXE.CRYPTO]LIBCRYPTO.OPT,.MAP,.EXE
|
||||||
$! [.UTIL]SSLEAY.NUM,[.xxx.EXE.SSL]SSL_LIBSSL[32].OLB
|
$! [.xxx.EXE.SSL]LIBSSL.OPT,.MAP,.EXE
|
||||||
$! [.CRYPTO.xxx]OPENSSLCONF.H
|
|
||||||
$! Output: [.xxx.EXE.CRYPTO]SSL_LIBCRYPTO_SHR[32].OPT,.MAP,.EXE
|
|
||||||
$! [.xxx.EXE.SSL]SSL_LIBSSL_SRH[32].OPT,.MAP,.EXE
|
|
||||||
$!
|
$!
|
||||||
$! So far, tests have only been made on VMS for Alpha. VAX will come in time.
|
$! So far, tests have only been made on VMS for Alpha. VAX will come in time.
|
||||||
$! ===========================================================================
|
$! ===========================================================================
|
||||||
$!
|
$
|
||||||
$! Announce/identify.
|
|
||||||
$!
|
|
||||||
$ proc = f$environment( "procedure")
|
|
||||||
$ write sys$output "@@@ "+ -
|
|
||||||
f$parse( proc, , , "name")+ f$parse( proc, , , "type")
|
|
||||||
$!
|
|
||||||
$! Save the original default device:[directory].
|
|
||||||
$!
|
|
||||||
$ def_orig = f$environment( "default")
|
|
||||||
$ on error then goto tidy
|
|
||||||
$ on control_c then goto tidy
|
|
||||||
$!
|
|
||||||
$! SET DEFAULT to the main kit directory.
|
|
||||||
$!
|
|
||||||
$ proc = f$environment("procedure")
|
|
||||||
$ proc = f$parse( "A.;", proc)- "A.;"
|
|
||||||
$ set default 'proc'
|
|
||||||
$ set default [-]
|
|
||||||
$!
|
|
||||||
$! ----- Prepare info for processing: version number and file info
|
$! ----- Prepare info for processing: version number and file info
|
||||||
$ gosub read_version_info
|
$ gosub read_version_info
|
||||||
$ if libver .eqs. ""
|
$ if libver .eqs. ""
|
||||||
$ then
|
$ then
|
||||||
$ write sys$error "ERROR: Couldn't find any library version info..."
|
$ write sys$error "ERROR: Couldn't find any library version info..."
|
||||||
$ go to tidy:
|
$ exit
|
||||||
$ endif
|
$ endif
|
||||||
$
|
$
|
||||||
$ if (f$getsyi("cpu") .lt. 128)
|
$ if (f$getsyi("cpu").lt.128)
|
||||||
$ then
|
$ then
|
||||||
$ arch_vax = 1
|
$ arch := VAX
|
||||||
$ arch = "VAX"
|
|
||||||
$ else
|
$ else
|
||||||
$ arch_vax = 0
|
|
||||||
$ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
|
$ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
|
||||||
$ if (arch .eqs. "") then arch = "UNK"
|
$ if (arch .eqs. "") then arch = "UNK"
|
||||||
$ endif
|
$ endif
|
||||||
$!
|
$
|
||||||
$ archd = arch
|
$ if arch .nes. "VAX"
|
||||||
$ lib32 = "32"
|
|
||||||
$ shr = "SHR32"
|
|
||||||
$!
|
|
||||||
$ if (p1 .nes. "")
|
|
||||||
$ then
|
$ then
|
||||||
$ if (p1 .eqs. "64")
|
$ arch_vax = 0
|
||||||
$ then
|
$ libid = "Crypto"
|
||||||
$ archd = arch+ "_64"
|
$ libnum = "[.UTIL]LIBEAY.NUM"
|
||||||
$ lib32 = ""
|
$ libdir = "[.''ARCH'.EXE.CRYPTO]"
|
||||||
$ shr = "SHR"
|
$ libolb = "''libdir'LIBCRYPTO.OLB"
|
||||||
|
$ libopt = "''libdir'LIBCRYPTO.OPT"
|
||||||
|
$ libmap = "''libdir'LIBCRYPTO.MAP"
|
||||||
|
$ libgoal= "''libdir'LIBCRYPTO.EXE"
|
||||||
|
$ libref = ""
|
||||||
|
$ gosub create_nonvax_shr
|
||||||
|
$ libid = "SSL"
|
||||||
|
$ libnum = "[.UTIL]SSLEAY.NUM"
|
||||||
|
$ libdir = "[.''ARCH'.EXE.SSL]"
|
||||||
|
$ libolb = "''libdir'LIBSSL.OLB"
|
||||||
|
$ libopt = "''libdir'LIBSSL.OPT"
|
||||||
|
$ libmap = "''libdir'LIBSSL.MAP"
|
||||||
|
$ libgoal= "''libdir'LIBSSL.EXE"
|
||||||
|
$ libref = "[.''ARCH'.EXE.CRYPTO]LIBCRYPTO.EXE"
|
||||||
|
$ gosub create_nonvax_shr
|
||||||
$ else
|
$ else
|
||||||
$ if (p1 .nes. "32")
|
$ arch_vax = 1
|
||||||
$ then
|
|
||||||
$ write sys$output "Second argument invalid."
|
|
||||||
$ write sys$output "It should be "32", "64", or nothing."
|
|
||||||
$ exit
|
|
||||||
$ endif
|
|
||||||
$ endif
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$! ----- Prepare info for processing: disabled algorithms info
|
|
||||||
$ gosub read_disabled_algorithms_info
|
|
||||||
$!
|
|
||||||
$ ZLIB = p2
|
|
||||||
$ zlib_lib = ""
|
|
||||||
$ if (ZLIB .nes. "")
|
|
||||||
$ then
|
|
||||||
$ file2 = f$parse( ZLIB, "libz.olb", , , "syntax_only")
|
|
||||||
$ if (f$search( file2) .eqs. "")
|
|
||||||
$ then
|
|
||||||
$ write sys$output ""
|
|
||||||
$ write sys$output "The Option ", ZLIB, " Is Invalid."
|
|
||||||
$ write sys$output " Can't find library: ''file2'"
|
|
||||||
$ write sys$output ""
|
|
||||||
$ goto tidy
|
|
||||||
$ endif
|
|
||||||
$ zlib_lib = ", ''file2' /library"
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ if (arch_vax)
|
|
||||||
$ then
|
|
||||||
$ libtit = "CRYPTO_TRANSFER_VECTOR"
|
$ libtit = "CRYPTO_TRANSFER_VECTOR"
|
||||||
$ libid = "Crypto"
|
$ libid = "Crypto"
|
||||||
$ libnum = "[.UTIL]LIBEAY.NUM"
|
$ libnum = "[.UTIL]LIBEAY.NUM"
|
||||||
$ libdir = "[.''ARCHD'.EXE.CRYPTO]"
|
$ libdir = "[.''ARCH'.EXE.CRYPTO]"
|
||||||
$ libmar = "''libdir'SSL_LIBCRYPTO_''shr'.MAR"
|
$ libmar = "''libdir'LIBCRYPTO.MAR"
|
||||||
$ libolb = "''libdir'SSL_LIBCRYPTO''lib32'.OLB"
|
$ libolb = "''libdir'LIBCRYPTO.OLB"
|
||||||
$ libopt = "''libdir'SSL_LIBCRYPTO_''shr'.OPT"
|
$ libopt = "''libdir'LIBCRYPTO.OPT"
|
||||||
$ libobj = "''libdir'SSL_LIBCRYPTO_''shr'.OBJ"
|
$ libobj = "''libdir'LIBCRYPTO.OBJ"
|
||||||
$ libmap = "''libdir'SSL_LIBCRYPTO_''shr'.MAP"
|
$ libmap = "''libdir'LIBCRYPTO.MAP"
|
||||||
$ libgoal= "''libdir'SSL_LIBCRYPTO_''shr'.EXE"
|
$ libgoal= "''libdir'LIBCRYPTO.EXE"
|
||||||
$ libref = ""
|
$ libref = ""
|
||||||
$ libvec = "LIBCRYPTO"
|
$ libvec = "LIBCRYPTO"
|
||||||
$ if f$search( libolb) .nes. "" then gosub create_vax_shr
|
$ gosub create_vax_shr
|
||||||
$ libtit = "SSL_TRANSFER_VECTOR"
|
$ libtit = "SSL_TRANSFER_VECTOR"
|
||||||
$ libid = "SSL"
|
$ libid = "SSL"
|
||||||
$ libnum = "[.UTIL]SSLEAY.NUM"
|
$ libnum = "[.UTIL]SSLEAY.NUM"
|
||||||
$ libdir = "[.''ARCHD'.EXE.SSL]"
|
$ libdir = "[.''ARCH'.EXE.SSL]"
|
||||||
$ libmar = "''libdir'SSL_LIBSSL_''shr'.MAR"
|
$ libmar = "''libdir'LIBSSL.MAR"
|
||||||
$ libolb = "''libdir'SSL_LIBSSL''lib32'.OLB"
|
$ libolb = "''libdir'LIBSSL.OLB"
|
||||||
$ libopt = "''libdir'SSL_LIBSSL_''shr'.OPT"
|
$ libopt = "''libdir'LIBSSL.OPT"
|
||||||
$ libobj = "''libdir'SSL_LIBSSL_''shr'.OBJ"
|
$ libobj = "''libdir'LIBSSL.OBJ"
|
||||||
$ libmap = "''libdir'SSL_LIBSSL_''shr'.MAP"
|
$ libmap = "''libdir'LIBSSL.MAP"
|
||||||
$ libgoal= "''libdir'SSL_LIBSSL_''shr'.EXE"
|
$ libgoal= "''libdir'LIBSSL.EXE"
|
||||||
$ libref = "[.''ARCHD'.EXE.CRYPTO]SSL_LIBCRYPTO_''shr'.EXE"
|
$ libref = "[.''ARCH'.EXE.CRYPTO]LIBCRYPTO.EXE"
|
||||||
$ libvec = "LIBSSL"
|
$ libvec = "LIBSSL"
|
||||||
$ if f$search( libolb) .nes. "" then gosub create_vax_shr
|
$ gosub create_vax_shr
|
||||||
$ else
|
|
||||||
$ libid = "Crypto"
|
|
||||||
$ libnum = "[.UTIL]LIBEAY.NUM"
|
|
||||||
$ libdir = "[.''ARCHD'.EXE.CRYPTO]"
|
|
||||||
$ libolb = "''libdir'SSL_LIBCRYPTO''lib32'.OLB"
|
|
||||||
$ libopt = "''libdir'SSL_LIBCRYPTO_''shr'.OPT"
|
|
||||||
$ libmap = "''libdir'SSL_LIBCRYPTO_''shr'.MAP"
|
|
||||||
$ libgoal= "''libdir'SSL_LIBCRYPTO_''shr'.EXE"
|
|
||||||
$ libref = ""
|
|
||||||
$ if f$search( libolb) .nes. "" then gosub create_nonvax_shr
|
|
||||||
$ libid = "SSL"
|
|
||||||
$ libnum = "[.UTIL]SSLEAY.NUM"
|
|
||||||
$ libdir = "[.''ARCHD'.EXE.SSL]"
|
|
||||||
$ libolb = "''libdir'SSL_LIBSSL''lib32'.OLB"
|
|
||||||
$ libopt = "''libdir'SSL_LIBSSL_''shr'.OPT"
|
|
||||||
$ libmap = "''libdir'SSL_LIBSSL_''shr'.MAP"
|
|
||||||
$ libgoal= "''libdir'SSL_LIBSSL_''shr'.EXE"
|
|
||||||
$ libref = "[.''ARCHD'.EXE.CRYPTO]SSL_LIBCRYPTO_''shr'.EXE"
|
|
||||||
$ if f$search( libolb) .nes. "" then gosub create_nonvax_shr
|
|
||||||
$ endif
|
$ endif
|
||||||
$!
|
|
||||||
$ tidy:
|
|
||||||
$!
|
|
||||||
$! Close any open files.
|
|
||||||
$!
|
|
||||||
$ if (f$trnlnm( "libnum", "LNM$PROCESS", 0, "SUPERVISOR") .nes. "") then -
|
|
||||||
close libnum
|
|
||||||
$!
|
|
||||||
$ if (f$trnlnm( "mar", "LNM$PROCESS", 0, "SUPERVISOR") .nes. "") then -
|
|
||||||
close mar
|
|
||||||
$!
|
|
||||||
$ if (f$trnlnm( "opt", "LNM$PROCESS", 0, "SUPERVISOR") .nes. "") then -
|
|
||||||
close opt
|
|
||||||
$!
|
|
||||||
$ if (f$trnlnm( "vf", "LNM$PROCESS", 0, "SUPERVISOR") .nes. "") then -
|
|
||||||
close vf
|
|
||||||
$!
|
|
||||||
$! Restore the original default device:[directory].
|
|
||||||
$!
|
|
||||||
$ set default 'def_orig'
|
|
||||||
$ exit
|
$ exit
|
||||||
$
|
$
|
||||||
$! ----- Subroutines to build the shareable libraries
|
$! ----- Soubroutines to build the shareable libraries
|
||||||
$! For each supported architecture, there's a main shareable library
|
$! For each supported architecture, there's a main shareable library
|
||||||
$! creator, which is called from the main code above.
|
$! creator, which is called from the main code above.
|
||||||
$! The creator will define a number of variables to tell the next levels of
|
$! The creator will define a number of variables to tell the next levels of
|
||||||
@@ -192,9 +111,9 @@ $! ----- Subroutines for non-VAX
|
|||||||
$! -----
|
$! -----
|
||||||
$! The creator routine
|
$! The creator routine
|
||||||
$ create_nonvax_shr:
|
$ create_nonvax_shr:
|
||||||
$ open /write opt 'libopt'
|
$ open/write opt 'libopt'
|
||||||
$ write opt "identification=""",libid," ",libverstr,""""
|
$ write opt "identification=""",libid," ",libverstr,""""
|
||||||
$ write opt libolb, " /library"
|
$ write opt libolb,"/lib"
|
||||||
$ if libref .nes. "" then write opt libref,"/SHARE"
|
$ if libref .nes. "" then write opt libref,"/SHARE"
|
||||||
$ write opt "SYMBOL_VECTOR=(-"
|
$ write opt "SYMBOL_VECTOR=(-"
|
||||||
$ libfirstentry := true
|
$ libfirstentry := true
|
||||||
@@ -205,8 +124,7 @@ $ gosub read_func_num
|
|||||||
$ write opt ")"
|
$ write opt ")"
|
||||||
$ write opt "GSMATCH=",libvmatch,",",libver
|
$ write opt "GSMATCH=",libvmatch,",",libver
|
||||||
$ close opt
|
$ close opt
|
||||||
$ link /map = 'libmap' /full /share = 'libgoal' 'libopt' /options -
|
$ link/map='libmap'/full/share='libgoal' 'libopt'/option
|
||||||
'zlib_lib'
|
|
||||||
$ return
|
$ return
|
||||||
$
|
$
|
||||||
$! The record writer routine
|
$! The record writer routine
|
||||||
@@ -240,7 +158,7 @@ $! ----- Subroutines for VAX
|
|||||||
$! -----
|
$! -----
|
||||||
$! The creator routine
|
$! The creator routine
|
||||||
$ create_vax_shr:
|
$ create_vax_shr:
|
||||||
$ open /write mar 'libmar'
|
$ open/write mar 'libmar'
|
||||||
$ type sys$input:/out=mar:
|
$ type sys$input:/out=mar:
|
||||||
;
|
;
|
||||||
; Transfer vector for VAX shareable image
|
; Transfer vector for VAX shareable image
|
||||||
@@ -275,10 +193,10 @@ $! libwriter := write_vax_vtransfer_entry
|
|||||||
$! gosub read_func_num
|
$! gosub read_func_num
|
||||||
$ write mar " .END"
|
$ write mar " .END"
|
||||||
$ close mar
|
$ close mar
|
||||||
$ open /write opt 'libopt'
|
$ open/write opt 'libopt'
|
||||||
$ write opt "identification=""",libid," ",libverstr,""""
|
$ write opt "identification=""",libid," ",libverstr,""""
|
||||||
$ write opt libobj
|
$ write opt libobj
|
||||||
$ write opt libolb, " /library"
|
$ write opt libolb,"/lib"
|
||||||
$ if libref .nes. "" then write opt libref,"/SHARE"
|
$ if libref .nes. "" then write opt libref,"/SHARE"
|
||||||
$ type sys$input:/out=opt:
|
$ type sys$input:/out=opt:
|
||||||
!
|
!
|
||||||
@@ -297,8 +215,7 @@ $ libwriter := write_vax_psect_attr
|
|||||||
$ gosub read_func_num
|
$ gosub read_func_num
|
||||||
$ close opt
|
$ close opt
|
||||||
$ macro/obj='libobj' 'libmar'
|
$ macro/obj='libobj' 'libmar'
|
||||||
$ link /map = 'libmap' /full /share = 'libgoal' 'libopt' /options -
|
$ link/map='libmap'/full/share='libgoal' 'libopt'/option
|
||||||
'zlib_lib'
|
|
||||||
$ return
|
$ return
|
||||||
$
|
$
|
||||||
$! The record writer routine for VAX functions
|
$! The record writer routine for VAX functions
|
||||||
@@ -320,9 +237,9 @@ $ return
|
|||||||
$
|
$
|
||||||
$! ----- Common subroutines
|
$! ----- Common subroutines
|
||||||
$! -----
|
$! -----
|
||||||
$! The .num file reader. This one has great responsibility.
|
$! The .num file reader. This one has great responsability.
|
||||||
$ read_func_num:
|
$ read_func_num:
|
||||||
$ open /read libnum 'libnum'
|
$ open libnum 'libnum'
|
||||||
$ goto read_nums
|
$ goto read_nums
|
||||||
$
|
$
|
||||||
$ read_nums:
|
$ read_nums:
|
||||||
@@ -330,30 +247,27 @@ $ libentrynum=0
|
|||||||
$ liblastentry:=false
|
$ liblastentry:=false
|
||||||
$ entrycount=0
|
$ entrycount=0
|
||||||
$ loop:
|
$ loop:
|
||||||
$ read /end=loop_end /err=loop_end libnum line
|
$ read/end=loop_end/err=loop_end libnum line
|
||||||
$ lin = f$edit( line, "COMPRESS,TRIM")
|
$ entrynum=f$int(f$element(1," ",f$edit(line,"COMPRESS,TRIM")))
|
||||||
$! Skip a "#" comment line.
|
$ entryinfo=f$element(2," ",f$edit(line,"COMPRESS,TRIM"))
|
||||||
$ if (f$extract( 0, 1, lin) .eqs. "#") then goto loop
|
$ curentry=f$element(0," ",f$edit(line,"COMPRESS,TRIM"))
|
||||||
$ entrynum = f$int(f$element( 1, " ", lin))
|
$ info_exist=f$element(0,":",entryinfo)
|
||||||
$ entryinfo = f$element( 2, " ", lin)
|
$ info_platforms=","+f$element(1,":",entryinfo)+","
|
||||||
$ curentry = f$element( 0, " ", lin)
|
$ info_kind=f$element(2,":",entryinfo)
|
||||||
$ info_exist = f$element( 0, ":", entryinfo)
|
$ info_algorithms=","+f$element(3,":",entryinfo)+","
|
||||||
$ info_platforms = ","+ f$element(1, ":", entryinfo)+ ","
|
|
||||||
$ info_kind = f$element( 2, ":", entryinfo)
|
|
||||||
$ info_algorithms = ","+ f$element( 3, ":", entryinfo)+ ","
|
|
||||||
$ if info_exist .eqs. "NOEXIST" then goto loop
|
$ if info_exist .eqs. "NOEXIST" then goto loop
|
||||||
$ truesum = 0
|
$ truesum = 0
|
||||||
$ falsesum = 0
|
$ falsesum = 0
|
||||||
$ negatives = 1
|
$ negatives = 1
|
||||||
$ plat_i = 0
|
$ plat_i = 0
|
||||||
$ loop1:
|
$ loop1:
|
||||||
$ plat_entry = f$element( plat_i, ",", info_platforms)
|
$ plat_entry = f$element(plat_i,",",info_platforms)
|
||||||
$ plat_i = plat_i + 1
|
$ plat_i = plat_i + 1
|
||||||
$ if plat_entry .eqs. "" then goto loop1
|
$ if plat_entry .eqs. "" then goto loop1
|
||||||
$ if plat_entry .nes. ","
|
$ if plat_entry .nes. ","
|
||||||
$ then
|
$ then
|
||||||
$ if f$extract(0,1,plat_entry) .nes. "!" then negatives = 0
|
$ if f$extract(0,1,plat_entry) .nes. "!" then negatives = 0
|
||||||
$ if (arch_vax)
|
$ if f$getsyi("CPU") .lt. 128
|
||||||
$ then
|
$ then
|
||||||
$ if plat_entry .eqs. "EXPORT_VAR_AS_FUNCTION" then -
|
$ if plat_entry .eqs. "EXPORT_VAR_AS_FUNCTION" then -
|
||||||
$ truesum = truesum + 1
|
$ truesum = truesum + 1
|
||||||
@@ -362,7 +276,6 @@ $ falsesum = falsesum + 1
|
|||||||
$ endif
|
$ endif
|
||||||
$!
|
$!
|
||||||
$ if ((plat_entry .eqs. "VMS") .or. -
|
$ if ((plat_entry .eqs. "VMS") .or. -
|
||||||
((plat_entry .eqs. "ZLIB") .and. (ZLIB .nes. "")) .or. -
|
|
||||||
(arch_vax .and. (plat_entry .eqs. "VMSVAX"))) then -
|
(arch_vax .and. (plat_entry .eqs. "VMSVAX"))) then -
|
||||||
truesum = truesum + 1
|
truesum = truesum + 1
|
||||||
$!
|
$!
|
||||||
@@ -388,7 +301,8 @@ $ alg_i = alg_i + 1
|
|||||||
$ if alg_entry .eqs. "" then goto loop2
|
$ if alg_entry .eqs. "" then goto loop2
|
||||||
$ if alg_entry .nes. ","
|
$ if alg_entry .nes. ","
|
||||||
$ then
|
$ then
|
||||||
$ if disabled_algorithms - ("," + alg_entry + ",") .nes disabled_algorithms then goto loop
|
$ if alg_entry .eqs. "KRB5" then goto loop ! Special for now
|
||||||
|
$ if alg_entry .eqs. "STATIC_ENGINE" then goto loop ! Special for now
|
||||||
$ if f$trnlnm("OPENSSL_NO_"+alg_entry) .nes. "" then goto loop
|
$ if f$trnlnm("OPENSSL_NO_"+alg_entry) .nes. "" then goto loop
|
||||||
$ goto loop2
|
$ goto loop2
|
||||||
$ endif
|
$ endif
|
||||||
@@ -431,7 +345,7 @@ $
|
|||||||
$! The version number reader
|
$! The version number reader
|
||||||
$ read_version_info:
|
$ read_version_info:
|
||||||
$ libver = ""
|
$ libver = ""
|
||||||
$ open /read vf [.CRYPTO]OPENSSLV.H
|
$ open/read vf [.CRYPTO]OPENSSLV.H
|
||||||
$ loop_rvi:
|
$ loop_rvi:
|
||||||
$ read/err=endloop_rvi/end=endloop_rvi vf rvi_line
|
$ read/err=endloop_rvi/end=endloop_rvi vf rvi_line
|
||||||
$ if rvi_line - "SHLIB_VERSION_NUMBER """ .eqs. rvi_line then -
|
$ if rvi_line - "SHLIB_VERSION_NUMBER """ .eqs. rvi_line then -
|
||||||
@@ -455,22 +369,3 @@ $ endif
|
|||||||
$ endloop_rvi:
|
$ endloop_rvi:
|
||||||
$ close vf
|
$ close vf
|
||||||
$ return
|
$ return
|
||||||
$
|
|
||||||
$! The disabled algorithms reader
|
|
||||||
$ read_disabled_algorithms_info:
|
|
||||||
$ disabled_algorithms = ","
|
|
||||||
$ open /read cf [.CRYPTO.'ARCH']OPENSSLCONF.H
|
|
||||||
$ loop_rci:
|
|
||||||
$ read/err=endloop_rci/end=endloop_rci cf rci_line
|
|
||||||
$ rci_line = f$edit(rci_line,"TRIM,COMPRESS")
|
|
||||||
$ rci_ei = 0
|
|
||||||
$ if f$extract(0,9,rci_line) .eqs. "# define " then rci_ei = 2
|
|
||||||
$ if f$extract(0,8,rci_line) .eqs. "#define " then rci_ei = 1
|
|
||||||
$ if rci_ei .eq. 0 then goto loop_rci
|
|
||||||
$ rci_e = f$element(rci_ei," ",rci_line)
|
|
||||||
$ if f$extract(0,11,rci_e) .nes. "OPENSSL_NO_" then goto loop_rci
|
|
||||||
$ disabled_algorithms = disabled_algorithms + f$extract(11,999,rci_e) + ","
|
|
||||||
$ goto loop_rci
|
|
||||||
$ endloop_rci:
|
|
||||||
$ close cf
|
|
||||||
$ return
|
|
||||||
|
|||||||
@@ -1,108 +0,0 @@
|
|||||||
$!
|
|
||||||
$! Startup file for OpenSSL 1.x.
|
|
||||||
$!
|
|
||||||
$! 2011-03-05 SMS.
|
|
||||||
$!
|
|
||||||
$! This procedure must reside in the OpenSSL installation directory.
|
|
||||||
$! It will fail if it is copied to a different location.
|
|
||||||
$!
|
|
||||||
$! P1 qualifier(s) for DEFINE. For example, "/SYSTEM" to get the
|
|
||||||
$! logical names defined in the system logical name table.
|
|
||||||
$!
|
|
||||||
$! P2 "64", to use executables which were built with 64-bit pointers.
|
|
||||||
$!
|
|
||||||
$! Good (default) and bad status values.
|
|
||||||
$!
|
|
||||||
$ status = %x00010001 ! RMS$_NORMAL, normal successful completion.
|
|
||||||
$ rms_e_fnf = %x00018292 ! RMS$_FNF, file not found.
|
|
||||||
$!
|
|
||||||
$! Prepare for problems.
|
|
||||||
$!
|
|
||||||
$ orig_dev_dir = f$environment( "DEFAULT")
|
|
||||||
$ on control_y then goto clean_up
|
|
||||||
$ on error then goto clean_up
|
|
||||||
$!
|
|
||||||
$! Determine hardware architecture.
|
|
||||||
$!
|
|
||||||
$ if (f$getsyi( "cpu") .lt. 128)
|
|
||||||
$ then
|
|
||||||
$ arch_name = "VAX"
|
|
||||||
$ else
|
|
||||||
$ arch_name = f$edit( f$getsyi( "arch_name"), "upcase")
|
|
||||||
$ if (arch_name .eqs. "") then arch_name = "UNK"
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ if (p2 .eqs. "64")
|
|
||||||
$ then
|
|
||||||
$ arch_name_exe = arch_name+ "_64"
|
|
||||||
$ else
|
|
||||||
$ arch_name_exe = arch_name
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$! Derive the OpenSSL installation device:[directory] from the location
|
|
||||||
$! of this command procedure.
|
|
||||||
$!
|
|
||||||
$ proc = f$environment( "procedure")
|
|
||||||
$ proc_dev_dir = f$parse( "A.;", proc, , , "no_conceal") - "A.;"
|
|
||||||
$ proc_dev = f$parse( proc_dev_dir, , , "device", "syntax_only")
|
|
||||||
$ proc_dir = f$parse( proc_dev_dir, , , "directory", "syntax_only") - -
|
|
||||||
".][000000"- "[000000."- "]["- "["- "]"
|
|
||||||
$ proc_dev_dir = proc_dev+ "["+ proc_dir+ "]"
|
|
||||||
$ set default 'proc_dev_dir'
|
|
||||||
$ set default [-]
|
|
||||||
$ ossl_dev_dir = f$environment( "default")
|
|
||||||
$!
|
|
||||||
$! Check existence of expected directories (to see if this procedure has
|
|
||||||
$! been moved away from its proper place).
|
|
||||||
$!
|
|
||||||
$ if ((f$search( "certs.dir;1") .eqs. "") .or. -
|
|
||||||
(f$search( "include.dir;1") .eqs. "") .or. -
|
|
||||||
(f$search( "private.dir;1") .eqs. "") .or. -
|
|
||||||
(f$search( "vms.dir;1") .eqs. ""))
|
|
||||||
$ then
|
|
||||||
$ write sys$output -
|
|
||||||
" Can't find expected common OpenSSL directories in:"
|
|
||||||
$ write sys$output " ''ossl_dev_dir'"
|
|
||||||
$ status = rms_e_fnf
|
|
||||||
$ goto clean_up
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ if ((f$search( "''arch_name_exe'_exe.dir;1") .eqs. "") .or. -
|
|
||||||
(f$search( "''arch_name'_lib.dir;1") .eqs. ""))
|
|
||||||
$ then
|
|
||||||
$ write sys$output -
|
|
||||||
" Can't find expected architecture-specific OpenSSL directories in:"
|
|
||||||
$ write sys$output " ''ossl_dev_dir'"
|
|
||||||
$ status = rms_e_fnf
|
|
||||||
$ goto clean_up
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$! All seems well (enough). Define the OpenSSL logical names.
|
|
||||||
$!
|
|
||||||
$ ossl_root = ossl_dev_dir- "]"+ ".]"
|
|
||||||
$ define /translation_attributes = concealed /nolog'p1 SSLROOT 'ossl_root'
|
|
||||||
$ define /nolog 'p1' SSLCERTS sslroot:[certs]
|
|
||||||
$ define /nolog 'p1' SSLINCLUDE sslroot:[include]
|
|
||||||
$ define /nolog 'p1' SSLPRIVATE sslroot:[private]
|
|
||||||
$ define /nolog 'p1' SSLEXE sslroot:['arch_name_exe'_exe]
|
|
||||||
$ define /nolog 'p1' SSLLIB sslroot:['arch_name'_lib]
|
|
||||||
$!
|
|
||||||
$! Defining OPENSSL lets a C program use "#include <openssl/{foo}.h>":
|
|
||||||
$ define /nolog 'p1' OPENSSL SSLINCLUDE:
|
|
||||||
$!
|
|
||||||
$! Run a site-specific procedure, if it exists.
|
|
||||||
$!
|
|
||||||
$ if f$search( "sslroot:[vms]openssl_systartup.com") .nes."" then -
|
|
||||||
@ sslroot:[vms]openssl_systartup.com
|
|
||||||
$!
|
|
||||||
$! Restore the original default dev:[dir] (if known).
|
|
||||||
$!
|
|
||||||
$ clean_up:
|
|
||||||
$!
|
|
||||||
$ if (f$type( orig_dev_dir) .nes. "")
|
|
||||||
$ then
|
|
||||||
$ set default 'orig_dev_dir'
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ EXIT 'status'
|
|
||||||
$!
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
$!
|
|
||||||
$! Deassign OpenSSL logical names.
|
|
||||||
$!
|
|
||||||
$ call deass "OPENSSL" "''p1'"
|
|
||||||
$ call deass "SSLCERTS" "''p1'"
|
|
||||||
$ call deass "SSLEXE" "''p1'"
|
|
||||||
$ call deass "SSLINCLUDE" "''p1'"
|
|
||||||
$ call deass "SSLLIB" "''p1'"
|
|
||||||
$ call deass "SSLPRIVATE" "''p1'"
|
|
||||||
$ call deass "SSLROOT" "''p1'"
|
|
||||||
$!
|
|
||||||
$ exit
|
|
||||||
$!
|
|
||||||
$deass: subroutine
|
|
||||||
$ if (f$trnlnm( p1) .nes. "")
|
|
||||||
$ then
|
|
||||||
$ deassign 'p2' 'p1'
|
|
||||||
$ endif
|
|
||||||
$ endsubroutine
|
|
||||||
$!
|
|
||||||
8
apps/.cvsignore
Normal file
8
apps/.cvsignore
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
openssl
|
||||||
|
Makefile.save
|
||||||
|
der_chop
|
||||||
|
der_chop.bak
|
||||||
|
CA.pl
|
||||||
|
*.flc
|
||||||
|
semantic.cache
|
||||||
|
*.dll
|
||||||
92
apps/CA.com
92
apps/CA.com
@@ -37,25 +37,14 @@ $ VERIFY = openssl + " verify"
|
|||||||
$ X509 = openssl + " x509"
|
$ X509 = openssl + " x509"
|
||||||
$ PKCS12 = openssl + " pkcs12"
|
$ PKCS12 = openssl + " pkcs12"
|
||||||
$ echo = "write sys$Output"
|
$ echo = "write sys$Output"
|
||||||
$ RET = 1
|
|
||||||
$!
|
$!
|
||||||
$! 2010-12-20 SMS.
|
$ s = F$PARSE(F$ENVIRONMENT("DEFAULT"),"[]") - "].;"
|
||||||
$! Use a concealed logical name to reduce command line lengths, to
|
$ CATOP := 's'.demoCA
|
||||||
$! avoid DCL errors on VAX:
|
$ CAKEY := ]cakey.pem
|
||||||
$! %DCL-W-TKNOVF, command element is too long - shorten
|
$ CACERT := ]cacert.pem
|
||||||
$! (Path segments like "openssl-1_0_1-stable-SNAP-20101217" accumulate
|
|
||||||
$! quickly.)
|
|
||||||
$!
|
|
||||||
$ CATOP = F$PARSE( F$ENVIRONMENT( "DEFAULT"), "[]")- "].;"+ ".demoCA.]"
|
|
||||||
$ define /translation_attributes = concealed CATOP 'CATOP'
|
|
||||||
$!
|
|
||||||
$ on error then goto clean_up
|
|
||||||
$ on control_y then goto clean_up
|
|
||||||
$!
|
|
||||||
$ CAKEY = "CATOP:[private]cakey.pem"
|
|
||||||
$ CACERT = "CATOP:[000000]cacert.pem"
|
|
||||||
$
|
$
|
||||||
$ __INPUT := SYS$COMMAND
|
$ __INPUT := SYS$COMMAND
|
||||||
|
$ RET = 1
|
||||||
$!
|
$!
|
||||||
$ i = 1
|
$ i = 1
|
||||||
$opt_loop:
|
$opt_loop:
|
||||||
@@ -66,7 +55,7 @@ $
|
|||||||
$ IF (prog_opt .EQS. "?" .OR. prog_opt .EQS. "-h" .OR. prog_opt .EQS. "-help")
|
$ IF (prog_opt .EQS. "?" .OR. prog_opt .EQS. "-h" .OR. prog_opt .EQS. "-help")
|
||||||
$ THEN
|
$ THEN
|
||||||
$ echo "usage: CA -newcert|-newreq|-newca|-sign|-verify"
|
$ echo "usage: CA -newcert|-newreq|-newca|-sign|-verify"
|
||||||
$ goto clean_up
|
$ exit
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$ IF (prog_opt .EQS. "-input")
|
$ IF (prog_opt .EQS. "-input")
|
||||||
@@ -80,7 +69,7 @@ $!
|
|||||||
$ IF (prog_opt .EQS. "-newcert")
|
$ IF (prog_opt .EQS. "-newcert")
|
||||||
$ THEN
|
$ THEN
|
||||||
$ ! Create a certificate.
|
$ ! Create a certificate.
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ REQ -new -x509 -keyout newreq.pem -out newreq.pem 'DAYS'
|
$ REQ -new -x509 -keyout newreq.pem -out newreq.pem 'DAYS'
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ echo "Certificate (and private key) is in newreq.pem"
|
$ echo "Certificate (and private key) is in newreq.pem"
|
||||||
@@ -90,7 +79,7 @@ $!
|
|||||||
$ IF (prog_opt .EQS. "-newreq")
|
$ IF (prog_opt .EQS. "-newreq")
|
||||||
$ THEN
|
$ THEN
|
||||||
$ ! Create a certificate request
|
$ ! Create a certificate request
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ REQ -new -keyout newreq.pem -out newreq.pem 'DAYS'
|
$ REQ -new -keyout newreq.pem -out newreq.pem 'DAYS'
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ echo "Request (and private key) is in newreq.pem"
|
$ echo "Request (and private key) is in newreq.pem"
|
||||||
@@ -101,39 +90,40 @@ $ IF (prog_opt .EQS. "-newca")
|
|||||||
$ THEN
|
$ THEN
|
||||||
$ ! If explicitly asked for or it doesn't exist then setup the directory
|
$ ! If explicitly asked for or it doesn't exist then setup the directory
|
||||||
$ ! structure that Eric likes to manage things.
|
$ ! structure that Eric likes to manage things.
|
||||||
$ IF F$SEARCH( "CATOP:[000000]serial.") .EQS. ""
|
$ IF F$SEARCH(CATOP+"]serial.") .EQS. ""
|
||||||
$ THEN
|
$ THEN
|
||||||
$ CREATE /DIRECTORY /PROTECTION=OWNER:RWED CATOP:[000000]
|
$ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP']
|
||||||
$ CREATE /DIRECTORY /PROTECTION=OWNER:RWED CATOP:[certs]
|
$ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.certs]
|
||||||
$ CREATE /DIRECTORY /PROTECTION=OWNER:RWED CATOP:[crl]
|
$ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.crl]
|
||||||
$ CREATE /DIRECTORY /PROTECTION=OWNER:RWED CATOP:[newcerts]
|
$ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.newcerts]
|
||||||
$ CREATE /DIRECTORY /PROTECTION=OWNER:RWED CATOP:[private]
|
$ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.private]
|
||||||
$
|
$
|
||||||
$ OPEN /WRITE ser_file CATOP:[000000]serial.
|
$ OPEN /WRITE ser_file 'CATOP']serial.
|
||||||
$ WRITE ser_file "01"
|
$ WRITE ser_file "01"
|
||||||
$ CLOSE ser_file
|
$ CLOSE ser_file
|
||||||
$ APPEND /NEW_VERSION NL: CATOP:[000000]index.txt
|
$ APPEND/NEW NL: 'CATOP']index.txt
|
||||||
$
|
$
|
||||||
$ ! The following is to make sure access() doesn't get confused. It
|
$ ! The following is to make sure access() doesn't get confused. It
|
||||||
$ ! really needs one file in the directory to give correct answers...
|
$ ! really needs one file in the directory to give correct answers...
|
||||||
$ COPY NLA0: CATOP:[certs].;
|
$ COPY NLA0: 'CATOP'.certs].;
|
||||||
$ COPY NLA0: CATOP:[crl].;
|
$ COPY NLA0: 'CATOP'.crl].;
|
||||||
$ COPY NLA0: CATOP:[newcerts].;
|
$ COPY NLA0: 'CATOP'.newcerts].;
|
||||||
$ COPY NLA0: CATOP:[private].;
|
$ COPY NLA0: 'CATOP'.private].;
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$ IF F$SEARCH( CAKEY) .EQS. ""
|
$ IF F$SEARCH(CATOP+".private"+CAKEY) .EQS. ""
|
||||||
$ THEN
|
$ THEN
|
||||||
$ READ '__INPUT' FILE -
|
$ READ '__INPUT' FILE -
|
||||||
/PROMPT="CA certificate filename (or enter to create): "
|
/PROMPT="CA certificate filename (or enter to create)"
|
||||||
$ IF (FILE .NES. "") .AND. (F$SEARCH(FILE) .NES. "")
|
$ IF (FILE .NES. "") .AND. (F$SEARCH(FILE) .NES. "")
|
||||||
$ THEN
|
$ THEN
|
||||||
$ COPY 'FILE' 'CAKEY'
|
$ COPY 'FILE' 'CATOP'.private'CAKEY'
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ ELSE
|
$ ELSE
|
||||||
$ echo "Making CA certificate ..."
|
$ echo "Making CA certificate ..."
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ REQ -new -x509 -keyout 'CAKEY' -out 'CACERT' 'DAYS'
|
$ REQ -new -x509 -keyout 'CATOP'.private'CAKEY' -
|
||||||
|
-out 'CATOP''CACERT' 'DAYS'
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
@@ -145,16 +135,16 @@ $ THEN
|
|||||||
$ i = i + 1
|
$ i = i + 1
|
||||||
$ cname = P'i'
|
$ cname = P'i'
|
||||||
$ IF cname .EQS. "" THEN cname = "My certificate"
|
$ IF cname .EQS. "" THEN cname = "My certificate"
|
||||||
$ PKCS12 -in newcert.pem -inkey newreq.pem -certfile 'CACERT' -
|
$ PKCS12 -in newcert.pem -inkey newreq.pem -certfile 'CATOP''CACERT -
|
||||||
-out newcert.p12 -export -name "''cname'"
|
-out newcert.p12 -export -name "''cname'"
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ goto clean_up
|
$ exit RET
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$ IF (prog_opt .EQS. "-xsign")
|
$ IF (prog_opt .EQS. "-xsign")
|
||||||
$ THEN
|
$ THEN
|
||||||
$!
|
$!
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ CA -policy policy_anything -infiles newreq.pem
|
$ CA -policy policy_anything -infiles newreq.pem
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ GOTO opt_loop_continue
|
$ GOTO opt_loop_continue
|
||||||
@@ -163,7 +153,7 @@ $!
|
|||||||
$ IF ((prog_opt .EQS. "-sign") .OR. (prog_opt .EQS. "-signreq"))
|
$ IF ((prog_opt .EQS. "-sign") .OR. (prog_opt .EQS. "-signreq"))
|
||||||
$ THEN
|
$ THEN
|
||||||
$!
|
$!
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ CA -policy policy_anything -out newcert.pem -infiles newreq.pem
|
$ CA -policy policy_anything -out newcert.pem -infiles newreq.pem
|
||||||
$ RET=$STATUS
|
$ RET=$STATUS
|
||||||
$ type newcert.pem
|
$ type newcert.pem
|
||||||
@@ -175,9 +165,9 @@ $ IF (prog_opt .EQS. "-signcert")
|
|||||||
$ THEN
|
$ THEN
|
||||||
$!
|
$!
|
||||||
$ echo "Cert passphrase will be requested twice - bug?"
|
$ echo "Cert passphrase will be requested twice - bug?"
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ X509 -x509toreq -in newreq.pem -signkey newreq.pem -out tmp.pem
|
$ X509 -x509toreq -in newreq.pem -signkey newreq.pem -out tmp.pem
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ CA -policy policy_anything -out newcert.pem -infiles tmp.pem
|
$ CA -policy policy_anything -out newcert.pem -infiles tmp.pem
|
||||||
y
|
y
|
||||||
y
|
y
|
||||||
@@ -192,17 +182,17 @@ $!
|
|||||||
$ i = i + 1
|
$ i = i + 1
|
||||||
$ IF (p'i' .EQS. "")
|
$ IF (p'i' .EQS. "")
|
||||||
$ THEN
|
$ THEN
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ VERIFY "-CAfile" 'CACERT' newcert.pem
|
$ VERIFY "-CAfile" 'CATOP''CACERT' newcert.pem
|
||||||
$ ELSE
|
$ ELSE
|
||||||
$ j = i
|
$ j = i
|
||||||
$ verify_opt_loop:
|
$ verify_opt_loop:
|
||||||
$ IF j .GT. 8 THEN GOTO verify_opt_loop_end
|
$ IF j .GT. 8 THEN GOTO verify_opt_loop_end
|
||||||
$ IF p'j' .NES. ""
|
$ IF p'j' .NES. ""
|
||||||
$ THEN
|
$ THEN
|
||||||
$ DEFINE /USER_MODE SYS$INPUT '__INPUT'
|
$ DEFINE/USER SYS$INPUT '__INPUT'
|
||||||
$ __tmp = p'j'
|
$ __tmp = p'j'
|
||||||
$ VERIFY "-CAfile" 'CACERT' '__tmp'
|
$ VERIFY "-CAfile" 'CATOP''CACERT' '__tmp'
|
||||||
$ tmp=$STATUS
|
$ tmp=$STATUS
|
||||||
$ IF tmp .NE. 0 THEN RET=tmp
|
$ IF tmp .NE. 0 THEN RET=tmp
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
@@ -218,8 +208,8 @@ $ IF (prog_opt .NES. "")
|
|||||||
$ THEN
|
$ THEN
|
||||||
$!
|
$!
|
||||||
$ echo "Unknown argument ''prog_opt'"
|
$ echo "Unknown argument ''prog_opt'"
|
||||||
$ RET = 3
|
$
|
||||||
$ goto clean_up
|
$ EXIT 3
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$
|
$
|
||||||
$opt_loop_continue:
|
$opt_loop_continue:
|
||||||
@@ -227,10 +217,4 @@ $ i = i + 1
|
|||||||
$ GOTO opt_loop
|
$ GOTO opt_loop
|
||||||
$
|
$
|
||||||
$opt_loop_end:
|
$opt_loop_end:
|
||||||
$!
|
|
||||||
$clean_up:
|
|
||||||
$!
|
|
||||||
$ if f$trnlnm( "CATOP", "LNM$PROCESS") .nes. "" then -
|
|
||||||
deassign /process CATOP
|
|
||||||
$!
|
|
||||||
$ EXIT 'RET'
|
$ EXIT 'RET'
|
||||||
|
|||||||
186
apps/Makefile
186
apps/Makefile
@@ -39,7 +39,7 @@ E_EXE= verify asn1pars req dgst dh dhparam enc passwd gendh errstr \
|
|||||||
ca crl rsa rsautl dsa dsaparam ec ecparam \
|
ca crl rsa rsautl dsa dsaparam ec ecparam \
|
||||||
x509 genrsa gendsa genpkey s_server s_client speed \
|
x509 genrsa gendsa genpkey s_server s_client speed \
|
||||||
s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
|
s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
|
||||||
pkcs8 pkey pkeyparam pkeyutl spkac smime rand engine ocsp prime ts srp
|
pkcs8 pkey pkeyparam pkeyutl spkac smime rand engine ocsp prime ts
|
||||||
|
|
||||||
PROGS= $(PROGRAM).c
|
PROGS= $(PROGRAM).c
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ E_OBJ= verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o er
|
|||||||
x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o \
|
x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o \
|
||||||
s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
|
s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
|
||||||
ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
|
ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
|
||||||
spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o
|
spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o
|
||||||
|
|
||||||
E_SRC= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c ca.c \
|
E_SRC= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c ca.c \
|
||||||
pkcs7.c crl2p7.c crl.c \
|
pkcs7.c crl2p7.c crl.c \
|
||||||
@@ -64,7 +64,7 @@ E_SRC= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c ca.
|
|||||||
x509.c genrsa.c gendsa.c genpkey.c s_server.c s_client.c speed.c \
|
x509.c genrsa.c gendsa.c genpkey.c s_server.c s_client.c speed.c \
|
||||||
s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
|
s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
|
||||||
ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
|
ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
|
||||||
spkac.c smime.c cms.c rand.c engine.c ocsp.c prime.c ts.c srp.c
|
spkac.c smime.c cms.c rand.c engine.c ocsp.c prime.c ts.c
|
||||||
|
|
||||||
SRC=$(E_SRC)
|
SRC=$(E_SRC)
|
||||||
|
|
||||||
@@ -94,9 +94,6 @@ req: sreq.o $(A_OBJ) $(DLIBCRYPTO)
|
|||||||
sreq.o: req.c
|
sreq.o: req.c
|
||||||
$(CC) -c $(INCLUDES) $(CFLAG) -o sreq.o req.c
|
$(CC) -c $(INCLUDES) $(CFLAG) -o sreq.o req.c
|
||||||
|
|
||||||
openssl-vms.cnf: openssl.cnf
|
|
||||||
$(PERL) $(TOP)/VMS/VMSify-conf.pl < openssl.cnf > openssl-vms.cnf
|
|
||||||
|
|
||||||
files:
|
files:
|
||||||
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
|
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
|
||||||
|
|
||||||
@@ -130,12 +127,12 @@ links:
|
|||||||
lint:
|
lint:
|
||||||
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
||||||
|
|
||||||
update: openssl-vms.cnf local_depend
|
depend:
|
||||||
|
@if [ -z "$(THIS)" ]; then \
|
||||||
depend: local_depend
|
$(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
|
||||||
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
|
else \
|
||||||
local_depend:
|
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC); \
|
||||||
@[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC)
|
fi
|
||||||
|
|
||||||
dclean:
|
dclean:
|
||||||
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
||||||
@@ -147,17 +144,15 @@ clean:
|
|||||||
rm -f req
|
rm -f req
|
||||||
|
|
||||||
$(DLIBSSL):
|
$(DLIBSSL):
|
||||||
(cd ..; $(MAKE) build_libssl)
|
(cd ..; $(MAKE) DIRS=ssl all)
|
||||||
|
|
||||||
$(DLIBCRYPTO):
|
$(DLIBCRYPTO):
|
||||||
(cd ..; $(MAKE) build_libcrypto)
|
(cd ..; $(MAKE) DIRS=crypto all)
|
||||||
|
|
||||||
$(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
|
$(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
|
||||||
$(RM) $(EXE)
|
$(RM) $(EXE)
|
||||||
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
||||||
shlib_target="$(SHLIB_TARGET)"; \
|
shlib_target="$(SHLIB_TARGET)"; \
|
||||||
elif [ -n "$(FIPSCANLIB)" ]; then \
|
|
||||||
FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; export CC FIPSLD_CC; \
|
|
||||||
fi; \
|
fi; \
|
||||||
LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)" ; \
|
LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)" ; \
|
||||||
$(MAKE) -f $(TOP)/Makefile.shared -e \
|
$(MAKE) -f $(TOP)/Makefile.shared -e \
|
||||||
@@ -250,13 +245,13 @@ ciphers.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|||||||
ciphers.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
ciphers.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
ciphers.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
ciphers.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
ciphers.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
ciphers.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
ciphers.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
ciphers.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
ciphers.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
ciphers.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
ciphers.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
ciphers.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
ciphers.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
ciphers.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
ciphers.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
ciphers.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
ciphers.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
ciphers.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
ciphers.o: ../include/openssl/x509v3.h apps.h ciphers.c
|
ciphers.o: ciphers.c
|
||||||
cms.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
cms.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
cms.o: ../include/openssl/buffer.h ../include/openssl/cms.h
|
cms.o: ../include/openssl/buffer.h ../include/openssl/cms.h
|
||||||
cms.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
cms.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
@@ -432,13 +427,13 @@ engine.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|||||||
engine.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
engine.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
engine.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
engine.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
engine.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
engine.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
engine.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
engine.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
engine.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
engine.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
engine.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
engine.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
engine.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
engine.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
engine.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
engine.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
engine.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
engine.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
engine.o: ../include/openssl/x509v3.h apps.h engine.c
|
engine.o: engine.c
|
||||||
errstr.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
errstr.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
errstr.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
errstr.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||||
errstr.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
errstr.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
@@ -453,13 +448,13 @@ errstr.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|||||||
errstr.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
errstr.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
errstr.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
errstr.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
errstr.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
errstr.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
errstr.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
errstr.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
errstr.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
errstr.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
errstr.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
errstr.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
errstr.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
errstr.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
errstr.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
errstr.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
errstr.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
errstr.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
errstr.o: ../include/openssl/x509v3.h apps.h errstr.c
|
errstr.o: errstr.c
|
||||||
gendh.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
gendh.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
gendh.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
gendh.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||||
gendh.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
gendh.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
@@ -561,12 +556,12 @@ ocsp.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|||||||
ocsp.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
ocsp.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||||
ocsp.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
ocsp.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
||||||
ocsp.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
ocsp.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||||
ocsp.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
ocsp.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||||
ocsp.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
ocsp.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||||
ocsp.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
ocsp.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||||
ocsp.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
ocsp.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
||||||
ocsp.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
ocsp.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||||
ocsp.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h ocsp.c
|
ocsp.o: ../include/openssl/x509v3.h apps.h ocsp.c
|
||||||
openssl.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
openssl.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
openssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
openssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||||
openssl.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
openssl.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
@@ -580,9 +575,8 @@ openssl.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
|||||||
openssl.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
openssl.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||||
openssl.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
openssl.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
openssl.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
openssl.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
openssl.o: ../include/openssl/pqueue.h ../include/openssl/rand.h
|
openssl.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
openssl.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
openssl.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
openssl.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
|
||||||
openssl.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
openssl.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
openssl.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
openssl.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
openssl.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
openssl.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
@@ -797,13 +791,12 @@ s_cb.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
|||||||
s_cb.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
s_cb.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
s_cb.o: ../include/openssl/pqueue.h ../include/openssl/rand.h
|
s_cb.o: ../include/openssl/pqueue.h ../include/openssl/rand.h
|
||||||
s_cb.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
s_cb.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||||
s_cb.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
s_cb.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||||
s_cb.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
s_cb.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||||
s_cb.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
s_cb.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||||
s_cb.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
s_cb.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
||||||
s_cb.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
s_cb.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
||||||
s_cb.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
s_cb.o: ../include/openssl/x509v3.h apps.h s_apps.h s_cb.c
|
||||||
s_cb.o: s_apps.h s_cb.c
|
|
||||||
s_client.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
s_client.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
s_client.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
s_client.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||||
s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h
|
||||||
@@ -819,8 +812,7 @@ s_client.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|||||||
s_client.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
s_client.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
||||||
s_client.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
s_client.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
||||||
s_client.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
s_client.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
||||||
s_client.o: ../include/openssl/sha.h ../include/openssl/srp.h
|
s_client.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
s_client.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
|
|
||||||
s_client.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
s_client.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
s_client.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
s_client.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
s_client.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
s_client.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
@@ -844,7 +836,6 @@ s_server.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
|||||||
s_server.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
s_server.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h
|
||||||
s_server.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
s_server.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
||||||
s_server.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
s_server.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
||||||
s_server.o: ../include/openssl/srp.h ../include/openssl/srtp.h
|
|
||||||
s_server.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
s_server.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
||||||
s_server.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
s_server.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
||||||
s_server.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
s_server.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
||||||
@@ -866,13 +857,13 @@ s_socket.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|||||||
s_socket.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
s_socket.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
s_socket.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
s_socket.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
s_socket.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
s_socket.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
s_socket.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
s_socket.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
s_socket.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
s_socket.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
s_socket.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
s_socket.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
s_socket.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
s_socket.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
s_socket.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
s_socket.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
s_socket.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
s_socket.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
s_socket.o: ../include/openssl/x509v3.h apps.h s_apps.h s_socket.c
|
s_socket.o: s_apps.h s_socket.c
|
||||||
s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
s_time.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
s_time.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||||
s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
@@ -887,13 +878,13 @@ s_time.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|||||||
s_time.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
s_time.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
s_time.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
s_time.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
s_time.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
s_time.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
s_time.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
s_time.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
s_time.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
s_time.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
s_time.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
s_time.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
s_time.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
s_time.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
s_time.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
s_time.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
s_time.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
s_time.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
s_time.o: ../include/openssl/x509v3.h apps.h s_apps.h s_time.c
|
s_time.o: s_apps.h s_time.c
|
||||||
sess_id.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
sess_id.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
sess_id.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
sess_id.o: ../include/openssl/buffer.h ../include/openssl/comp.h
|
||||||
sess_id.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
sess_id.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
@@ -908,13 +899,13 @@ sess_id.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|||||||
sess_id.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
sess_id.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
|
||||||
sess_id.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
sess_id.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
|
||||||
sess_id.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
sess_id.o: ../include/openssl/pqueue.h ../include/openssl/safestack.h
|
||||||
sess_id.o: ../include/openssl/sha.h ../include/openssl/srtp.h
|
sess_id.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
||||||
sess_id.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h
|
sess_id.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
||||||
sess_id.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h
|
sess_id.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
||||||
sess_id.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
sess_id.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
||||||
sess_id.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h
|
sess_id.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
sess_id.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
sess_id.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
sess_id.o: ../include/openssl/x509v3.h apps.h sess_id.c
|
sess_id.o: sess_id.c
|
||||||
smime.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
smime.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
smime.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
smime.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||||
smime.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
smime.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||||
@@ -944,19 +935,19 @@ speed.o: ../include/openssl/err.h ../include/openssl/evp.h
|
|||||||
speed.o: ../include/openssl/hmac.h ../include/openssl/idea.h
|
speed.o: ../include/openssl/hmac.h ../include/openssl/idea.h
|
||||||
speed.o: ../include/openssl/lhash.h ../include/openssl/md4.h
|
speed.o: ../include/openssl/lhash.h ../include/openssl/md4.h
|
||||||
speed.o: ../include/openssl/md5.h ../include/openssl/mdc2.h
|
speed.o: ../include/openssl/md5.h ../include/openssl/mdc2.h
|
||||||
speed.o: ../include/openssl/modes.h ../include/openssl/obj_mac.h
|
speed.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
||||||
speed.o: ../include/openssl/objects.h ../include/openssl/ocsp.h
|
speed.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
||||||
speed.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
speed.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
||||||
speed.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h
|
speed.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
||||||
speed.o: ../include/openssl/rand.h ../include/openssl/rc2.h
|
speed.o: ../include/openssl/rc2.h ../include/openssl/rc4.h
|
||||||
speed.o: ../include/openssl/rc4.h ../include/openssl/ripemd.h
|
speed.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h
|
||||||
speed.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
speed.o: ../include/openssl/safestack.h ../include/openssl/seed.h
|
||||||
speed.o: ../include/openssl/seed.h ../include/openssl/sha.h
|
speed.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
||||||
speed.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
speed.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
|
||||||
speed.o: ../include/openssl/txt_db.h ../include/openssl/ui.h
|
speed.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h
|
||||||
speed.o: ../include/openssl/ui_compat.h ../include/openssl/whrlpool.h
|
speed.o: ../include/openssl/whrlpool.h ../include/openssl/x509.h
|
||||||
speed.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
|
speed.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
speed.o: ../include/openssl/x509v3.h apps.h speed.c testdsa.h testrsa.h
|
speed.o: speed.c testdsa.h testrsa.h
|
||||||
spkac.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
spkac.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
spkac.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
spkac.o: ../include/openssl/buffer.h ../include/openssl/conf.h
|
||||||
spkac.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
spkac.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
||||||
@@ -973,21 +964,6 @@ spkac.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
|||||||
spkac.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
spkac.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
||||||
spkac.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
spkac.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
|
||||||
spkac.o: spkac.c
|
spkac.o: spkac.c
|
||||||
srp.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
|
||||||
srp.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
|
||||||
srp.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
|
||||||
srp.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
|
||||||
srp.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
|
||||||
srp.o: ../include/openssl/engine.h ../include/openssl/err.h
|
|
||||||
srp.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
|
||||||
srp.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
|
||||||
srp.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
|
|
||||||
srp.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
||||||
srp.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h
|
|
||||||
srp.o: ../include/openssl/sha.h ../include/openssl/srp.h
|
|
||||||
srp.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
|
||||||
srp.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
|
|
||||||
srp.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h srp.c
|
|
||||||
ts.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
ts.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
||||||
ts.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
ts.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
||||||
ts.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
ts.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
||||||
|
|||||||
104
apps/app_rand.c
104
apps/app_rand.c
@@ -115,44 +115,44 @@
|
|||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
|
|
||||||
|
|
||||||
static int seeded = 0;
|
static int seeded = 0;
|
||||||
static int egdsocket = 0;
|
static int egdsocket = 0;
|
||||||
|
|
||||||
int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
|
int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
|
||||||
{
|
{
|
||||||
int consider_randfile = (file == NULL);
|
int consider_randfile = (file == NULL);
|
||||||
char buffer[200];
|
char buffer[200];
|
||||||
|
|
||||||
#ifdef OPENSSL_SYS_WINDOWS
|
#ifdef OPENSSL_SYS_WINDOWS
|
||||||
BIO_printf(bio_e, "Loading 'screen' into random state -");
|
BIO_printf(bio_e,"Loading 'screen' into random state -");
|
||||||
BIO_flush(bio_e);
|
BIO_flush(bio_e);
|
||||||
RAND_screen();
|
RAND_screen();
|
||||||
BIO_printf(bio_e, " done\n");
|
BIO_printf(bio_e," done\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (file == NULL)
|
if (file == NULL)
|
||||||
file = RAND_file_name(buffer, sizeof buffer);
|
file = RAND_file_name(buffer, sizeof buffer);
|
||||||
else if (RAND_egd(file) > 0) {
|
else if (RAND_egd(file) > 0)
|
||||||
/*
|
{
|
||||||
* we try if the given filename is an EGD socket. if it is, we don't
|
/* we try if the given filename is an EGD socket.
|
||||||
* write anything back to the file.
|
if it is, we don't write anything back to the file. */
|
||||||
*/
|
|
||||||
egdsocket = 1;
|
egdsocket = 1;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (file == NULL || !RAND_load_file(file, -1)) {
|
if (file == NULL || !RAND_load_file(file, -1))
|
||||||
if (RAND_status() == 0) {
|
{
|
||||||
if (!dont_warn) {
|
if (RAND_status() == 0)
|
||||||
BIO_printf(bio_e, "unable to load 'random state'\n");
|
{
|
||||||
BIO_printf(bio_e,
|
if (!dont_warn)
|
||||||
"This means that the random number generator has not been seeded\n");
|
{
|
||||||
BIO_printf(bio_e, "with much random data.\n");
|
BIO_printf(bio_e,"unable to load 'random state'\n");
|
||||||
if (consider_randfile) { /* explanation does not apply when a
|
BIO_printf(bio_e,"This means that the random number generator has not been seeded\n");
|
||||||
* file is explicitly named */
|
BIO_printf(bio_e,"with much random data.\n");
|
||||||
BIO_printf(bio_e,
|
if (consider_randfile) /* explanation does not apply when a file is explicitly named */
|
||||||
"Consider setting the RANDFILE environment variable to point at a file that\n");
|
{
|
||||||
BIO_printf(bio_e,
|
BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n");
|
||||||
"'random' data can be kept in (the file will be overwritten).\n");
|
BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
@@ -160,61 +160,59 @@ int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
|
|||||||
}
|
}
|
||||||
seeded = 1;
|
seeded = 1;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
long app_RAND_load_files(char *name)
|
long app_RAND_load_files(char *name)
|
||||||
{
|
{
|
||||||
char *p, *n;
|
char *p,*n;
|
||||||
int last;
|
int last;
|
||||||
long tot = 0;
|
long tot=0;
|
||||||
int egd;
|
int egd;
|
||||||
|
|
||||||
for (;;) {
|
for (;;)
|
||||||
last = 0;
|
{
|
||||||
for (p = name; ((*p != '\0') && (*p != LIST_SEPARATOR_CHAR)); p++) ;
|
last=0;
|
||||||
if (*p == '\0')
|
for (p=name; ((*p != '\0') && (*p != LIST_SEPARATOR_CHAR)); p++);
|
||||||
last = 1;
|
if (*p == '\0') last=1;
|
||||||
*p = '\0';
|
*p='\0';
|
||||||
n = name;
|
n=name;
|
||||||
name = p + 1;
|
name=p+1;
|
||||||
if (*n == '\0')
|
if (*n == '\0') break;
|
||||||
break;
|
|
||||||
|
|
||||||
egd = RAND_egd(n);
|
egd=RAND_egd(n);
|
||||||
if (egd > 0)
|
if (egd > 0)
|
||||||
tot += egd;
|
tot+=egd;
|
||||||
else
|
else
|
||||||
tot += RAND_load_file(n, -1);
|
tot+=RAND_load_file(n,-1);
|
||||||
if (last)
|
if (last) break;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if (tot > 512)
|
if (tot > 512)
|
||||||
app_RAND_allow_write_file();
|
app_RAND_allow_write_file();
|
||||||
return (tot);
|
return(tot);
|
||||||
}
|
}
|
||||||
|
|
||||||
int app_RAND_write_file(const char *file, BIO *bio_e)
|
int app_RAND_write_file(const char *file, BIO *bio_e)
|
||||||
{
|
{
|
||||||
char buffer[200];
|
char buffer[200];
|
||||||
|
|
||||||
if (egdsocket || !seeded)
|
if (egdsocket || !seeded)
|
||||||
/*
|
/* If we did not manage to read the seed file,
|
||||||
* If we did not manage to read the seed file, we should not write a
|
* we should not write a low-entropy seed file back --
|
||||||
* low-entropy seed file back -- it would suppress a crucial warning
|
* it would suppress a crucial warning the next time
|
||||||
* the next time we want to use it.
|
* we want to use it. */
|
||||||
*/
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (file == NULL)
|
if (file == NULL)
|
||||||
file = RAND_file_name(buffer, sizeof buffer);
|
file = RAND_file_name(buffer, sizeof buffer);
|
||||||
if (file == NULL || !RAND_write_file(file)) {
|
if (file == NULL || !RAND_write_file(file))
|
||||||
BIO_printf(bio_e, "unable to write 'random state'\n");
|
{
|
||||||
|
BIO_printf(bio_e,"unable to write 'random state'\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void app_RAND_allow_write_file(void)
|
void app_RAND_allow_write_file(void)
|
||||||
{
|
{
|
||||||
seeded = 1;
|
seeded = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
2248
apps/apps.c
2248
apps/apps.c
File diff suppressed because it is too large
Load Diff
247
apps/apps.h
247
apps/apps.h
@@ -110,76 +110,75 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HEADER_APPS_H
|
#ifndef HEADER_APPS_H
|
||||||
# define HEADER_APPS_H
|
#define HEADER_APPS_H
|
||||||
|
|
||||||
# include "e_os.h"
|
#include "e_os.h"
|
||||||
|
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/lhash.h>
|
#include <openssl/lhash.h>
|
||||||
# include <openssl/conf.h>
|
#include <openssl/conf.h>
|
||||||
# include <openssl/txt_db.h>
|
#include <openssl/txt_db.h>
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
# endif
|
#endif
|
||||||
# ifndef OPENSSL_NO_OCSP
|
#ifndef OPENSSL_NO_OCSP
|
||||||
# include <openssl/ocsp.h>
|
#include <openssl/ocsp.h>
|
||||||
# endif
|
#endif
|
||||||
# include <openssl/ossl_typ.h>
|
#include <openssl/ossl_typ.h>
|
||||||
|
|
||||||
int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
|
int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
|
||||||
int app_RAND_write_file(const char *file, BIO *bio_e);
|
int app_RAND_write_file(const char *file, BIO *bio_e);
|
||||||
/*
|
/* When `file' is NULL, use defaults.
|
||||||
* When `file' is NULL, use defaults. `bio_e' is for error messages.
|
* `bio_e' is for error messages. */
|
||||||
*/
|
|
||||||
void app_RAND_allow_write_file(void);
|
void app_RAND_allow_write_file(void);
|
||||||
long app_RAND_load_files(char *file); /* `file' is a list of files to read,
|
long app_RAND_load_files(char *file); /* `file' is a list of files to read,
|
||||||
* separated by LIST_SEPARATOR_CHAR
|
* separated by LIST_SEPARATOR_CHAR
|
||||||
* (see e_os.h). The string is
|
* (see e_os.h). The string is
|
||||||
* destroyed! */
|
* destroyed! */
|
||||||
|
|
||||||
# ifndef MONOLITH
|
#ifndef MONOLITH
|
||||||
|
|
||||||
# define MAIN(a,v) main(a,v)
|
#define MAIN(a,v) main(a,v)
|
||||||
|
|
||||||
# ifndef NON_MAIN
|
#ifndef NON_MAIN
|
||||||
CONF *config = NULL;
|
CONF *config=NULL;
|
||||||
BIO *bio_err = NULL;
|
BIO *bio_err=NULL;
|
||||||
# else
|
#else
|
||||||
extern CONF *config;
|
extern CONF *config;
|
||||||
extern BIO *bio_err;
|
extern BIO *bio_err;
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# else
|
#else
|
||||||
|
|
||||||
# define MAIN(a,v) PROG(a,v)
|
#define MAIN(a,v) PROG(a,v)
|
||||||
extern CONF *config;
|
extern CONF *config;
|
||||||
extern char *default_config_file;
|
extern char *default_config_file;
|
||||||
extern BIO *bio_err;
|
extern BIO *bio_err;
|
||||||
|
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifndef OPENSSL_SYS_NETWARE
|
#ifndef OPENSSL_SYS_NETWARE
|
||||||
# include <signal.h>
|
#include <signal.h>
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifdef SIGPIPE
|
#ifdef SIGPIPE
|
||||||
# define do_pipe_sig() signal(SIGPIPE,SIG_IGN)
|
#define do_pipe_sig() signal(SIGPIPE,SIG_IGN)
|
||||||
# else
|
#else
|
||||||
# define do_pipe_sig()
|
#define do_pipe_sig()
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifdef OPENSSL_NO_COMP
|
#ifdef OPENSSL_NO_COMP
|
||||||
# define zlib_cleanup()
|
#define zlib_cleanup()
|
||||||
# else
|
#else
|
||||||
# define zlib_cleanup() COMP_zlib_cleanup()
|
#define zlib_cleanup() COMP_zlib_cleanup()
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# if defined(MONOLITH) && !defined(OPENSSL_C)
|
#if defined(MONOLITH) && !defined(OPENSSL_C)
|
||||||
# define apps_startup() \
|
# define apps_startup() \
|
||||||
do_pipe_sig()
|
do_pipe_sig()
|
||||||
# define apps_shutdown()
|
# define apps_shutdown()
|
||||||
# else
|
#else
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
# ifndef OPENSSL_NO_ENGINE
|
||||||
# define apps_startup() \
|
# define apps_startup() \
|
||||||
do { do_pipe_sig(); CRYPTO_malloc_init(); \
|
do { do_pipe_sig(); CRYPTO_malloc_init(); \
|
||||||
@@ -189,7 +188,6 @@ extern BIO *bio_err;
|
|||||||
do { CONF_modules_unload(1); destroy_ui_method(); \
|
do { CONF_modules_unload(1); destroy_ui_method(); \
|
||||||
OBJ_cleanup(); EVP_cleanup(); ENGINE_cleanup(); \
|
OBJ_cleanup(); EVP_cleanup(); ENGINE_cleanup(); \
|
||||||
CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
|
CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
|
||||||
RAND_cleanup(); \
|
|
||||||
ERR_free_strings(); zlib_cleanup();} while(0)
|
ERR_free_strings(); zlib_cleanup();} while(0)
|
||||||
# else
|
# else
|
||||||
# define apps_startup() \
|
# define apps_startup() \
|
||||||
@@ -200,29 +198,32 @@ extern BIO *bio_err;
|
|||||||
do { CONF_modules_unload(1); destroy_ui_method(); \
|
do { CONF_modules_unload(1); destroy_ui_method(); \
|
||||||
OBJ_cleanup(); EVP_cleanup(); \
|
OBJ_cleanup(); EVP_cleanup(); \
|
||||||
CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
|
CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
|
||||||
RAND_cleanup(); \
|
|
||||||
ERR_free_strings(); zlib_cleanup(); } while(0)
|
ERR_free_strings(); zlib_cleanup(); } while(0)
|
||||||
# endif
|
# endif
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifdef OPENSSL_SYSNAME_WIN32
|
#ifdef OPENSSL_SYSNAME_WIN32
|
||||||
# define openssl_fdset(a,b) FD_SET((unsigned int)a, b)
|
# define openssl_fdset(a,b) FD_SET((unsigned int)a, b)
|
||||||
# else
|
#else
|
||||||
# define openssl_fdset(a,b) FD_SET(a, b)
|
# define openssl_fdset(a,b) FD_SET(a, b)
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
typedef struct args_st {
|
|
||||||
|
typedef struct args_st
|
||||||
|
{
|
||||||
char **data;
|
char **data;
|
||||||
int count;
|
int count;
|
||||||
} ARGS;
|
} ARGS;
|
||||||
|
|
||||||
# define PW_MIN_LENGTH 4
|
#define PW_MIN_LENGTH 4
|
||||||
typedef struct pw_cb_data {
|
typedef struct pw_cb_data
|
||||||
|
{
|
||||||
const void *password;
|
const void *password;
|
||||||
const char *prompt_info;
|
const char *prompt_info;
|
||||||
} PW_CB_DATA;
|
} PW_CB_DATA;
|
||||||
|
|
||||||
int password_callback(char *buf, int bufsiz, int verify, PW_CB_DATA *cb_data);
|
int password_callback(char *buf, int bufsiz, int verify,
|
||||||
|
PW_CB_DATA *cb_data);
|
||||||
|
|
||||||
int setup_ui_method(void);
|
int setup_ui_method(void);
|
||||||
void destroy_ui_method(void);
|
void destroy_ui_method(void);
|
||||||
@@ -230,13 +231,12 @@ void destroy_ui_method(void);
|
|||||||
int should_retry(int i);
|
int should_retry(int i);
|
||||||
int args_from_file(char *file, int *argc, char **argv[]);
|
int args_from_file(char *file, int *argc, char **argv[]);
|
||||||
int str2fmt(char *s);
|
int str2fmt(char *s);
|
||||||
void program_name(char *in, char *out, int size);
|
void program_name(char *in,char *out,int size);
|
||||||
int chopup_args(ARGS *arg, char *buf, int *argc, char **argv[]);
|
int chopup_args(ARGS *arg,char *buf, int *argc, char **argv[]);
|
||||||
# ifdef HEADER_X509_H
|
#ifdef HEADER_X509_H
|
||||||
int dump_cert_text(BIO *out, X509 *x);
|
int dump_cert_text(BIO *out, X509 *x);
|
||||||
void print_name(BIO *out, const char *title, X509_NAME *nm,
|
void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
|
||||||
unsigned long lflags);
|
#endif
|
||||||
# endif
|
|
||||||
int set_cert_ex(unsigned long *flags, const char *arg);
|
int set_cert_ex(unsigned long *flags, const char *arg);
|
||||||
int set_name_ex(unsigned long *flags, const char *arg);
|
int set_name_ex(unsigned long *flags, const char *arg);
|
||||||
int set_ext_copy(int *copy_type, const char *arg);
|
int set_ext_copy(int *copy_type, const char *arg);
|
||||||
@@ -250,22 +250,20 @@ EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
|
|||||||
EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
||||||
const char *pass, ENGINE *e, const char *key_descrip);
|
const char *pass, ENGINE *e, const char *key_descrip);
|
||||||
STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
|
STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
|
||||||
const char *pass, ENGINE *e,
|
const char *pass, ENGINE *e, const char *cert_descrip);
|
||||||
const char *cert_descrip);
|
|
||||||
STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format,
|
STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format,
|
||||||
const char *pass, ENGINE *e,
|
const char *pass, ENGINE *e, const char *cert_descrip);
|
||||||
const char *cert_descrip);
|
|
||||||
X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
ENGINE *setup_engine(BIO *err, const char *engine, int debug);
|
ENGINE *setup_engine(BIO *err, const char *engine, int debug);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_OCSP
|
#ifndef OPENSSL_NO_OCSP
|
||||||
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
|
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
|
||||||
char *host, char *path, char *port,
|
char *host, char *path, char *port, int use_ssl,
|
||||||
int use_ssl, STACK_OF(CONF_VALUE) *headers,
|
STACK_OF(CONF_VALUE) *headers,
|
||||||
int req_timeout);
|
int req_timeout);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
int load_config(BIO *err, CONF *cnf);
|
int load_config(BIO *err, CONF *cnf);
|
||||||
char *make_config_name(void);
|
char *make_config_name(void);
|
||||||
@@ -274,39 +272,38 @@ char *make_config_name(void);
|
|||||||
int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
|
int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
|
||||||
ASN1_GENERALIZEDTIME **pinvtm, const char *str);
|
ASN1_GENERALIZEDTIME **pinvtm, const char *str);
|
||||||
|
|
||||||
# define DB_type 0
|
#define DB_type 0
|
||||||
# define DB_exp_date 1
|
#define DB_exp_date 1
|
||||||
# define DB_rev_date 2
|
#define DB_rev_date 2
|
||||||
# define DB_serial 3 /* index - unique */
|
#define DB_serial 3 /* index - unique */
|
||||||
# define DB_file 4
|
#define DB_file 4
|
||||||
# define DB_name 5 /* index - unique when active and not
|
#define DB_name 5 /* index - unique when active and not disabled */
|
||||||
* disabled */
|
#define DB_NUMBER 6
|
||||||
# define DB_NUMBER 6
|
|
||||||
|
|
||||||
# define DB_TYPE_REV 'R'
|
#define DB_TYPE_REV 'R'
|
||||||
# define DB_TYPE_EXP 'E'
|
#define DB_TYPE_EXP 'E'
|
||||||
# define DB_TYPE_VAL 'V'
|
#define DB_TYPE_VAL 'V'
|
||||||
|
|
||||||
typedef struct db_attr_st {
|
typedef struct db_attr_st
|
||||||
|
{
|
||||||
int unique_subject;
|
int unique_subject;
|
||||||
} DB_ATTR;
|
} DB_ATTR;
|
||||||
typedef struct ca_db_st {
|
typedef struct ca_db_st
|
||||||
|
{
|
||||||
DB_ATTR attributes;
|
DB_ATTR attributes;
|
||||||
TXT_DB *db;
|
TXT_DB *db;
|
||||||
} CA_DB;
|
} CA_DB;
|
||||||
|
|
||||||
BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai);
|
BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai);
|
||||||
int save_serial(char *serialfile, char *suffix, BIGNUM *serial,
|
int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai);
|
||||||
ASN1_INTEGER **retai);
|
|
||||||
int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix);
|
int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix);
|
||||||
int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
|
int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
|
||||||
CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
|
CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
|
||||||
int index_index(CA_DB *db);
|
int index_index(CA_DB *db);
|
||||||
int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
||||||
int rotate_index(const char *dbfile, const char *new_suffix,
|
int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
|
||||||
const char *old_suffix);
|
|
||||||
void free_index(CA_DB *db);
|
void free_index(CA_DB *db);
|
||||||
# define index_name_cmp_noconst(a, b) \
|
#define index_name_cmp_noconst(a, b) \
|
||||||
index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
|
index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
|
||||||
(const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
|
(const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
|
||||||
int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
|
int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
|
||||||
@@ -320,58 +317,44 @@ int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
|
|||||||
int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value);
|
int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value);
|
||||||
int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
||||||
const char *algname, ENGINE *e, int do_param);
|
const char *algname, ENGINE *e, int do_param);
|
||||||
int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
|
#ifndef OPENSSL_NO_PSK
|
||||||
STACK_OF(OPENSSL_STRING) *sigopts);
|
|
||||||
int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
|
|
||||||
STACK_OF(OPENSSL_STRING) *sigopts);
|
|
||||||
int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
|
|
||||||
STACK_OF(OPENSSL_STRING) *sigopts);
|
|
||||||
# ifndef OPENSSL_NO_PSK
|
|
||||||
extern char *psk_key;
|
extern char *psk_key;
|
||||||
# endif
|
#endif
|
||||||
# ifndef OPENSSL_NO_JPAKE
|
#ifndef OPENSSL_NO_JPAKE
|
||||||
void jpake_client_auth(BIO *out, BIO *conn, const char *secret);
|
void jpake_client_auth(BIO *out, BIO *conn, const char *secret);
|
||||||
void jpake_server_auth(BIO *out, BIO *conn, const char *secret);
|
void jpake_server_auth(BIO *out, BIO *conn, const char *secret);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
|
#define FORMAT_UNDEF 0
|
||||||
unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
|
#define FORMAT_ASN1 1
|
||||||
# endif /* !OPENSSL_NO_TLSEXT &&
|
#define FORMAT_TEXT 2
|
||||||
* !OPENSSL_NO_NEXTPROTONEG */
|
#define FORMAT_PEM 3
|
||||||
|
#define FORMAT_NETSCAPE 4
|
||||||
# define FORMAT_UNDEF 0
|
#define FORMAT_PKCS12 5
|
||||||
# define FORMAT_ASN1 1
|
#define FORMAT_SMIME 6
|
||||||
# define FORMAT_TEXT 2
|
#define FORMAT_ENGINE 7
|
||||||
# define FORMAT_PEM 3
|
#define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid
|
||||||
# define FORMAT_NETSCAPE 4
|
|
||||||
# define FORMAT_PKCS12 5
|
|
||||||
# define FORMAT_SMIME 6
|
|
||||||
# define FORMAT_ENGINE 7
|
|
||||||
# define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid
|
|
||||||
* adding yet another param to load_*key() */
|
* adding yet another param to load_*key() */
|
||||||
# define FORMAT_PEMRSA 9 /* PEM RSAPubicKey format */
|
#define FORMAT_PEMRSA 9 /* PEM RSAPubicKey format */
|
||||||
# define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */
|
#define FORMAT_ASN1RSA 10 /* DER RSAPubicKey format */
|
||||||
# define FORMAT_MSBLOB 11 /* MS Key blob format */
|
#define FORMAT_MSBLOB 11 /* MS Key blob format */
|
||||||
# define FORMAT_PVK 12 /* MS PVK file format */
|
#define FORMAT_PVK 12 /* MS PVK file format */
|
||||||
|
|
||||||
# define EXT_COPY_NONE 0
|
#define EXT_COPY_NONE 0
|
||||||
# define EXT_COPY_ADD 1
|
#define EXT_COPY_ADD 1
|
||||||
# define EXT_COPY_ALL 2
|
#define EXT_COPY_ALL 2
|
||||||
|
|
||||||
# define NETSCAPE_CERT_HDR "certificate"
|
#define NETSCAPE_CERT_HDR "certificate"
|
||||||
|
|
||||||
# define APP_PASS_LEN 1024
|
#define APP_PASS_LEN 1024
|
||||||
|
|
||||||
# define SERIAL_RAND_BITS 64
|
#define SERIAL_RAND_BITS 64
|
||||||
|
|
||||||
int app_isdir(const char *);
|
int app_isdir(const char *);
|
||||||
int raw_read_stdin(void *, int);
|
int raw_read_stdin(void *,int);
|
||||||
int raw_write_stdout(const void *, int);
|
int raw_write_stdout(const void *,int);
|
||||||
|
|
||||||
# define TM_START 0
|
|
||||||
# define TM_STOP 1
|
|
||||||
double app_tminterval(int stop, int usertime);
|
|
||||||
|
|
||||||
# define OPENSSL_NO_SSL_INTERN
|
|
||||||
|
|
||||||
|
#define TM_START 0
|
||||||
|
#define TM_STOP 1
|
||||||
|
double app_tminterval (int stop,int usertime);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
382
apps/asn1pars.c
382
apps/asn1pars.c
@@ -56,9 +56,8 @@
|
|||||||
* [including the GNU Public Licence.]
|
* [including the GNU Public Licence.]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/* A nice addition from Dr Stephen Henson <steve@openssl.org> to
|
||||||
* A nice addition from Dr Stephen Henson <steve@openssl.org> to add the
|
* add the -strparse option which parses nested binary structures
|
||||||
* -strparse option which parses nested binary structures
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -70,8 +69,7 @@
|
|||||||
#include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -i - indent the details by depth
|
* -i - indent the details by depth
|
||||||
* -offset - where in the file to start
|
* -offset - where in the file to start
|
||||||
@@ -87,134 +85,145 @@ int MAIN(int, char **);
|
|||||||
static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
|
static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, badops = 0, offset = 0, ret = 1, j;
|
int i,badops=0,offset=0,ret=1,j;
|
||||||
unsigned int length = 0;
|
unsigned int length=0;
|
||||||
long num, tmplen;
|
long num,tmplen;
|
||||||
BIO *in = NULL, *out = NULL, *b64 = NULL, *derout = NULL;
|
BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL;
|
||||||
int informat, indent = 0, noout = 0, dump = 0;
|
int informat,indent=0, noout = 0, dump = 0;
|
||||||
char *infile = NULL, *str = NULL, *prog, *oidfile = NULL, *derfile = NULL;
|
char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL;
|
||||||
char *genstr = NULL, *genconf = NULL;
|
char *genstr=NULL, *genconf=NULL;
|
||||||
unsigned char *tmpbuf;
|
unsigned char *tmpbuf;
|
||||||
const unsigned char *ctmpbuf;
|
const unsigned char *ctmpbuf;
|
||||||
BUF_MEM *buf = NULL;
|
BUF_MEM *buf=NULL;
|
||||||
STACK_OF(OPENSSL_STRING) *osk = NULL;
|
STACK_OF(OPENSSL_STRING) *osk=NULL;
|
||||||
ASN1_TYPE *at = NULL;
|
ASN1_TYPE *at=NULL;
|
||||||
|
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
if ((osk = sk_OPENSSL_STRING_new_null()) == NULL) {
|
if ((osk=sk_OPENSSL_STRING_new_null()) == NULL)
|
||||||
BIO_printf(bio_err, "Memory allocation failure\n");
|
{
|
||||||
|
BIO_printf(bio_err,"Memory allocation failure\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
infile = *(++argv);
|
{
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
infile= *(++argv);
|
||||||
goto bad;
|
}
|
||||||
derfile = *(++argv);
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
} else if (strcmp(*argv, "-i") == 0) {
|
{
|
||||||
indent = 1;
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-noout") == 0)
|
derfile= *(++argv);
|
||||||
noout = 1;
|
}
|
||||||
else if (strcmp(*argv, "-oid") == 0) {
|
else if (strcmp(*argv,"-i") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
indent=1;
|
||||||
oidfile = *(++argv);
|
}
|
||||||
} else if (strcmp(*argv, "-offset") == 0) {
|
else if (strcmp(*argv,"-noout") == 0) noout = 1;
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-oid") == 0)
|
||||||
goto bad;
|
{
|
||||||
offset = atoi(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-length") == 0) {
|
oidfile= *(++argv);
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-offset") == 0)
|
||||||
length = atoi(*(++argv));
|
{
|
||||||
if (length == 0)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
offset= atoi(*(++argv));
|
||||||
} else if (strcmp(*argv, "-dump") == 0) {
|
}
|
||||||
dump = -1;
|
else if (strcmp(*argv,"-length") == 0)
|
||||||
} else if (strcmp(*argv, "-dlimit") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
length= atoi(*(++argv));
|
||||||
dump = atoi(*(++argv));
|
if (length == 0) goto bad;
|
||||||
if (dump <= 0)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-dump") == 0)
|
||||||
} else if (strcmp(*argv, "-strparse") == 0) {
|
{
|
||||||
if (--argc < 1)
|
dump= -1;
|
||||||
goto bad;
|
}
|
||||||
sk_OPENSSL_STRING_push(osk, *(++argv));
|
else if (strcmp(*argv,"-dlimit") == 0)
|
||||||
} else if (strcmp(*argv, "-genstr") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
dump= atoi(*(++argv));
|
||||||
genstr = *(++argv);
|
if (dump <= 0) goto bad;
|
||||||
} else if (strcmp(*argv, "-genconf") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-strparse") == 0)
|
||||||
goto bad;
|
{
|
||||||
genconf = *(++argv);
|
if (--argc < 1) goto bad;
|
||||||
} else {
|
sk_OPENSSL_STRING_push(osk,*(++argv));
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
}
|
||||||
badops = 1;
|
else if (strcmp(*argv,"-genstr") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
genstr= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-genconf") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
genconf= *(++argv);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] <infile\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
" -out arg output file (output format is always DER\n");
|
BIO_printf(bio_err," -out arg output file (output format is always DER\n");
|
||||||
BIO_printf(bio_err, " -noout arg don't produce any output\n");
|
BIO_printf(bio_err," -noout arg don't produce any output\n");
|
||||||
BIO_printf(bio_err, " -offset arg offset into file\n");
|
BIO_printf(bio_err," -offset arg offset into file\n");
|
||||||
BIO_printf(bio_err, " -length arg length of section in file\n");
|
BIO_printf(bio_err," -length arg length of section in file\n");
|
||||||
BIO_printf(bio_err, " -i indent entries\n");
|
BIO_printf(bio_err," -i indent entries\n");
|
||||||
BIO_printf(bio_err, " -dump dump unknown data in hex form\n");
|
BIO_printf(bio_err," -dump dump unknown data in hex form\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n");
|
||||||
" -dlimit arg dump the first arg bytes of unknown data in hex form\n");
|
BIO_printf(bio_err," -oid file file of extra oid definitions\n");
|
||||||
BIO_printf(bio_err, " -oid file file of extra oid definitions\n");
|
BIO_printf(bio_err," -strparse offset\n");
|
||||||
BIO_printf(bio_err, " -strparse offset\n");
|
BIO_printf(bio_err," a series of these can be used to 'dig' into multiple\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," ASN1 blob wrappings\n");
|
||||||
" a series of these can be used to 'dig' into multiple\n");
|
BIO_printf(bio_err," -genstr str string to generate ASN1 structure from\n");
|
||||||
BIO_printf(bio_err, " ASN1 blob wrappings\n");
|
BIO_printf(bio_err," -genconf file file to generate ASN1 structure from\n");
|
||||||
BIO_printf(bio_err,
|
|
||||||
" -genstr str string to generate ASN1 structure from\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" -genconf file file to generate ASN1 structure from\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -222,9 +231,11 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (oidfile != NULL) {
|
if (oidfile != NULL)
|
||||||
if (BIO_read_filename(in, oidfile) <= 0) {
|
{
|
||||||
BIO_printf(bio_err, "problems opening %s\n", oidfile);
|
if (BIO_read_filename(in,oidfile) <= 0)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"problems opening %s\n",oidfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -232,160 +243,164 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (derfile) {
|
if (derfile) {
|
||||||
if (!(derout = BIO_new_file(derfile, "wb"))) {
|
if(!(derout = BIO_new_file(derfile, "wb"))) {
|
||||||
BIO_printf(bio_err, "problems opening %s\n", derfile);
|
BIO_printf(bio_err,"problems opening %s\n",derfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((buf = BUF_MEM_new()) == NULL)
|
if ((buf=BUF_MEM_new()) == NULL) goto end;
|
||||||
goto end;
|
if (!BUF_MEM_grow(buf,BUFSIZ*8)) goto end; /* Pre-allocate :-) */
|
||||||
if (!BUF_MEM_grow(buf, BUFSIZ * 8))
|
|
||||||
goto end; /* Pre-allocate :-) */
|
|
||||||
|
|
||||||
if (genstr || genconf) {
|
if (genstr || genconf)
|
||||||
|
{
|
||||||
num = do_generate(bio_err, genstr, genconf, buf);
|
num = do_generate(bio_err, genstr, genconf, buf);
|
||||||
if (num < 0) {
|
if (num < 0)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
|
|
||||||
if (informat == FORMAT_PEM) {
|
if (informat == FORMAT_PEM)
|
||||||
|
{
|
||||||
BIO *tmp;
|
BIO *tmp;
|
||||||
|
|
||||||
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
|
if ((b64=BIO_new(BIO_f_base64())) == NULL)
|
||||||
goto end;
|
goto end;
|
||||||
BIO_push(b64, in);
|
BIO_push(b64,in);
|
||||||
tmp = in;
|
tmp=in;
|
||||||
in = b64;
|
in=b64;
|
||||||
b64 = tmp;
|
b64=tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
num = 0;
|
num=0;
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (!BUF_MEM_grow(buf, (int)num + BUFSIZ))
|
{
|
||||||
goto end;
|
if (!BUF_MEM_grow(buf,(int)num+BUFSIZ)) goto end;
|
||||||
i = BIO_read(in, &(buf->data[num]), BUFSIZ);
|
i=BIO_read(in,&(buf->data[num]),BUFSIZ);
|
||||||
if (i <= 0)
|
if (i <= 0) break;
|
||||||
break;
|
num+=i;
|
||||||
num += i;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
str = buf->data;
|
str=buf->data;
|
||||||
|
|
||||||
/* If any structs to parse go through in sequence */
|
/* If any structs to parse go through in sequence */
|
||||||
|
|
||||||
if (sk_OPENSSL_STRING_num(osk)) {
|
if (sk_OPENSSL_STRING_num(osk))
|
||||||
tmpbuf = (unsigned char *)str;
|
{
|
||||||
tmplen = num;
|
tmpbuf=(unsigned char *)str;
|
||||||
for (i = 0; i < sk_OPENSSL_STRING_num(osk); i++) {
|
tmplen=num;
|
||||||
|
for (i=0; i<sk_OPENSSL_STRING_num(osk); i++)
|
||||||
|
{
|
||||||
ASN1_TYPE *atmp;
|
ASN1_TYPE *atmp;
|
||||||
int typ;
|
int typ;
|
||||||
j = atoi(sk_OPENSSL_STRING_value(osk, i));
|
j=atoi(sk_OPENSSL_STRING_value(osk,i));
|
||||||
if (j == 0) {
|
if (j == 0)
|
||||||
BIO_printf(bio_err, "'%s' is an invalid number\n",
|
{
|
||||||
sk_OPENSSL_STRING_value(osk, i));
|
BIO_printf(bio_err,"'%s' is an invalid number\n",sk_OPENSSL_STRING_value(osk,i));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
tmpbuf += j;
|
tmpbuf+=j;
|
||||||
tmplen -= j;
|
tmplen-=j;
|
||||||
atmp = at;
|
atmp = at;
|
||||||
ctmpbuf = tmpbuf;
|
ctmpbuf = tmpbuf;
|
||||||
at = d2i_ASN1_TYPE(NULL, &ctmpbuf, tmplen);
|
at = d2i_ASN1_TYPE(NULL,&ctmpbuf,tmplen);
|
||||||
ASN1_TYPE_free(atmp);
|
ASN1_TYPE_free(atmp);
|
||||||
if (!at) {
|
if(!at)
|
||||||
BIO_printf(bio_err, "Error parsing structure\n");
|
{
|
||||||
|
BIO_printf(bio_err,"Error parsing structure\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
typ = ASN1_TYPE_get(at);
|
typ = ASN1_TYPE_get(at);
|
||||||
if ((typ == V_ASN1_OBJECT)
|
if ((typ == V_ASN1_OBJECT)
|
||||||
|| (typ == V_ASN1_BOOLEAN)
|
|| (typ == V_ASN1_NULL))
|
||||||
|| (typ == V_ASN1_NULL)) {
|
{
|
||||||
BIO_printf(bio_err, "Can't parse %s type\n", ASN1_tag2str(typ));
|
BIO_printf(bio_err, "Can't parse %s type\n",
|
||||||
|
typ == V_ASN1_NULL ? "NULL" : "OBJECT");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
/* hmm... this is a little evil but it works */
|
/* hmm... this is a little evil but it works */
|
||||||
tmpbuf = at->value.asn1_string->data;
|
tmpbuf=at->value.asn1_string->data;
|
||||||
tmplen = at->value.asn1_string->length;
|
tmplen=at->value.asn1_string->length;
|
||||||
}
|
}
|
||||||
str = (char *)tmpbuf;
|
str=(char *)tmpbuf;
|
||||||
num = tmplen;
|
num=tmplen;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (offset >= num) {
|
if (offset >= num)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error: offset too large\n");
|
BIO_printf(bio_err, "Error: offset too large\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
num -= offset;
|
num -= offset;
|
||||||
|
|
||||||
if ((length == 0) || ((long)length > num))
|
if ((length == 0) || ((long)length > num)) length=(unsigned int)num;
|
||||||
length = (unsigned int)num;
|
if(derout) {
|
||||||
if (derout) {
|
if(BIO_write(derout, str + offset, length) != (int)length) {
|
||||||
if (BIO_write(derout, str + offset, length) != (int)length) {
|
|
||||||
BIO_printf(bio_err, "Error writing output\n");
|
BIO_printf(bio_err, "Error writing output\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!noout &&
|
if (!noout &&
|
||||||
!ASN1_parse_dump(out, (unsigned char *)&(str[offset]), length,
|
!ASN1_parse_dump(out,(unsigned char *)&(str[offset]),length,
|
||||||
indent, dump)) {
|
indent,dump))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
BIO_free(derout);
|
BIO_free(derout);
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (out != NULL) BIO_free_all(out);
|
||||||
if (out != NULL)
|
if (b64 != NULL) BIO_free(b64);
|
||||||
BIO_free_all(out);
|
|
||||||
if (b64 != NULL)
|
|
||||||
BIO_free(b64);
|
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
if (buf != NULL)
|
if (buf != NULL) BUF_MEM_free(buf);
|
||||||
BUF_MEM_free(buf);
|
if (at != NULL) ASN1_TYPE_free(at);
|
||||||
if (at != NULL)
|
if (osk != NULL) sk_OPENSSL_STRING_free(osk);
|
||||||
ASN1_TYPE_free(at);
|
|
||||||
if (osk != NULL)
|
|
||||||
sk_OPENSSL_STRING_free(osk);
|
|
||||||
OBJ_cleanup();
|
OBJ_cleanup();
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
|
static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
|
||||||
{
|
{
|
||||||
CONF *cnf = NULL;
|
CONF *cnf = NULL;
|
||||||
int len;
|
int len;
|
||||||
long errline = 0;
|
long errline;
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
ASN1_TYPE *atyp = NULL;
|
ASN1_TYPE *atyp = NULL;
|
||||||
|
|
||||||
if (genconf) {
|
if (genconf)
|
||||||
|
{
|
||||||
cnf = NCONF_new(NULL);
|
cnf = NCONF_new(NULL);
|
||||||
if (!NCONF_load(cnf, genconf, &errline))
|
if (!NCONF_load(cnf, genconf, &errline))
|
||||||
goto conferr;
|
goto conferr;
|
||||||
if (!genstr)
|
if (!genstr)
|
||||||
genstr = NCONF_get_string(cnf, "default", "asn1");
|
genstr = NCONF_get_string(cnf, "default", "asn1");
|
||||||
if (!genstr) {
|
if (!genstr)
|
||||||
|
{
|
||||||
BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
|
BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
@@ -393,7 +408,6 @@ static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
|
|||||||
|
|
||||||
atyp = ASN1_generate_nconf(genstr, cnf);
|
atyp = ASN1_generate_nconf(genstr, cnf);
|
||||||
NCONF_free(cnf);
|
NCONF_free(cnf);
|
||||||
cnf = NULL;
|
|
||||||
|
|
||||||
if (!atyp)
|
if (!atyp)
|
||||||
return -1;
|
return -1;
|
||||||
@@ -403,10 +417,10 @@ static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
|
|||||||
if (len <= 0)
|
if (len <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
if (!BUF_MEM_grow(buf, len))
|
if (!BUF_MEM_grow(buf,len))
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
p = (unsigned char *)buf->data;
|
p=(unsigned char *)buf->data;
|
||||||
|
|
||||||
i2d_ASN1_TYPE(atyp, &p);
|
i2d_ASN1_TYPE(atyp, &p);
|
||||||
|
|
||||||
@@ -427,4 +441,4 @@ static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
|
|||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
184
apps/ciphers.c
184
apps/ciphers.c
@@ -60,7 +60,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef OPENSSL_NO_STDIO
|
#ifdef OPENSSL_NO_STDIO
|
||||||
# define APPS_WIN16
|
#define APPS_WIN16
|
||||||
#endif
|
#endif
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
@@ -69,40 +69,46 @@
|
|||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG ciphers_main
|
#define PROG ciphers_main
|
||||||
|
|
||||||
static const char *ciphers_usage[] = {
|
static const char *ciphers_usage[]={
|
||||||
"usage: ciphers args\n",
|
"usage: ciphers args\n",
|
||||||
" -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
|
" -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
|
||||||
" -V - even more verbose\n",
|
" -V - even more verbose\n",
|
||||||
" -ssl2 - SSL2 mode\n",
|
" -ssl2 - SSL2 mode\n",
|
||||||
" -ssl3 - SSL3 mode\n",
|
" -ssl3 - SSL3 mode\n",
|
||||||
" -tls1 - TLS1 mode\n",
|
" -tls1 - TLS1 mode\n",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int ret = 1, i;
|
int ret=1,i;
|
||||||
int verbose = 0, Verbose = 0;
|
int verbose=0,Verbose=0;
|
||||||
const char **pp;
|
const char **pp;
|
||||||
const char *p;
|
const char *p;
|
||||||
int badops = 0;
|
int badops=0;
|
||||||
SSL_CTX *ctx = NULL;
|
SSL_CTX *ctx=NULL;
|
||||||
SSL *ssl = NULL;
|
SSL *ssl=NULL;
|
||||||
char *ciphers = NULL;
|
char *ciphers=NULL;
|
||||||
const SSL_METHOD *meth = NULL;
|
const SSL_METHOD *meth=NULL;
|
||||||
STACK_OF(SSL_CIPHER) *sk;
|
STACK_OF(SSL_CIPHER) *sk;
|
||||||
char buf[512];
|
char buf[512];
|
||||||
BIO *STDout = NULL;
|
BIO *STDout=NULL;
|
||||||
|
|
||||||
meth = SSLv23_server_method();
|
#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3)
|
||||||
|
meth=SSLv23_server_method();
|
||||||
|
#elif !defined(OPENSSL_NO_SSL3)
|
||||||
|
meth=SSLv3_server_method();
|
||||||
|
#elif !defined(OPENSSL_NO_SSL2)
|
||||||
|
meth=SSLv2_server_method();
|
||||||
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
|
||||||
STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
|
STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -114,112 +120,112 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-v") == 0)
|
{
|
||||||
verbose = 1;
|
if (strcmp(*argv,"-v") == 0)
|
||||||
else if (strcmp(*argv, "-V") == 0)
|
verbose=1;
|
||||||
verbose = Verbose = 1;
|
else if (strcmp(*argv,"-V") == 0)
|
||||||
|
verbose=Verbose=1;
|
||||||
#ifndef OPENSSL_NO_SSL2
|
#ifndef OPENSSL_NO_SSL2
|
||||||
else if (strcmp(*argv, "-ssl2") == 0)
|
else if (strcmp(*argv,"-ssl2") == 0)
|
||||||
meth = SSLv2_client_method();
|
meth=SSLv2_client_method();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
else if (strcmp(*argv, "-ssl3") == 0)
|
else if (strcmp(*argv,"-ssl3") == 0)
|
||||||
meth = SSLv3_client_method();
|
meth=SSLv3_client_method();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_TLS1
|
#ifndef OPENSSL_NO_TLS1
|
||||||
else if (strcmp(*argv, "-tls1") == 0)
|
else if (strcmp(*argv,"-tls1") == 0)
|
||||||
meth = TLSv1_client_method();
|
meth=TLSv1_client_method();
|
||||||
#endif
|
#endif
|
||||||
else if ((strncmp(*argv, "-h", 2) == 0) || (strcmp(*argv, "-?") == 0)) {
|
else if ((strncmp(*argv,"-h",2) == 0) ||
|
||||||
badops = 1;
|
(strcmp(*argv,"-?") == 0))
|
||||||
|
{
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
} else {
|
}
|
||||||
ciphers = *argv;
|
else
|
||||||
|
{
|
||||||
|
ciphers= *argv;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
for (pp = ciphers_usage; (*pp != NULL); pp++)
|
{
|
||||||
BIO_printf(bio_err, "%s", *pp);
|
for (pp=ciphers_usage; (*pp != NULL); pp++)
|
||||||
|
BIO_printf(bio_err,"%s",*pp);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
OpenSSL_add_ssl_algorithms();
|
OpenSSL_add_ssl_algorithms();
|
||||||
|
|
||||||
ctx = SSL_CTX_new(meth);
|
ctx=SSL_CTX_new(meth);
|
||||||
if (ctx == NULL)
|
if (ctx == NULL) goto err;
|
||||||
goto err;
|
|
||||||
if (ciphers != NULL) {
|
if (ciphers != NULL) {
|
||||||
if (!SSL_CTX_set_cipher_list(ctx, ciphers)) {
|
if(!SSL_CTX_set_cipher_list(ctx,ciphers)) {
|
||||||
BIO_printf(bio_err, "Error in cipher list\n");
|
BIO_printf(bio_err, "Error in cipher list\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ssl = SSL_new(ctx);
|
ssl=SSL_new(ctx);
|
||||||
if (ssl == NULL)
|
if (ssl == NULL) goto err;
|
||||||
goto err;
|
|
||||||
|
|
||||||
if (!verbose) {
|
|
||||||
for (i = 0;; i++) {
|
if (!verbose)
|
||||||
p = SSL_get_cipher_list(ssl, i);
|
{
|
||||||
if (p == NULL)
|
for (i=0; ; i++)
|
||||||
break;
|
{
|
||||||
if (i != 0)
|
p=SSL_get_cipher_list(ssl,i);
|
||||||
BIO_printf(STDout, ":");
|
if (p == NULL) break;
|
||||||
BIO_printf(STDout, "%s", p);
|
if (i != 0) BIO_printf(STDout,":");
|
||||||
|
BIO_printf(STDout,"%s",p);
|
||||||
}
|
}
|
||||||
BIO_printf(STDout, "\n");
|
BIO_printf(STDout,"\n");
|
||||||
} else { /* verbose */
|
}
|
||||||
|
else /* verbose */
|
||||||
|
{
|
||||||
|
sk=SSL_get_ciphers(ssl);
|
||||||
|
|
||||||
sk = SSL_get_ciphers(ssl);
|
for (i=0; i<sk_SSL_CIPHER_num(sk); i++)
|
||||||
|
{
|
||||||
for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
|
|
||||||
SSL_CIPHER *c;
|
SSL_CIPHER *c;
|
||||||
|
|
||||||
c = sk_SSL_CIPHER_value(sk, i);
|
c = sk_SSL_CIPHER_value(sk,i);
|
||||||
|
|
||||||
if (Verbose) {
|
if (Verbose)
|
||||||
unsigned long id = SSL_CIPHER_get_id(c);
|
{
|
||||||
|
unsigned long id = c->id;
|
||||||
int id0 = (int)(id >> 24);
|
int id0 = (int)(id >> 24);
|
||||||
int id1 = (int)((id >> 16) & 0xffL);
|
int id1 = (int)((id >> 16) & 0xffL);
|
||||||
int id2 = (int)((id >> 8) & 0xffL);
|
int id2 = (int)((id >> 8) & 0xffL);
|
||||||
int id3 = (int)(id & 0xffL);
|
int id3 = (int)(id & 0xffL);
|
||||||
|
|
||||||
if ((id & 0xff000000L) == 0x02000000L) {
|
if ((id & 0xff000000L) == 0x02000000L)
|
||||||
/* SSL2 cipher */
|
BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */
|
||||||
BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1,
|
else if ((id & 0xff000000L) == 0x03000000L)
|
||||||
id2, id3);
|
BIO_printf(STDout, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 cipher */
|
||||||
} else if ((id & 0xff000000L) == 0x03000000L) {
|
else
|
||||||
/* SSL3 cipher */
|
BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
|
||||||
BIO_printf(STDout, " 0x%02X,0x%02X - ", id2,
|
}
|
||||||
id3);
|
|
||||||
} else {
|
BIO_puts(STDout,SSL_CIPHER_description(c,buf,sizeof buf));
|
||||||
/* whatever */
|
|
||||||
BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0,
|
|
||||||
id1, id2, id3);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BIO_puts(STDout, SSL_CIPHER_description(c, buf, sizeof buf));
|
ret=0;
|
||||||
}
|
if (0)
|
||||||
}
|
{
|
||||||
|
err:
|
||||||
ret = 0;
|
|
||||||
if (0) {
|
|
||||||
err:
|
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
}
|
}
|
||||||
end:
|
end:
|
||||||
if (ctx != NULL)
|
if (ctx != NULL) SSL_CTX_free(ctx);
|
||||||
SSL_CTX_free(ctx);
|
if (ssl != NULL) SSL_free(ssl);
|
||||||
if (ssl != NULL)
|
if (STDout != NULL) BIO_free_all(STDout);
|
||||||
SSL_free(ssl);
|
|
||||||
if (STDout != NULL)
|
|
||||||
BIO_free_all(STDout);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,52 +1,24 @@
|
|||||||
subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Client Cert
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test CA (1024 bit)
|
||||||
issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
|
subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Client test cert (512 bit)
|
||||||
-----BEGIN CERTIFICATE-----
|
-----BEGIN CERTIFICATE-----
|
||||||
MIID5zCCAs+gAwIBAgIJALnu1NlVpZ6yMA0GCSqGSIb3DQEBBQUAMHAxCzAJBgNV
|
MIIB6TCCAVICAQIwDQYJKoZIhvcNAQEEBQAwWzELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMSIwIAYDVQQLDBlGT1IgVEVT
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRswGQYD
|
||||||
VElORyBQVVJQT1NFUyBPTkxZMSUwIwYDVQQDDBxPcGVuU1NMIFRlc3QgSW50ZXJt
|
VQQDExJUZXN0IENBICgxMDI0IGJpdCkwHhcNOTcwNjA5MTM1NzU2WhcNOTgwNjA5
|
||||||
ZWRpYXRlIENBMB4XDTExMTIwODE0MDE0OFoXDTIxMTAxNjE0MDE0OFowZDELMAkG
|
MTM1NzU2WjBjMQswCQYDVQQGEwJBVTETMBEGA1UECBMKUXVlZW5zbGFuZDEaMBgG
|
||||||
A1UEBhMCVUsxFjAUBgNVBAoMDU9wZW5TU0wgR3JvdXAxIjAgBgNVBAsMGUZPUiBU
|
A1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxIzAhBgNVBAMTGkNsaWVudCB0ZXN0IGNl
|
||||||
RVNUSU5HIFBVUlBPU0VTIE9OTFkxGTAXBgNVBAMMEFRlc3QgQ2xpZW50IENlcnQw
|
cnQgKDUxMiBiaXQpMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALtv55QyzG6i2Plw
|
||||||
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC0ranbHRLcLVqN+0BzcZpY
|
Z1pah7++Gv8L5j6Hnyr/uTZE1NLG0ABDDexmq/R4KedLjFEIYjocDui+IXs62NNt
|
||||||
+yOLqxzDWT1LD9eW1stC4NzXX9/DCtSIVyN7YIHdGLrIPr64IDdXXaMRzgZ2rOKs
|
XrT8odkCAwEAATANBgkqhkiG9w0BAQQFAAOBgQBwtMmI7oGUG8nKmftQssATViH5
|
||||||
lmHCAiFpO/ja99gGCJRxH0xwQatqAULfJVHeUhs7OEGOZc2nWifjqKvGfNTilP7D
|
NRRtoEw07DxJp/LfatHdrhqQB73eGdL5WILZJXk46Xz2e9WMSUjVCSYhdKxtflU3
|
||||||
nwi69ipQFq9oS19FmhwVHk2wg7KZGHI1qDyG04UrfCZMRitvS9+UVhPpIPjuiBi2
|
UR2Ajv1Oo0sTNdfz0wDqJNirLNtzyhhsaq8qMTrLwXrCP31VxBiigFSQSUFnZyTE
|
||||||
x3/FZIpL5gXJvvFK6xHY63oq2asyzBATntBgnP4qJFWWcvRx24wF1PnZabxuVoL2
|
9TKwhS4GlwbtCfxSKQ==
|
||||||
bPnQ/KvONDrw3IdqkKhYNTul7jEcu3OlcZIMw+7DiaKJLAzKb/bBF5gm/pwW6As9
|
|
||||||
AgMBAAGjgY8wgYwwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwLAYJYIZI
|
|
||||||
AYb4QgENBB8WHU9wZW5TU0wgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1UdDgQW
|
|
||||||
BBSZHKyLoTh7Mb409Zn/mK1ceSDAjDAfBgNVHSMEGDAWgBQ2w2yI55X+sL3szj49
|
|
||||||
hqshgYfa2jANBgkqhkiG9w0BAQUFAAOCAQEAD0mL7PtPYgCEuDyOQSbLpeND5hVS
|
|
||||||
curxQdGnrJ6Acrhodb7E9ccATokeb0PLx6HBLQUicxhTZIQ9FbO43YkQcOU6C3BB
|
|
||||||
IlwskqmtN6+VmrQzNolHCDzvxNZs9lYL2VbGPGqVRyjZeHpoAlf9cQr8PgDb4d4b
|
|
||||||
vUx2KAhHQvV2nkmYvKyXcgnRuHggumF87mkxidriGAEFwH4qfOqetUg64WyxP7P2
|
|
||||||
QLipm04SyQa7ONtIApfVXgHcE42Py4/f4arzCzMjKe3VyhGkS7nsT55X/fWgTaRm
|
|
||||||
CQPkO+H94P958WTvQDt77bQ+D3IvYaVvfil8n6HJMOJfFT0LJuSUbpSXJg==
|
|
||||||
-----END CERTIFICATE-----
|
-----END CERTIFICATE-----
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
MIIEpQIBAAKCAQEAtK2p2x0S3C1ajftAc3GaWPsji6scw1k9Sw/XltbLQuDc11/f
|
MIIBOwIBAAJBALtv55QyzG6i2PlwZ1pah7++Gv8L5j6Hnyr/uTZE1NLG0ABDDexm
|
||||||
wwrUiFcje2CB3Ri6yD6+uCA3V12jEc4GdqzirJZhwgIhaTv42vfYBgiUcR9McEGr
|
q/R4KedLjFEIYjocDui+IXs62NNtXrT8odkCAwEAAQJAbwXq0vJ/+uyEvsNgxLko
|
||||||
agFC3yVR3lIbOzhBjmXNp1on46irxnzU4pT+w58IuvYqUBavaEtfRZocFR5NsIOy
|
/V86mGXQ/KrSkeKlL0r4ENxjcyeMAGoKu6J9yMY7+X9+Zm4nxShNfTsf/+Freoe1
|
||||||
mRhyNag8htOFK3wmTEYrb0vflFYT6SD47ogYtsd/xWSKS+YFyb7xSusR2Ot6Ktmr
|
HQIhAPOSm5Q1YI+KIsII2GeVJx1U69+wnd71OasIPakS1L1XAiEAxQAW+J3/JWE0
|
||||||
MswQE57QYJz+KiRVlnL0cduMBdT52Wm8blaC9mz50PyrzjQ68NyHapCoWDU7pe4x
|
ftEYakbhUOKL8tD1OaFZS71/5GdG7E8CIQCefUMmySSvwd6kC0VlATSWbW+d+jp/
|
||||||
HLtzpXGSDMPuw4miiSwMym/2wReYJv6cFugLPQIDAQABAoIBAAZOyc9MhIwLSU4L
|
nWmM1KvqnAo5uQIhALqEADu5U1Wvt8UN8UDGBRPQulHWNycuNV45d3nnskWPAiAw
|
||||||
p4RgQvM4UVVe8/Id+3XTZ8NsXExJbWxXfIhiqGjaIfL8u4vsgRjcl+v1s/jo2/iT
|
ueTyr6WsZ5+SD8g/Hy3xuvF3nPmJRH+rwvVihlcFOg==
|
||||||
KMab4o4D8gXD7UavQVDjtjb/ta79WL3SjRl2Uc9YjjMkyq6WmDNQeo2NKDdafCTB
|
|
||||||
1uzSJtLNipB8Z53ELPuHJhxX9QMHrMnuha49riQgXZ7buP9iQrHJFhImBjSzbxJx
|
|
||||||
L+TI6rkyLSf9Wi0Pd3L27Ob3QWNfNRYNSeTE+08eSRChkur5W0RuXAcuAICdQlCl
|
|
||||||
LBvWO/LmmvbzCqiDcgy/TliSb6CGGwgiNG7LJZmlkYNj8laGwalNlYZs3UrVv6NO
|
|
||||||
Br2loAECgYEA2kvCvPGj0Dg/6g7WhXDvAkEbcaL1tSeCxBbNH+6HS2UWMWvyTtCn
|
|
||||||
/bbD519QIdkvayy1QjEf32GV/UjUVmlULMLBcDy0DGjtL3+XpIhLKWDNxN1v1/ai
|
|
||||||
1oz23ZJCOgnk6K4qtFtlRS1XtynjA+rBetvYvLP9SKeFrnpzCgaA2r0CgYEA0+KX
|
|
||||||
1ACXDTNH5ySX3kMjSS9xdINf+OOw4CvPHFwbtc9aqk2HePlEsBTz5I/W3rKwXva3
|
|
||||||
NqZ/bRqVVeZB/hHKFywgdUQk2Uc5z/S7Lw70/w1HubNTXGU06Ngb6zOFAo/o/TwZ
|
|
||||||
zTP1BMIKSOB6PAZPS3l+aLO4FRIRotfFhgRHOoECgYEAmiZbqt8cJaJDB/5YYDzC
|
|
||||||
mp3tSk6gIb936Q6M5VqkMYp9pIKsxhk0N8aDCnTU+kIK6SzWBpr3/d9Ecmqmfyq7
|
|
||||||
5SvWO3KyVf0WWK9KH0abhOm2BKm2HBQvI0DB5u8sUx2/hsvOnjPYDISbZ11t0MtK
|
|
||||||
u35Zy89yMYcSsIYJjG/ROCUCgYEAgI2P9G5PNxEP5OtMwOsW84Y3Xat/hPAQFlI+
|
|
||||||
HES+AzbFGWJkeT8zL2nm95tVkFP1sggZ7Kxjz3w7cpx7GX0NkbWSE9O+T51pNASV
|
|
||||||
tN1sQ3p5M+/a+cnlqgfEGJVvc7iAcXQPa3LEi5h2yPR49QYXAgG6cifn3dDSpmwn
|
|
||||||
SUI7PQECgYEApGCIIpSRPLAEHTGmP87RBL1smurhwmy2s/pghkvUkWehtxg0sGHh
|
|
||||||
kuaqDWcskogv+QC0sVdytiLSz8G0DwcEcsHK1Fkyb8A+ayiw6jWJDo2m9+IF4Fww
|
|
||||||
1Te6jFPYDESnbhq7+TLGgHGhtwcu5cnb4vSuYXGXKupZGzoLOBbv1Zw=
|
|
||||||
-----END RSA PRIVATE KEY-----
|
-----END RSA PRIVATE KEY-----
|
||||||
|
|||||||
949
apps/cms.c
949
apps/cms.c
File diff suppressed because it is too large
Load Diff
424
apps/crl.c
424
apps/crl.c
@@ -72,49 +72,42 @@
|
|||||||
#undef POSTFIX
|
#undef POSTFIX
|
||||||
#define POSTFIX ".rvk"
|
#define POSTFIX ".rvk"
|
||||||
|
|
||||||
static const char *crl_usage[] = {
|
static const char *crl_usage[]={
|
||||||
"usage: crl args\n",
|
"usage: crl args\n",
|
||||||
"\n",
|
"\n",
|
||||||
" -inform arg - input format - default PEM (DER or PEM)\n",
|
" -inform arg - input format - default PEM (DER or PEM)\n",
|
||||||
" -outform arg - output format - default PEM\n",
|
" -outform arg - output format - default PEM\n",
|
||||||
" -text - print out a text format version\n",
|
" -text - print out a text format version\n",
|
||||||
" -in arg - input file - default stdin\n",
|
" -in arg - input file - default stdin\n",
|
||||||
" -out arg - output file - default stdout\n",
|
" -out arg - output file - default stdout\n",
|
||||||
" -hash - print hash value\n",
|
" -hash - print hash value\n",
|
||||||
#ifndef OPENSSL_NO_MD5
|
" -fingerprint - print the crl fingerprint\n",
|
||||||
" -hash_old - print old-style (MD5) hash value\n",
|
" -issuer - print issuer DN\n",
|
||||||
#endif
|
" -lastupdate - lastUpdate field\n",
|
||||||
" -fingerprint - print the crl fingerprint\n",
|
" -nextupdate - nextUpdate field\n",
|
||||||
" -issuer - print issuer DN\n",
|
" -crlnumber - print CRL number\n",
|
||||||
" -lastupdate - lastUpdate field\n",
|
" -noout - no CRL output\n",
|
||||||
" -nextupdate - nextUpdate field\n",
|
" -CAfile name - verify CRL using certificates in file \"name\"\n",
|
||||||
" -crlnumber - print CRL number\n",
|
" -CApath dir - verify CRL using certificates in \"dir\"\n",
|
||||||
" -noout - no CRL output\n",
|
" -nameopt arg - various certificate name options\n",
|
||||||
" -CAfile name - verify CRL using certificates in file \"name\"\n",
|
NULL
|
||||||
" -CApath dir - verify CRL using certificates in \"dir\"\n",
|
|
||||||
" -nameopt arg - various certificate name options\n",
|
|
||||||
NULL
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static X509_CRL *load_crl(char *file, int format);
|
static X509_CRL *load_crl(char *file, int format);
|
||||||
static BIO *bio_out = NULL;
|
static BIO *bio_out=NULL;
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
unsigned long nmflag = 0;
|
unsigned long nmflag = 0;
|
||||||
X509_CRL *x = NULL;
|
X509_CRL *x=NULL;
|
||||||
char *CAfile = NULL, *CApath = NULL;
|
char *CAfile = NULL, *CApath = NULL;
|
||||||
int ret = 1, i, num, badops = 0;
|
int ret=1,i,num,badops=0;
|
||||||
BIO *out = NULL;
|
BIO *out=NULL;
|
||||||
int informat, outformat;
|
int informat,outformat;
|
||||||
char *infile = NULL, *outfile = NULL;
|
char *infile=NULL,*outfile=NULL;
|
||||||
int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout =
|
int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0;
|
||||||
0, text = 0;
|
|
||||||
#ifndef OPENSSL_NO_MD5
|
|
||||||
int hash_old = 0;
|
|
||||||
#endif
|
|
||||||
int fingerprint = 0, crlnumber = 0;
|
int fingerprint = 0, crlnumber = 0;
|
||||||
const char **pp;
|
const char **pp;
|
||||||
X509_STORE *store = NULL;
|
X509_STORE *store = NULL;
|
||||||
@@ -123,20 +116,21 @@ int MAIN(int argc, char **argv)
|
|||||||
X509_OBJECT xobj;
|
X509_OBJECT xobj;
|
||||||
EVP_PKEY *pkey;
|
EVP_PKEY *pkey;
|
||||||
int do_ver = 0;
|
int do_ver = 0;
|
||||||
const EVP_MD *md_alg, *digest = EVP_sha1();
|
const EVP_MD *md_alg,*digest=EVP_sha1();
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (bio_out == NULL)
|
if (bio_out == NULL)
|
||||||
if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
|
if ((bio_out=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_out, stdout, BIO_NOCLOSE);
|
{
|
||||||
|
BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -145,290 +139,308 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
num = 0;
|
num=0;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
|
{
|
||||||
#ifdef undef
|
#ifdef undef
|
||||||
if (strcmp(*argv, "-p") == 0) {
|
if (strcmp(*argv,"-p") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
if (!args_from_file(++argv, Nargc, Nargv)) {
|
if (!args_from_file(++argv,Nargc,Nargv)) { goto end; }*/
|
||||||
goto end;
|
|
||||||
}
|
}
|
||||||
*/}
|
|
||||||
#endif
|
#endif
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
informat = str2fmt(*(++argv));
|
informat=str2fmt(*(++argv));
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
goto bad;
|
{
|
||||||
outformat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
outformat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
infile = *(++argv);
|
{
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
infile= *(++argv);
|
||||||
goto bad;
|
}
|
||||||
outfile = *(++argv);
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
} else if (strcmp(*argv, "-CApath") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
outfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-CApath") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
CApath = *(++argv);
|
CApath = *(++argv);
|
||||||
do_ver = 1;
|
do_ver = 1;
|
||||||
} else if (strcmp(*argv, "-CAfile") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-CAfile") == 0)
|
||||||
goto bad;
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
CAfile = *(++argv);
|
CAfile = *(++argv);
|
||||||
do_ver = 1;
|
do_ver = 1;
|
||||||
} else if (strcmp(*argv, "-verify") == 0)
|
}
|
||||||
|
else if (strcmp(*argv,"-verify") == 0)
|
||||||
do_ver = 1;
|
do_ver = 1;
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
text = 1;
|
text = 1;
|
||||||
else if (strcmp(*argv, "-hash") == 0)
|
else if (strcmp(*argv,"-hash") == 0)
|
||||||
hash = ++num;
|
hash= ++num;
|
||||||
#ifndef OPENSSL_NO_MD5
|
else if (strcmp(*argv,"-nameopt") == 0)
|
||||||
else if (strcmp(*argv, "-hash_old") == 0)
|
{
|
||||||
hash_old = ++num;
|
if (--argc < 1) goto bad;
|
||||||
#endif
|
if (!set_name_ex(&nmflag, *(++argv))) goto bad;
|
||||||
else if (strcmp(*argv, "-nameopt") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-issuer") == 0)
|
||||||
goto bad;
|
issuer= ++num;
|
||||||
if (!set_name_ex(&nmflag, *(++argv)))
|
else if (strcmp(*argv,"-lastupdate") == 0)
|
||||||
goto bad;
|
lastupdate= ++num;
|
||||||
} else if (strcmp(*argv, "-issuer") == 0)
|
else if (strcmp(*argv,"-nextupdate") == 0)
|
||||||
issuer = ++num;
|
nextupdate= ++num;
|
||||||
else if (strcmp(*argv, "-lastupdate") == 0)
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
lastupdate = ++num;
|
noout= ++num;
|
||||||
else if (strcmp(*argv, "-nextupdate") == 0)
|
else if (strcmp(*argv,"-fingerprint") == 0)
|
||||||
nextupdate = ++num;
|
fingerprint= ++num;
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
else if (strcmp(*argv,"-crlnumber") == 0)
|
||||||
noout = ++num;
|
crlnumber= ++num;
|
||||||
else if (strcmp(*argv, "-fingerprint") == 0)
|
else if ((md_alg=EVP_get_digestbyname(*argv + 1)))
|
||||||
fingerprint = ++num;
|
{
|
||||||
else if (strcmp(*argv, "-crlnumber") == 0)
|
|
||||||
crlnumber = ++num;
|
|
||||||
else if ((md_alg = EVP_get_digestbyname(*argv + 1))) {
|
|
||||||
/* ok */
|
/* ok */
|
||||||
digest = md_alg;
|
digest=md_alg;
|
||||||
} else {
|
}
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
else
|
||||||
badops = 1;
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
for (pp = crl_usage; (*pp != NULL); pp++)
|
bad:
|
||||||
BIO_printf(bio_err, "%s", *pp);
|
for (pp=crl_usage; (*pp != NULL); pp++)
|
||||||
|
BIO_printf(bio_err,"%s",*pp);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
x = load_crl(infile, informat);
|
x=load_crl(infile,informat);
|
||||||
if (x == NULL) {
|
if (x == NULL) { goto end; }
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (do_ver) {
|
if(do_ver) {
|
||||||
store = X509_STORE_new();
|
store = X509_STORE_new();
|
||||||
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
|
lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
|
||||||
if (lookup == NULL)
|
if (lookup == NULL) goto end;
|
||||||
goto end;
|
if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM))
|
||||||
if (!X509_LOOKUP_load_file(lookup, CAfile, X509_FILETYPE_PEM))
|
X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
|
||||||
X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
|
|
||||||
|
|
||||||
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
|
lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
|
||||||
if (lookup == NULL)
|
if (lookup == NULL) goto end;
|
||||||
goto end;
|
if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
|
||||||
if (!X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM))
|
X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
|
||||||
X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
|
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
|
|
||||||
if (!X509_STORE_CTX_init(&ctx, store, NULL, NULL)) {
|
if(!X509_STORE_CTX_init(&ctx, store, NULL, NULL)) {
|
||||||
BIO_printf(bio_err, "Error initialising X509 store\n");
|
BIO_printf(bio_err,
|
||||||
|
"Error initialising X509 store\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
i = X509_STORE_get_by_subject(&ctx, X509_LU_X509,
|
i = X509_STORE_get_by_subject(&ctx, X509_LU_X509,
|
||||||
X509_CRL_get_issuer(x), &xobj);
|
X509_CRL_get_issuer(x), &xobj);
|
||||||
if (i <= 0) {
|
if(i <= 0) {
|
||||||
BIO_printf(bio_err, "Error getting CRL issuer certificate\n");
|
BIO_printf(bio_err,
|
||||||
|
"Error getting CRL issuer certificate\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
pkey = X509_get_pubkey(xobj.data.x509);
|
pkey = X509_get_pubkey(xobj.data.x509);
|
||||||
X509_OBJECT_free_contents(&xobj);
|
X509_OBJECT_free_contents(&xobj);
|
||||||
if (!pkey) {
|
if(!pkey) {
|
||||||
BIO_printf(bio_err, "Error getting CRL issuer public key\n");
|
BIO_printf(bio_err,
|
||||||
|
"Error getting CRL issuer public key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
i = X509_CRL_verify(x, pkey);
|
i = X509_CRL_verify(x, pkey);
|
||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
if (i < 0)
|
if(i < 0) goto end;
|
||||||
goto end;
|
if(i == 0) BIO_printf(bio_err, "verify failure\n");
|
||||||
if (i == 0)
|
else BIO_printf(bio_err, "verify OK\n");
|
||||||
BIO_printf(bio_err, "verify failure\n");
|
|
||||||
else
|
|
||||||
BIO_printf(bio_err, "verify OK\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num) {
|
if (num)
|
||||||
for (i = 1; i <= num; i++) {
|
{
|
||||||
if (issuer == i) {
|
for (i=1; i<=num; i++)
|
||||||
print_name(bio_out, "issuer=", X509_CRL_get_issuer(x),
|
{
|
||||||
nmflag);
|
if (issuer == i)
|
||||||
|
{
|
||||||
|
print_name(bio_out, "issuer=", X509_CRL_get_issuer(x), nmflag);
|
||||||
}
|
}
|
||||||
if (crlnumber == i) {
|
if (crlnumber == i)
|
||||||
|
{
|
||||||
ASN1_INTEGER *crlnum;
|
ASN1_INTEGER *crlnum;
|
||||||
crlnum = X509_CRL_get_ext_d2i(x, NID_crl_number, NULL, NULL);
|
crlnum = X509_CRL_get_ext_d2i(x, NID_crl_number,
|
||||||
BIO_printf(bio_out, "crlNumber=");
|
NULL, NULL);
|
||||||
if (crlnum) {
|
BIO_printf(bio_out,"crlNumber=");
|
||||||
|
if (crlnum)
|
||||||
|
{
|
||||||
i2a_ASN1_INTEGER(bio_out, crlnum);
|
i2a_ASN1_INTEGER(bio_out, crlnum);
|
||||||
ASN1_INTEGER_free(crlnum);
|
ASN1_INTEGER_free(crlnum);
|
||||||
} else
|
|
||||||
BIO_puts(bio_out, "<NONE>");
|
|
||||||
BIO_printf(bio_out, "\n");
|
|
||||||
}
|
}
|
||||||
if (hash == i) {
|
else
|
||||||
BIO_printf(bio_out, "%08lx\n",
|
BIO_puts(bio_out, "<NONE>");
|
||||||
|
BIO_printf(bio_out,"\n");
|
||||||
|
}
|
||||||
|
if (hash == i)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_out,"%08lx\n",
|
||||||
X509_NAME_hash(X509_CRL_get_issuer(x)));
|
X509_NAME_hash(X509_CRL_get_issuer(x)));
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_MD5
|
if (lastupdate == i)
|
||||||
if (hash_old == i) {
|
{
|
||||||
BIO_printf(bio_out, "%08lx\n",
|
BIO_printf(bio_out,"lastUpdate=");
|
||||||
X509_NAME_hash_old(X509_CRL_get_issuer(x)));
|
ASN1_TIME_print(bio_out,
|
||||||
|
X509_CRL_get_lastUpdate(x));
|
||||||
|
BIO_printf(bio_out,"\n");
|
||||||
}
|
}
|
||||||
#endif
|
if (nextupdate == i)
|
||||||
if (lastupdate == i) {
|
{
|
||||||
BIO_printf(bio_out, "lastUpdate=");
|
BIO_printf(bio_out,"nextUpdate=");
|
||||||
ASN1_TIME_print(bio_out, X509_CRL_get_lastUpdate(x));
|
|
||||||
BIO_printf(bio_out, "\n");
|
|
||||||
}
|
|
||||||
if (nextupdate == i) {
|
|
||||||
BIO_printf(bio_out, "nextUpdate=");
|
|
||||||
if (X509_CRL_get_nextUpdate(x))
|
if (X509_CRL_get_nextUpdate(x))
|
||||||
ASN1_TIME_print(bio_out, X509_CRL_get_nextUpdate(x));
|
ASN1_TIME_print(bio_out,
|
||||||
|
X509_CRL_get_nextUpdate(x));
|
||||||
else
|
else
|
||||||
BIO_printf(bio_out, "NONE");
|
BIO_printf(bio_out,"NONE");
|
||||||
BIO_printf(bio_out, "\n");
|
BIO_printf(bio_out,"\n");
|
||||||
}
|
}
|
||||||
if (fingerprint == i) {
|
if (fingerprint == i)
|
||||||
|
{
|
||||||
int j;
|
int j;
|
||||||
unsigned int n;
|
unsigned int n;
|
||||||
unsigned char md[EVP_MAX_MD_SIZE];
|
unsigned char md[EVP_MAX_MD_SIZE];
|
||||||
|
|
||||||
if (!X509_CRL_digest(x, digest, md, &n)) {
|
if (!X509_CRL_digest(x,digest,md,&n))
|
||||||
BIO_printf(bio_err, "out of memory\n");
|
{
|
||||||
|
BIO_printf(bio_err,"out of memory\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
BIO_printf(bio_out, "%s Fingerprint=",
|
BIO_printf(bio_out,"%s Fingerprint=",
|
||||||
OBJ_nid2sn(EVP_MD_type(digest)));
|
OBJ_nid2sn(EVP_MD_type(digest)));
|
||||||
for (j = 0; j < (int)n; j++) {
|
for (j=0; j<(int)n; j++)
|
||||||
BIO_printf(bio_out, "%02X%c", md[j], (j + 1 == (int)n)
|
{
|
||||||
? '\n' : ':');
|
BIO_printf(bio_out,"%02X%c",md[j],
|
||||||
|
(j+1 == (int)n)
|
||||||
|
?'\n':':');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if (out == NULL) {
|
if (out == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text)
|
if (text) X509_CRL_print(out, x);
|
||||||
X509_CRL_print(out, x);
|
|
||||||
|
|
||||||
if (noout) {
|
if (noout)
|
||||||
|
{
|
||||||
ret = 0;
|
ret = 0;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = (int)i2d_X509_CRL_bio(out, x);
|
i=(int)i2d_X509_CRL_bio(out,x);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_X509_CRL(out, x);
|
i=PEM_write_bio_X509_CRL(out,x);
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
{
|
||||||
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i) { BIO_printf(bio_err,"unable to write CRL\n"); goto end; }
|
||||||
BIO_printf(bio_err, "unable to write CRL\n");
|
ret=0;
|
||||||
goto end;
|
end:
|
||||||
}
|
|
||||||
ret = 0;
|
|
||||||
end:
|
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
BIO_free_all(bio_out);
|
BIO_free_all(bio_out);
|
||||||
bio_out = NULL;
|
bio_out=NULL;
|
||||||
X509_CRL_free(x);
|
X509_CRL_free(x);
|
||||||
if (store) {
|
if(store) {
|
||||||
X509_STORE_CTX_cleanup(&ctx);
|
X509_STORE_CTX_cleanup(&ctx);
|
||||||
X509_STORE_free(store);
|
X509_STORE_free(store);
|
||||||
}
|
}
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static X509_CRL *load_crl(char *infile, int format)
|
static X509_CRL *load_crl(char *infile, int format)
|
||||||
{
|
{
|
||||||
X509_CRL *x = NULL;
|
X509_CRL *x=NULL;
|
||||||
BIO *in = NULL;
|
BIO *in=NULL;
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
if (in == NULL) {
|
if (in == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (format == FORMAT_ASN1)
|
if (format == FORMAT_ASN1)
|
||||||
x = d2i_X509_CRL_bio(in, NULL);
|
x=d2i_X509_CRL_bio(in,NULL);
|
||||||
else if (format == FORMAT_PEM)
|
else if (format == FORMAT_PEM)
|
||||||
x = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL);
|
x=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad input format specified for input crl\n");
|
BIO_printf(bio_err,"bad input format specified for input crl\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (x == NULL) {
|
if (x == NULL)
|
||||||
BIO_printf(bio_err, "unable to load CRL\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load CRL\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
end:
|
end:
|
||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
return (x);
|
return(x);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
295
apps/crl2p7.c
295
apps/crl2p7.c
@@ -56,11 +56,9 @@
|
|||||||
* [including the GNU Public Licence.]
|
* [including the GNU Public Licence.]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/* This was written by Gordon Chaffee <chaffee@plateau.cs.berkeley.edu>
|
||||||
* This was written by Gordon Chaffee <chaffee@plateau.cs.berkeley.edu> and
|
* and donated 'to the cause' along with lots and lots of other fixes to
|
||||||
* donated 'to the cause' along with lots and lots of other fixes to the
|
* the library. */
|
||||||
* library.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -77,8 +75,7 @@ static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
|
|||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG crl2pkcs7_main
|
#define PROG crl2pkcs7_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -87,149 +84,152 @@ static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, badops = 0;
|
int i,badops=0;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in=NULL,*out=NULL;
|
||||||
int informat, outformat;
|
int informat,outformat;
|
||||||
char *infile, *outfile, *prog, *certfile;
|
char *infile,*outfile,*prog,*certfile;
|
||||||
PKCS7 *p7 = NULL;
|
PKCS7 *p7 = NULL;
|
||||||
PKCS7_SIGNED *p7s = NULL;
|
PKCS7_SIGNED *p7s = NULL;
|
||||||
X509_CRL *crl = NULL;
|
X509_CRL *crl=NULL;
|
||||||
STACK_OF(OPENSSL_STRING) *certflst = NULL;
|
STACK_OF(OPENSSL_STRING) *certflst=NULL;
|
||||||
STACK_OF(X509_CRL) *crl_stack = NULL;
|
STACK_OF(X509_CRL) *crl_stack=NULL;
|
||||||
STACK_OF(X509) *cert_stack = NULL;
|
STACK_OF(X509) *cert_stack=NULL;
|
||||||
int ret = 1, nocrl = 0;
|
int ret=1,nocrl=0;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outformat = str2fmt(*(++argv));
|
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
infile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-nocrl") == 0) {
|
|
||||||
nocrl = 1;
|
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outfile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-certfile") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
if (!certflst)
|
|
||||||
certflst = sk_OPENSSL_STRING_new_null();
|
|
||||||
if (!certflst)
|
|
||||||
goto end;
|
|
||||||
if (!sk_OPENSSL_STRING_push(certflst, *(++argv))) {
|
|
||||||
sk_OPENSSL_STRING_free(certflst);
|
|
||||||
goto end;
|
|
||||||
}
|
}
|
||||||
} else {
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
{
|
||||||
badops = 1;
|
if (--argc < 1) goto bad;
|
||||||
|
outformat=str2fmt(*(++argv));
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
infile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-nocrl") == 0)
|
||||||
|
{
|
||||||
|
nocrl=1;
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
outfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-certfile") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
if(!certflst) certflst = sk_OPENSSL_STRING_new_null();
|
||||||
|
sk_OPENSSL_STRING_push(certflst,*(++argv));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
|
BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
" -certfile arg certificates file of chain to a trusted CA\n");
|
BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n");
|
||||||
BIO_printf(bio_err, " (can be used more than once)\n");
|
BIO_printf(bio_err," (can be used more than once)\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
|
||||||
" -nocrl no crl to load, just certs from '-certfile'\n");
|
|
||||||
ret = 1;
|
ret = 1;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!nocrl) {
|
if (!nocrl)
|
||||||
|
{
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (informat == FORMAT_ASN1)
|
if (informat == FORMAT_ASN1)
|
||||||
crl = d2i_X509_CRL_bio(in, NULL);
|
crl=d2i_X509_CRL_bio(in,NULL);
|
||||||
else if (informat == FORMAT_PEM)
|
else if (informat == FORMAT_PEM)
|
||||||
crl = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL);
|
crl=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad input format specified for input crl\n");
|
BIO_printf(bio_err,"bad input format specified for input crl\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (crl == NULL) {
|
if (crl == NULL)
|
||||||
BIO_printf(bio_err, "unable to load CRL\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load CRL\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((p7 = PKCS7_new()) == NULL)
|
if ((p7=PKCS7_new()) == NULL) goto end;
|
||||||
goto end;
|
if ((p7s=PKCS7_SIGNED_new()) == NULL) goto end;
|
||||||
if ((p7s = PKCS7_SIGNED_new()) == NULL)
|
p7->type=OBJ_nid2obj(NID_pkcs7_signed);
|
||||||
goto end;
|
p7->d.sign=p7s;
|
||||||
p7->type = OBJ_nid2obj(NID_pkcs7_signed);
|
p7s->contents->type=OBJ_nid2obj(NID_pkcs7_data);
|
||||||
p7->d.sign = p7s;
|
|
||||||
p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data);
|
|
||||||
|
|
||||||
if (!ASN1_INTEGER_set(p7s->version, 1))
|
if (!ASN1_INTEGER_set(p7s->version,1)) goto end;
|
||||||
goto end;
|
if ((crl_stack=sk_X509_CRL_new_null()) == NULL) goto end;
|
||||||
if ((crl_stack = sk_X509_CRL_new_null()) == NULL)
|
p7s->crl=crl_stack;
|
||||||
goto end;
|
if (crl != NULL)
|
||||||
p7s->crl = crl_stack;
|
{
|
||||||
if (crl != NULL) {
|
sk_X509_CRL_push(crl_stack,crl);
|
||||||
sk_X509_CRL_push(crl_stack, crl);
|
crl=NULL; /* now part of p7 for OPENSSL_freeing */
|
||||||
crl = NULL; /* now part of p7 for OPENSSL_freeing */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((cert_stack = sk_X509_new_null()) == NULL)
|
if ((cert_stack=sk_X509_new_null()) == NULL) goto end;
|
||||||
goto end;
|
p7s->cert=cert_stack;
|
||||||
p7s->cert = cert_stack;
|
|
||||||
|
|
||||||
if (certflst)
|
if(certflst) for(i = 0; i < sk_OPENSSL_STRING_num(certflst); i++) {
|
||||||
for (i = 0; i < sk_OPENSSL_STRING_num(certflst); i++) {
|
|
||||||
certfile = sk_OPENSSL_STRING_value(certflst, i);
|
certfile = sk_OPENSSL_STRING_value(certflst, i);
|
||||||
if (add_certs_from_file(cert_stack, certfile) < 0) {
|
if (add_certs_from_file(cert_stack,certfile) < 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "error loading certificates\n");
|
BIO_printf(bio_err, "error loading certificates\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -238,50 +238,51 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
sk_OPENSSL_STRING_free(certflst);
|
sk_OPENSSL_STRING_free(certflst);
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_PKCS7_bio(out, p7);
|
i=i2d_PKCS7_bio(out,p7);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_PKCS7(out, p7);
|
i=PEM_write_bio_PKCS7(out,p7);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i)
|
||||||
BIO_printf(bio_err, "unable to write pkcs7 object\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write pkcs7 object\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (out != NULL) BIO_free_all(out);
|
||||||
if (out != NULL)
|
if (p7 != NULL) PKCS7_free(p7);
|
||||||
BIO_free_all(out);
|
if (crl != NULL) X509_CRL_free(crl);
|
||||||
if (p7 != NULL)
|
|
||||||
PKCS7_free(p7);
|
|
||||||
if (crl != NULL)
|
|
||||||
X509_CRL_free(crl);
|
|
||||||
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-
|
/*
|
||||||
*----------------------------------------------------------------------
|
*----------------------------------------------------------------------
|
||||||
* int add_certs_from_file
|
* int add_certs_from_file
|
||||||
*
|
*
|
||||||
@@ -292,43 +293,45 @@ int MAIN(int argc, char **argv)
|
|||||||
*----------------------------------------------------------------------
|
*----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
|
static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
|
||||||
{
|
{
|
||||||
BIO *in = NULL;
|
BIO *in=NULL;
|
||||||
int count = 0;
|
int count=0;
|
||||||
int ret = -1;
|
int ret= -1;
|
||||||
STACK_OF(X509_INFO) *sk = NULL;
|
STACK_OF(X509_INFO) *sk=NULL;
|
||||||
X509_INFO *xi;
|
X509_INFO *xi;
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (BIO_read_filename(in, certfile) <= 0)) {
|
if ((in == NULL) || (BIO_read_filename(in,certfile) <= 0))
|
||||||
BIO_printf(bio_err, "error opening the file, %s\n", certfile);
|
{
|
||||||
|
BIO_printf(bio_err,"error opening the file, %s\n",certfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This loads from a file, a stack of x509/crl/pkey sets */
|
/* This loads from a file, a stack of x509/crl/pkey sets */
|
||||||
sk = PEM_X509_INFO_read_bio(in, NULL, NULL, NULL);
|
sk=PEM_X509_INFO_read_bio(in,NULL,NULL,NULL);
|
||||||
if (sk == NULL) {
|
if (sk == NULL) {
|
||||||
BIO_printf(bio_err, "error reading the file, %s\n", certfile);
|
BIO_printf(bio_err,"error reading the file, %s\n",certfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* scan over it and pull out the CRL's */
|
/* scan over it and pull out the CRL's */
|
||||||
while (sk_X509_INFO_num(sk)) {
|
while (sk_X509_INFO_num(sk))
|
||||||
xi = sk_X509_INFO_shift(sk);
|
{
|
||||||
if (xi->x509 != NULL) {
|
xi=sk_X509_INFO_shift(sk);
|
||||||
sk_X509_push(stack, xi->x509);
|
if (xi->x509 != NULL)
|
||||||
xi->x509 = NULL;
|
{
|
||||||
|
sk_X509_push(stack,xi->x509);
|
||||||
|
xi->x509=NULL;
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
X509_INFO_free(xi);
|
X509_INFO_free(xi);
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = count;
|
ret=count;
|
||||||
end:
|
end:
|
||||||
/* never need to OPENSSL_free x */
|
/* never need to OPENSSL_free x */
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (sk != NULL) sk_X509_INFO_free(sk);
|
||||||
if (sk != NULL)
|
return(ret);
|
||||||
sk_X509_INFO_free(sk);
|
}
|
||||||
return (ret);
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
# This is a file that will be filled by the openssl srp routine.
|
|
||||||
# You can initialize the file with additional groups, these are
|
|
||||||
# records starting with a I followed by the g and N values and the id.
|
|
||||||
# The exact values ... you have to dig this out from the source of srp.c
|
|
||||||
# or srp_vfy.c
|
|
||||||
# The last value of an I is used as the default group for new users.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
unique_subject = yes
|
|
||||||
488
apps/dgst.c
488
apps/dgst.c
@@ -77,11 +77,11 @@
|
|||||||
int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
|
int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
|
||||||
EVP_PKEY *key, unsigned char *sigin, int siglen,
|
EVP_PKEY *key, unsigned char *sigin, int siglen,
|
||||||
const char *sig_name, const char *md_name,
|
const char *sig_name, const char *md_name,
|
||||||
const char *file, BIO *bmd);
|
const char *file,BIO *bmd);
|
||||||
|
|
||||||
static void list_md_fn(const EVP_MD *m,
|
static void list_md_fn(const EVP_MD *m,
|
||||||
const char *from, const char *to, void *arg)
|
const char *from, const char *to, void *arg)
|
||||||
{
|
{
|
||||||
const char *mname;
|
const char *mname;
|
||||||
/* Skip aliases */
|
/* Skip aliases */
|
||||||
if (!m)
|
if (!m)
|
||||||
@@ -94,27 +94,27 @@ static void list_md_fn(const EVP_MD *m,
|
|||||||
if (EVP_MD_flags(m) & EVP_MD_FLAG_PKEY_DIGEST)
|
if (EVP_MD_flags(m) & EVP_MD_FLAG_PKEY_DIGEST)
|
||||||
return;
|
return;
|
||||||
if (strchr(mname, ' '))
|
if (strchr(mname, ' '))
|
||||||
mname = EVP_MD_name(m);
|
mname= EVP_MD_name(m);
|
||||||
BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n",
|
BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n",
|
||||||
mname, mname);
|
mname, mname);
|
||||||
}
|
}
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
unsigned char *buf = NULL;
|
unsigned char *buf=NULL;
|
||||||
int i, err = 1;
|
int i,err=1;
|
||||||
const EVP_MD *md = NULL, *m;
|
const EVP_MD *md=NULL,*m;
|
||||||
BIO *in = NULL, *inp;
|
BIO *in=NULL,*inp;
|
||||||
BIO *bmd = NULL;
|
BIO *bmd=NULL;
|
||||||
BIO *out = NULL;
|
BIO *out = NULL;
|
||||||
#define PROG_NAME_SIZE 39
|
#define PROG_NAME_SIZE 39
|
||||||
char pname[PROG_NAME_SIZE + 1];
|
char pname[PROG_NAME_SIZE+1];
|
||||||
int separator = 0;
|
int separator=0;
|
||||||
int debug = 0;
|
int debug=0;
|
||||||
int keyform = FORMAT_PEM;
|
int keyform=FORMAT_PEM;
|
||||||
const char *outfile = NULL, *keyfile = NULL;
|
const char *outfile = NULL, *keyfile = NULL;
|
||||||
const char *sigfile = NULL, *randfile = NULL;
|
const char *sigfile = NULL, *randfile = NULL;
|
||||||
int out_bin = -1, want_pub = 0, do_verify = 0;
|
int out_bin = -1, want_pub = 0, do_verify = 0;
|
||||||
@@ -123,201 +123,204 @@ int MAIN(int argc, char **argv)
|
|||||||
int siglen = 0;
|
int siglen = 0;
|
||||||
char *passargin = NULL, *passin = NULL;
|
char *passargin = NULL, *passin = NULL;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
char *hmac_key = NULL;
|
char *hmac_key=NULL;
|
||||||
char *mac_name = NULL;
|
char *mac_name=NULL;
|
||||||
int non_fips_allow = 0;
|
|
||||||
STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL;
|
STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if ((buf = (unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL) {
|
if ((buf=(unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL)
|
||||||
BIO_printf(bio_err, "out of memory\n");
|
{
|
||||||
|
BIO_printf(bio_err,"out of memory\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
/* first check the program name */
|
/* first check the program name */
|
||||||
program_name(argv[0], pname, sizeof pname);
|
program_name(argv[0],pname,sizeof pname);
|
||||||
|
|
||||||
md = EVP_get_digestbyname(pname);
|
md=EVP_get_digestbyname(pname);
|
||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc > 0) {
|
while (argc > 0)
|
||||||
if ((*argv)[0] != '-')
|
{
|
||||||
break;
|
if ((*argv)[0] != '-') break;
|
||||||
if (strcmp(*argv, "-c") == 0)
|
if (strcmp(*argv,"-c") == 0)
|
||||||
separator = 1;
|
separator=1;
|
||||||
else if (strcmp(*argv, "-r") == 0)
|
else if (strcmp(*argv,"-r") == 0)
|
||||||
separator = 2;
|
separator=2;
|
||||||
else if (strcmp(*argv, "-rand") == 0) {
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) break;
|
||||||
|
randfile=*(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) break;
|
||||||
|
outfile=*(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-sign") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) break;
|
||||||
|
keyfile=*(++argv);
|
||||||
|
}
|
||||||
|
else if (!strcmp(*argv,"-passin"))
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
break;
|
break;
|
||||||
randfile = *(++argv);
|
passargin=*++argv;
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-verify") == 0)
|
||||||
break;
|
{
|
||||||
outfile = *(++argv);
|
if (--argc < 1) break;
|
||||||
} else if (strcmp(*argv, "-sign") == 0) {
|
keyfile=*(++argv);
|
||||||
if (--argc < 1)
|
|
||||||
break;
|
|
||||||
keyfile = *(++argv);
|
|
||||||
} else if (!strcmp(*argv, "-passin")) {
|
|
||||||
if (--argc < 1)
|
|
||||||
break;
|
|
||||||
passargin = *++argv;
|
|
||||||
} else if (strcmp(*argv, "-verify") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
break;
|
|
||||||
keyfile = *(++argv);
|
|
||||||
want_pub = 1;
|
want_pub = 1;
|
||||||
do_verify = 1;
|
do_verify = 1;
|
||||||
} else if (strcmp(*argv, "-prverify") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-prverify") == 0)
|
||||||
break;
|
{
|
||||||
keyfile = *(++argv);
|
if (--argc < 1) break;
|
||||||
|
keyfile=*(++argv);
|
||||||
do_verify = 1;
|
do_verify = 1;
|
||||||
} else if (strcmp(*argv, "-signature") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-signature") == 0)
|
||||||
break;
|
{
|
||||||
sigfile = *(++argv);
|
if (--argc < 1) break;
|
||||||
} else if (strcmp(*argv, "-keyform") == 0) {
|
sigfile=*(++argv);
|
||||||
if (--argc < 1)
|
}
|
||||||
break;
|
else if (strcmp(*argv,"-keyform") == 0)
|
||||||
keyform = str2fmt(*(++argv));
|
{
|
||||||
|
if (--argc < 1) break;
|
||||||
|
keyform=str2fmt(*(++argv));
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
break;
|
if (--argc < 1) break;
|
||||||
engine = *(++argv);
|
engine= *(++argv);
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(*argv, "-hex") == 0)
|
else if (strcmp(*argv,"-hex") == 0)
|
||||||
out_bin = 0;
|
out_bin = 0;
|
||||||
else if (strcmp(*argv, "-binary") == 0)
|
else if (strcmp(*argv,"-binary") == 0)
|
||||||
out_bin = 1;
|
out_bin = 1;
|
||||||
else if (strcmp(*argv, "-d") == 0)
|
else if (strcmp(*argv,"-d") == 0)
|
||||||
debug = 1;
|
debug=1;
|
||||||
else if (!strcmp(*argv, "-fips-fingerprint"))
|
else if (!strcmp(*argv,"-hmac"))
|
||||||
hmac_key = "etaonrishdlcupfm";
|
{
|
||||||
else if (strcmp(*argv, "-non-fips-allow") == 0)
|
|
||||||
non_fips_allow = 1;
|
|
||||||
else if (!strcmp(*argv, "-hmac")) {
|
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
break;
|
break;
|
||||||
hmac_key = *++argv;
|
hmac_key=*++argv;
|
||||||
} else if (!strcmp(*argv, "-mac")) {
|
}
|
||||||
|
else if (!strcmp(*argv,"-mac"))
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
break;
|
break;
|
||||||
mac_name = *++argv;
|
mac_name=*++argv;
|
||||||
} else if (strcmp(*argv, "-sigopt") == 0) {
|
}
|
||||||
|
else if (strcmp(*argv,"-sigopt") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
break;
|
break;
|
||||||
if (!sigopts)
|
if (!sigopts)
|
||||||
sigopts = sk_OPENSSL_STRING_new_null();
|
sigopts = sk_OPENSSL_STRING_new_null();
|
||||||
if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
|
if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
|
||||||
break;
|
break;
|
||||||
} else if (strcmp(*argv, "-macopt") == 0) {
|
}
|
||||||
|
else if (strcmp(*argv,"-macopt") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
break;
|
break;
|
||||||
if (!macopts)
|
if (!macopts)
|
||||||
macopts = sk_OPENSSL_STRING_new_null();
|
macopts = sk_OPENSSL_STRING_new_null();
|
||||||
if (!macopts || !sk_OPENSSL_STRING_push(macopts, *(++argv)))
|
if (!macopts || !sk_OPENSSL_STRING_push(macopts, *(++argv)))
|
||||||
break;
|
break;
|
||||||
} else if ((m = EVP_get_digestbyname(&((*argv)[1]))) != NULL)
|
}
|
||||||
md = m;
|
else if ((m=EVP_get_digestbyname(&((*argv)[1]))) != NULL)
|
||||||
|
md=m;
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (do_verify && !sigfile) {
|
|
||||||
BIO_printf(bio_err,
|
if(do_verify && !sigfile) {
|
||||||
"No signature to verify: use the -signature option\n");
|
BIO_printf(bio_err, "No signature to verify: use the -signature option\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((argc > 0) && (argv[0][0] == '-')) { /* bad option */
|
if ((argc > 0) && (argv[0][0] == '-')) /* bad option */
|
||||||
BIO_printf(bio_err, "unknown option '%s'\n", *argv);
|
{
|
||||||
BIO_printf(bio_err, "options are\n");
|
BIO_printf(bio_err,"unknown option '%s'\n",*argv);
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"options are\n");
|
||||||
"-c to output the digest with separating colons\n");
|
BIO_printf(bio_err,"-c to output the digest with separating colons\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"-r to output the digest in coreutils format\n");
|
||||||
"-r to output the digest in coreutils format\n");
|
BIO_printf(bio_err,"-d to output debug info\n");
|
||||||
BIO_printf(bio_err, "-d to output debug info\n");
|
BIO_printf(bio_err,"-hex output as hex dump\n");
|
||||||
BIO_printf(bio_err, "-hex output as hex dump\n");
|
BIO_printf(bio_err,"-binary output in binary form\n");
|
||||||
BIO_printf(bio_err, "-binary output in binary form\n");
|
BIO_printf(bio_err,"-sign file sign digest using private key in file\n");
|
||||||
BIO_printf(bio_err, "-hmac arg set the HMAC key to arg\n");
|
BIO_printf(bio_err,"-verify file verify a signature using public key in file\n");
|
||||||
BIO_printf(bio_err, "-non-fips-allow allow use of non FIPS digest\n");
|
BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
|
||||||
"-sign file sign digest using private key in file\n");
|
BIO_printf(bio_err,"-out filename output to filename rather than stdout\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"-signature file signature to verify\n");
|
||||||
"-verify file verify a signature using public key in file\n");
|
BIO_printf(bio_err,"-sigopt nm:v signature parameter\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"-hmac key create hashed MAC with key\n");
|
||||||
"-prverify file verify a signature using private key in file\n");
|
BIO_printf(bio_err,"-mac algorithm create MAC (not neccessarily HMAC)\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"-macopt nm:v MAC algorithm parameters or key\n");
|
||||||
"-keyform arg key file format (PEM or ENGINE)\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-out filename output to filename rather than stdout\n");
|
|
||||||
BIO_printf(bio_err, "-signature file signature to verify\n");
|
|
||||||
BIO_printf(bio_err, "-sigopt nm:v signature parameter\n");
|
|
||||||
BIO_printf(bio_err, "-hmac key create hashed MAC with key\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-mac algorithm create MAC (not neccessarily HMAC)\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-macopt nm:v MAC algorithm parameters or key\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
EVP_MD_do_all_sorted(list_md_fn, bio_err);
|
EVP_MD_do_all_sorted(list_md_fn, bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
bmd = BIO_new(BIO_f_md());
|
bmd=BIO_new(BIO_f_md());
|
||||||
if ((in == NULL) || (bmd == NULL)) {
|
if (debug)
|
||||||
ERR_print_errors(bio_err);
|
{
|
||||||
goto end;
|
BIO_set_callback(in,BIO_debug_callback);
|
||||||
}
|
|
||||||
|
|
||||||
if (debug) {
|
|
||||||
BIO_set_callback(in, BIO_debug_callback);
|
|
||||||
/* needed for windows 3.1 */
|
/* needed for windows 3.1 */
|
||||||
BIO_set_callback_arg(in, (char *)bio_err);
|
BIO_set_callback_arg(in,(char *)bio_err);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
if(!app_passwd(bio_err, passargin, NULL, &passin, NULL))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (out_bin == -1) {
|
if ((in == NULL) || (bmd == NULL))
|
||||||
if (keyfile)
|
{
|
||||||
|
ERR_print_errors(bio_err);
|
||||||
|
goto end;
|
||||||
|
}
|
||||||
|
|
||||||
|
if(out_bin == -1) {
|
||||||
|
if(keyfile)
|
||||||
out_bin = 1;
|
out_bin = 1;
|
||||||
else
|
else
|
||||||
out_bin = 0;
|
out_bin = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (randfile)
|
if(randfile)
|
||||||
app_RAND_load_file(randfile, bio_err, 0);
|
app_RAND_load_file(randfile, bio_err, 0);
|
||||||
|
|
||||||
if (outfile) {
|
if(outfile) {
|
||||||
if (out_bin)
|
if(out_bin)
|
||||||
out = BIO_new_file(outfile, "wb");
|
out = BIO_new_file(outfile, "wb");
|
||||||
else
|
else out = BIO_new_file(outfile, "w");
|
||||||
out = BIO_new_file(outfile, "w");
|
|
||||||
} else {
|
} else {
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
@@ -328,50 +331,58 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!out) {
|
if(!out) {
|
||||||
BIO_printf(bio_err, "Error opening output file %s\n",
|
BIO_printf(bio_err, "Error opening output file %s\n",
|
||||||
outfile ? outfile : "(stdout)");
|
outfile ? outfile : "(stdout)");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if ((! !mac_name + ! !keyfile + ! !hmac_key) > 1) {
|
if ((!!mac_name + !!keyfile + !!hmac_key) > 1)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n");
|
BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keyfile) {
|
if(keyfile)
|
||||||
|
{
|
||||||
if (want_pub)
|
if (want_pub)
|
||||||
sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
|
sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
|
||||||
e, "key file");
|
e, "key file");
|
||||||
else
|
else
|
||||||
sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
|
sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
|
||||||
e, "key file");
|
e, "key file");
|
||||||
if (!sigkey) {
|
if (!sigkey)
|
||||||
/*
|
{
|
||||||
* load_[pub]key() has already printed an appropriate message
|
/* load_[pub]key() has already printed an appropriate
|
||||||
*/
|
message */
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mac_name) {
|
if (mac_name)
|
||||||
|
{
|
||||||
EVP_PKEY_CTX *mac_ctx = NULL;
|
EVP_PKEY_CTX *mac_ctx = NULL;
|
||||||
int r = 0;
|
int r = 0;
|
||||||
if (!init_gen_str(bio_err, &mac_ctx, mac_name, e, 0))
|
if (!init_gen_str(bio_err, &mac_ctx, mac_name,e, 0))
|
||||||
goto mac_end;
|
goto mac_end;
|
||||||
if (macopts) {
|
if (macopts)
|
||||||
|
{
|
||||||
char *macopt;
|
char *macopt;
|
||||||
for (i = 0; i < sk_OPENSSL_STRING_num(macopts); i++) {
|
for (i = 0; i < sk_OPENSSL_STRING_num(macopts); i++)
|
||||||
|
{
|
||||||
macopt = sk_OPENSSL_STRING_value(macopts, i);
|
macopt = sk_OPENSSL_STRING_value(macopts, i);
|
||||||
if (pkey_ctrl_string(mac_ctx, macopt) <= 0) {
|
if (pkey_ctrl_string(mac_ctx, macopt) <= 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,
|
||||||
"MAC parameter error \"%s\"\n", macopt);
|
"MAC parameter error \"%s\"\n",
|
||||||
|
macopt);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto mac_end;
|
goto mac_end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (EVP_PKEY_keygen(mac_ctx, &sigkey) <= 0) {
|
if (EVP_PKEY_keygen(mac_ctx, &sigkey) <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Error generating key\n");
|
BIO_puts(bio_err, "Error generating key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto mac_end;
|
goto mac_end;
|
||||||
@@ -384,43 +395,46 @@ int MAIN(int argc, char **argv)
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (non_fips_allow) {
|
if (hmac_key)
|
||||||
EVP_MD_CTX *md_ctx;
|
{
|
||||||
BIO_get_md_ctx(bmd, &md_ctx);
|
|
||||||
EVP_MD_CTX_set_flags(md_ctx, EVP_MD_CTX_FLAG_NON_FIPS_ALLOW);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (hmac_key) {
|
|
||||||
sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, e,
|
sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, e,
|
||||||
(unsigned char *)hmac_key, -1);
|
(unsigned char *)hmac_key, -1);
|
||||||
if (!sigkey)
|
if (!sigkey)
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sigkey) {
|
if (sigkey)
|
||||||
|
{
|
||||||
EVP_MD_CTX *mctx = NULL;
|
EVP_MD_CTX *mctx = NULL;
|
||||||
EVP_PKEY_CTX *pctx = NULL;
|
EVP_PKEY_CTX *pctx = NULL;
|
||||||
int r;
|
int r;
|
||||||
if (!BIO_get_md_ctx(bmd, &mctx)) {
|
if (!BIO_get_md_ctx(bmd, &mctx))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting context\n");
|
BIO_printf(bio_err, "Error getting context\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (do_verify)
|
if (do_verify)
|
||||||
r = EVP_DigestVerifyInit(mctx, &pctx, md, NULL, sigkey);
|
r = EVP_DigestVerifyInit(mctx, &pctx, md, e, sigkey);
|
||||||
else
|
else
|
||||||
r = EVP_DigestSignInit(mctx, &pctx, md, NULL, sigkey);
|
r = EVP_DigestSignInit(mctx, &pctx, md, e, sigkey);
|
||||||
if (!r) {
|
if (!r)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error setting context\n");
|
BIO_printf(bio_err, "Error setting context\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (sigopts) {
|
if (sigopts)
|
||||||
|
{
|
||||||
char *sigopt;
|
char *sigopt;
|
||||||
for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++) {
|
for (i = 0; i < sk_OPENSSL_STRING_num(sigopts); i++)
|
||||||
|
{
|
||||||
sigopt = sk_OPENSSL_STRING_value(sigopts, i);
|
sigopt = sk_OPENSSL_STRING_value(sigopts, i);
|
||||||
if (pkey_ctrl_string(pctx, sigopt) <= 0) {
|
if (pkey_ctrl_string(pctx, sigopt) <= 0)
|
||||||
BIO_printf(bio_err, "parameter error \"%s\"\n", sigopt);
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"parameter error \"%s\"\n",
|
||||||
|
sigopt);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -428,55 +442,60 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* we use md as a filter, reading from 'in' */
|
/* we use md as a filter, reading from 'in' */
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
if (md == NULL)
|
if (md == NULL)
|
||||||
md = EVP_md5();
|
md = EVP_md5();
|
||||||
if (!BIO_set_md(bmd, md)) {
|
if (!BIO_set_md(bmd,md))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error setting digest %s\n", pname);
|
BIO_printf(bio_err, "Error setting digest %s\n", pname);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sigfile && sigkey) {
|
if(sigfile && sigkey) {
|
||||||
BIO *sigbio;
|
BIO *sigbio;
|
||||||
sigbio = BIO_new_file(sigfile, "rb");
|
sigbio = BIO_new_file(sigfile, "rb");
|
||||||
siglen = EVP_PKEY_size(sigkey);
|
siglen = EVP_PKEY_size(sigkey);
|
||||||
sigbuf = OPENSSL_malloc(siglen);
|
sigbuf = OPENSSL_malloc(siglen);
|
||||||
if (!sigbio) {
|
if(!sigbio) {
|
||||||
BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
|
BIO_printf(bio_err, "Error opening signature file %s\n",
|
||||||
ERR_print_errors(bio_err);
|
sigfile);
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
if (!sigbuf) {
|
|
||||||
BIO_printf(bio_err, "Out of memory\n");
|
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
siglen = BIO_read(sigbio, sigbuf, siglen);
|
siglen = BIO_read(sigbio, sigbuf, siglen);
|
||||||
BIO_free(sigbio);
|
BIO_free(sigbio);
|
||||||
if (siglen <= 0) {
|
if(siglen <= 0) {
|
||||||
BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
|
BIO_printf(bio_err, "Error reading signature file %s\n",
|
||||||
|
sigfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
inp = BIO_push(bmd, in);
|
inp=BIO_push(bmd,in);
|
||||||
|
|
||||||
if (md == NULL) {
|
if (md == NULL)
|
||||||
|
{
|
||||||
EVP_MD_CTX *tctx;
|
EVP_MD_CTX *tctx;
|
||||||
BIO_get_md_ctx(bmd, &tctx);
|
BIO_get_md_ctx(bmd, &tctx);
|
||||||
md = EVP_MD_CTX_md(tctx);
|
md = EVP_MD_CTX_md(tctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argc == 0) {
|
if (argc == 0)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
{
|
||||||
err = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf,
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
siglen, NULL, NULL, "stdin", bmd);
|
err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
|
||||||
} else {
|
siglen,NULL,NULL,"stdin",bmd);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
const char *md_name = NULL, *sig_name = NULL;
|
const char *md_name = NULL, *sig_name = NULL;
|
||||||
if (!out_bin) {
|
if(!out_bin)
|
||||||
if (sigkey) {
|
{
|
||||||
|
if (sigkey)
|
||||||
|
{
|
||||||
const EVP_PKEY_ASN1_METHOD *ameth;
|
const EVP_PKEY_ASN1_METHOD *ameth;
|
||||||
ameth = EVP_PKEY_get0_asn1(sigkey);
|
ameth = EVP_PKEY_get0_asn1(sigkey);
|
||||||
if (ameth)
|
if (ameth)
|
||||||
@@ -486,27 +505,30 @@ int MAIN(int argc, char **argv)
|
|||||||
md_name = EVP_MD_name(md);
|
md_name = EVP_MD_name(md);
|
||||||
}
|
}
|
||||||
err = 0;
|
err = 0;
|
||||||
for (i = 0; i < argc; i++) {
|
for (i=0; i<argc; i++)
|
||||||
|
{
|
||||||
int r;
|
int r;
|
||||||
if (BIO_read_filename(in, argv[i]) <= 0) {
|
if (BIO_read_filename(in,argv[i]) <= 0)
|
||||||
|
{
|
||||||
perror(argv[i]);
|
perror(argv[i]);
|
||||||
err++;
|
err++;
|
||||||
continue;
|
continue;
|
||||||
} else
|
}
|
||||||
r = do_fp(out, buf, inp, separator, out_bin, sigkey, sigbuf,
|
else
|
||||||
siglen, sig_name, md_name, argv[i], bmd);
|
r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
|
||||||
if (r)
|
siglen,sig_name,md_name, argv[i],bmd);
|
||||||
err = r;
|
if(r)
|
||||||
|
err=r;
|
||||||
(void)BIO_reset(bmd);
|
(void)BIO_reset(bmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end:
|
end:
|
||||||
if (buf != NULL) {
|
if (buf != NULL)
|
||||||
OPENSSL_cleanse(buf, BUFSIZE);
|
{
|
||||||
|
OPENSSL_cleanse(buf,BUFSIZE);
|
||||||
OPENSSL_free(buf);
|
OPENSSL_free(buf);
|
||||||
}
|
}
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
|
||||||
if (passin)
|
if (passin)
|
||||||
OPENSSL_free(passin);
|
OPENSSL_free(passin);
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
@@ -515,84 +537,96 @@ int MAIN(int argc, char **argv)
|
|||||||
sk_OPENSSL_STRING_free(sigopts);
|
sk_OPENSSL_STRING_free(sigopts);
|
||||||
if (macopts)
|
if (macopts)
|
||||||
sk_OPENSSL_STRING_free(macopts);
|
sk_OPENSSL_STRING_free(macopts);
|
||||||
if (sigbuf)
|
if(sigbuf) OPENSSL_free(sigbuf);
|
||||||
OPENSSL_free(sigbuf);
|
if (bmd != NULL) BIO_free(bmd);
|
||||||
if (bmd != NULL)
|
|
||||||
BIO_free(bmd);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(err);
|
OPENSSL_EXIT(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
|
int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
|
||||||
EVP_PKEY *key, unsigned char *sigin, int siglen,
|
EVP_PKEY *key, unsigned char *sigin, int siglen,
|
||||||
const char *sig_name, const char *md_name,
|
const char *sig_name, const char *md_name,
|
||||||
const char *file, BIO *bmd)
|
const char *file,BIO *bmd)
|
||||||
{
|
{
|
||||||
size_t len;
|
size_t len;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (;;) {
|
for (;;)
|
||||||
i = BIO_read(bp, (char *)buf, BUFSIZE);
|
{
|
||||||
if (i < 0) {
|
i=BIO_read(bp,(char *)buf,BUFSIZE);
|
||||||
BIO_printf(bio_err, "Read Error in %s\n", file);
|
if(i < 0)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err, "Read Error in %s\n",file);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (i == 0)
|
if (i == 0) break;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if (sigin) {
|
if(sigin)
|
||||||
|
{
|
||||||
EVP_MD_CTX *ctx;
|
EVP_MD_CTX *ctx;
|
||||||
BIO_get_md_ctx(bp, &ctx);
|
BIO_get_md_ctx(bp, &ctx);
|
||||||
i = EVP_DigestVerifyFinal(ctx, sigin, (unsigned int)siglen);
|
i = EVP_DigestVerifyFinal(ctx, sigin, (unsigned int)siglen);
|
||||||
if (i > 0)
|
if(i > 0)
|
||||||
BIO_printf(out, "Verified OK\n");
|
BIO_printf(out, "Verified OK\n");
|
||||||
else if (i == 0) {
|
else if(i == 0)
|
||||||
|
{
|
||||||
BIO_printf(out, "Verification Failure\n");
|
BIO_printf(out, "Verification Failure\n");
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error Verifying Data\n");
|
BIO_printf(bio_err, "Error Verifying Data\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (key) {
|
if(key)
|
||||||
|
{
|
||||||
EVP_MD_CTX *ctx;
|
EVP_MD_CTX *ctx;
|
||||||
BIO_get_md_ctx(bp, &ctx);
|
BIO_get_md_ctx(bp, &ctx);
|
||||||
len = BUFSIZE;
|
len = BUFSIZE;
|
||||||
if (!EVP_DigestSignFinal(ctx, buf, &len)) {
|
if(!EVP_DigestSignFinal(ctx, buf, &len))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error Signing Data\n");
|
BIO_printf(bio_err, "Error Signing Data\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
len = BIO_gets(bp, (char *)buf, BUFSIZE);
|
else
|
||||||
if ((int)len < 0) {
|
{
|
||||||
|
len=BIO_gets(bp,(char *)buf,BUFSIZE);
|
||||||
|
if ((int)len <0)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (binout)
|
if(binout) BIO_write(out, buf, len);
|
||||||
BIO_write(out, buf, len);
|
else if (sep == 2)
|
||||||
else if (sep == 2) {
|
{
|
||||||
for (i = 0; i < (int)len; i++)
|
for (i=0; i<(int)len; i++)
|
||||||
BIO_printf(out, "%02x", buf[i]);
|
BIO_printf(out, "%02x",buf[i]);
|
||||||
BIO_printf(out, " *%s\n", file);
|
BIO_printf(out, " *%s\n", file);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
if (sig_name)
|
if (sig_name)
|
||||||
BIO_printf(out, "%s-%s(%s)= ", sig_name, md_name, file);
|
BIO_printf(out, "%s-%s(%s)= ", sig_name, md_name, file);
|
||||||
else if (md_name)
|
else if (md_name)
|
||||||
BIO_printf(out, "%s(%s)= ", md_name, file);
|
BIO_printf(out, "%s(%s)= ", md_name, file);
|
||||||
else
|
else
|
||||||
BIO_printf(out, "(%s)= ", file);
|
BIO_printf(out, "(%s)= ", file);
|
||||||
for (i = 0; i < (int)len; i++) {
|
for (i=0; i<(int)len; i++)
|
||||||
|
{
|
||||||
if (sep && (i != 0))
|
if (sep && (i != 0))
|
||||||
BIO_printf(out, ":");
|
BIO_printf(out, ":");
|
||||||
BIO_printf(out, "%02x", buf[i]);
|
BIO_printf(out, "%02x",buf[i]);
|
||||||
}
|
}
|
||||||
BIO_printf(out, "\n");
|
BIO_printf(out, "\n");
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
320
apps/dh.c
320
apps/dh.c
@@ -59,23 +59,22 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DH */
|
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DH */
|
||||||
#ifndef OPENSSL_NO_DH
|
#ifndef OPENSSL_NO_DH
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG dh_main
|
#define PROG dh_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -88,164 +87,181 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
DH *dh = NULL;
|
DH *dh=NULL;
|
||||||
int i, badops = 0, text = 0;
|
int i,badops=0,text=0;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in=NULL,*out=NULL;
|
||||||
int informat, outformat, check = 0, noout = 0, C = 0, ret = 1;
|
int informat,outformat,check=0,noout=0,C=0,ret=1;
|
||||||
char *infile, *outfile, *prog;
|
char *infile,*outfile,*prog;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine;
|
char *engine;
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
engine = NULL;
|
engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outformat = str2fmt(*(++argv));
|
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
infile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outfile = *(++argv);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
outformat=str2fmt(*(++argv));
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
else if (strcmp(*argv, "-check") == 0)
|
{
|
||||||
check = 1;
|
if (--argc < 1) goto bad;
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
infile= *(++argv);
|
||||||
text = 1;
|
}
|
||||||
else if (strcmp(*argv, "-C") == 0)
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
C = 1;
|
{
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
if (--argc < 1) goto bad;
|
||||||
noout = 1;
|
outfile= *(++argv);
|
||||||
else {
|
}
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
badops = 1;
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-check") == 0)
|
||||||
|
check=1;
|
||||||
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
|
text=1;
|
||||||
|
else if (strcmp(*argv,"-C") == 0)
|
||||||
|
C=1;
|
||||||
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
|
noout=1;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
|
||||||
" -outform arg output format - one of DER PEM\n");
|
BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
BIO_printf(bio_err, " -check check the DH parameters\n");
|
BIO_printf(bio_err," -check check the DH parameters\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -text print a text form of the DH parameters\n");
|
||||||
" -text print a text form of the DH parameters\n");
|
BIO_printf(bio_err," -C Output C code\n");
|
||||||
BIO_printf(bio_err, " -C Output C code\n");
|
BIO_printf(bio_err," -noout no output\n");
|
||||||
BIO_printf(bio_err, " -noout no output\n");
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
# endif
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (informat == FORMAT_ASN1)
|
if (informat == FORMAT_ASN1)
|
||||||
dh = d2i_DHparams_bio(in, NULL);
|
dh=d2i_DHparams_bio(in,NULL);
|
||||||
else if (informat == FORMAT_PEM)
|
else if (informat == FORMAT_PEM)
|
||||||
dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL);
|
dh=PEM_read_bio_DHparams(in,NULL,NULL,NULL);
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "bad input format specified\n");
|
{
|
||||||
|
BIO_printf(bio_err,"bad input format specified\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (dh == NULL) {
|
if (dh == NULL)
|
||||||
BIO_printf(bio_err, "unable to load DH parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load DH parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
|
||||||
DHparams_print(out, dh);
|
|
||||||
# ifdef undef
|
if (text)
|
||||||
|
{
|
||||||
|
DHparams_print(out,dh);
|
||||||
|
#ifdef undef
|
||||||
printf("p=");
|
printf("p=");
|
||||||
BN_print(stdout, dh->p);
|
BN_print(stdout,dh->p);
|
||||||
printf("\ng=");
|
printf("\ng=");
|
||||||
BN_print(stdout, dh->g);
|
BN_print(stdout,dh->g);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
if (dh->length != 0)
|
if (dh->length != 0)
|
||||||
printf("recommended private length=%ld\n", dh->length);
|
printf("recommended private length=%ld\n",dh->length);
|
||||||
# endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check) {
|
if (check)
|
||||||
if (!DH_check(dh, &i)) {
|
{
|
||||||
|
if (!DH_check(dh,&i))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -260,78 +276,80 @@ int MAIN(int argc, char **argv)
|
|||||||
if (i == 0)
|
if (i == 0)
|
||||||
printf("DH parameters appear to be ok.\n");
|
printf("DH parameters appear to be ok.\n");
|
||||||
}
|
}
|
||||||
if (C) {
|
if (C)
|
||||||
|
{
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
int len, l, bits;
|
int len,l,bits;
|
||||||
|
|
||||||
len = BN_num_bytes(dh->p);
|
len=BN_num_bytes(dh->p);
|
||||||
bits = BN_num_bits(dh->p);
|
bits=BN_num_bits(dh->p);
|
||||||
data = (unsigned char *)OPENSSL_malloc(len);
|
data=(unsigned char *)OPENSSL_malloc(len);
|
||||||
if (data == NULL) {
|
if (data == NULL)
|
||||||
|
{
|
||||||
perror("OPENSSL_malloc");
|
perror("OPENSSL_malloc");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
l = BN_bn2bin(dh->p, data);
|
l=BN_bn2bin(dh->p,data);
|
||||||
printf("static unsigned char dh%d_p[]={", bits);
|
printf("static unsigned char dh%d_p[]={",bits);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t");
|
if ((i%12) == 0) printf("\n\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t};\n");
|
printf("\n\t};\n");
|
||||||
|
|
||||||
l = BN_bn2bin(dh->g, data);
|
l=BN_bn2bin(dh->g,data);
|
||||||
printf("static unsigned char dh%d_g[]={", bits);
|
printf("static unsigned char dh%d_g[]={",bits);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t");
|
if ((i%12) == 0) printf("\n\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t};\n\n");
|
printf("\n\t};\n\n");
|
||||||
|
|
||||||
printf("DH *get_dh%d()\n\t{\n", bits);
|
printf("DH *get_dh%d()\n\t{\n",bits);
|
||||||
printf("\tDH *dh;\n\n");
|
printf("\tDH *dh;\n\n");
|
||||||
printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n");
|
printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n");
|
||||||
printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n",
|
printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n",
|
||||||
bits, bits);
|
bits,bits);
|
||||||
printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n",
|
printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n",
|
||||||
bits, bits);
|
bits,bits);
|
||||||
printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n");
|
printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n");
|
||||||
printf("\t\treturn(NULL);\n");
|
printf("\t\treturn(NULL);\n");
|
||||||
printf("\treturn(dh);\n\t}\n");
|
printf("\treturn(dh);\n\t}\n");
|
||||||
OPENSSL_free(data);
|
OPENSSL_free(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout) {
|
|
||||||
|
if (!noout)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_DHparams_bio(out, dh);
|
i=i2d_DHparams_bio(out,dh);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_DHparams(out, dh);
|
i=PEM_write_bio_DHparams(out,dh);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i)
|
||||||
BIO_printf(bio_err, "unable to write DH parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write DH parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (out != NULL) BIO_free_all(out);
|
||||||
if (out != NULL)
|
if (dh != NULL) DH_free(dh);
|
||||||
BIO_free_all(out);
|
|
||||||
if (dh != NULL)
|
|
||||||
DH_free(dh);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_DH */
|
#else /* !OPENSSL_NO_DH */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
481
apps/dhparam.c
481
apps/dhparam.c
@@ -111,29 +111,28 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DH */
|
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DH */
|
||||||
#ifndef OPENSSL_NO_DH
|
#ifndef OPENSSL_NO_DH
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
# include <openssl/dsa.h>
|
#include <openssl/dsa.h>
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG dhparam_main
|
#define PROG dhparam_main
|
||||||
|
|
||||||
# define DEFBITS 2048
|
#define DEFBITS 512
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -149,191 +148,191 @@ static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
DH *dh = NULL;
|
DH *dh=NULL;
|
||||||
int i, badops = 0, text = 0;
|
int i,badops=0,text=0;
|
||||||
# ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
int dsaparam = 0;
|
int dsaparam=0;
|
||||||
# endif
|
#endif
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in=NULL,*out=NULL;
|
||||||
int informat, outformat, check = 0, noout = 0, C = 0, ret = 1;
|
int informat,outformat,check=0,noout=0,C=0,ret=1;
|
||||||
char *infile, *outfile, *prog;
|
char *infile,*outfile,*prog;
|
||||||
char *inrand = NULL;
|
char *inrand=NULL;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
int num = 0, g = 0;
|
int num = 0, g = 0;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outformat = str2fmt(*(++argv));
|
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
infile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outfile = *(++argv);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
outformat=str2fmt(*(++argv));
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
else if (strcmp(*argv, "-check") == 0)
|
{
|
||||||
check = 1;
|
if (--argc < 1) goto bad;
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
infile= *(++argv);
|
||||||
text = 1;
|
}
|
||||||
# ifndef OPENSSL_NO_DSA
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
else if (strcmp(*argv, "-dsaparam") == 0)
|
{
|
||||||
dsaparam = 1;
|
if (--argc < 1) goto bad;
|
||||||
# endif
|
outfile= *(++argv);
|
||||||
else if (strcmp(*argv, "-C") == 0)
|
}
|
||||||
C = 1;
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
noout = 1;
|
{
|
||||||
else if (strcmp(*argv, "-2") == 0)
|
if (--argc < 1) goto bad;
|
||||||
g = 2;
|
engine= *(++argv);
|
||||||
else if (strcmp(*argv, "-5") == 0)
|
}
|
||||||
g = 5;
|
#endif
|
||||||
else if (strcmp(*argv, "-rand") == 0) {
|
else if (strcmp(*argv,"-check") == 0)
|
||||||
if (--argc < 1)
|
check=1;
|
||||||
goto bad;
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
inrand = *(++argv);
|
text=1;
|
||||||
} else if (((sscanf(*argv, "%d", &num) == 0) || (num <= 0)))
|
#ifndef OPENSSL_NO_DSA
|
||||||
|
else if (strcmp(*argv,"-dsaparam") == 0)
|
||||||
|
dsaparam=1;
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-C") == 0)
|
||||||
|
C=1;
|
||||||
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
|
noout=1;
|
||||||
|
else if (strcmp(*argv,"-2") == 0)
|
||||||
|
g=2;
|
||||||
|
else if (strcmp(*argv,"-5") == 0)
|
||||||
|
g=5;
|
||||||
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
inrand= *(++argv);
|
||||||
|
}
|
||||||
|
else if (((sscanf(*argv,"%d",&num) == 0) || (num <= 0)))
|
||||||
goto bad;
|
goto bad;
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] [numbits]\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] [numbits]\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
|
||||||
" -outform arg output format - one of DER PEM\n");
|
BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
# ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
|
||||||
" -dsaparam read or generate DSA parameters, convert to DH\n");
|
#endif
|
||||||
# endif
|
BIO_printf(bio_err," -check check the DH parameters\n");
|
||||||
BIO_printf(bio_err, " -check check the DH parameters\n");
|
BIO_printf(bio_err," -text print a text form of the DH parameters\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -C Output C code\n");
|
||||||
" -text print a text form of the DH parameters\n");
|
BIO_printf(bio_err," -2 generate parameters using 2 as the generator value\n");
|
||||||
BIO_printf(bio_err, " -C Output C code\n");
|
BIO_printf(bio_err," -5 generate parameters using 5 as the generator value\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," numbits number of bits in to generate (default 512)\n");
|
||||||
" -2 generate parameters using 2 as the generator value\n");
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
" -5 generate parameters using 5 as the generator value\n");
|
#endif
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
||||||
" numbits number of bits in to generate (default 2048)\n");
|
BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
BIO_printf(bio_err," the random number generator\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -noout no output\n");
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
# endif
|
|
||||||
BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
|
|
||||||
LIST_SEPARATOR_CHAR);
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" - load the file (or the files in the directory) into\n");
|
|
||||||
BIO_printf(bio_err, " the random number generator\n");
|
|
||||||
BIO_printf(bio_err, " -noout no output\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (g && !num)
|
if (g && !num)
|
||||||
num = DEFBITS;
|
num = DEFBITS;
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
if (dsaparam) {
|
if (dsaparam)
|
||||||
if (g) {
|
{
|
||||||
BIO_printf(bio_err,
|
if (g)
|
||||||
"generator may not be chosen for DSA parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err, "generator may not be chosen for DSA parameters\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
# endif
|
else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
/* DH parameters */
|
/* DH parameters */
|
||||||
if (num && !g)
|
if (num && !g)
|
||||||
g = 2;
|
g = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num) {
|
if(num) {
|
||||||
|
|
||||||
BN_GENCB cb;
|
BN_GENCB cb;
|
||||||
BN_GENCB_set(&cb, dh_cb, bio_err);
|
BN_GENCB_set(&cb, dh_cb, bio_err);
|
||||||
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
|
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"warning, not much extra random data, consider using the -rand option\n");
|
BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
|
||||||
}
|
}
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
if (dsaparam) {
|
if (dsaparam)
|
||||||
|
{
|
||||||
DSA *dsa = DSA_new();
|
DSA *dsa = DSA_new();
|
||||||
|
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num);
|
||||||
"Generating DSA parameters, %d bit long prime\n", num);
|
if(!dsa || !DSA_generate_parameters_ex(dsa, num,
|
||||||
if (!dsa
|
NULL, 0, NULL, NULL, &cb))
|
||||||
|| !DSA_generate_parameters_ex(dsa, num, NULL, 0, NULL, NULL,
|
{
|
||||||
&cb)) {
|
if(dsa) DSA_free(dsa);
|
||||||
if (dsa)
|
|
||||||
DSA_free(dsa);
|
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
dh = DSA_dup_DH(dsa);
|
dh = DSA_dup_DH(dsa);
|
||||||
DSA_free(dsa);
|
DSA_free(dsa);
|
||||||
if (dh == NULL) {
|
if (dh == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
# endif
|
else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
dh = DH_new();
|
dh = DH_new();
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
|
||||||
"Generating DH parameters, %d bit long safe prime, generator %d\n",
|
BIO_printf(bio_err,"This is going to take a long time\n");
|
||||||
num, g);
|
if(!dh || !DH_generate_parameters_ex(dh, num, g, &cb))
|
||||||
BIO_printf(bio_err, "This is going to take a long time\n");
|
{
|
||||||
if (!dh || !DH_generate_parameters_ex(dh, num, g, &cb)) {
|
if(dh) DH_free(dh);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -342,55 +341,65 @@ int MAIN(int argc, char **argv)
|
|||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
if (in == NULL) {
|
if (in == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) {
|
if (informat != FORMAT_ASN1 && informat != FORMAT_PEM)
|
||||||
BIO_printf(bio_err, "bad input format specified\n");
|
{
|
||||||
|
BIO_printf(bio_err,"bad input format specified\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_DSA
|
|
||||||
if (dsaparam) {
|
#ifndef OPENSSL_NO_DSA
|
||||||
|
if (dsaparam)
|
||||||
|
{
|
||||||
DSA *dsa;
|
DSA *dsa;
|
||||||
|
|
||||||
if (informat == FORMAT_ASN1)
|
if (informat == FORMAT_ASN1)
|
||||||
dsa = d2i_DSAparams_bio(in, NULL);
|
dsa=d2i_DSAparams_bio(in,NULL);
|
||||||
else /* informat == FORMAT_PEM */
|
else /* informat == FORMAT_PEM */
|
||||||
dsa = PEM_read_bio_DSAparams(in, NULL, NULL, NULL);
|
dsa=PEM_read_bio_DSAparams(in,NULL,NULL,NULL);
|
||||||
|
|
||||||
if (dsa == NULL) {
|
if (dsa == NULL)
|
||||||
BIO_printf(bio_err, "unable to load DSA parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load DSA parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
dh = DSA_dup_DH(dsa);
|
dh = DSA_dup_DH(dsa);
|
||||||
DSA_free(dsa);
|
DSA_free(dsa);
|
||||||
if (dh == NULL) {
|
if (dh == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
# endif
|
else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
if (informat == FORMAT_ASN1)
|
if (informat == FORMAT_ASN1)
|
||||||
dh = d2i_DHparams_bio(in, NULL);
|
dh=d2i_DHparams_bio(in,NULL);
|
||||||
else /* informat == FORMAT_PEM */
|
else /* informat == FORMAT_PEM */
|
||||||
dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL);
|
dh=PEM_read_bio_DHparams(in,NULL,NULL,NULL);
|
||||||
|
|
||||||
if (dh == NULL) {
|
if (dh == NULL)
|
||||||
BIO_printf(bio_err, "unable to load DH parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load DH parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -399,32 +408,41 @@ int MAIN(int argc, char **argv)
|
|||||||
/* dh != NULL */
|
/* dh != NULL */
|
||||||
}
|
}
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if (out == NULL) {
|
if (out == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
|
||||||
DHparams_print(out, dh);
|
if (text)
|
||||||
|
{
|
||||||
|
DHparams_print(out,dh);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check) {
|
if (check)
|
||||||
if (!DH_check(dh, &i)) {
|
{
|
||||||
|
if (!DH_check(dh,&i))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -439,45 +457,48 @@ int MAIN(int argc, char **argv)
|
|||||||
if (i == 0)
|
if (i == 0)
|
||||||
printf("DH parameters appear to be ok.\n");
|
printf("DH parameters appear to be ok.\n");
|
||||||
}
|
}
|
||||||
if (C) {
|
if (C)
|
||||||
|
{
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
int len, l, bits;
|
int len,l,bits;
|
||||||
|
|
||||||
len = BN_num_bytes(dh->p);
|
len=BN_num_bytes(dh->p);
|
||||||
bits = BN_num_bits(dh->p);
|
bits=BN_num_bits(dh->p);
|
||||||
data = (unsigned char *)OPENSSL_malloc(len);
|
data=(unsigned char *)OPENSSL_malloc(len);
|
||||||
if (data == NULL) {
|
if (data == NULL)
|
||||||
|
{
|
||||||
perror("OPENSSL_malloc");
|
perror("OPENSSL_malloc");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
printf("#ifndef HEADER_DH_H\n"
|
printf("#ifndef HEADER_DH_H\n"
|
||||||
"#include <openssl/dh.h>\n" "#endif\n");
|
"#include <openssl/dh.h>\n"
|
||||||
printf("DH *get_dh%d()\n\t{\n", bits);
|
"#endif\n");
|
||||||
|
printf("DH *get_dh%d()\n\t{\n",bits);
|
||||||
|
|
||||||
l = BN_bn2bin(dh->p, data);
|
l=BN_bn2bin(dh->p,data);
|
||||||
printf("\tstatic unsigned char dh%d_p[]={", bits);
|
printf("\tstatic unsigned char dh%d_p[]={",bits);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t\t");
|
if ((i%12) == 0) printf("\n\t\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t\t};\n");
|
printf("\n\t\t};\n");
|
||||||
|
|
||||||
l = BN_bn2bin(dh->g, data);
|
l=BN_bn2bin(dh->g,data);
|
||||||
printf("\tstatic unsigned char dh%d_g[]={", bits);
|
printf("\tstatic unsigned char dh%d_g[]={",bits);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t\t");
|
if ((i%12) == 0) printf("\n\t\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t\t};\n");
|
printf("\n\t\t};\n");
|
||||||
|
|
||||||
printf("\tDH *dh;\n\n");
|
printf("\tDH *dh;\n\n");
|
||||||
printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n");
|
printf("\tif ((dh=DH_new()) == NULL) return(NULL);\n");
|
||||||
printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n",
|
printf("\tdh->p=BN_bin2bn(dh%d_p,sizeof(dh%d_p),NULL);\n",
|
||||||
bits, bits);
|
bits,bits);
|
||||||
printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n",
|
printf("\tdh->g=BN_bin2bn(dh%d_g,sizeof(dh%d_g),NULL);\n",
|
||||||
bits, bits);
|
bits,bits);
|
||||||
printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n");
|
printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n");
|
||||||
printf("\t\t{ DH_free(dh); return(NULL); }\n");
|
printf("\t\t{ DH_free(dh); return(NULL); }\n");
|
||||||
if (dh->length)
|
if (dh->length)
|
||||||
@@ -486,58 +507,54 @@ int MAIN(int argc, char **argv)
|
|||||||
OPENSSL_free(data);
|
OPENSSL_free(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout) {
|
|
||||||
|
if (!noout)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_DHparams_bio(out, dh);
|
i=i2d_DHparams_bio(out,dh);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_DHparams(out, dh);
|
i=PEM_write_bio_DHparams(out,dh);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i)
|
||||||
BIO_printf(bio_err, "unable to write DH parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write DH parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (out != NULL) BIO_free_all(out);
|
||||||
if (out != NULL)
|
if (dh != NULL) DH_free(dh);
|
||||||
BIO_free_all(out);
|
|
||||||
if (dh != NULL)
|
|
||||||
DH_free(dh);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dh_cb is identical to dsa_cb in apps/dsaparam.c */
|
/* dh_cb is identical to dsa_cb in apps/dsaparam.c */
|
||||||
static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
|
static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
|
||||||
{
|
{
|
||||||
char c = '*';
|
char c='*';
|
||||||
|
|
||||||
if (p == 0)
|
if (p == 0) c='.';
|
||||||
c = '.';
|
if (p == 1) c='+';
|
||||||
if (p == 1)
|
if (p == 2) c='*';
|
||||||
c = '+';
|
if (p == 3) c='\n';
|
||||||
if (p == 2)
|
BIO_write(cb->arg,&c,1);
|
||||||
c = '*';
|
|
||||||
if (p == 3)
|
|
||||||
c = '\n';
|
|
||||||
BIO_write(cb->arg, &c, 1);
|
|
||||||
(void)BIO_flush(cb->arg);
|
(void)BIO_flush(cb->arg);
|
||||||
# ifdef LINT
|
#ifdef LINT
|
||||||
p = n;
|
p=n;
|
||||||
# endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* !OPENSSL_NO_DH */
|
#else /* !OPENSSL_NO_DH */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
370
apps/dsa.c
370
apps/dsa.c
@@ -58,24 +58,23 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */
|
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */
|
||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/dsa.h>
|
#include <openssl/dsa.h>
|
||||||
# include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG dsa_main
|
#define PROG dsa_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (one of DER, NET or PEM)
|
||||||
* -inform arg - input format - default PEM (one of DER, NET or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -96,175 +95,177 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
int ret = 1;
|
int ret=1;
|
||||||
DSA *dsa = NULL;
|
DSA *dsa=NULL;
|
||||||
int i, badops = 0;
|
int i,badops=0;
|
||||||
const EVP_CIPHER *enc = NULL;
|
const EVP_CIPHER *enc=NULL;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in=NULL,*out=NULL;
|
||||||
int informat, outformat, text = 0, noout = 0;
|
int informat,outformat,text=0,noout=0;
|
||||||
int pubin = 0, pubout = 0;
|
int pubin = 0, pubout = 0;
|
||||||
char *infile, *outfile, *prog;
|
char *infile,*outfile,*prog;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine;
|
char *engine;
|
||||||
# endif
|
#endif
|
||||||
char *passargin = NULL, *passargout = NULL;
|
char *passargin = NULL, *passargout = NULL;
|
||||||
char *passin = NULL, *passout = NULL;
|
char *passin = NULL, *passout = NULL;
|
||||||
int modulus = 0;
|
int modulus=0;
|
||||||
|
|
||||||
int pvk_encr = 2;
|
int pvk_encr = 2;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
engine = NULL;
|
engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outformat = str2fmt(*(++argv));
|
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
infile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outfile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-passin") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargin = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-passout") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargout = *(++argv);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
outformat=str2fmt(*(++argv));
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
else if (strcmp(*argv, "-pvk-strong") == 0)
|
{
|
||||||
pvk_encr = 2;
|
if (--argc < 1) goto bad;
|
||||||
else if (strcmp(*argv, "-pvk-weak") == 0)
|
infile= *(++argv);
|
||||||
pvk_encr = 1;
|
}
|
||||||
else if (strcmp(*argv, "-pvk-none") == 0)
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
pvk_encr = 0;
|
{
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
if (--argc < 1) goto bad;
|
||||||
noout = 1;
|
outfile= *(++argv);
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
}
|
||||||
text = 1;
|
else if (strcmp(*argv,"-passin") == 0)
|
||||||
else if (strcmp(*argv, "-modulus") == 0)
|
{
|
||||||
modulus = 1;
|
if (--argc < 1) goto bad;
|
||||||
else if (strcmp(*argv, "-pubin") == 0)
|
passargin= *(++argv);
|
||||||
pubin = 1;
|
}
|
||||||
else if (strcmp(*argv, "-pubout") == 0)
|
else if (strcmp(*argv,"-passout") == 0)
|
||||||
pubout = 1;
|
{
|
||||||
else if ((enc = EVP_get_cipherbyname(&(argv[0][1]))) == NULL) {
|
if (--argc < 1) goto bad;
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
passargout= *(++argv);
|
||||||
badops = 1;
|
}
|
||||||
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-pvk-strong") == 0)
|
||||||
|
pvk_encr=2;
|
||||||
|
else if (strcmp(*argv,"-pvk-weak") == 0)
|
||||||
|
pvk_encr=1;
|
||||||
|
else if (strcmp(*argv,"-pvk-none") == 0)
|
||||||
|
pvk_encr=0;
|
||||||
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
|
noout=1;
|
||||||
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
|
text=1;
|
||||||
|
else if (strcmp(*argv,"-modulus") == 0)
|
||||||
|
modulus=1;
|
||||||
|
else if (strcmp(*argv,"-pubin") == 0)
|
||||||
|
pubin=1;
|
||||||
|
else if (strcmp(*argv,"-pubout") == 0)
|
||||||
|
pubout=1;
|
||||||
|
else if ((enc=EVP_get_cipherbyname(&(argv[0][1]))) == NULL)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
|
BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
" -passin arg input file pass phrase source\n");
|
BIO_printf(bio_err," -passin arg input file pass phrase source\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -passout arg output file pass phrase source\n");
|
||||||
" -passout arg output file pass phrase source\n");
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
BIO_printf(bio_err," -des encrypt PEM output with cbc des\n");
|
||||||
# endif
|
BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n");
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_IDEA
|
||||||
" -des encrypt PEM output with cbc des\n");
|
BIO_printf(bio_err," -idea encrypt PEM output with cbc idea\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -des3 encrypt PEM output with ede cbc des using 168 bit key\n");
|
#ifndef OPENSSL_NO_AES
|
||||||
# ifndef OPENSSL_NO_IDEA
|
BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
|
||||||
" -idea encrypt PEM output with cbc idea\n");
|
#endif
|
||||||
# endif
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
# ifndef OPENSSL_NO_AES
|
BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n");
|
||||||
BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
|
BIO_printf(bio_err," encrypt PEM output with cbc camellia\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" encrypt PEM output with cbc aes\n");
|
#ifndef OPENSSL_NO_SEED
|
||||||
# endif
|
BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n");
|
||||||
# ifndef OPENSSL_NO_CAMELLIA
|
#endif
|
||||||
BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n");
|
BIO_printf(bio_err," -text print the key in text\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -noout don't print key out\n");
|
||||||
" encrypt PEM output with cbc camellia\n");
|
BIO_printf(bio_err," -modulus print the DSA public value\n");
|
||||||
# endif
|
|
||||||
# ifndef OPENSSL_NO_SEED
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" -seed encrypt PEM output with cbc seed\n");
|
|
||||||
# endif
|
|
||||||
BIO_printf(bio_err, " -text print the key in text\n");
|
|
||||||
BIO_printf(bio_err, " -noout don't print key out\n");
|
|
||||||
BIO_printf(bio_err, " -modulus print the DSA public value\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
BIO_printf(bio_err, "Error getting passwords\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BIO_printf(bio_err, "read DSA key\n");
|
BIO_printf(bio_err,"read DSA key\n");
|
||||||
|
|
||||||
{
|
{
|
||||||
EVP_PKEY *pkey;
|
EVP_PKEY *pkey;
|
||||||
@@ -276,60 +277,64 @@ int MAIN(int argc, char **argv)
|
|||||||
pkey = load_key(bio_err, infile, informat, 1,
|
pkey = load_key(bio_err, infile, informat, 1,
|
||||||
passin, e, "Private Key");
|
passin, e, "Private Key");
|
||||||
|
|
||||||
if (pkey) {
|
if (pkey)
|
||||||
|
{
|
||||||
dsa = EVP_PKEY_get1_DSA(pkey);
|
dsa = EVP_PKEY_get1_DSA(pkey);
|
||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (dsa == NULL) {
|
if (dsa == NULL)
|
||||||
BIO_printf(bio_err, "unable to load Key\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load Key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
if (!DSA_print(out, dsa, 0)) {
|
if (!DSA_print(out,dsa,0))
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (modulus) {
|
if (modulus)
|
||||||
fprintf(stdout, "Public Key=");
|
{
|
||||||
BN_print(out, dsa->pub_key);
|
fprintf(stdout,"Public Key=");
|
||||||
fprintf(stdout, "\n");
|
BN_print(out,dsa->pub_key);
|
||||||
|
fprintf(stdout,"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (noout)
|
if (noout) goto end;
|
||||||
goto end;
|
BIO_printf(bio_err,"writing DSA key\n");
|
||||||
BIO_printf(bio_err, "writing DSA key\n");
|
|
||||||
if (outformat == FORMAT_ASN1) {
|
if (outformat == FORMAT_ASN1) {
|
||||||
if (pubin || pubout)
|
if(pubin || pubout) i=i2d_DSA_PUBKEY_bio(out,dsa);
|
||||||
i = i2d_DSA_PUBKEY_bio(out, dsa);
|
else i=i2d_DSAPrivateKey_bio(out,dsa);
|
||||||
else
|
|
||||||
i = i2d_DSAPrivateKey_bio(out, dsa);
|
|
||||||
} else if (outformat == FORMAT_PEM) {
|
} else if (outformat == FORMAT_PEM) {
|
||||||
if (pubin || pubout)
|
if(pubin || pubout)
|
||||||
i = PEM_write_bio_DSA_PUBKEY(out, dsa);
|
i=PEM_write_bio_DSA_PUBKEY(out,dsa);
|
||||||
else
|
else i=PEM_write_bio_DSAPrivateKey(out,dsa,enc,
|
||||||
i = PEM_write_bio_DSAPrivateKey(out, dsa, enc,
|
NULL,0,NULL, passout);
|
||||||
NULL, 0, NULL, passout);
|
#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_RC4)
|
||||||
# if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_RC4)
|
|
||||||
} else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) {
|
} else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) {
|
||||||
EVP_PKEY *pk;
|
EVP_PKEY *pk;
|
||||||
pk = EVP_PKEY_new();
|
pk = EVP_PKEY_new();
|
||||||
@@ -341,34 +346,31 @@ int MAIN(int argc, char **argv)
|
|||||||
else
|
else
|
||||||
i = i2b_PrivateKey_bio(out, pk);
|
i = i2b_PrivateKey_bio(out, pk);
|
||||||
EVP_PKEY_free(pk);
|
EVP_PKEY_free(pk);
|
||||||
# endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (i <= 0) {
|
if (i <= 0)
|
||||||
BIO_printf(bio_err, "unable to write private key\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write private key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
} else
|
}
|
||||||
ret = 0;
|
else
|
||||||
end:
|
ret=0;
|
||||||
if (in != NULL)
|
end:
|
||||||
BIO_free(in);
|
if(in != NULL) BIO_free(in);
|
||||||
if (out != NULL)
|
if(out != NULL) BIO_free_all(out);
|
||||||
BIO_free_all(out);
|
if(dsa != NULL) DSA_free(dsa);
|
||||||
if (dsa != NULL)
|
if(passin) OPENSSL_free(passin);
|
||||||
DSA_free(dsa);
|
if(passout) OPENSSL_free(passout);
|
||||||
if (passin)
|
|
||||||
OPENSSL_free(passin);
|
|
||||||
if (passout)
|
|
||||||
OPENSSL_free(passout);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_DSA */
|
#else /* !OPENSSL_NO_DSA */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
488
apps/dsaparam.c
488
apps/dsaparam.c
@@ -57,33 +57,30 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */
|
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */
|
||||||
/*
|
/* Until the key-gen callbacks are modified to use newer prototypes, we allow
|
||||||
* Until the key-gen callbacks are modified to use newer prototypes, we allow
|
* deprecated functions for openssl-internal code */
|
||||||
* deprecated functions for openssl-internal code
|
|
||||||
*/
|
|
||||||
#ifdef OPENSSL_NO_DEPRECATED
|
#ifdef OPENSSL_NO_DEPRECATED
|
||||||
# undef OPENSSL_NO_DEPRECATED
|
#undef OPENSSL_NO_DEPRECATED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
# include <assert.h>
|
#include <assert.h>
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/dsa.h>
|
#include <openssl/dsa.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG dsaparam_main
|
#define PROG dsaparam_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -97,373 +94,386 @@
|
|||||||
* #endif
|
* #endif
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# ifdef GENCB_TEST
|
#ifdef GENCB_TEST
|
||||||
|
|
||||||
static int stop_keygen_flag = 0;
|
static int stop_keygen_flag = 0;
|
||||||
|
|
||||||
static void timebomb_sigalarm(int foo)
|
static void timebomb_sigalarm(int foo)
|
||||||
{
|
{
|
||||||
stop_keygen_flag = 1;
|
stop_keygen_flag = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
|
static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
DSA *dsa = NULL;
|
DSA *dsa=NULL;
|
||||||
int i, badops = 0, text = 0;
|
int i,badops=0,text=0;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in=NULL,*out=NULL;
|
||||||
int informat, outformat, noout = 0, C = 0, ret = 1;
|
int informat,outformat,noout=0,C=0,ret=1;
|
||||||
char *infile, *outfile, *prog, *inrand = NULL;
|
char *infile,*outfile,*prog,*inrand=NULL;
|
||||||
int numbits = -1, num, genkey = 0;
|
int numbits= -1,num,genkey=0;
|
||||||
int need_rand = 0;
|
int need_rand=0;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
# ifdef GENCB_TEST
|
#ifdef GENCB_TEST
|
||||||
int timebomb = 0;
|
int timebomb=0;
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outformat = str2fmt(*(++argv));
|
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
infile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outfile = *(++argv);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
outformat=str2fmt(*(++argv));
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
infile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
outfile= *(++argv);
|
||||||
|
}
|
||||||
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
else if(strcmp(*argv, "-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
engine = *(++argv);
|
engine = *(++argv);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
# ifdef GENCB_TEST
|
#ifdef GENCB_TEST
|
||||||
else if (strcmp(*argv, "-timebomb") == 0) {
|
else if(strcmp(*argv, "-timebomb") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
timebomb = atoi(*(++argv));
|
timebomb = atoi(*(++argv));
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
text = 1;
|
text=1;
|
||||||
else if (strcmp(*argv, "-C") == 0)
|
else if (strcmp(*argv,"-C") == 0)
|
||||||
C = 1;
|
C=1;
|
||||||
else if (strcmp(*argv, "-genkey") == 0) {
|
else if (strcmp(*argv,"-genkey") == 0)
|
||||||
genkey = 1;
|
{
|
||||||
need_rand = 1;
|
genkey=1;
|
||||||
} else if (strcmp(*argv, "-rand") == 0) {
|
need_rand=1;
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
inrand = *(++argv);
|
{
|
||||||
need_rand = 1;
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-noout") == 0)
|
inrand= *(++argv);
|
||||||
noout = 1;
|
need_rand=1;
|
||||||
else if (sscanf(*argv, "%d", &num) == 1) {
|
}
|
||||||
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
|
noout=1;
|
||||||
|
else if (sscanf(*argv,"%d",&num) == 1)
|
||||||
|
{
|
||||||
/* generate a key */
|
/* generate a key */
|
||||||
numbits = num;
|
numbits=num;
|
||||||
need_rand = 1;
|
need_rand=1;
|
||||||
} else {
|
}
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
else
|
||||||
badops = 1;
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
|
BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err, " -text print as text\n");
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
BIO_printf(bio_err, " -C Output C code\n");
|
BIO_printf(bio_err," -text print as text\n");
|
||||||
BIO_printf(bio_err, " -noout no output\n");
|
BIO_printf(bio_err," -C Output C code\n");
|
||||||
BIO_printf(bio_err, " -genkey generate a DSA key\n");
|
BIO_printf(bio_err," -noout no output\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -genkey generate a DSA key\n");
|
||||||
" -rand files to use for random number input\n");
|
BIO_printf(bio_err," -rand files to use for random number input\n");
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
#endif
|
||||||
# endif
|
#ifdef GENCB_TEST
|
||||||
# ifdef GENCB_TEST
|
BIO_printf(bio_err," -timebomb n interrupt keygen after <n> seconds\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -timebomb n interrupt keygen after <n> seconds\n");
|
BIO_printf(bio_err," number number of bits to use for generating private key\n");
|
||||||
# endif
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" number number of bits to use for generating private key\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (need_rand) {
|
if (need_rand)
|
||||||
|
{
|
||||||
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (numbits > 0) {
|
if (numbits > 0)
|
||||||
|
{
|
||||||
BN_GENCB cb;
|
BN_GENCB cb;
|
||||||
BN_GENCB_set(&cb, dsa_cb, bio_err);
|
BN_GENCB_set(&cb, dsa_cb, bio_err);
|
||||||
assert(need_rand);
|
assert(need_rand);
|
||||||
dsa = DSA_new();
|
dsa = DSA_new();
|
||||||
if (!dsa) {
|
if(!dsa)
|
||||||
BIO_printf(bio_err, "Error allocating DSA object\n");
|
{
|
||||||
|
BIO_printf(bio_err,"Error allocating DSA object\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
BIO_printf(bio_err, "Generating DSA parameters, %d bit long prime\n",
|
BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num);
|
||||||
num);
|
BIO_printf(bio_err,"This could take some time\n");
|
||||||
BIO_printf(bio_err, "This could take some time\n");
|
#ifdef GENCB_TEST
|
||||||
# ifdef GENCB_TEST
|
if(timebomb > 0)
|
||||||
if (timebomb > 0) {
|
{
|
||||||
struct sigaction act;
|
struct sigaction act;
|
||||||
act.sa_handler = timebomb_sigalarm;
|
act.sa_handler = timebomb_sigalarm;
|
||||||
act.sa_flags = 0;
|
act.sa_flags = 0;
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"(though I'll stop it if not done within %d secs)\n",
|
||||||
"(though I'll stop it if not done within %d secs)\n",
|
|
||||||
timebomb);
|
timebomb);
|
||||||
if (sigaction(SIGALRM, &act, NULL) != 0) {
|
if(sigaction(SIGALRM, &act, NULL) != 0)
|
||||||
BIO_printf(bio_err, "Error, couldn't set SIGALRM handler\n");
|
{
|
||||||
|
BIO_printf(bio_err,"Error, couldn't set SIGALRM handler\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
alarm(timebomb);
|
alarm(timebomb);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
if (!DSA_generate_parameters_ex(dsa, num, NULL, 0, NULL, NULL, &cb)) {
|
if(!DSA_generate_parameters_ex(dsa,num,NULL,0,NULL,NULL, &cb))
|
||||||
# ifdef GENCB_TEST
|
{
|
||||||
if (stop_keygen_flag) {
|
#ifdef GENCB_TEST
|
||||||
BIO_printf(bio_err, "DSA key generation time-stopped\n");
|
if(stop_keygen_flag)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"DSA key generation time-stopped\n");
|
||||||
/* This is an asked-for behaviour! */
|
/* This is an asked-for behaviour! */
|
||||||
ret = 0;
|
ret = 0;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
ERR_print_errors(bio_err);
|
BIO_printf(bio_err,"Error, DSA key generation failed\n");
|
||||||
BIO_printf(bio_err, "Error, DSA key generation failed\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else if (informat == FORMAT_ASN1)
|
}
|
||||||
dsa = d2i_DSAparams_bio(in, NULL);
|
else if (informat == FORMAT_ASN1)
|
||||||
|
dsa=d2i_DSAparams_bio(in,NULL);
|
||||||
else if (informat == FORMAT_PEM)
|
else if (informat == FORMAT_PEM)
|
||||||
dsa = PEM_read_bio_DSAparams(in, NULL, NULL, NULL);
|
dsa=PEM_read_bio_DSAparams(in,NULL,NULL,NULL);
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "bad input format specified\n");
|
{
|
||||||
|
BIO_printf(bio_err,"bad input format specified\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (dsa == NULL) {
|
if (dsa == NULL)
|
||||||
BIO_printf(bio_err, "unable to load DSA parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load DSA parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
if (text)
|
||||||
DSAparams_print(out, dsa);
|
{
|
||||||
|
DSAparams_print(out,dsa);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (C) {
|
if (C)
|
||||||
|
{
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
int l, len, bits_p;
|
int l,len,bits_p;
|
||||||
|
|
||||||
len = BN_num_bytes(dsa->p);
|
len=BN_num_bytes(dsa->p);
|
||||||
bits_p = BN_num_bits(dsa->p);
|
bits_p=BN_num_bits(dsa->p);
|
||||||
data = (unsigned char *)OPENSSL_malloc(len + 20);
|
data=(unsigned char *)OPENSSL_malloc(len+20);
|
||||||
if (data == NULL) {
|
if (data == NULL)
|
||||||
|
{
|
||||||
perror("OPENSSL_malloc");
|
perror("OPENSSL_malloc");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
l = BN_bn2bin(dsa->p, data);
|
l=BN_bn2bin(dsa->p,data);
|
||||||
printf("static unsigned char dsa%d_p[]={", bits_p);
|
printf("static unsigned char dsa%d_p[]={",bits_p);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t");
|
if ((i%12) == 0) printf("\n\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t};\n");
|
printf("\n\t};\n");
|
||||||
|
|
||||||
l = BN_bn2bin(dsa->q, data);
|
l=BN_bn2bin(dsa->q,data);
|
||||||
printf("static unsigned char dsa%d_q[]={", bits_p);
|
printf("static unsigned char dsa%d_q[]={",bits_p);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t");
|
if ((i%12) == 0) printf("\n\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t};\n");
|
printf("\n\t};\n");
|
||||||
|
|
||||||
l = BN_bn2bin(dsa->g, data);
|
l=BN_bn2bin(dsa->g,data);
|
||||||
printf("static unsigned char dsa%d_g[]={", bits_p);
|
printf("static unsigned char dsa%d_g[]={",bits_p);
|
||||||
for (i = 0; i < l; i++) {
|
for (i=0; i<l; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
printf("\n\t");
|
if ((i%12) == 0) printf("\n\t");
|
||||||
printf("0x%02X,", data[i]);
|
printf("0x%02X,",data[i]);
|
||||||
}
|
}
|
||||||
printf("\n\t};\n\n");
|
printf("\n\t};\n\n");
|
||||||
|
|
||||||
printf("DSA *get_dsa%d()\n\t{\n", bits_p);
|
printf("DSA *get_dsa%d()\n\t{\n",bits_p);
|
||||||
printf("\tDSA *dsa;\n\n");
|
printf("\tDSA *dsa;\n\n");
|
||||||
printf("\tif ((dsa=DSA_new()) == NULL) return(NULL);\n");
|
printf("\tif ((dsa=DSA_new()) == NULL) return(NULL);\n");
|
||||||
printf("\tdsa->p=BN_bin2bn(dsa%d_p,sizeof(dsa%d_p),NULL);\n",
|
printf("\tdsa->p=BN_bin2bn(dsa%d_p,sizeof(dsa%d_p),NULL);\n",
|
||||||
bits_p, bits_p);
|
bits_p,bits_p);
|
||||||
printf("\tdsa->q=BN_bin2bn(dsa%d_q,sizeof(dsa%d_q),NULL);\n",
|
printf("\tdsa->q=BN_bin2bn(dsa%d_q,sizeof(dsa%d_q),NULL);\n",
|
||||||
bits_p, bits_p);
|
bits_p,bits_p);
|
||||||
printf("\tdsa->g=BN_bin2bn(dsa%d_g,sizeof(dsa%d_g),NULL);\n",
|
printf("\tdsa->g=BN_bin2bn(dsa%d_g,sizeof(dsa%d_g),NULL);\n",
|
||||||
bits_p, bits_p);
|
bits_p,bits_p);
|
||||||
printf
|
printf("\tif ((dsa->p == NULL) || (dsa->q == NULL) || (dsa->g == NULL))\n");
|
||||||
("\tif ((dsa->p == NULL) || (dsa->q == NULL) || (dsa->g == NULL))\n");
|
|
||||||
printf("\t\t{ DSA_free(dsa); return(NULL); }\n");
|
printf("\t\t{ DSA_free(dsa); return(NULL); }\n");
|
||||||
printf("\treturn(dsa);\n\t}\n");
|
printf("\treturn(dsa);\n\t}\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout) {
|
|
||||||
|
if (!noout)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_DSAparams_bio(out, dsa);
|
i=i2d_DSAparams_bio(out,dsa);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_DSAparams(out, dsa);
|
i=PEM_write_bio_DSAparams(out,dsa);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i)
|
||||||
BIO_printf(bio_err, "unable to write DSA parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write DSA parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (genkey) {
|
if (genkey)
|
||||||
|
{
|
||||||
DSA *dsakey;
|
DSA *dsakey;
|
||||||
|
|
||||||
assert(need_rand);
|
assert(need_rand);
|
||||||
if ((dsakey = DSAparams_dup(dsa)) == NULL)
|
if ((dsakey=DSAparams_dup(dsa)) == NULL) goto end;
|
||||||
goto end;
|
if (!DSA_generate_key(dsakey)) goto end;
|
||||||
if (!DSA_generate_key(dsakey)) {
|
|
||||||
ERR_print_errors(bio_err);
|
|
||||||
DSA_free(dsakey);
|
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_DSAPrivateKey_bio(out, dsakey);
|
i=i2d_DSAPrivateKey_bio(out,dsakey);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_DSAPrivateKey(out, dsakey, NULL, NULL, 0, NULL,
|
i=PEM_write_bio_DSAPrivateKey(out,dsakey,NULL,NULL,0,NULL,NULL);
|
||||||
NULL);
|
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
DSA_free(dsakey);
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
DSA_free(dsakey);
|
DSA_free(dsakey);
|
||||||
}
|
}
|
||||||
if (need_rand)
|
if (need_rand)
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (out != NULL) BIO_free_all(out);
|
||||||
if (out != NULL)
|
if (dsa != NULL) DSA_free(dsa);
|
||||||
BIO_free_all(out);
|
|
||||||
if (dsa != NULL)
|
|
||||||
DSA_free(dsa);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb)
|
static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb)
|
||||||
{
|
{
|
||||||
char c = '*';
|
char c='*';
|
||||||
|
|
||||||
if (p == 0)
|
if (p == 0) c='.';
|
||||||
c = '.';
|
if (p == 1) c='+';
|
||||||
if (p == 1)
|
if (p == 2) c='*';
|
||||||
c = '+';
|
if (p == 3) c='\n';
|
||||||
if (p == 2)
|
BIO_write(cb->arg,&c,1);
|
||||||
c = '*';
|
|
||||||
if (p == 3)
|
|
||||||
c = '\n';
|
|
||||||
BIO_write(cb->arg, &c, 1);
|
|
||||||
(void)BIO_flush(cb->arg);
|
(void)BIO_flush(cb->arg);
|
||||||
# ifdef LINT
|
#ifdef LINT
|
||||||
p = n;
|
p=n;
|
||||||
# endif
|
#endif
|
||||||
# ifdef GENCB_TEST
|
#ifdef GENCB_TEST
|
||||||
if (stop_keygen_flag)
|
if(stop_keygen_flag)
|
||||||
return 0;
|
return 0;
|
||||||
# endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_DSA */
|
#else /* !OPENSSL_NO_DSA */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
213
apps/ec.c
213
apps/ec.c
@@ -58,20 +58,19 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#ifndef OPENSSL_NO_EC
|
#ifndef OPENSSL_NO_EC
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG ec_main
|
#define PROG ec_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (one of DER, NET or PEM)
|
||||||
* -inform arg - input format - default PEM (one of DER, NET or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -92,7 +91,7 @@ int MAIN(int argc, char **argv)
|
|||||||
int i, badops = 0;
|
int i, badops = 0;
|
||||||
const EVP_CIPHER *enc = NULL;
|
const EVP_CIPHER *enc = NULL;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in = NULL, *out = NULL;
|
||||||
int informat, outformat, text = 0, noout = 0;
|
int informat, outformat, text=0, noout=0;
|
||||||
int pubin = 0, pubout = 0, param_out = 0;
|
int pubin = 0, pubout = 0, param_out = 0;
|
||||||
char *infile, *outfile, *prog, *engine;
|
char *infile, *outfile, *prog, *engine;
|
||||||
char *passargin = NULL, *passargout = NULL;
|
char *passargin = NULL, *passargout = NULL;
|
||||||
@@ -105,8 +104,8 @@ int MAIN(int argc, char **argv)
|
|||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
@@ -120,40 +119,49 @@ int MAIN(int argc, char **argv)
|
|||||||
prog = argv[0];
|
prog = argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
outformat = str2fmt(*(++argv));
|
{
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
outformat=str2fmt(*(++argv));
|
||||||
goto bad;
|
}
|
||||||
infile = *(++argv);
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
infile= *(++argv);
|
||||||
outfile = *(++argv);
|
}
|
||||||
} else if (strcmp(*argv, "-passin") == 0) {
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
passargin = *(++argv);
|
outfile= *(++argv);
|
||||||
} else if (strcmp(*argv, "-passout") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-passin") == 0)
|
||||||
goto bad;
|
{
|
||||||
passargout = *(++argv);
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-engine") == 0) {
|
passargin= *(++argv);
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-passout") == 0)
|
||||||
engine = *(++argv);
|
{
|
||||||
} else if (strcmp(*argv, "-noout") == 0)
|
if (--argc < 1) goto bad;
|
||||||
|
passargout= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv, "-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv, "-noout") == 0)
|
||||||
noout = 1;
|
noout = 1;
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
else if (strcmp(*argv, "-text") == 0)
|
||||||
text = 1;
|
text = 1;
|
||||||
else if (strcmp(*argv, "-conv_form") == 0) {
|
else if (strcmp(*argv, "-conv_form") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
++argv;
|
++argv;
|
||||||
@@ -166,7 +174,9 @@ int MAIN(int argc, char **argv)
|
|||||||
form = POINT_CONVERSION_HYBRID;
|
form = POINT_CONVERSION_HYBRID;
|
||||||
else
|
else
|
||||||
goto bad;
|
goto bad;
|
||||||
} else if (strcmp(*argv, "-param_enc") == 0) {
|
}
|
||||||
|
else if (strcmp(*argv, "-param_enc") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
++argv;
|
++argv;
|
||||||
@@ -177,23 +187,26 @@ int MAIN(int argc, char **argv)
|
|||||||
asn1_flag = 0;
|
asn1_flag = 0;
|
||||||
else
|
else
|
||||||
goto bad;
|
goto bad;
|
||||||
} else if (strcmp(*argv, "-param_out") == 0)
|
}
|
||||||
|
else if (strcmp(*argv, "-param_out") == 0)
|
||||||
param_out = 1;
|
param_out = 1;
|
||||||
else if (strcmp(*argv, "-pubin") == 0)
|
else if (strcmp(*argv, "-pubin") == 0)
|
||||||
pubin = 1;
|
pubin=1;
|
||||||
else if (strcmp(*argv, "-pubout") == 0)
|
else if (strcmp(*argv, "-pubout") == 0)
|
||||||
pubout = 1;
|
pubout=1;
|
||||||
else if ((enc = EVP_get_cipherbyname(&(argv[0][1]))) == NULL) {
|
else if ((enc=EVP_get_cipherbyname(&(argv[0][1]))) == NULL)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
||||||
badops = 1;
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
|
bad:
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, " -inform arg input format - "
|
BIO_printf(bio_err, " -inform arg input format - "
|
||||||
@@ -222,75 +235,93 @@ int MAIN(int argc, char **argv)
|
|||||||
" compressed\n");
|
" compressed\n");
|
||||||
BIO_printf(bio_err, " "
|
BIO_printf(bio_err, " "
|
||||||
" uncompressed (default)\n");
|
" uncompressed (default)\n");
|
||||||
BIO_printf(bio_err, " " " hybrid\n");
|
BIO_printf(bio_err, " "
|
||||||
|
" hybrid\n");
|
||||||
BIO_printf(bio_err, " -param_enc arg specifies the way"
|
BIO_printf(bio_err, " -param_enc arg specifies the way"
|
||||||
" the ec parameters are encoded\n");
|
" the ec parameters are encoded\n");
|
||||||
BIO_printf(bio_err, " in the asn1 der " "encoding\n");
|
BIO_printf(bio_err, " in the asn1 der "
|
||||||
|
"encoding\n");
|
||||||
BIO_printf(bio_err, " possible values:"
|
BIO_printf(bio_err, " possible values:"
|
||||||
" named_curve (default)\n");
|
" named_curve (default)\n");
|
||||||
BIO_printf(bio_err, " "
|
BIO_printf(bio_err," "
|
||||||
"explicit\n");
|
"explicit\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
BIO_printf(bio_err, "Error getting passwords\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in = BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out = BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in, infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BIO_printf(bio_err, "read EC key\n");
|
BIO_printf(bio_err, "read EC key\n");
|
||||||
if (informat == FORMAT_ASN1) {
|
if (informat == FORMAT_ASN1)
|
||||||
|
{
|
||||||
if (pubin)
|
if (pubin)
|
||||||
eckey = d2i_EC_PUBKEY_bio(in, NULL);
|
eckey = d2i_EC_PUBKEY_bio(in, NULL);
|
||||||
else
|
else
|
||||||
eckey = d2i_ECPrivateKey_bio(in, NULL);
|
eckey = d2i_ECPrivateKey_bio(in, NULL);
|
||||||
} else if (informat == FORMAT_PEM) {
|
}
|
||||||
|
else if (informat == FORMAT_PEM)
|
||||||
|
{
|
||||||
if (pubin)
|
if (pubin)
|
||||||
eckey = PEM_read_bio_EC_PUBKEY(in, NULL, NULL, NULL);
|
eckey = PEM_read_bio_EC_PUBKEY(in, NULL, NULL,
|
||||||
|
NULL);
|
||||||
else
|
else
|
||||||
eckey = PEM_read_bio_ECPrivateKey(in, NULL, NULL, passin);
|
eckey = PEM_read_bio_ECPrivateKey(in, NULL, NULL,
|
||||||
} else {
|
passin);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "bad input format specified for key\n");
|
BIO_printf(bio_err, "bad input format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (eckey == NULL) {
|
if (eckey == NULL)
|
||||||
BIO_printf(bio_err, "unable to load Key\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load Key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
|
{
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
||||||
# ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out, outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -305,26 +336,31 @@ int MAIN(int argc, char **argv)
|
|||||||
EC_KEY_set_asn1_flag(eckey, asn1_flag);
|
EC_KEY_set_asn1_flag(eckey, asn1_flag);
|
||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
if (!EC_KEY_print(out, eckey, 0)) {
|
if (!EC_KEY_print(out, eckey, 0))
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (noout) {
|
if (noout)
|
||||||
|
{
|
||||||
ret = 0;
|
ret = 0;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
BIO_printf(bio_err, "writing EC key\n");
|
BIO_printf(bio_err, "writing EC key\n");
|
||||||
if (outformat == FORMAT_ASN1) {
|
if (outformat == FORMAT_ASN1)
|
||||||
|
{
|
||||||
if (param_out)
|
if (param_out)
|
||||||
i = i2d_ECPKParameters_bio(out, group);
|
i = i2d_ECPKParameters_bio(out, group);
|
||||||
else if (pubin || pubout)
|
else if (pubin || pubout)
|
||||||
i = i2d_EC_PUBKEY_bio(out, eckey);
|
i = i2d_EC_PUBKEY_bio(out, eckey);
|
||||||
else
|
else
|
||||||
i = i2d_ECPrivateKey_bio(out, eckey);
|
i = i2d_ECPrivateKey_bio(out, eckey);
|
||||||
} else if (outformat == FORMAT_PEM) {
|
}
|
||||||
|
else if (outformat == FORMAT_PEM)
|
||||||
|
{
|
||||||
if (param_out)
|
if (param_out)
|
||||||
i = PEM_write_bio_ECPKParameters(out, group);
|
i = PEM_write_bio_ECPKParameters(out, group);
|
||||||
else if (pubin || pubout)
|
else if (pubin || pubout)
|
||||||
@@ -332,17 +368,22 @@ int MAIN(int argc, char **argv)
|
|||||||
else
|
else
|
||||||
i = PEM_write_bio_ECPrivateKey(out, eckey, enc,
|
i = PEM_write_bio_ECPrivateKey(out, eckey, enc,
|
||||||
NULL, 0, NULL, passout);
|
NULL, 0, NULL, passout);
|
||||||
} else {
|
}
|
||||||
BIO_printf(bio_err, "bad output format specified for " "outfile\n");
|
else
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err, "bad output format specified for "
|
||||||
|
"outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!i) {
|
if (!i)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "unable to write private key\n");
|
BIO_printf(bio_err, "unable to write private key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
} else
|
}
|
||||||
ret = 0;
|
else
|
||||||
end:
|
ret=0;
|
||||||
|
end:
|
||||||
if (in)
|
if (in)
|
||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
if (out)
|
if (out)
|
||||||
@@ -359,7 +400,7 @@ int MAIN(int argc, char **argv)
|
|||||||
#else /* !OPENSSL_NO_EC */
|
#else /* !OPENSSL_NO_EC */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
355
apps/ecparam.c
355
apps/ecparam.c
@@ -71,24 +71,23 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#ifndef OPENSSL_NO_EC
|
#ifndef OPENSSL_NO_EC
|
||||||
# include <assert.h>
|
#include <assert.h>
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/ec.h>
|
#include <openssl/ec.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG ecparam_main
|
#define PROG ecparam_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -106,19 +105,19 @@
|
|||||||
* in the asn1 der encoding
|
* in the asn1 der encoding
|
||||||
* possible values: named_curve (default)
|
* possible values: named_curve (default)
|
||||||
* explicit
|
* explicit
|
||||||
* -no_seed - if 'explicit' parameters are chosen do not use the seed
|
* -no_seed - if 'explicit' parameters are choosen do not use the seed
|
||||||
* -genkey - generate ec key
|
* -genkey - generate ec key
|
||||||
* -rand file - files to use for random number input
|
* -rand file - files to use for random number input
|
||||||
* -engine e - use engine e, possibly a hardware device
|
* -engine e - use engine e, possibly a hardware device
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int ecparam_print_var(BIO *, BIGNUM *, const char *, int,
|
|
||||||
unsigned char *);
|
static int ecparam_print_var(BIO *,BIGNUM *,const char *,int,unsigned char *);
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
EC_GROUP *group = NULL;
|
EC_GROUP *group = NULL;
|
||||||
point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED;
|
point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED;
|
||||||
int new_form = 0;
|
int new_form = 0;
|
||||||
@@ -139,48 +138,56 @@ int MAIN(int argc, char **argv)
|
|||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
outformat = str2fmt(*(++argv));
|
{
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
outformat=str2fmt(*(++argv));
|
||||||
goto bad;
|
}
|
||||||
infile = *(++argv);
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
infile= *(++argv);
|
||||||
outfile = *(++argv);
|
}
|
||||||
} else if (strcmp(*argv, "-text") == 0)
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
outfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
text = 1;
|
text = 1;
|
||||||
else if (strcmp(*argv, "-C") == 0)
|
else if (strcmp(*argv,"-C") == 0)
|
||||||
C = 1;
|
C = 1;
|
||||||
else if (strcmp(*argv, "-check") == 0)
|
else if (strcmp(*argv,"-check") == 0)
|
||||||
check = 1;
|
check = 1;
|
||||||
else if (strcmp(*argv, "-name") == 0) {
|
else if (strcmp (*argv, "-name") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
curve_name = *(++argv);
|
curve_name = *(++argv);
|
||||||
} else if (strcmp(*argv, "-list_curves") == 0)
|
}
|
||||||
|
else if (strcmp(*argv, "-list_curves") == 0)
|
||||||
list_curves = 1;
|
list_curves = 1;
|
||||||
else if (strcmp(*argv, "-conv_form") == 0) {
|
else if (strcmp(*argv, "-conv_form") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
++argv;
|
++argv;
|
||||||
@@ -193,7 +200,9 @@ int MAIN(int argc, char **argv)
|
|||||||
form = POINT_CONVERSION_HYBRID;
|
form = POINT_CONVERSION_HYBRID;
|
||||||
else
|
else
|
||||||
goto bad;
|
goto bad;
|
||||||
} else if (strcmp(*argv, "-param_enc") == 0) {
|
}
|
||||||
|
else if (strcmp(*argv, "-param_enc") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
++argv;
|
++argv;
|
||||||
@@ -204,34 +213,41 @@ int MAIN(int argc, char **argv)
|
|||||||
asn1_flag = 0;
|
asn1_flag = 0;
|
||||||
else
|
else
|
||||||
goto bad;
|
goto bad;
|
||||||
} else if (strcmp(*argv, "-no_seed") == 0)
|
}
|
||||||
|
else if (strcmp(*argv, "-no_seed") == 0)
|
||||||
no_seed = 1;
|
no_seed = 1;
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
else if (strcmp(*argv, "-noout") == 0)
|
||||||
noout = 1;
|
noout=1;
|
||||||
else if (strcmp(*argv, "-genkey") == 0) {
|
else if (strcmp(*argv,"-genkey") == 0)
|
||||||
genkey = 1;
|
{
|
||||||
need_rand = 1;
|
genkey=1;
|
||||||
} else if (strcmp(*argv, "-rand") == 0) {
|
need_rand=1;
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv, "-rand") == 0)
|
||||||
inrand = *(++argv);
|
{
|
||||||
need_rand = 1;
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-engine") == 0) {
|
inrand= *(++argv);
|
||||||
if (--argc < 1)
|
need_rand=1;
|
||||||
goto bad;
|
}
|
||||||
|
else if(strcmp(*argv, "-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
engine = *(++argv);
|
engine = *(++argv);
|
||||||
} else {
|
}
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
else
|
||||||
badops = 1;
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
bad:
|
||||||
|
BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, " -inform arg input format - "
|
BIO_printf(bio_err, " -inform arg input format - "
|
||||||
"default PEM (DER or PEM)\n");
|
"default PEM (DER or PEM)\n");
|
||||||
@@ -270,8 +286,10 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_printf(bio_err, " "
|
BIO_printf(bio_err, " "
|
||||||
" explicit\n");
|
" explicit\n");
|
||||||
BIO_printf(bio_err, " -no_seed if 'explicit'"
|
BIO_printf(bio_err, " -no_seed if 'explicit'"
|
||||||
" parameters are chosen do not" " use the seed\n");
|
" parameters are choosen do not"
|
||||||
BIO_printf(bio_err, " -genkey generate ec" " key\n");
|
" use the seed\n");
|
||||||
|
BIO_printf(bio_err, " -genkey generate ec"
|
||||||
|
" key\n");
|
||||||
BIO_printf(bio_err, " -rand file files to use for"
|
BIO_printf(bio_err, " -rand file files to use for"
|
||||||
" random number input\n");
|
" random number input\n");
|
||||||
BIO_printf(bio_err, " -engine e use engine e, "
|
BIO_printf(bio_err, " -engine e use engine e, "
|
||||||
@@ -281,41 +299,49 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (list_curves) {
|
if (list_curves)
|
||||||
|
{
|
||||||
EC_builtin_curve *curves = NULL;
|
EC_builtin_curve *curves = NULL;
|
||||||
size_t crv_len = 0;
|
size_t crv_len = 0;
|
||||||
size_t n = 0;
|
size_t n = 0;
|
||||||
@@ -327,12 +353,15 @@ int MAIN(int argc, char **argv)
|
|||||||
if (curves == NULL)
|
if (curves == NULL)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (!EC_get_builtin_curves(curves, crv_len)) {
|
if (!EC_get_builtin_curves(curves, crv_len))
|
||||||
|
{
|
||||||
OPENSSL_free(curves);
|
OPENSSL_free(curves);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (n = 0; n < crv_len; n++) {
|
|
||||||
|
for (n = 0; n < crv_len; n++)
|
||||||
|
{
|
||||||
const char *comment;
|
const char *comment;
|
||||||
const char *sname;
|
const char *sname;
|
||||||
comment = curves[n].comment;
|
comment = curves[n].comment;
|
||||||
@@ -351,48 +380,64 @@ int MAIN(int argc, char **argv)
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (curve_name != NULL) {
|
if (curve_name != NULL)
|
||||||
|
{
|
||||||
int nid;
|
int nid;
|
||||||
|
|
||||||
/*
|
/* workaround for the SECG curve names secp192r1
|
||||||
* workaround for the SECG curve names secp192r1 and secp256r1 (which
|
* and secp256r1 (which are the same as the curves
|
||||||
* are the same as the curves prime192v1 and prime256v1 defined in
|
* prime192v1 and prime256v1 defined in X9.62)
|
||||||
* X9.62)
|
|
||||||
*/
|
*/
|
||||||
if (!strcmp(curve_name, "secp192r1")) {
|
if (!strcmp(curve_name, "secp192r1"))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "using curve name prime192v1 "
|
BIO_printf(bio_err, "using curve name prime192v1 "
|
||||||
"instead of secp192r1\n");
|
"instead of secp192r1\n");
|
||||||
nid = NID_X9_62_prime192v1;
|
nid = NID_X9_62_prime192v1;
|
||||||
} else if (!strcmp(curve_name, "secp256r1")) {
|
}
|
||||||
|
else if (!strcmp(curve_name, "secp256r1"))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "using curve name prime256v1 "
|
BIO_printf(bio_err, "using curve name prime256v1 "
|
||||||
"instead of secp256r1\n");
|
"instead of secp256r1\n");
|
||||||
nid = NID_X9_62_prime256v1;
|
nid = NID_X9_62_prime256v1;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
nid = OBJ_sn2nid(curve_name);
|
nid = OBJ_sn2nid(curve_name);
|
||||||
|
|
||||||
if (nid == 0) {
|
if (nid == 0)
|
||||||
BIO_printf(bio_err, "unknown curve name (%s)\n", curve_name);
|
{
|
||||||
|
BIO_printf(bio_err, "unknown curve name (%s)\n",
|
||||||
|
curve_name);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
group = EC_GROUP_new_by_curve_name(nid);
|
group = EC_GROUP_new_by_curve_name(nid);
|
||||||
if (group == NULL) {
|
if (group == NULL)
|
||||||
BIO_printf(bio_err, "unable to create curve (%s)\n", curve_name);
|
{
|
||||||
|
BIO_printf(bio_err, "unable to create curve (%s)\n",
|
||||||
|
curve_name);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
EC_GROUP_set_asn1_flag(group, asn1_flag);
|
EC_GROUP_set_asn1_flag(group, asn1_flag);
|
||||||
EC_GROUP_set_point_conversion_form(group, form);
|
EC_GROUP_set_point_conversion_form(group, form);
|
||||||
} else if (informat == FORMAT_ASN1) {
|
}
|
||||||
|
else if (informat == FORMAT_ASN1)
|
||||||
|
{
|
||||||
group = d2i_ECPKParameters_bio(in, NULL);
|
group = d2i_ECPKParameters_bio(in, NULL);
|
||||||
} else if (informat == FORMAT_PEM) {
|
}
|
||||||
group = PEM_read_bio_ECPKParameters(in, NULL, NULL, NULL);
|
else if (informat == FORMAT_PEM)
|
||||||
} else {
|
{
|
||||||
|
group = PEM_read_bio_ECPKParameters(in,NULL,NULL,NULL);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "bad input format specified\n");
|
BIO_printf(bio_err, "bad input format specified\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (group == NULL) {
|
if (group == NULL)
|
||||||
BIO_printf(bio_err, "unable to load elliptic curve parameters\n");
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"unable to load elliptic curve parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -403,27 +448,34 @@ int MAIN(int argc, char **argv)
|
|||||||
if (new_asn1_flag)
|
if (new_asn1_flag)
|
||||||
EC_GROUP_set_asn1_flag(group, asn1_flag);
|
EC_GROUP_set_asn1_flag(group, asn1_flag);
|
||||||
|
|
||||||
if (no_seed) {
|
if (no_seed)
|
||||||
|
{
|
||||||
EC_GROUP_set_seed(group, NULL, 0);
|
EC_GROUP_set_seed(group, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
if (text)
|
||||||
|
{
|
||||||
if (!ECPKParameters_print(out, group, 0))
|
if (!ECPKParameters_print(out, group, 0))
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check) {
|
if (check)
|
||||||
|
{
|
||||||
|
if (group == NULL)
|
||||||
|
BIO_printf(bio_err, "no elliptic curve parameters\n");
|
||||||
BIO_printf(bio_err, "checking elliptic curve parameters: ");
|
BIO_printf(bio_err, "checking elliptic curve parameters: ");
|
||||||
if (!EC_GROUP_check(group, NULL)) {
|
if (!EC_GROUP_check(group, NULL))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "failed\n");
|
BIO_printf(bio_err, "failed\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
|
||||||
}
|
}
|
||||||
|
else
|
||||||
BIO_printf(bio_err, "ok\n");
|
BIO_printf(bio_err, "ok\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (C) {
|
if (C)
|
||||||
|
{
|
||||||
size_t buf_len = 0, tmp_len = 0;
|
size_t buf_len = 0, tmp_len = 0;
|
||||||
const EC_POINT *point;
|
const EC_POINT *point;
|
||||||
int is_prime, len = 0;
|
int is_prime, len = 0;
|
||||||
@@ -432,17 +484,23 @@ int MAIN(int argc, char **argv)
|
|||||||
if ((ec_p = BN_new()) == NULL || (ec_a = BN_new()) == NULL ||
|
if ((ec_p = BN_new()) == NULL || (ec_a = BN_new()) == NULL ||
|
||||||
(ec_b = BN_new()) == NULL || (ec_gen = BN_new()) == NULL ||
|
(ec_b = BN_new()) == NULL || (ec_gen = BN_new()) == NULL ||
|
||||||
(ec_order = BN_new()) == NULL ||
|
(ec_order = BN_new()) == NULL ||
|
||||||
(ec_cofactor = BN_new()) == NULL) {
|
(ec_cofactor = BN_new()) == NULL )
|
||||||
|
{
|
||||||
perror("OPENSSL_malloc");
|
perror("OPENSSL_malloc");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
is_prime = (EC_METHOD_get_field_type(meth) == NID_X9_62_prime_field);
|
is_prime = (EC_METHOD_get_field_type(meth) ==
|
||||||
|
NID_X9_62_prime_field);
|
||||||
|
|
||||||
if (is_prime) {
|
if (is_prime)
|
||||||
if (!EC_GROUP_get_curve_GFp(group, ec_p, ec_a, ec_b, NULL))
|
{
|
||||||
|
if (!EC_GROUP_get_curve_GFp(group, ec_p, ec_a,
|
||||||
|
ec_b, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -450,15 +508,16 @@ int MAIN(int argc, char **argv)
|
|||||||
if ((point = EC_GROUP_get0_generator(group)) == NULL)
|
if ((point = EC_GROUP_get0_generator(group)) == NULL)
|
||||||
goto end;
|
goto end;
|
||||||
if (!EC_POINT_point2bn(group, point,
|
if (!EC_POINT_point2bn(group, point,
|
||||||
EC_GROUP_get_point_conversion_form(group),
|
EC_GROUP_get_point_conversion_form(group), ec_gen,
|
||||||
ec_gen, NULL))
|
NULL))
|
||||||
goto end;
|
goto end;
|
||||||
if (!EC_GROUP_get_order(group, ec_order, NULL))
|
if (!EC_GROUP_get_order(group, ec_order, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
if (!EC_GROUP_get_cofactor(group, ec_cofactor, NULL))
|
if (!EC_GROUP_get_cofactor(group, ec_cofactor, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (!ec_p || !ec_a || !ec_b || !ec_gen || !ec_order || !ec_cofactor)
|
if (!ec_p || !ec_a || !ec_b || !ec_gen ||
|
||||||
|
!ec_order || !ec_cofactor)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
len = BN_num_bits(ec_order);
|
len = BN_num_bits(ec_order);
|
||||||
@@ -478,7 +537,8 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
buffer = (unsigned char *)OPENSSL_malloc(buf_len);
|
buffer = (unsigned char *)OPENSSL_malloc(buf_len);
|
||||||
|
|
||||||
if (buffer == NULL) {
|
if (buffer == NULL)
|
||||||
|
{
|
||||||
perror("OPENSSL_malloc");
|
perror("OPENSSL_malloc");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -488,7 +548,8 @@ int MAIN(int argc, char **argv)
|
|||||||
ecparam_print_var(out, ec_b, "ec_b", len, buffer);
|
ecparam_print_var(out, ec_b, "ec_b", len, buffer);
|
||||||
ecparam_print_var(out, ec_gen, "ec_gen", len, buffer);
|
ecparam_print_var(out, ec_gen, "ec_gen", len, buffer);
|
||||||
ecparam_print_var(out, ec_order, "ec_order", len, buffer);
|
ecparam_print_var(out, ec_order, "ec_order", len, buffer);
|
||||||
ecparam_print_var(out, ec_cofactor, "ec_cofactor", len, buffer);
|
ecparam_print_var(out, ec_cofactor, "ec_cofactor", len,
|
||||||
|
buffer);
|
||||||
|
|
||||||
BIO_printf(out, "\n\n");
|
BIO_printf(out, "\n\n");
|
||||||
|
|
||||||
@@ -507,11 +568,14 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, "
|
BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, "
|
||||||
"sizeof(ec_b_%d), NULL)) == NULL)\n\t\t"
|
"sizeof(ec_b_%d), NULL)) == NULL)\n\t\t"
|
||||||
"goto err;\n", len, len);
|
"goto err;\n", len, len);
|
||||||
if (is_prime) {
|
if (is_prime)
|
||||||
|
{
|
||||||
BIO_printf(out, "\tif ((group = EC_GROUP_new_curve_"
|
BIO_printf(out, "\tif ((group = EC_GROUP_new_curve_"
|
||||||
"GFp(tmp_1, tmp_2, tmp_3, NULL)) == NULL)"
|
"GFp(tmp_1, tmp_2, tmp_3, NULL)) == NULL)"
|
||||||
"\n\t\tgoto err;\n\n");
|
"\n\t\tgoto err;\n\n");
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -544,17 +608,20 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_printf(out, "\treturn(group);\n\t}\n");
|
BIO_printf(out, "\treturn(group);\n\t}\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout) {
|
if (!noout)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_ECPKParameters_bio(out, group);
|
i = i2d_ECPKParameters_bio(out, group);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_ECPKParameters(out, group);
|
i = PEM_write_bio_ECPKParameters(out, group);
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "bad output format specified for"
|
{
|
||||||
|
BIO_printf(bio_err,"bad output format specified for"
|
||||||
" outfile\n");
|
" outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "unable to write elliptic "
|
BIO_printf(bio_err, "unable to write elliptic "
|
||||||
"curve parameters\n");
|
"curve parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
@@ -562,14 +629,16 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (need_rand) {
|
if (need_rand)
|
||||||
|
{
|
||||||
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (genkey) {
|
if (genkey)
|
||||||
|
{
|
||||||
EC_KEY *eckey = EC_KEY_new();
|
EC_KEY *eckey = EC_KEY_new();
|
||||||
|
|
||||||
if (eckey == NULL)
|
if (eckey == NULL)
|
||||||
@@ -580,7 +649,8 @@ int MAIN(int argc, char **argv)
|
|||||||
if (EC_KEY_set_group(eckey, group) == 0)
|
if (EC_KEY_set_group(eckey, group) == 0)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (!EC_KEY_generate_key(eckey)) {
|
if (!EC_KEY_generate_key(eckey))
|
||||||
|
{
|
||||||
EC_KEY_free(eckey);
|
EC_KEY_free(eckey);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -589,7 +659,8 @@ int MAIN(int argc, char **argv)
|
|||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_ECPrivateKey(out, eckey, NULL,
|
i = PEM_write_bio_ECPrivateKey(out, eckey, NULL,
|
||||||
NULL, 0, NULL, NULL);
|
NULL, 0, NULL, NULL);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "bad output format specified "
|
BIO_printf(bio_err, "bad output format specified "
|
||||||
"for outfile\n");
|
"for outfile\n");
|
||||||
EC_KEY_free(eckey);
|
EC_KEY_free(eckey);
|
||||||
@@ -601,8 +672,8 @@ int MAIN(int argc, char **argv)
|
|||||||
if (need_rand)
|
if (need_rand)
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
|
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (ec_p)
|
if (ec_p)
|
||||||
BN_free(ec_p);
|
BN_free(ec_p);
|
||||||
if (ec_a)
|
if (ec_a)
|
||||||
@@ -629,30 +700,32 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
|
static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
|
||||||
int len, unsigned char *buffer)
|
int len, unsigned char *buffer)
|
||||||
{
|
{
|
||||||
BIO_printf(out, "static unsigned char %s_%d[] = {", var, len);
|
BIO_printf(out, "static unsigned char %s_%d[] = {", var, len);
|
||||||
if (BN_is_zero(in))
|
if (BN_is_zero(in))
|
||||||
BIO_printf(out, "\n\t0x00");
|
BIO_printf(out, "\n\t0x00");
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
int i, l;
|
int i, l;
|
||||||
|
|
||||||
l = BN_bn2bin(in, buffer);
|
l = BN_bn2bin(in, buffer);
|
||||||
for (i = 0; i < l - 1; i++) {
|
for (i=0; i<l-1; i++)
|
||||||
if ((i % 12) == 0)
|
{
|
||||||
|
if ((i%12) == 0)
|
||||||
BIO_printf(out, "\n\t");
|
BIO_printf(out, "\n\t");
|
||||||
BIO_printf(out, "0x%02X,", buffer[i]);
|
BIO_printf(out, "0x%02X,", buffer[i]);
|
||||||
}
|
}
|
||||||
if ((i % 12) == 0)
|
if ((i%12) == 0)
|
||||||
BIO_printf(out, "\n\t");
|
BIO_printf(out, "\n\t");
|
||||||
BIO_printf(out, "0x%02X", buffer[i]);
|
BIO_printf(out, "0x%02X", buffer[i]);
|
||||||
}
|
}
|
||||||
BIO_printf(out, "\n\t};\n\n");
|
BIO_printf(out, "\n\t};\n\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_EC */
|
#else /* !OPENSSL_NO_EC */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
775
apps/enc.c
775
apps/enc.c
File diff suppressed because it is too large
Load Diff
419
apps/engine.c
419
apps/engine.c
@@ -1,7 +1,6 @@
|
|||||||
/* apps/engine.c */
|
/* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */
|
||||||
/*
|
/* Written by Richard Levitte <richard@levitte.org> for the OpenSSL
|
||||||
* Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
|
* project 2000.
|
||||||
* 2000.
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2000 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 2000 The OpenSSL Project. All rights reserved.
|
||||||
@@ -57,49 +56,53 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef OPENSSL_NO_STDIO
|
#ifdef OPENSSL_NO_STDIO
|
||||||
# define APPS_WIN16
|
#define APPS_WIN16
|
||||||
#endif
|
#endif
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
# include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG engine_main
|
#define PROG engine_main
|
||||||
|
|
||||||
static const char *engine_usage[] = {
|
static const char *engine_usage[]={
|
||||||
"usage: engine opts [engine ...]\n",
|
"usage: engine opts [engine ...]\n",
|
||||||
" -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
|
" -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
|
||||||
" -vv will additionally display each command's description\n",
|
" -vv will additionally display each command's description\n",
|
||||||
" -vvv will also add the input flags for each command\n",
|
" -vvv will also add the input flags for each command\n",
|
||||||
" -vvvv will also show internal input flags\n",
|
" -vvvv will also show internal input flags\n",
|
||||||
" -c - for each engine, also list the capabilities\n",
|
" -c - for each engine, also list the capabilities\n",
|
||||||
" -t[t] - for each engine, check that they are really available\n",
|
" -t[t] - for each engine, check that they are really available\n",
|
||||||
" -tt will display error trace for unavailable engines\n",
|
" -tt will display error trace for unavailable engines\n",
|
||||||
" -pre <cmd> - runs command 'cmd' against the ENGINE before any attempts\n",
|
" -pre <cmd> - runs command 'cmd' against the ENGINE before any attempts\n",
|
||||||
" to load it (if -t is used)\n",
|
" to load it (if -t is used)\n",
|
||||||
" -post <cmd> - runs command 'cmd' against the ENGINE after loading it\n",
|
" -post <cmd> - runs command 'cmd' against the ENGINE after loading it\n",
|
||||||
" (only used if -t is also provided)\n",
|
" (only used if -t is also provided)\n",
|
||||||
" NB: -pre and -post will be applied to all ENGINEs supplied on the command\n",
|
" NB: -pre and -post will be applied to all ENGINEs supplied on the command\n",
|
||||||
" line, or all supported ENGINEs if none are specified.\n",
|
" line, or all supported ENGINEs if none are specified.\n",
|
||||||
" Eg. '-pre \"SO_PATH:/lib/libdriver.so\"' calls command \"SO_PATH\" with\n",
|
" Eg. '-pre \"SO_PATH:/lib/libdriver.so\"' calls command \"SO_PATH\" with\n",
|
||||||
" argument \"/lib/libdriver.so\".\n",
|
" argument \"/lib/libdriver.so\".\n",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static void identity(char *ptr)
|
static void identity(char *ptr)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int append_buf(char **buf, const char *s, int *size, int step)
|
static int append_buf(char **buf, const char *s, int *size, int step)
|
||||||
{
|
{
|
||||||
if (*buf == NULL) {
|
int l = strlen(s);
|
||||||
|
|
||||||
|
if (*buf == NULL)
|
||||||
|
{
|
||||||
*size = step;
|
*size = step;
|
||||||
*buf = OPENSSL_malloc(*size);
|
*buf = OPENSSL_malloc(*size);
|
||||||
if (*buf == NULL)
|
if (*buf == NULL)
|
||||||
@@ -107,7 +110,11 @@ static int append_buf(char **buf, const char *s, int *size, int step)
|
|||||||
**buf = '\0';
|
**buf = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strlen(*buf) + strlen(s) >= (unsigned int)*size) {
|
if (**buf != '\0')
|
||||||
|
l += 2; /* ", " */
|
||||||
|
|
||||||
|
if (strlen(*buf) + strlen(s) >= (unsigned int)*size)
|
||||||
|
{
|
||||||
*size += step;
|
*size += step;
|
||||||
*buf = OPENSSL_realloc(*buf, *size);
|
*buf = OPENSSL_realloc(*buf, *size);
|
||||||
}
|
}
|
||||||
@@ -120,45 +127,48 @@ static int append_buf(char **buf, const char *s, int *size, int step)
|
|||||||
BUF_strlcat(*buf, s, *size);
|
BUF_strlcat(*buf, s, *size);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int util_flags(BIO *bio_out, unsigned int flags, const char *indent)
|
static int util_flags(BIO *bio_out, unsigned int flags, const char *indent)
|
||||||
{
|
{
|
||||||
int started = 0, err = 0;
|
int started = 0, err = 0;
|
||||||
/* Indent before displaying input flags */
|
/* Indent before displaying input flags */
|
||||||
BIO_printf(bio_out, "%s%s(input flags): ", indent, indent);
|
BIO_printf(bio_out, "%s%s(input flags): ", indent, indent);
|
||||||
if (flags == 0) {
|
if(flags == 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "<no flags>\n");
|
BIO_printf(bio_out, "<no flags>\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
/*
|
/* If the object is internal, mark it in a way that shows instead of
|
||||||
* If the object is internal, mark it in a way that shows instead of
|
* having it part of all the other flags, even if it really is. */
|
||||||
* having it part of all the other flags, even if it really is.
|
if(flags & ENGINE_CMD_FLAG_INTERNAL)
|
||||||
*/
|
{
|
||||||
if (flags & ENGINE_CMD_FLAG_INTERNAL) {
|
|
||||||
BIO_printf(bio_out, "[Internal] ");
|
BIO_printf(bio_out, "[Internal] ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flags & ENGINE_CMD_FLAG_NUMERIC) {
|
if(flags & ENGINE_CMD_FLAG_NUMERIC)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "NUMERIC");
|
BIO_printf(bio_out, "NUMERIC");
|
||||||
started = 1;
|
started = 1;
|
||||||
}
|
}
|
||||||
/*
|
/* Now we check that no combinations of the mutually exclusive NUMERIC,
|
||||||
* Now we check that no combinations of the mutually exclusive NUMERIC,
|
|
||||||
* STRING, and NO_INPUT flags have been used. Future flags that can be
|
* STRING, and NO_INPUT flags have been used. Future flags that can be
|
||||||
* OR'd together with these would need to added after these to preserve
|
* OR'd together with these would need to added after these to preserve
|
||||||
* the testing logic.
|
* the testing logic. */
|
||||||
*/
|
if(flags & ENGINE_CMD_FLAG_STRING)
|
||||||
if (flags & ENGINE_CMD_FLAG_STRING) {
|
{
|
||||||
if (started) {
|
if(started)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "|");
|
BIO_printf(bio_out, "|");
|
||||||
err = 1;
|
err = 1;
|
||||||
}
|
}
|
||||||
BIO_printf(bio_out, "STRING");
|
BIO_printf(bio_out, "STRING");
|
||||||
started = 1;
|
started = 1;
|
||||||
}
|
}
|
||||||
if (flags & ENGINE_CMD_FLAG_NO_INPUT) {
|
if(flags & ENGINE_CMD_FLAG_NO_INPUT)
|
||||||
if (started) {
|
{
|
||||||
|
if(started)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "|");
|
BIO_printf(bio_out, "|");
|
||||||
err = 1;
|
err = 1;
|
||||||
}
|
}
|
||||||
@@ -168,21 +178,21 @@ static int util_flags(BIO *bio_out, unsigned int flags, const char *indent)
|
|||||||
/* Check for unknown flags */
|
/* Check for unknown flags */
|
||||||
flags = flags & ~ENGINE_CMD_FLAG_NUMERIC &
|
flags = flags & ~ENGINE_CMD_FLAG_NUMERIC &
|
||||||
~ENGINE_CMD_FLAG_STRING &
|
~ENGINE_CMD_FLAG_STRING &
|
||||||
~ENGINE_CMD_FLAG_NO_INPUT & ~ENGINE_CMD_FLAG_INTERNAL;
|
~ENGINE_CMD_FLAG_NO_INPUT &
|
||||||
if (flags) {
|
~ENGINE_CMD_FLAG_INTERNAL;
|
||||||
if (started)
|
if(flags)
|
||||||
BIO_printf(bio_out, "|");
|
{
|
||||||
|
if(started) BIO_printf(bio_out, "|");
|
||||||
BIO_printf(bio_out, "<0x%04X>", flags);
|
BIO_printf(bio_out, "<0x%04X>", flags);
|
||||||
}
|
}
|
||||||
if (err)
|
if(err)
|
||||||
BIO_printf(bio_out, " <illegal flags!>");
|
BIO_printf(bio_out, " <illegal flags!>");
|
||||||
BIO_printf(bio_out, "\n");
|
BIO_printf(bio_out, "\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int util_verbose(ENGINE *e, int verbose, BIO *bio_out,
|
static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent)
|
||||||
const char *indent)
|
{
|
||||||
{
|
|
||||||
static const int line_wrap = 78;
|
static const int line_wrap = 78;
|
||||||
int num;
|
int num;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
@@ -191,322 +201,349 @@ static int util_verbose(ENGINE *e, int verbose, BIO *bio_out,
|
|||||||
int flags;
|
int flags;
|
||||||
int xpos = 0;
|
int xpos = 0;
|
||||||
STACK_OF(OPENSSL_STRING) *cmds = NULL;
|
STACK_OF(OPENSSL_STRING) *cmds = NULL;
|
||||||
if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
|
if(!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
|
||||||
((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
|
((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
|
||||||
0, NULL, NULL)) <= 0)) {
|
0, NULL, NULL)) <= 0))
|
||||||
# if 0
|
{
|
||||||
|
#if 0
|
||||||
BIO_printf(bio_out, "%s<no control commands>\n", indent);
|
BIO_printf(bio_out, "%s<no control commands>\n", indent);
|
||||||
# endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
cmds = sk_OPENSSL_STRING_new_null();
|
cmds = sk_OPENSSL_STRING_new_null();
|
||||||
|
|
||||||
if (!cmds)
|
if(!cmds)
|
||||||
goto err;
|
goto err;
|
||||||
do {
|
do {
|
||||||
int len;
|
int len;
|
||||||
/* Get the command input flags */
|
/* Get the command input flags */
|
||||||
if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
|
if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
|
||||||
NULL, NULL)) < 0)
|
NULL, NULL)) < 0)
|
||||||
goto err;
|
goto err;
|
||||||
if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4) {
|
if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4)
|
||||||
|
{
|
||||||
/* Get the command name */
|
/* Get the command name */
|
||||||
if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
|
if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
|
||||||
NULL, NULL)) <= 0)
|
NULL, NULL)) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
if ((name = OPENSSL_malloc(len + 1)) == NULL)
|
if((name = OPENSSL_malloc(len + 1)) == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
|
if(ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
|
||||||
NULL) <= 0)
|
NULL) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
/* Get the command description */
|
/* Get the command description */
|
||||||
if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
|
if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
|
||||||
NULL, NULL)) < 0)
|
NULL, NULL)) < 0)
|
||||||
goto err;
|
goto err;
|
||||||
if (len > 0) {
|
if(len > 0)
|
||||||
if ((desc = OPENSSL_malloc(len + 1)) == NULL)
|
{
|
||||||
|
if((desc = OPENSSL_malloc(len + 1)) == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
|
if(ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
|
||||||
NULL) <= 0)
|
NULL) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
/* Now decide on the output */
|
/* Now decide on the output */
|
||||||
if (xpos == 0)
|
if(xpos == 0)
|
||||||
/* Do an indent */
|
/* Do an indent */
|
||||||
xpos = BIO_puts(bio_out, indent);
|
xpos = BIO_puts(bio_out, indent);
|
||||||
else
|
else
|
||||||
/* Otherwise prepend a ", " */
|
/* Otherwise prepend a ", " */
|
||||||
xpos += BIO_printf(bio_out, ", ");
|
xpos += BIO_printf(bio_out, ", ");
|
||||||
if (verbose == 1) {
|
if(verbose == 1)
|
||||||
/*
|
{
|
||||||
* We're just listing names, comma-delimited
|
/* We're just listing names, comma-delimited */
|
||||||
*/
|
if((xpos > (int)strlen(indent)) &&
|
||||||
if ((xpos > (int)strlen(indent)) &&
|
(xpos + (int)strlen(name) > line_wrap))
|
||||||
(xpos + (int)strlen(name) > line_wrap)) {
|
{
|
||||||
BIO_printf(bio_out, "\n");
|
BIO_printf(bio_out, "\n");
|
||||||
xpos = BIO_puts(bio_out, indent);
|
xpos = BIO_puts(bio_out, indent);
|
||||||
}
|
}
|
||||||
xpos += BIO_printf(bio_out, "%s", name);
|
xpos += BIO_printf(bio_out, "%s", name);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
/* We're listing names plus descriptions */
|
/* We're listing names plus descriptions */
|
||||||
BIO_printf(bio_out, "%s: %s\n", name,
|
BIO_printf(bio_out, "%s: %s\n", name,
|
||||||
(desc == NULL) ? "<no description>" : desc);
|
(desc == NULL) ? "<no description>" : desc);
|
||||||
/* ... and sometimes input flags */
|
/* ... and sometimes input flags */
|
||||||
if ((verbose >= 3) && !util_flags(bio_out, flags, indent))
|
if((verbose >= 3) && !util_flags(bio_out, flags,
|
||||||
|
indent))
|
||||||
goto err;
|
goto err;
|
||||||
xpos = 0;
|
xpos = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
OPENSSL_free(name);
|
OPENSSL_free(name); name = NULL;
|
||||||
name = NULL;
|
if(desc) { OPENSSL_free(desc); desc = NULL; }
|
||||||
if (desc) {
|
|
||||||
OPENSSL_free(desc);
|
|
||||||
desc = NULL;
|
|
||||||
}
|
|
||||||
/* Move to the next command */
|
/* Move to the next command */
|
||||||
num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL);
|
num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE,
|
||||||
} while (num > 0);
|
num, NULL, NULL);
|
||||||
if (xpos > 0)
|
} while(num > 0);
|
||||||
|
if(xpos > 0)
|
||||||
BIO_printf(bio_out, "\n");
|
BIO_printf(bio_out, "\n");
|
||||||
ret = 1;
|
ret = 1;
|
||||||
err:
|
err:
|
||||||
if (cmds)
|
if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity);
|
||||||
sk_OPENSSL_STRING_pop_free(cmds, identity);
|
if(name) OPENSSL_free(name);
|
||||||
if (name)
|
if(desc) OPENSSL_free(desc);
|
||||||
OPENSSL_free(name);
|
|
||||||
if (desc)
|
|
||||||
OPENSSL_free(desc);
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
|
static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
|
||||||
BIO *bio_out, const char *indent)
|
BIO *bio_out, const char *indent)
|
||||||
{
|
{
|
||||||
int loop, res, num = sk_OPENSSL_STRING_num(cmds);
|
int loop, res, num = sk_OPENSSL_STRING_num(cmds);
|
||||||
|
|
||||||
if (num < 0) {
|
if(num < 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "[Error]: internal stack error\n");
|
BIO_printf(bio_out, "[Error]: internal stack error\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (loop = 0; loop < num; loop++) {
|
for(loop = 0; loop < num; loop++)
|
||||||
|
{
|
||||||
char buf[256];
|
char buf[256];
|
||||||
const char *cmd, *arg;
|
const char *cmd, *arg;
|
||||||
cmd = sk_OPENSSL_STRING_value(cmds, loop);
|
cmd = sk_OPENSSL_STRING_value(cmds, loop);
|
||||||
res = 1; /* assume success */
|
res = 1; /* assume success */
|
||||||
/* Check if this command has no ":arg" */
|
/* Check if this command has no ":arg" */
|
||||||
if ((arg = strstr(cmd, ":")) == NULL) {
|
if((arg = strstr(cmd, ":")) == NULL)
|
||||||
if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
|
{
|
||||||
|
if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
|
||||||
res = 0;
|
res = 0;
|
||||||
} else {
|
}
|
||||||
if ((int)(arg - cmd) > 254) {
|
else
|
||||||
BIO_printf(bio_out, "[Error]: command name too long\n");
|
{
|
||||||
|
if((int)(arg - cmd) > 254)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_out,"[Error]: command name too long\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
memcpy(buf, cmd, (int)(arg - cmd));
|
memcpy(buf, cmd, (int)(arg - cmd));
|
||||||
buf[arg - cmd] = '\0';
|
buf[arg-cmd] = '\0';
|
||||||
arg++; /* Move past the ":" */
|
arg++; /* Move past the ":" */
|
||||||
/* Call the command with the argument */
|
/* Call the command with the argument */
|
||||||
if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
|
if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
|
||||||
res = 0;
|
res = 0;
|
||||||
}
|
}
|
||||||
if (res)
|
if(res)
|
||||||
BIO_printf(bio_out, "[Success]: %s\n", cmd);
|
BIO_printf(bio_out, "[Success]: %s\n", cmd);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "[Failure]: %s\n", cmd);
|
BIO_printf(bio_out, "[Failure]: %s\n", cmd);
|
||||||
ERR_print_errors(bio_out);
|
ERR_print_errors(bio_out);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int ret = 1, i;
|
int ret=1,i;
|
||||||
const char **pp;
|
const char **pp;
|
||||||
int verbose = 0, list_cap = 0, test_avail = 0, test_avail_noise = 0;
|
int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0;
|
||||||
ENGINE *e;
|
ENGINE *e;
|
||||||
STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
|
STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
|
||||||
STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
|
STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
|
||||||
STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null();
|
STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null();
|
||||||
int badops = 1;
|
int badops=1;
|
||||||
BIO *bio_out = NULL;
|
BIO *bio_out=NULL;
|
||||||
const char *indent = " ";
|
const char *indent = " ";
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
|
||||||
# ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
bio_out = BIO_push(tmpbio, bio_out);
|
bio_out = BIO_push(tmpbio, bio_out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strncmp(*argv, "-v", 2) == 0) {
|
{
|
||||||
if (strspn(*argv + 1, "v") < strlen(*argv + 1))
|
if (strncmp(*argv,"-v",2) == 0)
|
||||||
|
{
|
||||||
|
if(strspn(*argv + 1, "v") < strlen(*argv + 1))
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
if ((verbose = strlen(*argv + 1)) > 4)
|
if((verbose=strlen(*argv + 1)) > 4)
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
} else if (strcmp(*argv, "-c") == 0)
|
}
|
||||||
list_cap = 1;
|
else if (strcmp(*argv,"-c") == 0)
|
||||||
else if (strncmp(*argv, "-t", 2) == 0) {
|
list_cap=1;
|
||||||
test_avail = 1;
|
else if (strncmp(*argv,"-t",2) == 0)
|
||||||
if (strspn(*argv + 1, "t") < strlen(*argv + 1))
|
{
|
||||||
|
test_avail=1;
|
||||||
|
if(strspn(*argv + 1, "t") < strlen(*argv + 1))
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
if ((test_avail_noise = strlen(*argv + 1) - 1) > 1)
|
if((test_avail_noise = strlen(*argv + 1) - 1) > 1)
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
} else if (strcmp(*argv, "-pre") == 0) {
|
}
|
||||||
argc--;
|
else if (strcmp(*argv,"-pre") == 0)
|
||||||
argv++;
|
{
|
||||||
|
argc--; argv++;
|
||||||
if (argc == 0)
|
if (argc == 0)
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
sk_OPENSSL_STRING_push(pre_cmds, *argv);
|
sk_OPENSSL_STRING_push(pre_cmds,*argv);
|
||||||
} else if (strcmp(*argv, "-post") == 0) {
|
}
|
||||||
argc--;
|
else if (strcmp(*argv,"-post") == 0)
|
||||||
argv++;
|
{
|
||||||
|
argc--; argv++;
|
||||||
if (argc == 0)
|
if (argc == 0)
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
sk_OPENSSL_STRING_push(post_cmds, *argv);
|
sk_OPENSSL_STRING_push(post_cmds,*argv);
|
||||||
} else if ((strncmp(*argv, "-h", 2) == 0) ||
|
}
|
||||||
(strcmp(*argv, "-?") == 0))
|
else if ((strncmp(*argv,"-h",2) == 0) ||
|
||||||
|
(strcmp(*argv,"-?") == 0))
|
||||||
goto skip_arg_loop;
|
goto skip_arg_loop;
|
||||||
else
|
else
|
||||||
sk_OPENSSL_STRING_push(engines, *argv);
|
sk_OPENSSL_STRING_push(engines,*argv);
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
/* Looks like everything went OK */
|
/* Looks like everything went OK */
|
||||||
badops = 0;
|
badops = 0;
|
||||||
skip_arg_loop:
|
skip_arg_loop:
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
for (pp = engine_usage; (*pp != NULL); pp++)
|
{
|
||||||
BIO_printf(bio_err, "%s", *pp);
|
for (pp=engine_usage; (*pp != NULL); pp++)
|
||||||
|
BIO_printf(bio_err,"%s",*pp);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sk_OPENSSL_STRING_num(engines) == 0) {
|
if (sk_OPENSSL_STRING_num(engines) == 0)
|
||||||
for (e = ENGINE_get_first(); e != NULL; e = ENGINE_get_next(e)) {
|
{
|
||||||
sk_OPENSSL_STRING_push(engines, (char *)ENGINE_get_id(e));
|
for(e = ENGINE_get_first(); e != NULL; e = ENGINE_get_next(e))
|
||||||
|
{
|
||||||
|
sk_OPENSSL_STRING_push(engines,(char *)ENGINE_get_id(e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < sk_OPENSSL_STRING_num(engines); i++) {
|
for (i=0; i<sk_OPENSSL_STRING_num(engines); i++)
|
||||||
const char *id = sk_OPENSSL_STRING_value(engines, i);
|
{
|
||||||
if ((e = ENGINE_by_id(id)) != NULL) {
|
const char *id = sk_OPENSSL_STRING_value(engines,i);
|
||||||
|
if ((e = ENGINE_by_id(id)) != NULL)
|
||||||
|
{
|
||||||
const char *name = ENGINE_get_name(e);
|
const char *name = ENGINE_get_name(e);
|
||||||
/*
|
/* Do "id" first, then "name". Easier to auto-parse. */
|
||||||
* Do "id" first, then "name". Easier to auto-parse.
|
|
||||||
*/
|
|
||||||
BIO_printf(bio_out, "(%s) %s\n", id, name);
|
BIO_printf(bio_out, "(%s) %s\n", id, name);
|
||||||
util_do_cmds(e, pre_cmds, bio_out, indent);
|
util_do_cmds(e, pre_cmds, bio_out, indent);
|
||||||
if (strcmp(ENGINE_get_id(e), id) != 0) {
|
if (strcmp(ENGINE_get_id(e), id) != 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "Loaded: (%s) %s\n",
|
BIO_printf(bio_out, "Loaded: (%s) %s\n",
|
||||||
ENGINE_get_id(e), ENGINE_get_name(e));
|
ENGINE_get_id(e), ENGINE_get_name(e));
|
||||||
}
|
}
|
||||||
if (list_cap) {
|
if (list_cap)
|
||||||
|
{
|
||||||
int cap_size = 256;
|
int cap_size = 256;
|
||||||
char *cap_buf = NULL;
|
char *cap_buf = NULL;
|
||||||
int k, n;
|
int k,n;
|
||||||
const int *nids;
|
const int *nids;
|
||||||
ENGINE_CIPHERS_PTR fn_c;
|
ENGINE_CIPHERS_PTR fn_c;
|
||||||
ENGINE_DIGESTS_PTR fn_d;
|
ENGINE_DIGESTS_PTR fn_d;
|
||||||
ENGINE_PKEY_METHS_PTR fn_pk;
|
ENGINE_PKEY_METHS_PTR fn_pk;
|
||||||
|
|
||||||
if (ENGINE_get_RSA(e) != NULL
|
if (ENGINE_get_RSA(e) != NULL
|
||||||
&& !append_buf(&cap_buf, "RSA", &cap_size, 256))
|
&& !append_buf(&cap_buf, "RSA",
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
if (ENGINE_get_DSA(e) != NULL
|
if (ENGINE_get_DSA(e) != NULL
|
||||||
&& !append_buf(&cap_buf, "DSA", &cap_size, 256))
|
&& !append_buf(&cap_buf, "DSA",
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
if (ENGINE_get_DH(e) != NULL
|
if (ENGINE_get_DH(e) != NULL
|
||||||
&& !append_buf(&cap_buf, "DH", &cap_size, 256))
|
&& !append_buf(&cap_buf, "DH",
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
if (ENGINE_get_RAND(e) != NULL
|
if (ENGINE_get_RAND(e) != NULL
|
||||||
&& !append_buf(&cap_buf, "RAND", &cap_size, 256))
|
&& !append_buf(&cap_buf, "RAND",
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
fn_c = ENGINE_get_ciphers(e);
|
fn_c = ENGINE_get_ciphers(e);
|
||||||
if (!fn_c)
|
if(!fn_c) goto skip_ciphers;
|
||||||
goto skip_ciphers;
|
|
||||||
n = fn_c(e, NULL, &nids, 0);
|
n = fn_c(e, NULL, &nids, 0);
|
||||||
for (k = 0; k < n; ++k)
|
for(k=0 ; k < n ; ++k)
|
||||||
if (!append_buf(&cap_buf,
|
if(!append_buf(&cap_buf,
|
||||||
OBJ_nid2sn(nids[k]), &cap_size, 256))
|
OBJ_nid2sn(nids[k]),
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
skip_ciphers:
|
skip_ciphers:
|
||||||
fn_d = ENGINE_get_digests(e);
|
fn_d = ENGINE_get_digests(e);
|
||||||
if (!fn_d)
|
if(!fn_d) goto skip_digests;
|
||||||
goto skip_digests;
|
|
||||||
n = fn_d(e, NULL, &nids, 0);
|
n = fn_d(e, NULL, &nids, 0);
|
||||||
for (k = 0; k < n; ++k)
|
for(k=0 ; k < n ; ++k)
|
||||||
if (!append_buf(&cap_buf,
|
if(!append_buf(&cap_buf,
|
||||||
OBJ_nid2sn(nids[k]), &cap_size, 256))
|
OBJ_nid2sn(nids[k]),
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
skip_digests:
|
skip_digests:
|
||||||
fn_pk = ENGINE_get_pkey_meths(e);
|
fn_pk = ENGINE_get_pkey_meths(e);
|
||||||
if (!fn_pk)
|
if(!fn_pk) goto skip_pmeths;
|
||||||
goto skip_pmeths;
|
|
||||||
n = fn_pk(e, NULL, &nids, 0);
|
n = fn_pk(e, NULL, &nids, 0);
|
||||||
for (k = 0; k < n; ++k)
|
for(k=0 ; k < n ; ++k)
|
||||||
if (!append_buf(&cap_buf,
|
if(!append_buf(&cap_buf,
|
||||||
OBJ_nid2sn(nids[k]), &cap_size, 256))
|
OBJ_nid2sn(nids[k]),
|
||||||
|
&cap_size, 256))
|
||||||
goto end;
|
goto end;
|
||||||
skip_pmeths:
|
skip_pmeths:
|
||||||
if (cap_buf && (*cap_buf != '\0'))
|
if (cap_buf && (*cap_buf != '\0'))
|
||||||
BIO_printf(bio_out, " [%s]\n", cap_buf);
|
BIO_printf(bio_out, " [%s]\n", cap_buf);
|
||||||
|
|
||||||
OPENSSL_free(cap_buf);
|
OPENSSL_free(cap_buf);
|
||||||
}
|
}
|
||||||
if (test_avail) {
|
if(test_avail)
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "%s", indent);
|
BIO_printf(bio_out, "%s", indent);
|
||||||
if (ENGINE_init(e)) {
|
if (ENGINE_init(e))
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "[ available ]\n");
|
BIO_printf(bio_out, "[ available ]\n");
|
||||||
util_do_cmds(e, post_cmds, bio_out, indent);
|
util_do_cmds(e, post_cmds, bio_out, indent);
|
||||||
ENGINE_finish(e);
|
ENGINE_finish(e);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_out, "[ unavailable ]\n");
|
BIO_printf(bio_out, "[ unavailable ]\n");
|
||||||
if (test_avail_noise)
|
if(test_avail_noise)
|
||||||
ERR_print_errors_fp(stdout);
|
ERR_print_errors_fp(stdout);
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
|
if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
|
||||||
goto end;
|
goto end;
|
||||||
ENGINE_free(e);
|
ENGINE_free(e);
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
|
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
sk_OPENSSL_STRING_pop_free(engines, identity);
|
sk_OPENSSL_STRING_pop_free(engines, identity);
|
||||||
sk_OPENSSL_STRING_pop_free(pre_cmds, identity);
|
sk_OPENSSL_STRING_pop_free(pre_cmds, identity);
|
||||||
sk_OPENSSL_STRING_pop_free(post_cmds, identity);
|
sk_OPENSSL_STRING_pop_free(post_cmds, identity);
|
||||||
if (bio_out != NULL)
|
if (bio_out != NULL) BIO_free_all(bio_out);
|
||||||
BIO_free_all(bio_out);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -71,51 +71,58 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, ret = 0;
|
int i,ret=0;
|
||||||
char buf[256];
|
char buf[256];
|
||||||
unsigned long l;
|
unsigned long l;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
|
|
||||||
if ((argc > 1) && (strcmp(argv[1], "-stats") == 0)) {
|
if ((argc > 1) && (strcmp(argv[1],"-stats") == 0))
|
||||||
BIO *out = NULL;
|
{
|
||||||
|
BIO *out=NULL;
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((out != NULL) && BIO_set_fp(out, stdout, BIO_NOCLOSE)) {
|
if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE))
|
||||||
|
{
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
lh_ERR_STRING_DATA_node_stats_bio(ERR_get_string_table(), out);
|
lh_ERR_STRING_DATA_node_stats_bio(
|
||||||
lh_ERR_STRING_DATA_stats_bio(ERR_get_string_table(), out);
|
ERR_get_string_table(), out);
|
||||||
lh_ERR_STRING_DATA_node_usage_stats_bio(ERR_get_string_table(),
|
lh_ERR_STRING_DATA_stats_bio(ERR_get_string_table(),
|
||||||
out);
|
out);
|
||||||
|
lh_ERR_STRING_DATA_node_usage_stats_bio(
|
||||||
|
ERR_get_string_table(),out);
|
||||||
}
|
}
|
||||||
if (out != NULL)
|
if (out != NULL) BIO_free_all(out);
|
||||||
BIO_free_all(out);
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 1; i < argc; i++) {
|
for (i=1; i<argc; i++)
|
||||||
if (sscanf(argv[i], "%lx", &l)) {
|
{
|
||||||
|
if (sscanf(argv[i],"%lx",&l))
|
||||||
|
{
|
||||||
ERR_error_string_n(l, buf, sizeof buf);
|
ERR_error_string_n(l, buf, sizeof buf);
|
||||||
printf("%s\n", buf);
|
printf("%s\n",buf);
|
||||||
} else {
|
}
|
||||||
printf("%s: bad error code\n", argv[i]);
|
else
|
||||||
|
{
|
||||||
|
printf("%s: bad error code\n",argv[i]);
|
||||||
printf("usage: errstr [-stats] <errno> ...\n");
|
printf("usage: errstr [-stats] <errno> ...\n");
|
||||||
ret++;
|
ret++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
231
apps/gendh.c
231
apps/gendh.c
@@ -58,191 +58,184 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
/*
|
/* Until the key-gen callbacks are modified to use newer prototypes, we allow
|
||||||
* Until the key-gen callbacks are modified to use newer prototypes, we allow
|
* deprecated functions for openssl-internal code */
|
||||||
* deprecated functions for openssl-internal code
|
|
||||||
*/
|
|
||||||
#ifdef OPENSSL_NO_DEPRECATED
|
#ifdef OPENSSL_NO_DEPRECATED
|
||||||
# undef OPENSSL_NO_DEPRECATED
|
#undef OPENSSL_NO_DEPRECATED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_DH
|
#ifndef OPENSSL_NO_DH
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include <sys/types.h>
|
#include <sys/types.h>
|
||||||
# include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# define DEFBITS 2048
|
#define DEFBITS 512
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG gendh_main
|
#define PROG gendh_main
|
||||||
|
|
||||||
static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
|
static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
BN_GENCB cb;
|
BN_GENCB cb;
|
||||||
DH *dh = NULL;
|
DH *dh=NULL;
|
||||||
int ret = 1, num = DEFBITS;
|
int ret=1,num=DEFBITS;
|
||||||
int g = 2;
|
int g=2;
|
||||||
char *outfile = NULL;
|
char *outfile=NULL;
|
||||||
char *inrand = NULL;
|
char *inrand=NULL;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
BIO *out = NULL;
|
BIO *out=NULL;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
BN_GENCB_set(&cb, dh_cb, bio_err);
|
BN_GENCB_set(&cb, dh_cb, bio_err);
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (argc <= 0)
|
{
|
||||||
break;
|
if (argc <= 0) break;
|
||||||
if (strcmp(*argv, "-out") == 0) {
|
if (strcmp(*argv,"-out") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
outfile = *(++argv);
|
outfile= *(++argv);
|
||||||
} else if (strcmp(*argv, "-2") == 0)
|
|
||||||
g = 2;
|
|
||||||
/*- else if (strcmp(*argv,"-3") == 0)
|
|
||||||
g=3; */
|
|
||||||
else if (strcmp(*argv, "-5") == 0)
|
|
||||||
g = 5;
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
else if (strcmp(*argv,"-2") == 0)
|
||||||
else if (strcmp(*argv, "-rand") == 0) {
|
g=2;
|
||||||
if (--argc < 1)
|
/* else if (strcmp(*argv,"-3") == 0)
|
||||||
goto bad;
|
g=3; */
|
||||||
inrand = *(++argv);
|
else if (strcmp(*argv,"-5") == 0)
|
||||||
} else
|
g=5;
|
||||||
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
inrand= *(++argv);
|
||||||
|
}
|
||||||
|
else
|
||||||
break;
|
break;
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
}
|
}
|
||||||
if ((argc >= 1) && ((sscanf(*argv, "%d", &num) == 0) || (num < 0))) {
|
if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0)))
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "usage: gendh [args] [numbits]\n");
|
bad:
|
||||||
BIO_printf(bio_err, " -out file - output the key to 'file\n");
|
BIO_printf(bio_err,"usage: gendh [args] [numbits]\n");
|
||||||
BIO_printf(bio_err, " -2 - use 2 as the generator value\n");
|
BIO_printf(bio_err," -out file - output the key to 'file\n");
|
||||||
/*
|
BIO_printf(bio_err," -2 - use 2 as the generator value\n");
|
||||||
* BIO_printf(bio_err," -3 - use 3 as the generator value\n");
|
/* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */
|
||||||
*/
|
BIO_printf(bio_err," -5 - use 5 as the generator value\n");
|
||||||
BIO_printf(bio_err, " -5 - use 5 as the generator value\n");
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -engine e - use engine e, possibly a hardware device.\n");
|
BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
||||||
# endif
|
BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
|
||||||
BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
|
BIO_printf(bio_err," the random number generator\n");
|
||||||
LIST_SEPARATOR_CHAR);
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" - load the file (or the files in the directory) into\n");
|
|
||||||
BIO_printf(bio_err, " the random number generator\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
setup_engine(bio_err, engine, 0);
|
|
||||||
# endif
|
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
if (out == NULL) {
|
setup_engine(bio_err, engine, 0);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
out=BIO_new(BIO_s_file());
|
||||||
|
if (out == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
|
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"warning, not much extra random data, consider using the -rand option\n");
|
BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
|
||||||
}
|
}
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
|
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
|
||||||
"Generating DH parameters, %d bit long safe prime, generator %d\n",
|
BIO_printf(bio_err,"This is going to take a long time\n");
|
||||||
num, g);
|
|
||||||
BIO_printf(bio_err, "This is going to take a long time\n");
|
|
||||||
|
|
||||||
if (((dh = DH_new()) == NULL)
|
if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb))
|
||||||
|| !DH_generate_parameters_ex(dh, num, g, &cb))
|
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
|
|
||||||
if (!PEM_write_bio_DHparams(out, dh))
|
if (!PEM_write_bio_DHparams(out,dh))
|
||||||
goto end;
|
goto end;
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
if (out != NULL)
|
if (out != NULL) BIO_free_all(out);
|
||||||
BIO_free_all(out);
|
if (dh != NULL) DH_free(dh);
|
||||||
if (dh != NULL)
|
|
||||||
DH_free(dh);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
|
static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
|
||||||
{
|
{
|
||||||
char c = '*';
|
char c='*';
|
||||||
|
|
||||||
if (p == 0)
|
if (p == 0) c='.';
|
||||||
c = '.';
|
if (p == 1) c='+';
|
||||||
if (p == 1)
|
if (p == 2) c='*';
|
||||||
c = '+';
|
if (p == 3) c='\n';
|
||||||
if (p == 2)
|
BIO_write(cb->arg,&c,1);
|
||||||
c = '*';
|
|
||||||
if (p == 3)
|
|
||||||
c = '\n';
|
|
||||||
BIO_write(cb->arg, &c, 1);
|
|
||||||
(void)BIO_flush(cb->arg);
|
(void)BIO_flush(cb->arg);
|
||||||
# ifdef LINT
|
#ifdef LINT
|
||||||
p = n;
|
p=n;
|
||||||
# endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_DH */
|
#else /* !OPENSSL_NO_DH */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
314
apps/gendsa.c
314
apps/gendsa.c
@@ -58,230 +58,228 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */
|
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DSA */
|
||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include <sys/types.h>
|
#include <sys/types.h>
|
||||||
# include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/dsa.h>
|
#include <openssl/dsa.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
# define DEFBITS 512
|
#define DEFBITS 512
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG gendsa_main
|
#define PROG gendsa_main
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
DSA *dsa = NULL;
|
DSA *dsa=NULL;
|
||||||
int ret = 1;
|
int ret=1;
|
||||||
char *outfile = NULL;
|
char *outfile=NULL;
|
||||||
char *inrand = NULL, *dsaparams = NULL;
|
char *inrand=NULL,*dsaparams=NULL;
|
||||||
char *passargout = NULL, *passout = NULL;
|
char *passargout = NULL, *passout = NULL;
|
||||||
BIO *out = NULL, *in = NULL;
|
BIO *out=NULL,*in=NULL;
|
||||||
const EVP_CIPHER *enc = NULL;
|
const EVP_CIPHER *enc=NULL;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (argc <= 0)
|
{
|
||||||
break;
|
if (argc <= 0) break;
|
||||||
if (strcmp(*argv, "-out") == 0) {
|
if (strcmp(*argv,"-out") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
outfile = *(++argv);
|
outfile= *(++argv);
|
||||||
} else if (strcmp(*argv, "-passout") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargout = *(++argv);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
else if (strcmp(*argv,"-passout") == 0)
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
passargout= *(++argv);
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*argv, "-rand") == 0) {
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
inrand= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-") == 0)
|
||||||
goto bad;
|
goto bad;
|
||||||
inrand = *(++argv);
|
#ifndef OPENSSL_NO_DES
|
||||||
} else if (strcmp(*argv, "-") == 0)
|
else if (strcmp(*argv,"-des") == 0)
|
||||||
goto bad;
|
enc=EVP_des_cbc();
|
||||||
# ifndef OPENSSL_NO_DES
|
else if (strcmp(*argv,"-des3") == 0)
|
||||||
else if (strcmp(*argv, "-des") == 0)
|
enc=EVP_des_ede3_cbc();
|
||||||
enc = EVP_des_cbc();
|
#endif
|
||||||
else if (strcmp(*argv, "-des3") == 0)
|
#ifndef OPENSSL_NO_IDEA
|
||||||
enc = EVP_des_ede3_cbc();
|
else if (strcmp(*argv,"-idea") == 0)
|
||||||
# endif
|
enc=EVP_idea_cbc();
|
||||||
# ifndef OPENSSL_NO_IDEA
|
#endif
|
||||||
else if (strcmp(*argv, "-idea") == 0)
|
#ifndef OPENSSL_NO_SEED
|
||||||
enc = EVP_idea_cbc();
|
else if (strcmp(*argv,"-seed") == 0)
|
||||||
# endif
|
enc=EVP_seed_cbc();
|
||||||
# ifndef OPENSSL_NO_SEED
|
#endif
|
||||||
else if (strcmp(*argv, "-seed") == 0)
|
#ifndef OPENSSL_NO_AES
|
||||||
enc = EVP_seed_cbc();
|
else if (strcmp(*argv,"-aes128") == 0)
|
||||||
# endif
|
enc=EVP_aes_128_cbc();
|
||||||
# ifndef OPENSSL_NO_AES
|
else if (strcmp(*argv,"-aes192") == 0)
|
||||||
else if (strcmp(*argv, "-aes128") == 0)
|
enc=EVP_aes_192_cbc();
|
||||||
enc = EVP_aes_128_cbc();
|
else if (strcmp(*argv,"-aes256") == 0)
|
||||||
else if (strcmp(*argv, "-aes192") == 0)
|
enc=EVP_aes_256_cbc();
|
||||||
enc = EVP_aes_192_cbc();
|
#endif
|
||||||
else if (strcmp(*argv, "-aes256") == 0)
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
enc = EVP_aes_256_cbc();
|
else if (strcmp(*argv,"-camellia128") == 0)
|
||||||
# endif
|
enc=EVP_camellia_128_cbc();
|
||||||
# ifndef OPENSSL_NO_CAMELLIA
|
else if (strcmp(*argv,"-camellia192") == 0)
|
||||||
else if (strcmp(*argv, "-camellia128") == 0)
|
enc=EVP_camellia_192_cbc();
|
||||||
enc = EVP_camellia_128_cbc();
|
else if (strcmp(*argv,"-camellia256") == 0)
|
||||||
else if (strcmp(*argv, "-camellia192") == 0)
|
enc=EVP_camellia_256_cbc();
|
||||||
enc = EVP_camellia_192_cbc();
|
#endif
|
||||||
else if (strcmp(*argv, "-camellia256") == 0)
|
else if (**argv != '-' && dsaparams == NULL)
|
||||||
enc = EVP_camellia_256_cbc();
|
{
|
||||||
# endif
|
|
||||||
else if (**argv != '-' && dsaparams == NULL) {
|
|
||||||
dsaparams = *argv;
|
dsaparams = *argv;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
goto bad;
|
goto bad;
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dsaparams == NULL) {
|
if (dsaparams == NULL)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "usage: gendsa [args] dsaparam-file\n");
|
bad:
|
||||||
BIO_printf(bio_err, " -out file - output the key to 'file'\n");
|
BIO_printf(bio_err,"usage: gendsa [args] dsaparam-file\n");
|
||||||
# ifndef OPENSSL_NO_DES
|
BIO_printf(bio_err," -out file - output the key to 'file'\n");
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_DES
|
||||||
" -des - encrypt the generated key with DES in cbc mode\n");
|
BIO_printf(bio_err," -des - encrypt the generated key with DES in cbc mode\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
|
||||||
" -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
|
#endif
|
||||||
# endif
|
#ifndef OPENSSL_NO_IDEA
|
||||||
# ifndef OPENSSL_NO_IDEA
|
BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -idea - encrypt the generated key with IDEA in cbc mode\n");
|
#ifndef OPENSSL_NO_SEED
|
||||||
# endif
|
BIO_printf(bio_err," -seed\n");
|
||||||
# ifndef OPENSSL_NO_SEED
|
BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
|
||||||
BIO_printf(bio_err, " -seed\n");
|
#endif
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_AES
|
||||||
" encrypt PEM output with cbc seed\n");
|
BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
|
||||||
# endif
|
BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
|
||||||
# ifndef OPENSSL_NO_AES
|
#endif
|
||||||
BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n");
|
||||||
" encrypt PEM output with cbc aes\n");
|
BIO_printf(bio_err," encrypt PEM output with cbc camellia\n");
|
||||||
# endif
|
#endif
|
||||||
# ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n");
|
BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" encrypt PEM output with cbc camellia\n");
|
BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
||||||
# endif
|
BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
BIO_printf(bio_err," the random number generator\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," dsaparam-file\n");
|
||||||
" -engine e - use engine e, possibly a hardware device.\n");
|
BIO_printf(bio_err," - a DSA parameter file as generated by the dsaparam command\n");
|
||||||
# endif
|
|
||||||
BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
|
|
||||||
LIST_SEPARATOR_CHAR);
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" - load the file (or the files in the directory) into\n");
|
|
||||||
BIO_printf(bio_err, " the random number generator\n");
|
|
||||||
BIO_printf(bio_err, " dsaparam-file\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" - a DSA parameter file as generated by the dsaparam command\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
setup_engine(bio_err, engine, 0);
|
|
||||||
# endif
|
|
||||||
|
|
||||||
if (!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
setup_engine(bio_err, engine, 0);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
|
||||||
if (!(BIO_read_filename(in, dsaparams))) {
|
in=BIO_new(BIO_s_file());
|
||||||
|
if (!(BIO_read_filename(in,dsaparams)))
|
||||||
|
{
|
||||||
perror(dsaparams);
|
perror(dsaparams);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((dsa = PEM_read_bio_DSAparams(in, NULL, NULL, NULL)) == NULL) {
|
if ((dsa=PEM_read_bio_DSAparams(in,NULL,NULL,NULL)) == NULL)
|
||||||
BIO_printf(bio_err, "unable to load DSA parameter file\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load DSA parameter file\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
in = NULL;
|
in = NULL;
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if (out == NULL)
|
if (out == NULL) goto end;
|
||||||
goto end;
|
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) {
|
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL)
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"warning, not much extra random data, consider using the -rand option\n");
|
BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
|
||||||
}
|
}
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
|
|
||||||
BIO_printf(bio_err, "Generating DSA key, %d bits\n", BN_num_bits(dsa->p));
|
BIO_printf(bio_err,"Generating DSA key, %d bits\n",
|
||||||
if (!DSA_generate_key(dsa))
|
BN_num_bits(dsa->p));
|
||||||
goto end;
|
if (!DSA_generate_key(dsa)) goto end;
|
||||||
|
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
|
|
||||||
if (!PEM_write_bio_DSAPrivateKey(out, dsa, enc, NULL, 0, NULL, passout))
|
if (!PEM_write_bio_DSAPrivateKey(out,dsa,enc,NULL,0,NULL, passout))
|
||||||
goto end;
|
goto end;
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
if (out != NULL) BIO_free_all(out);
|
||||||
if (out != NULL)
|
if (dsa != NULL) DSA_free(dsa);
|
||||||
BIO_free_all(out);
|
if(passout) OPENSSL_free(passout);
|
||||||
if (dsa != NULL)
|
|
||||||
DSA_free(dsa);
|
|
||||||
if (passout)
|
|
||||||
OPENSSL_free(passout);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_DSA */
|
#else /* !OPENSSL_NO_DSA */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
215
apps/genpkey.c
215
apps/genpkey.c
@@ -1,7 +1,6 @@
|
|||||||
/* apps/genpkey.c */
|
/* apps/genpkey.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 2006
|
||||||
* 2006
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
||||||
@@ -63,7 +62,7 @@
|
|||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx,
|
static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx,
|
||||||
@@ -75,7 +74,7 @@ static int genpkey_cb(EVP_PKEY_CTX *ctx);
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
char **args, *outfile = NULL;
|
char **args, *outfile = NULL;
|
||||||
char *passarg = NULL;
|
char *passarg = NULL;
|
||||||
@@ -83,7 +82,7 @@ int MAIN(int argc, char **argv)
|
|||||||
const EVP_CIPHER *cipher = NULL;
|
const EVP_CIPHER *cipher = NULL;
|
||||||
int outformat;
|
int outformat;
|
||||||
int text = 0;
|
int text = 0;
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey=NULL;
|
||||||
EVP_PKEY_CTX *ctx = NULL;
|
EVP_PKEY_CTX *ctx = NULL;
|
||||||
char *pass = NULL;
|
char *pass = NULL;
|
||||||
int badarg = 0;
|
int badarg = 0;
|
||||||
@@ -92,36 +91,42 @@ int MAIN(int argc, char **argv)
|
|||||||
int do_param = 0;
|
int do_param = 0;
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
args = argv + 1;
|
args = argv + 1;
|
||||||
while (!badarg && *args && *args[0] == '-') {
|
while (!badarg && *args && *args[0] == '-')
|
||||||
if (!strcmp(*args, "-outform")) {
|
{
|
||||||
if (args[1]) {
|
if (!strcmp(*args,"-outform"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outformat = str2fmt(*args);
|
outformat=str2fmt(*args);
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-pass")) {
|
}
|
||||||
if (!args[1])
|
else if (!strcmp(*args,"-pass"))
|
||||||
goto bad;
|
{
|
||||||
passarg = *(++args);
|
if (!args[1]) goto bad;
|
||||||
|
passarg= *(++args);
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*args, "-engine") == 0) {
|
else if (strcmp(*args,"-engine") == 0)
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto bad;
|
goto bad;
|
||||||
e = setup_engine(bio_err, *(++args), 0);
|
e = setup_engine(bio_err, *(++args), 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (!strcmp(*args, "-paramfile")) {
|
else if (!strcmp (*args, "-paramfile"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto bad;
|
goto bad;
|
||||||
args++;
|
args++;
|
||||||
@@ -129,38 +134,54 @@ int MAIN(int argc, char **argv)
|
|||||||
goto bad;
|
goto bad;
|
||||||
if (!init_keygen_file(bio_err, &ctx, *args, e))
|
if (!init_keygen_file(bio_err, &ctx, *args, e))
|
||||||
goto end;
|
goto end;
|
||||||
} else if (!strcmp(*args, "-out")) {
|
}
|
||||||
if (args[1]) {
|
else if (!strcmp (*args, "-out"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outfile = *args;
|
outfile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (strcmp(*args, "-algorithm") == 0) {
|
}
|
||||||
|
else if (strcmp(*args,"-algorithm") == 0)
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto bad;
|
goto bad;
|
||||||
if (!init_gen_str(bio_err, &ctx, *(++args), e, do_param))
|
if (!init_gen_str(bio_err, &ctx, *(++args),e, do_param))
|
||||||
goto end;
|
goto end;
|
||||||
} else if (strcmp(*args, "-pkeyopt") == 0) {
|
}
|
||||||
|
else if (strcmp(*args,"-pkeyopt") == 0)
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto bad;
|
goto bad;
|
||||||
if (!ctx) {
|
if (!ctx)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "No keytype specified\n");
|
BIO_puts(bio_err, "No keytype specified\n");
|
||||||
goto bad;
|
goto bad;
|
||||||
} else if (pkey_ctrl_string(ctx, *(++args)) <= 0) {
|
}
|
||||||
|
else if (pkey_ctrl_string(ctx, *(++args)) <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "parameter setting error\n");
|
BIO_puts(bio_err, "parameter setting error\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else if (strcmp(*args, "-genparam") == 0) {
|
}
|
||||||
|
else if (strcmp(*args,"-genparam") == 0)
|
||||||
|
{
|
||||||
if (ctx)
|
if (ctx)
|
||||||
goto bad;
|
goto bad;
|
||||||
do_param = 1;
|
do_param = 1;
|
||||||
} else if (strcmp(*args, "-text") == 0)
|
}
|
||||||
text = 1;
|
else if (strcmp(*args,"-text") == 0)
|
||||||
else {
|
text=1;
|
||||||
|
else
|
||||||
|
{
|
||||||
cipher = EVP_get_cipherbyname(*args + 1);
|
cipher = EVP_get_cipherbyname(*args + 1);
|
||||||
if (!cipher) {
|
if (!cipher)
|
||||||
BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1);
|
{
|
||||||
|
BIO_printf(bio_err, "Unknown cipher %s\n",
|
||||||
|
*args + 1);
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
if (do_param == 1)
|
if (do_param == 1)
|
||||||
@@ -172,46 +193,46 @@ int MAIN(int argc, char **argv)
|
|||||||
if (!ctx)
|
if (!ctx)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
|
|
||||||
if (badarg) {
|
if (badarg)
|
||||||
|
{
|
||||||
bad:
|
bad:
|
||||||
BIO_printf(bio_err, "Usage: genpkey [options]\n");
|
BIO_printf(bio_err, "Usage: genpkey [options]\n");
|
||||||
BIO_printf(bio_err, "where options may be\n");
|
BIO_printf(bio_err, "where options may be\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf(bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
|
||||||
"-outform X output format (DER or PEM)\n");
|
BIO_printf(bio_err, "-pass arg output file pass phrase source\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
|
||||||
"-pass arg output file pass phrase source\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-<cipher> use cipher <cipher> to encrypt the key\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
BIO_printf(bio_err, "-paramfile file parameters file\n");
|
BIO_printf(bio_err, "-paramfile file parameters file\n");
|
||||||
BIO_printf(bio_err, "-algorithm alg the public key algorithm\n");
|
BIO_printf(bio_err, "-algorithm alg the public key algorithm\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-pkeyopt opt:value set the public key algorithm option <opt>\n"
|
||||||
"-pkeyopt opt:value set the public key algorithm option <opt>\n"
|
|
||||||
" to value <value>\n");
|
" to value <value>\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-genparam generate parameters, not key\n");
|
||||||
"-genparam generate parameters, not key\n");
|
|
||||||
BIO_printf(bio_err, "-text print the in text\n");
|
BIO_printf(bio_err, "-text print the in text\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "NB: options order may be important! See the manual page.\n");
|
||||||
"NB: options order may be important! See the manual page.\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
|
if (!app_passwd(bio_err, passarg, NULL, &pass, NULL))
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Error getting password\n");
|
BIO_puts(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile) {
|
if (outfile)
|
||||||
if (!(out = BIO_new_file(outfile, "wb"))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open output file %s\n", outfile);
|
if (!(out = BIO_new_file (outfile, "wb")))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Can't open output file %s\n", outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
else
|
||||||
|
{
|
||||||
|
out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -223,14 +244,19 @@ int MAIN(int argc, char **argv)
|
|||||||
EVP_PKEY_CTX_set_cb(ctx, genpkey_cb);
|
EVP_PKEY_CTX_set_cb(ctx, genpkey_cb);
|
||||||
EVP_PKEY_CTX_set_app_data(ctx, bio_err);
|
EVP_PKEY_CTX_set_app_data(ctx, bio_err);
|
||||||
|
|
||||||
if (do_param) {
|
if (do_param)
|
||||||
if (EVP_PKEY_paramgen(ctx, &pkey) <= 0) {
|
{
|
||||||
|
if (EVP_PKEY_paramgen(ctx, &pkey) <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Error generating parameters\n");
|
BIO_puts(bio_err, "Error generating parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
if (EVP_PKEY_keygen(ctx, &pkey) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (EVP_PKEY_keygen(ctx, &pkey) <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Error generating key\n");
|
BIO_puts(bio_err, "Error generating key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -240,26 +266,31 @@ int MAIN(int argc, char **argv)
|
|||||||
if (do_param)
|
if (do_param)
|
||||||
rv = PEM_write_bio_Parameters(out, pkey);
|
rv = PEM_write_bio_Parameters(out, pkey);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0, NULL, pass);
|
rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0,
|
||||||
|
NULL, pass);
|
||||||
else if (outformat == FORMAT_ASN1)
|
else if (outformat == FORMAT_ASN1)
|
||||||
rv = i2d_PrivateKey_bio(out, pkey);
|
rv = i2d_PrivateKey_bio(out, pkey);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rv <= 0) {
|
if (rv <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Error writing key\n");
|
BIO_puts(bio_err, "Error writing key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
if (text)
|
||||||
|
{
|
||||||
if (do_param)
|
if (do_param)
|
||||||
rv = EVP_PKEY_print_params(out, pkey, 0, NULL);
|
rv = EVP_PKEY_print_params(out, pkey, 0, NULL);
|
||||||
else
|
else
|
||||||
rv = EVP_PKEY_print_private(out, pkey, 0, NULL);
|
rv = EVP_PKEY_print_private(out, pkey, 0, NULL);
|
||||||
|
|
||||||
if (rv <= 0) {
|
if (rv <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Error printing key\n");
|
BIO_puts(bio_err, "Error printing key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
}
|
}
|
||||||
@@ -279,21 +310,23 @@ int MAIN(int argc, char **argv)
|
|||||||
OPENSSL_free(pass);
|
OPENSSL_free(pass);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx,
|
static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx,
|
||||||
const char *file, ENGINE *e)
|
const char *file, ENGINE *e)
|
||||||
{
|
{
|
||||||
BIO *pbio;
|
BIO *pbio;
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey = NULL;
|
||||||
EVP_PKEY_CTX *ctx = NULL;
|
EVP_PKEY_CTX *ctx = NULL;
|
||||||
if (*pctx) {
|
if (*pctx)
|
||||||
|
{
|
||||||
BIO_puts(err, "Parameters already set!\n");
|
BIO_puts(err, "Parameters already set!\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pbio = BIO_new_file(file, "r");
|
pbio = BIO_new_file(file, "r");
|
||||||
if (!pbio) {
|
if (!pbio)
|
||||||
|
{
|
||||||
BIO_printf(err, "Can't open parameter file %s\n", file);
|
BIO_printf(err, "Can't open parameter file %s\n", file);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -301,7 +334,8 @@ static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx,
|
|||||||
pkey = PEM_read_bio_Parameters(pbio, NULL);
|
pkey = PEM_read_bio_Parameters(pbio, NULL);
|
||||||
BIO_free(pbio);
|
BIO_free(pbio);
|
||||||
|
|
||||||
if (!pkey) {
|
if (!pkey)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error reading parameter file %s\n", file);
|
BIO_printf(bio_err, "Error reading parameter file %s\n", file);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -324,17 +358,18 @@ static int init_keygen_file(BIO *err, EVP_PKEY_CTX **pctx,
|
|||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
||||||
const char *algname, ENGINE *e, int do_param)
|
const char *algname, ENGINE *e, int do_param)
|
||||||
{
|
{
|
||||||
EVP_PKEY_CTX *ctx = NULL;
|
EVP_PKEY_CTX *ctx = NULL;
|
||||||
const EVP_PKEY_ASN1_METHOD *ameth;
|
const EVP_PKEY_ASN1_METHOD *ameth;
|
||||||
ENGINE *tmpeng = NULL;
|
ENGINE *tmpeng = NULL;
|
||||||
int pkey_id;
|
int pkey_id;
|
||||||
|
|
||||||
if (*pctx) {
|
if (*pctx)
|
||||||
|
{
|
||||||
BIO_puts(err, "Algorithm already set!\n");
|
BIO_puts(err, "Algorithm already set!\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -346,7 +381,8 @@ int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
|||||||
ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
|
ameth = ENGINE_get_pkey_asn1_meth_str(e, algname, -1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!ameth) {
|
if (!ameth)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Algorithm %s not found\n", algname);
|
BIO_printf(bio_err, "Algorithm %s not found\n", algname);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -362,10 +398,13 @@ int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
|||||||
|
|
||||||
if (!ctx)
|
if (!ctx)
|
||||||
goto err;
|
goto err;
|
||||||
if (do_param) {
|
if (do_param)
|
||||||
|
{
|
||||||
if (EVP_PKEY_paramgen_init(ctx) <= 0)
|
if (EVP_PKEY_paramgen_init(ctx) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
if (EVP_PKEY_keygen_init(ctx) <= 0)
|
if (EVP_PKEY_keygen_init(ctx) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
@@ -380,26 +419,22 @@ int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
|
|||||||
EVP_PKEY_CTX_free(ctx);
|
EVP_PKEY_CTX_free(ctx);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int genpkey_cb(EVP_PKEY_CTX *ctx)
|
static int genpkey_cb(EVP_PKEY_CTX *ctx)
|
||||||
{
|
{
|
||||||
char c = '*';
|
char c='*';
|
||||||
BIO *b = EVP_PKEY_CTX_get_app_data(ctx);
|
BIO *b = EVP_PKEY_CTX_get_app_data(ctx);
|
||||||
int p;
|
int p;
|
||||||
p = EVP_PKEY_CTX_get_keygen_info(ctx, 0);
|
p = EVP_PKEY_CTX_get_keygen_info(ctx, 0);
|
||||||
if (p == 0)
|
if (p == 0) c='.';
|
||||||
c = '.';
|
if (p == 1) c='+';
|
||||||
if (p == 1)
|
if (p == 2) c='*';
|
||||||
c = '+';
|
if (p == 3) c='\n';
|
||||||
if (p == 2)
|
BIO_write(b,&c,1);
|
||||||
c = '*';
|
|
||||||
if (p == 3)
|
|
||||||
c = '\n';
|
|
||||||
BIO_write(b, &c, 1);
|
|
||||||
(void)BIO_flush(b);
|
(void)BIO_flush(b);
|
||||||
#ifdef LINT
|
#ifdef LINT
|
||||||
p = n;
|
p=n;
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
381
apps/genrsa.c
381
apps/genrsa.c
@@ -57,294 +57,279 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
/*
|
/* Until the key-gen callbacks are modified to use newer prototypes, we allow
|
||||||
* Until the key-gen callbacks are modified to use newer prototypes, we allow
|
* deprecated functions for openssl-internal code */
|
||||||
* deprecated functions for openssl-internal code
|
|
||||||
*/
|
|
||||||
#ifdef OPENSSL_NO_DEPRECATED
|
#ifdef OPENSSL_NO_DEPRECATED
|
||||||
# undef OPENSSL_NO_DEPRECATED
|
#undef OPENSSL_NO_DEPRECATED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_RSA
|
#ifndef OPENSSL_NO_RSA
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include <sys/types.h>
|
#include <sys/types.h>
|
||||||
# include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
# include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
# include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
# include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
|
|
||||||
# define DEFBITS 1024
|
#define DEFBITS 512
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG genrsa_main
|
#define PROG genrsa_main
|
||||||
|
|
||||||
static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb);
|
static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb);
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
BN_GENCB cb;
|
BN_GENCB cb;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
# endif
|
#endif
|
||||||
int ret = 1;
|
int ret=1;
|
||||||
int i, num = DEFBITS;
|
int i,num=DEFBITS;
|
||||||
long l;
|
long l;
|
||||||
const EVP_CIPHER *enc = NULL;
|
const EVP_CIPHER *enc=NULL;
|
||||||
unsigned long f4 = RSA_F4;
|
unsigned long f4=RSA_F4;
|
||||||
char *outfile = NULL;
|
char *outfile=NULL;
|
||||||
char *passargout = NULL, *passout = NULL;
|
char *passargout = NULL, *passout = NULL;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
char *inrand = NULL;
|
char *inrand=NULL;
|
||||||
BIO *out = NULL;
|
BIO *out=NULL;
|
||||||
BIGNUM *bn = BN_new();
|
BIGNUM *bn = BN_new();
|
||||||
RSA *rsa = NULL;
|
RSA *rsa = NULL;
|
||||||
|
|
||||||
if (!bn)
|
if(!bn) goto err;
|
||||||
goto err;
|
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
BN_GENCB_set(&cb, genrsa_cb, bio_err);
|
BN_GENCB_set(&cb, genrsa_cb, bio_err);
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto err;
|
goto err;
|
||||||
if ((out = BIO_new(BIO_s_file())) == NULL) {
|
if ((out=BIO_new(BIO_s_file())) == NULL)
|
||||||
BIO_printf(bio_err, "unable to create BIO for output\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to create BIO for output\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (argc <= 0)
|
{
|
||||||
break;
|
if (argc <= 0) break;
|
||||||
if (strcmp(*argv, "-out") == 0) {
|
if (strcmp(*argv,"-out") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
outfile = *(++argv);
|
outfile= *(++argv);
|
||||||
} else if (strcmp(*argv, "-3") == 0)
|
|
||||||
f4 = 3;
|
|
||||||
else if (strcmp(*argv, "-F4") == 0 || strcmp(*argv, "-f4") == 0)
|
|
||||||
f4 = RSA_F4;
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
else if (strcmp(*argv,"-3") == 0)
|
||||||
else if (strcmp(*argv, "-rand") == 0) {
|
f4=3;
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0)
|
||||||
goto bad;
|
f4=RSA_F4;
|
||||||
inrand = *(++argv);
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_DES
|
#endif
|
||||||
else if (strcmp(*argv, "-des") == 0)
|
else if (strcmp(*argv,"-rand") == 0)
|
||||||
enc = EVP_des_cbc();
|
{
|
||||||
else if (strcmp(*argv, "-des3") == 0)
|
if (--argc < 1) goto bad;
|
||||||
enc = EVP_des_ede3_cbc();
|
inrand= *(++argv);
|
||||||
# endif
|
}
|
||||||
# ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_DES
|
||||||
else if (strcmp(*argv, "-idea") == 0)
|
else if (strcmp(*argv,"-des") == 0)
|
||||||
enc = EVP_idea_cbc();
|
enc=EVP_des_cbc();
|
||||||
# endif
|
else if (strcmp(*argv,"-des3") == 0)
|
||||||
# ifndef OPENSSL_NO_SEED
|
enc=EVP_des_ede3_cbc();
|
||||||
else if (strcmp(*argv, "-seed") == 0)
|
#endif
|
||||||
enc = EVP_seed_cbc();
|
#ifndef OPENSSL_NO_IDEA
|
||||||
# endif
|
else if (strcmp(*argv,"-idea") == 0)
|
||||||
# ifndef OPENSSL_NO_AES
|
enc=EVP_idea_cbc();
|
||||||
else if (strcmp(*argv, "-aes128") == 0)
|
#endif
|
||||||
enc = EVP_aes_128_cbc();
|
#ifndef OPENSSL_NO_SEED
|
||||||
else if (strcmp(*argv, "-aes192") == 0)
|
else if (strcmp(*argv,"-seed") == 0)
|
||||||
enc = EVP_aes_192_cbc();
|
enc=EVP_seed_cbc();
|
||||||
else if (strcmp(*argv, "-aes256") == 0)
|
#endif
|
||||||
enc = EVP_aes_256_cbc();
|
#ifndef OPENSSL_NO_AES
|
||||||
# endif
|
else if (strcmp(*argv,"-aes128") == 0)
|
||||||
# ifndef OPENSSL_NO_CAMELLIA
|
enc=EVP_aes_128_cbc();
|
||||||
else if (strcmp(*argv, "-camellia128") == 0)
|
else if (strcmp(*argv,"-aes192") == 0)
|
||||||
enc = EVP_camellia_128_cbc();
|
enc=EVP_aes_192_cbc();
|
||||||
else if (strcmp(*argv, "-camellia192") == 0)
|
else if (strcmp(*argv,"-aes256") == 0)
|
||||||
enc = EVP_camellia_192_cbc();
|
enc=EVP_aes_256_cbc();
|
||||||
else if (strcmp(*argv, "-camellia256") == 0)
|
#endif
|
||||||
enc = EVP_camellia_256_cbc();
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
# endif
|
else if (strcmp(*argv,"-camellia128") == 0)
|
||||||
else if (strcmp(*argv, "-passout") == 0) {
|
enc=EVP_camellia_128_cbc();
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-camellia192") == 0)
|
||||||
goto bad;
|
enc=EVP_camellia_192_cbc();
|
||||||
passargout = *(++argv);
|
else if (strcmp(*argv,"-camellia256") == 0)
|
||||||
} else
|
enc=EVP_camellia_256_cbc();
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-passout") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
passargout= *(++argv);
|
||||||
|
}
|
||||||
|
else
|
||||||
break;
|
break;
|
||||||
argv++;
|
argv++;
|
||||||
argc--;
|
argc--;
|
||||||
}
|
}
|
||||||
if ((argc >= 1) && ((sscanf(*argv, "%d", &num) == 0) || (num < 0))) {
|
if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0)))
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "usage: genrsa [args] [numbits]\n");
|
bad:
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"usage: genrsa [args] [numbits]\n");
|
||||||
" -des encrypt the generated key with DES in cbc mode\n");
|
BIO_printf(bio_err," -des encrypt the generated key with DES in cbc mode\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -des3 encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
|
||||||
" -des3 encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
|
#ifndef OPENSSL_NO_IDEA
|
||||||
# ifndef OPENSSL_NO_IDEA
|
BIO_printf(bio_err," -idea encrypt the generated key with IDEA in cbc mode\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -idea encrypt the generated key with IDEA in cbc mode\n");
|
#ifndef OPENSSL_NO_SEED
|
||||||
# endif
|
BIO_printf(bio_err," -seed\n");
|
||||||
# ifndef OPENSSL_NO_SEED
|
BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
|
||||||
BIO_printf(bio_err, " -seed\n");
|
#endif
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_AES
|
||||||
" encrypt PEM output with cbc seed\n");
|
BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
|
||||||
# endif
|
BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
|
||||||
# ifndef OPENSSL_NO_AES
|
#endif
|
||||||
BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n");
|
||||||
" encrypt PEM output with cbc aes\n");
|
BIO_printf(bio_err," encrypt PEM output with cbc camellia\n");
|
||||||
# endif
|
#endif
|
||||||
# ifndef OPENSSL_NO_CAMELLIA
|
BIO_printf(bio_err," -out file output the key to 'file\n");
|
||||||
BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n");
|
BIO_printf(bio_err," -passout arg output file pass phrase source\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -f4 use F4 (0x10001) for the E value\n");
|
||||||
" encrypt PEM output with cbc camellia\n");
|
BIO_printf(bio_err," -3 use 3 for the E value\n");
|
||||||
# endif
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err, " -out file output the key to 'file\n");
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
BIO_printf(bio_err,
|
#endif
|
||||||
" -passout arg output file pass phrase source\n");
|
BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," load the file (or the files in the directory) into\n");
|
||||||
" -f4 use F4 (0x10001) for the E value\n");
|
BIO_printf(bio_err," the random number generator\n");
|
||||||
BIO_printf(bio_err, " -3 use 3 for the E value\n");
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
# endif
|
|
||||||
BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
|
|
||||||
LIST_SEPARATOR_CHAR);
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" load the file (or the files in the directory) into\n");
|
|
||||||
BIO_printf(bio_err, " the random number generator\n");
|
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
if (!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
|
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
e = setup_engine(bio_err, engine, 0);
|
|
||||||
# endif
|
|
||||||
|
|
||||||
if (outfile == NULL) {
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
# ifdef OPENSSL_SYS_VMS
|
#endif
|
||||||
|
|
||||||
|
if (outfile == NULL)
|
||||||
|
{
|
||||||
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
|
if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
|
||||||
&& !RAND_status()) {
|
&& !RAND_status())
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"warning, not much extra random data, consider using the -rand option\n");
|
BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
|
||||||
}
|
}
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
|
|
||||||
BIO_printf(bio_err, "Generating RSA private key, %d bit long modulus\n",
|
BIO_printf(bio_err,"Generating RSA private key, %d bit long modulus\n",
|
||||||
num);
|
num);
|
||||||
# ifdef OPENSSL_NO_ENGINE
|
#ifdef OPENSSL_NO_ENGINE
|
||||||
rsa = RSA_new();
|
rsa = RSA_new();
|
||||||
# else
|
#else
|
||||||
rsa = RSA_new_method(e);
|
rsa = RSA_new_method(e);
|
||||||
# endif
|
#endif
|
||||||
if (!rsa)
|
if (!rsa)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
if (!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb))
|
if(!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb))
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
|
|
||||||
/*
|
/* We need to do the following for when the base number size is <
|
||||||
* We need to do the following for when the base number size is < long,
|
* long, esp windows 3.1 :-(. */
|
||||||
* esp windows 3.1 :-(.
|
l=0L;
|
||||||
*/
|
for (i=0; i<rsa->e->top; i++)
|
||||||
l = 0L;
|
{
|
||||||
for (i = 0; i < rsa->e->top; i++) {
|
#ifndef SIXTY_FOUR_BIT
|
||||||
# ifndef SIXTY_FOUR_BIT
|
l<<=BN_BITS4;
|
||||||
l <<= BN_BITS4;
|
l<<=BN_BITS4;
|
||||||
l <<= BN_BITS4;
|
#endif
|
||||||
# endif
|
l+=rsa->e->d[i];
|
||||||
l += rsa->e->d[i];
|
|
||||||
}
|
}
|
||||||
BIO_printf(bio_err, "e is %ld (0x%lX)\n", l, l);
|
BIO_printf(bio_err,"e is %ld (0x%lX)\n",l,l);
|
||||||
{
|
{
|
||||||
PW_CB_DATA cb_data;
|
PW_CB_DATA cb_data;
|
||||||
cb_data.password = passout;
|
cb_data.password = passout;
|
||||||
cb_data.prompt_info = outfile;
|
cb_data.prompt_info = outfile;
|
||||||
if (!PEM_write_bio_RSAPrivateKey(out, rsa, enc, NULL, 0,
|
if (!PEM_write_bio_RSAPrivateKey(out,rsa,enc,NULL,0,
|
||||||
(pem_password_cb *)password_callback,
|
(pem_password_cb *)password_callback,&cb_data))
|
||||||
&cb_data))
|
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = 0;
|
ret=0;
|
||||||
err:
|
err:
|
||||||
if (bn)
|
if (bn) BN_free(bn);
|
||||||
BN_free(bn);
|
if (rsa) RSA_free(rsa);
|
||||||
if (rsa)
|
if (out) BIO_free_all(out);
|
||||||
RSA_free(rsa);
|
if(passout) OPENSSL_free(passout);
|
||||||
if (out)
|
|
||||||
BIO_free_all(out);
|
|
||||||
if (passout)
|
|
||||||
OPENSSL_free(passout);
|
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb)
|
static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb)
|
||||||
{
|
{
|
||||||
char c = '*';
|
char c='*';
|
||||||
|
|
||||||
if (p == 0)
|
if (p == 0) c='.';
|
||||||
c = '.';
|
if (p == 1) c='+';
|
||||||
if (p == 1)
|
if (p == 2) c='*';
|
||||||
c = '+';
|
if (p == 3) c='\n';
|
||||||
if (p == 2)
|
BIO_write(cb->arg,&c,1);
|
||||||
c = '*';
|
|
||||||
if (p == 3)
|
|
||||||
c = '\n';
|
|
||||||
BIO_write(cb->arg, &c, 1);
|
|
||||||
(void)BIO_flush(cb->arg);
|
(void)BIO_flush(cb->arg);
|
||||||
# ifdef LINT
|
#ifdef LINT
|
||||||
p = n;
|
p=n;
|
||||||
# endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_RSA */
|
#else /* !OPENSSL_NO_RSA */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,107 +0,0 @@
|
|||||||
$! INSTALL.COM -- Installs the files in a given directory tree
|
|
||||||
$!
|
|
||||||
$! Author: Richard Levitte <richard@levitte.org>
|
|
||||||
$! Time of creation: 22-MAY-1998 10:13
|
|
||||||
$!
|
|
||||||
$! P1 root of the directory tree
|
|
||||||
$! P2 "64" for 64-bit pointers.
|
|
||||||
$!
|
|
||||||
$!
|
|
||||||
$! Announce/identify.
|
|
||||||
$!
|
|
||||||
$ proc = f$environment( "procedure")
|
|
||||||
$ write sys$output "@@@ "+ -
|
|
||||||
f$parse( proc, , , "name")+ f$parse( proc, , , "type")
|
|
||||||
$!
|
|
||||||
$ on error then goto tidy
|
|
||||||
$ on control_c then goto tidy
|
|
||||||
$!
|
|
||||||
$ if (p1 .eqs. "")
|
|
||||||
$ then
|
|
||||||
$ write sys$output "First argument missing."
|
|
||||||
$ write sys$output -
|
|
||||||
"It should be the directory where you want things installed."
|
|
||||||
$ exit
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ if (f$getsyi("cpu") .lt. 128)
|
|
||||||
$ then
|
|
||||||
$ arch = "VAX"
|
|
||||||
$ else
|
|
||||||
$ arch = f$edit( f$getsyi( "arch_name"), "upcase")
|
|
||||||
$ if (arch .eqs. "") then arch = "UNK"
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ archd = arch
|
|
||||||
$!
|
|
||||||
$ if (p2 .nes. "")
|
|
||||||
$ then
|
|
||||||
$ if (p2 .eqs. "64")
|
|
||||||
$ then
|
|
||||||
$ archd = arch+ "_64"
|
|
||||||
$ else
|
|
||||||
$ if (p2 .nes. "32")
|
|
||||||
$ then
|
|
||||||
$ write sys$output "Second argument invalid."
|
|
||||||
$ write sys$output "It should be "32", "64", or nothing."
|
|
||||||
$ exit
|
|
||||||
$ endif
|
|
||||||
$ endif
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ root = f$parse( p1, "[]A.;0", , , "syntax_only, no_conceal") - "A.;0"
|
|
||||||
$ root_dev = f$parse(root,,,"device","syntax_only")
|
|
||||||
$ root_dir = f$parse(root,,,"directory","syntax_only") - -
|
|
||||||
"[000000." - "][" - "[" - "]"
|
|
||||||
$ root = root_dev + "[" + root_dir
|
|
||||||
$!
|
|
||||||
$ define /nolog wrk_sslroot 'root'.] /trans=conc
|
|
||||||
$ define /nolog wrk_sslxexe wrk_sslroot:['archd'_exe]
|
|
||||||
$!
|
|
||||||
$ if f$parse("wrk_sslroot:[000000]") .eqs. "" then -
|
|
||||||
create /directory /log wrk_sslroot:[000000]
|
|
||||||
$ if f$parse("wrk_sslxexe:") .eqs. "" then -
|
|
||||||
create /directory /log wrk_sslxexe:
|
|
||||||
$!
|
|
||||||
$ exe := openssl
|
|
||||||
$!
|
|
||||||
$ exe_dir := [-.'archd'.exe.apps]
|
|
||||||
$!
|
|
||||||
$! Executables.
|
|
||||||
$!
|
|
||||||
$ i = 0
|
|
||||||
$ loop_exe:
|
|
||||||
$ e = f$edit(f$element( i, ",", exe), "trim")
|
|
||||||
$ i = i + 1
|
|
||||||
$ if e .eqs. "," then goto loop_exe_end
|
|
||||||
$ set noon
|
|
||||||
$ file = exe_dir+ e+ ".exe"
|
|
||||||
$ if f$search( file) .nes. ""
|
|
||||||
$ then
|
|
||||||
$ copy /protection = w:re 'file' wrk_sslxexe: /log
|
|
||||||
$ endif
|
|
||||||
$ set on
|
|
||||||
$ goto loop_exe
|
|
||||||
$ loop_exe_end:
|
|
||||||
$!
|
|
||||||
$! Miscellaneous.
|
|
||||||
$!
|
|
||||||
$ set noon
|
|
||||||
$ copy /protection = w:re ca.com wrk_sslxexe:ca.com /log
|
|
||||||
$ copy /protection = w:re openssl-vms.cnf wrk_sslroot:[000000]openssl.cnf /log
|
|
||||||
$ set on
|
|
||||||
$!
|
|
||||||
$ tidy:
|
|
||||||
$!
|
|
||||||
$ call deass wrk_sslroot
|
|
||||||
$ call deass wrk_sslxexe
|
|
||||||
$!
|
|
||||||
$ exit
|
|
||||||
$!
|
|
||||||
$ deass: subroutine
|
|
||||||
$ if (f$trnlnm( p1, "LNM$PROCESS") .nes. "")
|
|
||||||
$ then
|
|
||||||
$ deassign /process 'p1'
|
|
||||||
$ endif
|
|
||||||
$ endsubroutine
|
|
||||||
$!
|
|
||||||
65
apps/install.com
Normal file
65
apps/install.com
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
$! INSTALL.COM -- Installs the files in a given directory tree
|
||||||
|
$!
|
||||||
|
$! Author: Richard Levitte <richard@levitte.org>
|
||||||
|
$! Time of creation: 22-MAY-1998 10:13
|
||||||
|
$!
|
||||||
|
$! P1 root of the directory tree
|
||||||
|
$!
|
||||||
|
$
|
||||||
|
$ IF P1 .EQS. ""
|
||||||
|
$ THEN
|
||||||
|
$ WRITE SYS$OUTPUT "First argument missing."
|
||||||
|
$ WRITE SYS$OUTPUT -
|
||||||
|
"Should be the directory where you want things installed."
|
||||||
|
$ EXIT
|
||||||
|
$ ENDIF
|
||||||
|
$
|
||||||
|
$ IF (F$GETSYI("CPU").LT.128)
|
||||||
|
$ THEN
|
||||||
|
$ ARCH := VAX
|
||||||
|
$ ELSE
|
||||||
|
$ ARCH = F$EDIT( F$GETSYI( "ARCH_NAME"), "UPCASE")
|
||||||
|
$ IF (ARCH .EQS. "") THEN ARCH = "UNK"
|
||||||
|
$ ENDIF
|
||||||
|
$
|
||||||
|
$ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
|
||||||
|
$ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
|
||||||
|
$ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
|
||||||
|
- "[000000." - "][" - "[" - "]"
|
||||||
|
$ ROOT = ROOT_DEV + "[" + ROOT_DIR
|
||||||
|
$
|
||||||
|
$ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
|
||||||
|
$ DEFINE/NOLOG WRK_SSLEXE WRK_SSLROOT:['ARCH'_EXE]
|
||||||
|
$
|
||||||
|
$ IF F$PARSE("WRK_SSLROOT:[000000]") .EQS. "" THEN -
|
||||||
|
CREATE/DIR/LOG WRK_SSLROOT:[000000]
|
||||||
|
$ IF F$PARSE("WRK_SSLEXE:") .EQS. "" THEN -
|
||||||
|
CREATE/DIR/LOG WRK_SSLEXE:
|
||||||
|
$
|
||||||
|
$ EXE := openssl
|
||||||
|
$
|
||||||
|
$ EXE_DIR := [-.'ARCH'.EXE.APPS]
|
||||||
|
$
|
||||||
|
$ I = 0
|
||||||
|
$ LOOP_EXE:
|
||||||
|
$ E = F$EDIT(F$ELEMENT(I, ",", EXE),"TRIM")
|
||||||
|
$ I = I + 1
|
||||||
|
$ IF E .EQS. "," THEN GOTO LOOP_EXE_END
|
||||||
|
$ SET NOON
|
||||||
|
$ IF F$SEARCH(EXE_DIR+E+".EXE") .NES. ""
|
||||||
|
$ THEN
|
||||||
|
$ COPY 'EXE_DIR''E'.EXE WRK_SSLEXE:'E'.EXE/log
|
||||||
|
$ SET FILE/PROT=W:RE WRK_SSLEXE:'E'.EXE
|
||||||
|
$ ENDIF
|
||||||
|
$ SET ON
|
||||||
|
$ GOTO LOOP_EXE
|
||||||
|
$ LOOP_EXE_END:
|
||||||
|
$
|
||||||
|
$ SET NOON
|
||||||
|
$ COPY CA.COM WRK_SSLEXE:CA.COM/LOG
|
||||||
|
$ SET FILE/PROT=W:RE WRK_SSLEXE:CA.COM
|
||||||
|
$ COPY OPENSSL-VMS.CNF WRK_SSLROOT:[000000]OPENSSL.CNF/LOG
|
||||||
|
$ SET FILE/PROT=W:R WRK_SSLROOT:[000000]OPENSSL.CNF
|
||||||
|
$ SET ON
|
||||||
|
$
|
||||||
|
$ EXIT
|
||||||
@@ -39,35 +39,11 @@ $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
|
|||||||
$!
|
$!
|
||||||
$! P5, if defined, sets a choice of programs to compile.
|
$! P5, if defined, sets a choice of programs to compile.
|
||||||
$!
|
$!
|
||||||
$! P6, if defined, specifies the C pointer size. Ignored on VAX.
|
|
||||||
$! ("64=ARGV" gives more efficient code with HP C V7.3 or newer.)
|
|
||||||
$! Supported values are:
|
|
||||||
$!
|
|
||||||
$! "" Compile with default (/NOPOINTER_SIZE)
|
|
||||||
$! 32 Compile with /POINTER_SIZE=32 (SHORT)
|
|
||||||
$! 64 Compile with /POINTER_SIZE=64[=ARGV] (LONG[=ARGV])
|
|
||||||
$! (Automatically select ARGV if compiler supports it.)
|
|
||||||
$! 64= Compile with /POINTER_SIZE=64 (LONG).
|
|
||||||
$! 64=ARGV Compile with /POINTER_SIZE=64=ARGV (LONG=ARGV).
|
|
||||||
$!
|
|
||||||
$! P7, if defined, specifies a directory where ZLIB files (zlib.h,
|
|
||||||
$! libz.olb) may be found. Optionally, a non-default object library
|
|
||||||
$! name may be included ("dev:[dir]libz_64.olb", for example).
|
|
||||||
$!
|
|
||||||
$!
|
|
||||||
$! Announce/identify.
|
|
||||||
$!
|
|
||||||
$ proc = f$environment( "procedure")
|
|
||||||
$ write sys$output "@@@ "+ -
|
|
||||||
f$parse( proc, , , "name")+ f$parse( proc, , , "type")
|
|
||||||
$!
|
|
||||||
$ on control_c then goto exit
|
|
||||||
$!
|
$!
|
||||||
$! Define A TCP/IP Library That We Will Need To Link To.
|
$! Define A TCP/IP Library That We Will Need To Link To.
|
||||||
$! (That Is, If We Need To Link To One.)
|
$! (That Is, If We Need To Link To One.)
|
||||||
$!
|
$!
|
||||||
$ TCPIP_LIB = ""
|
$ TCPIP_LIB = ""
|
||||||
$ ZLIB_LIB = ""
|
|
||||||
$!
|
$!
|
||||||
$! Check What Architecture We Are Using.
|
$! Check What Architecture We Are Using.
|
||||||
$!
|
$!
|
||||||
@@ -91,45 +67,29 @@ $! End The Architecture Check.
|
|||||||
$!
|
$!
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$ ARCHD = ARCH
|
|
||||||
$ LIB32 = "32"
|
|
||||||
$ OPT_FILE = ""
|
|
||||||
$ POINTER_SIZE = ""
|
|
||||||
$!
|
|
||||||
$! Define what programs should be compiled
|
$! Define what programs should be compiled
|
||||||
$!
|
$!
|
||||||
$ PROGRAMS := OPENSSL
|
$ PROGRAMS := OPENSSL
|
||||||
$!
|
$!
|
||||||
$! Check To Make Sure We Have Valid Command Line Parameters.
|
|
||||||
$!
|
|
||||||
$ GOSUB CHECK_OPTIONS
|
|
||||||
$!
|
|
||||||
$! Define The CRYPTO Library.
|
$! Define The CRYPTO Library.
|
||||||
$!
|
$!
|
||||||
$ CRYPTO_LIB := SYS$DISK:[-.'ARCHD'.EXE.CRYPTO]SSL_LIBCRYPTO'LIB32'.OLB
|
$ CRYPTO_LIB := SYS$DISK:[-.'ARCH'.EXE.CRYPTO]LIBCRYPTO.OLB
|
||||||
$!
|
$!
|
||||||
$! Define The SSL Library.
|
$! Define The SSL Library.
|
||||||
$!
|
$!
|
||||||
$ SSL_LIB := SYS$DISK:[-.'ARCHD'.EXE.SSL]SSL_LIBSSL'LIB32'.OLB
|
$ SSL_LIB := SYS$DISK:[-.'ARCH'.EXE.SSL]LIBSSL.OLB
|
||||||
$!
|
$!
|
||||||
$! Define The OBJ and EXE Directories.
|
$! Define The OBJ Directory.
|
||||||
$!
|
$!
|
||||||
$ OBJ_DIR := SYS$DISK:[-.'ARCHD'.OBJ.APPS]
|
$ OBJ_DIR := SYS$DISK:[-.'ARCH'.OBJ.APPS]
|
||||||
$ EXE_DIR := SYS$DISK:[-.'ARCHD'.EXE.APPS]
|
|
||||||
$!
|
$!
|
||||||
$! Specify the destination directory in any /MAP option.
|
$! Define The EXE Directory.
|
||||||
$!
|
$!
|
||||||
$ if (LINKMAP .eqs. "MAP")
|
$ EXE_DIR := SYS$DISK:[-.'ARCH'.EXE.APPS]
|
||||||
$ then
|
|
||||||
$ LINKMAP = LINKMAP+ "=''EXE_DIR'"
|
|
||||||
$ endif
|
|
||||||
$!
|
$!
|
||||||
$! Add the location prefix to the linker options file name.
|
$! Check To Make Sure We Have Valid Command Line Parameters.
|
||||||
$!
|
$!
|
||||||
$ if (OPT_FILE .nes. "")
|
$ GOSUB CHECK_OPTIONS
|
||||||
$ then
|
|
||||||
$ OPT_FILE = EXE_DIR+ OPT_FILE
|
|
||||||
$ endif
|
|
||||||
$!
|
$!
|
||||||
$! Initialise logical names and such
|
$! Initialise logical names and such
|
||||||
$!
|
$!
|
||||||
@@ -137,7 +97,7 @@ $ GOSUB INITIALISE
|
|||||||
$!
|
$!
|
||||||
$! Tell The User What Kind of Machine We Run On.
|
$! Tell The User What Kind of Machine We Run On.
|
||||||
$!
|
$!
|
||||||
$ WRITE SYS$OUTPUT "Host system architecture: ''ARCHD'"
|
$ WRITE SYS$OUTPUT "Compiling On A ",ARCH," Machine."
|
||||||
$!
|
$!
|
||||||
$! Check To See If The OBJ Directory Exists.
|
$! Check To See If The OBJ Directory Exists.
|
||||||
$!
|
$!
|
||||||
@@ -184,10 +144,7 @@ $ LIB_OPENSSL = "VERIFY,ASN1PARS,REQ,DGST,DH,DHPARAM,ENC,PASSWD,GENDH,ERRSTR,"+-
|
|||||||
"X509,GENRSA,GENDSA,GENPKEY,S_SERVER,S_CLIENT,SPEED,"+-
|
"X509,GENRSA,GENDSA,GENPKEY,S_SERVER,S_CLIENT,SPEED,"+-
|
||||||
"S_TIME,APPS,S_CB,S_SOCKET,APP_RAND,VERSION,SESS_ID,"+-
|
"S_TIME,APPS,S_CB,S_SOCKET,APP_RAND,VERSION,SESS_ID,"+-
|
||||||
"CIPHERS,NSEQ,PKCS12,PKCS8,PKEY,PKEYPARAM,PKEYUTL,"+ -
|
"CIPHERS,NSEQ,PKCS12,PKCS8,PKEY,PKEYPARAM,PKEYUTL,"+ -
|
||||||
"SPKAC,SMIME,CMS,RAND,ENGINE,OCSP,PRIME,TS,SRP"
|
"SPKAC,SMIME,CMS,RAND,ENGINE,OCSP,PRIME,TS"
|
||||||
$!
|
|
||||||
$ LIB_OPENSSL = LIB_OPENSSL+ ",VMS_DECC_INIT"
|
|
||||||
$!
|
|
||||||
$ TCPIP_PROGRAMS = ",,"
|
$ TCPIP_PROGRAMS = ",,"
|
||||||
$ IF COMPILER .EQS. "VAXC" THEN -
|
$ IF COMPILER .EQS. "VAXC" THEN -
|
||||||
TCPIP_PROGRAMS = ",OPENSSL,"
|
TCPIP_PROGRAMS = ",OPENSSL,"
|
||||||
@@ -245,7 +202,7 @@ $ LIB_COUNTER = -1
|
|||||||
$!
|
$!
|
||||||
$! Create a .OPT file for the object files
|
$! Create a .OPT file for the object files
|
||||||
$!
|
$!
|
||||||
$ OPEN /WRITE OBJECTS 'EXE_DIR''CURRENT_APP'.OPT
|
$ OPEN/WRITE OBJECTS 'EXE_DIR''CURRENT_APP'.OPT
|
||||||
$!
|
$!
|
||||||
$! Top Of The File Loop.
|
$! Top Of The File Loop.
|
||||||
$!
|
$!
|
||||||
@@ -332,18 +289,34 @@ $ GOTO NEXT_APP
|
|||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$! Link The Program.
|
$! Link The Program.
|
||||||
|
$! Check To See If We Are To Link With A Specific TCP/IP Library.
|
||||||
$!
|
$!
|
||||||
$ ON WARNING THEN GOTO NEXT_APP
|
$ ON WARNING THEN GOTO NEXT_APP
|
||||||
$!
|
$!
|
||||||
|
$ IF (TCPIP_LIB.NES."")
|
||||||
|
$ THEN
|
||||||
|
$!
|
||||||
$! Don't Link With The RSAREF Routines And TCP/IP Library.
|
$! Don't Link With The RSAREF Routines And TCP/IP Library.
|
||||||
$!
|
$!
|
||||||
$ LINK /'DEBUGGER' /'LINKMAP' /'TRACEBACK' /EXE='EXE_FILE' -
|
$ LINK/'DEBUGGER'/'TRACEBACK' /EXE='EXE_FILE' -
|
||||||
'EXE_DIR''CURRENT_APP'.OPT /OPTIONS, -
|
'EXE_DIR''CURRENT_APP'.OPT/OPTION, -
|
||||||
'SSL_LIB' /LIBRARY, -
|
'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, -
|
||||||
'CRYPTO_LIB' /LIBRARY -
|
'TCPIP_LIB','OPT_FILE'/OPTION
|
||||||
'TCPIP_LIB' -
|
$!
|
||||||
'ZLIB_LIB' -
|
$! Else...
|
||||||
,'OPT_FILE' /OPTIONS
|
$!
|
||||||
|
$ ELSE
|
||||||
|
$!
|
||||||
|
$! Don't Link With The RSAREF Routines And Link With A TCP/IP Library.
|
||||||
|
$!
|
||||||
|
$ LINK/'DEBUGGER'/'TRACEBACK' /EXE='EXE_FILE' -
|
||||||
|
'EXE_DIR''CURRENT_APP'.OPT/OPTION, -
|
||||||
|
'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, -
|
||||||
|
'OPT_FILE'/OPTION
|
||||||
|
$!
|
||||||
|
$! End The TCP/IP Library Check.
|
||||||
|
$!
|
||||||
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$! Go Back And Do It Again.
|
$! Go Back And Do It Again.
|
||||||
$!
|
$!
|
||||||
@@ -378,7 +351,7 @@ $!
|
|||||||
$ CREATE 'OPT_FILE'
|
$ CREATE 'OPT_FILE'
|
||||||
$DECK
|
$DECK
|
||||||
!
|
!
|
||||||
! Default System Options File To Link Against
|
! Default System Options File To Link Agianst
|
||||||
! The Sharable VAX C Runtime Library.
|
! The Sharable VAX C Runtime Library.
|
||||||
!
|
!
|
||||||
SYS$SHARE:VAXCRTL.EXE/SHARE
|
SYS$SHARE:VAXCRTL.EXE/SHARE
|
||||||
@@ -407,7 +380,7 @@ $!
|
|||||||
$ CREATE 'OPT_FILE'
|
$ CREATE 'OPT_FILE'
|
||||||
$DECK
|
$DECK
|
||||||
!
|
!
|
||||||
! Default System Options File To Link Against
|
! Default System Options File To Link Agianst
|
||||||
! The Sharable C Runtime Library.
|
! The Sharable C Runtime Library.
|
||||||
!
|
!
|
||||||
GNU_CC:[000000]GCCLIB/LIBRARY
|
GNU_CC:[000000]GCCLIB/LIBRARY
|
||||||
@@ -442,7 +415,7 @@ $!
|
|||||||
$ CREATE 'OPT_FILE'
|
$ CREATE 'OPT_FILE'
|
||||||
$DECK
|
$DECK
|
||||||
!
|
!
|
||||||
! Default System Options File To Link Against
|
! Default System Options File To Link Agianst
|
||||||
! The Sharable DEC C Runtime Library.
|
! The Sharable DEC C Runtime Library.
|
||||||
!
|
!
|
||||||
SYS$SHARE:DECC$SHR.EXE/SHARE
|
SYS$SHARE:DECC$SHR.EXE/SHARE
|
||||||
@@ -457,7 +430,7 @@ $!
|
|||||||
$ CREATE 'OPT_FILE'
|
$ CREATE 'OPT_FILE'
|
||||||
$DECK
|
$DECK
|
||||||
!
|
!
|
||||||
! Default System Options File For non-VAX To Link Against
|
! Default System Options File For non-VAX To Link Agianst
|
||||||
! The Sharable C Runtime Library.
|
! The Sharable C Runtime Library.
|
||||||
!
|
!
|
||||||
SYS$SHARE:CMA$OPEN_LIB_SHR/SHARE
|
SYS$SHARE:CMA$OPEN_LIB_SHR/SHARE
|
||||||
@@ -544,7 +517,6 @@ $!
|
|||||||
$! P1 Is NODEBUG, So Compile Without Debugger Information.
|
$! P1 Is NODEBUG, So Compile Without Debugger Information.
|
||||||
$!
|
$!
|
||||||
$ DEBUGGER = "NODEBUG"
|
$ DEBUGGER = "NODEBUG"
|
||||||
$ LINKMAP = "NOMAP"
|
|
||||||
$ TRACEBACK = "NOTRACEBACK"
|
$ TRACEBACK = "NOTRACEBACK"
|
||||||
$ GCC_OPTIMIZE = "OPTIMIZE"
|
$ GCC_OPTIMIZE = "OPTIMIZE"
|
||||||
$ CC_OPTIMIZE = "OPTIMIZE"
|
$ CC_OPTIMIZE = "OPTIMIZE"
|
||||||
@@ -563,7 +535,6 @@ $!
|
|||||||
$! Compile With Debugger Information.
|
$! Compile With Debugger Information.
|
||||||
$!
|
$!
|
||||||
$ DEBUGGER = "DEBUG"
|
$ DEBUGGER = "DEBUG"
|
||||||
$ LINKMAP = "MAP"
|
|
||||||
$ TRACEBACK = "TRACEBACK"
|
$ TRACEBACK = "TRACEBACK"
|
||||||
$ GCC_OPTIMIZE = "NOOPTIMIZE"
|
$ GCC_OPTIMIZE = "NOOPTIMIZE"
|
||||||
$ CC_OPTIMIZE = "NOOPTIMIZE"
|
$ CC_OPTIMIZE = "NOOPTIMIZE"
|
||||||
@@ -571,7 +542,7 @@ $ WRITE SYS$OUTPUT "Debugger Information Will Be Produced During Compile."
|
|||||||
$ WRITE SYS$OUTPUT "Compiling Without Compiler Optimization."
|
$ WRITE SYS$OUTPUT "Compiling Without Compiler Optimization."
|
||||||
$ ELSE
|
$ ELSE
|
||||||
$!
|
$!
|
||||||
$! Tell The User Entered An Invalid Option.
|
$! Tell The User Entered An Invalid Option..
|
||||||
$!
|
$!
|
||||||
$ WRITE SYS$OUTPUT ""
|
$ WRITE SYS$OUTPUT ""
|
||||||
$ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
|
$ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
|
||||||
@@ -592,87 +563,6 @@ $! End The P1 Check.
|
|||||||
$!
|
$!
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$! Check P6 (POINTER_SIZE).
|
|
||||||
$!
|
|
||||||
$ IF (P6 .NES. "") .AND. (ARCH .NES. "VAX")
|
|
||||||
$ THEN
|
|
||||||
$!
|
|
||||||
$ IF (P6 .EQS. "32")
|
|
||||||
$ THEN
|
|
||||||
$ POINTER_SIZE = " /POINTER_SIZE=32"
|
|
||||||
$ ELSE
|
|
||||||
$ POINTER_SIZE = F$EDIT( P6, "COLLAPSE, UPCASE")
|
|
||||||
$ IF ((POINTER_SIZE .EQS. "64") .OR. -
|
|
||||||
(POINTER_SIZE .EQS. "64=") .OR. -
|
|
||||||
(POINTER_SIZE .EQS. "64=ARGV"))
|
|
||||||
$ THEN
|
|
||||||
$ ARCHD = ARCH+ "_64"
|
|
||||||
$ LIB32 = ""
|
|
||||||
$ IF (F$EXTRACT( 2, 1, POINTER_SIZE) .EQS. "=")
|
|
||||||
$ THEN
|
|
||||||
$! Explicit user choice: "64" or "64=ARGV".
|
|
||||||
$ IF (POINTER_SIZE .EQS. "64=") THEN POINTER_SIZE = "64"
|
|
||||||
$ ELSE
|
|
||||||
$ SET NOON
|
|
||||||
$ DEFINE /USER_MODE SYS$OUTPUT NL:
|
|
||||||
$ DEFINE /USER_MODE SYS$ERROR NL:
|
|
||||||
$ CC /NOLIST /NOOBJECT /POINTER_SIZE=64=ARGV NL:
|
|
||||||
$ IF ($STATUS .AND. %X0FFF0000) .EQ. %X00030000
|
|
||||||
$ THEN
|
|
||||||
$ ! If we got here, it means DCL complained like this:
|
|
||||||
$ ! %DCL-W-NOVALU, value not allowed - remove value specification
|
|
||||||
$ ! \64=\
|
|
||||||
$ !
|
|
||||||
$ ! If the compiler was run, logicals defined in /USER would
|
|
||||||
$ ! have been deassigned automatically. However, when DCL
|
|
||||||
$ ! complains, they aren't, so we do it here (it might be
|
|
||||||
$ ! unnecessary, but just in case there will be another error
|
|
||||||
$ ! message further on that we don't want to miss)
|
|
||||||
$ DEASSIGN /USER_MODE SYS$ERROR
|
|
||||||
$ DEASSIGN /USER_MODE SYS$OUTPUT
|
|
||||||
$ ELSE
|
|
||||||
$ POINTER_SIZE = POINTER_SIZE + "=ARGV"
|
|
||||||
$ ENDIF
|
|
||||||
$ SET ON
|
|
||||||
$ ENDIF
|
|
||||||
$ POINTER_SIZE = " /POINTER_SIZE=''POINTER_SIZE'"
|
|
||||||
$!
|
|
||||||
$ ELSE
|
|
||||||
$!
|
|
||||||
$! Tell The User Entered An Invalid Option.
|
|
||||||
$!
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$ WRITE SYS$OUTPUT "The Option ", P6, -
|
|
||||||
" Is Invalid. The Valid Options Are:"
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$ WRITE SYS$OUTPUT -
|
|
||||||
" """" : Compile with default (short) pointers."
|
|
||||||
$ WRITE SYS$OUTPUT -
|
|
||||||
" 32 : Compile with 32-bit (short) pointers."
|
|
||||||
$ WRITE SYS$OUTPUT -
|
|
||||||
" 64 : Compile with 64-bit (long) pointers (auto ARGV)."
|
|
||||||
$ WRITE SYS$OUTPUT -
|
|
||||||
" 64= : Compile with 64-bit (long) pointers (no ARGV)."
|
|
||||||
$ WRITE SYS$OUTPUT -
|
|
||||||
" 64=ARGV : Compile with 64-bit (long) pointers (ARGV)."
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$!
|
|
||||||
$! Time To EXIT.
|
|
||||||
$!
|
|
||||||
$ EXIT
|
|
||||||
$!
|
|
||||||
$ ENDIF
|
|
||||||
$!
|
|
||||||
$ ENDIF
|
|
||||||
$!
|
|
||||||
$! End The P6 (POINTER_SIZE) Check.
|
|
||||||
$!
|
|
||||||
$ ENDIF
|
|
||||||
$!
|
|
||||||
$! Set basic C compiler /INCLUDE directories.
|
|
||||||
$!
|
|
||||||
$ CC_INCLUDES = "SYS$DISK:[-],SYS$DISK:[-.CRYPTO]"
|
|
||||||
$!
|
|
||||||
$! Check To See If P2 Is Blank.
|
$! Check To See If P2 Is Blank.
|
||||||
$!
|
$!
|
||||||
$ IF (P2.EQS."")
|
$ IF (P2.EQS."")
|
||||||
@@ -773,67 +663,11 @@ $ CCDEFS = "MONOLITH"
|
|||||||
$ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = CCDEFS + "," + USER_CCDEFS
|
$ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = CCDEFS + "," + USER_CCDEFS
|
||||||
$ CCEXTRAFLAGS = ""
|
$ CCEXTRAFLAGS = ""
|
||||||
$ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS
|
$ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS
|
||||||
$ CCDISABLEWARNINGS = "" !!! "MAYLOSEDATA3" !!! "LONGLONGTYPE,LONGLONGSUFX,FOUNDCR"
|
$ CCDISABLEWARNINGS = "LONGLONGTYPE,LONGLONGSUFX,FOUNDCR"
|
||||||
$ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. ""
|
$ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" THEN -
|
||||||
$ THEN
|
CCDISABLEWARNINGS = CCDISABLEWARNINGS + "," + USER_CCDISABLEWARNINGS
|
||||||
$ IF CCDISABLEWARNINGS .NES. "" THEN CCDISABLEWARNINGS = CCDISABLEWARNINGS + ","
|
|
||||||
$ CCDISABLEWARNINGS = CCDISABLEWARNINGS + USER_CCDISABLEWARNINGS
|
|
||||||
$ ENDIF
|
|
||||||
$!
|
$!
|
||||||
$! Check To See If We Have A ZLIB Option.
|
$! Check To See If The User Entered A Valid Paramter.
|
||||||
$!
|
|
||||||
$ ZLIB = P7
|
|
||||||
$ IF (ZLIB .NES. "")
|
|
||||||
$ THEN
|
|
||||||
$!
|
|
||||||
$! Check for expected ZLIB files.
|
|
||||||
$!
|
|
||||||
$ err = 0
|
|
||||||
$ file1 = f$parse( "zlib.h", ZLIB, , , "SYNTAX_ONLY")
|
|
||||||
$ if (f$search( file1) .eqs. "")
|
|
||||||
$ then
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$ WRITE SYS$OUTPUT "The Option ", ZLIB, " Is Invalid."
|
|
||||||
$ WRITE SYS$OUTPUT " Can't find header: ''file1'"
|
|
||||||
$ err = 1
|
|
||||||
$ endif
|
|
||||||
$ file1 = f$parse( "A.;", ZLIB)- "A.;"
|
|
||||||
$!
|
|
||||||
$ file2 = f$parse( ZLIB, "libz.olb", , , "SYNTAX_ONLY")
|
|
||||||
$ if (f$search( file2) .eqs. "")
|
|
||||||
$ then
|
|
||||||
$ if (err .eq. 0)
|
|
||||||
$ then
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$ WRITE SYS$OUTPUT "The Option ", ZLIB, " Is Invalid."
|
|
||||||
$ endif
|
|
||||||
$ WRITE SYS$OUTPUT " Can't find library: ''file2'"
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$ err = err+ 2
|
|
||||||
$ endif
|
|
||||||
$ if (err .eq. 1)
|
|
||||||
$ then
|
|
||||||
$ WRITE SYS$OUTPUT ""
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ if (err .ne. 0)
|
|
||||||
$ then
|
|
||||||
$ EXIT
|
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$ CCDEFS = """ZLIB=1"", "+ CCDEFS
|
|
||||||
$ CC_INCLUDES = CC_INCLUDES+ ", "+ file1
|
|
||||||
$ ZLIB_LIB = ", ''file2' /library"
|
|
||||||
$!
|
|
||||||
$! Print info
|
|
||||||
$!
|
|
||||||
$ WRITE SYS$OUTPUT "ZLIB library spec: ", file2
|
|
||||||
$!
|
|
||||||
$! End The ZLIB Check.
|
|
||||||
$!
|
|
||||||
$ ENDIF
|
|
||||||
$!
|
|
||||||
$! Check To See If The User Entered A Valid Parameter.
|
|
||||||
$!
|
$!
|
||||||
$ IF (P2.EQS."VAXC").OR.(P2.EQS."DECC").OR.(P2.EQS."GNUC")
|
$ IF (P2.EQS."VAXC").OR.(P2.EQS."DECC").OR.(P2.EQS."GNUC")
|
||||||
$ THEN
|
$ THEN
|
||||||
@@ -856,13 +690,13 @@ $!
|
|||||||
$ CC = "CC"
|
$ CC = "CC"
|
||||||
$ IF ARCH.EQS."VAX" .AND. F$TRNLNM("DECC$CC_DEFAULT").NES."/DECC" -
|
$ IF ARCH.EQS."VAX" .AND. F$TRNLNM("DECC$CC_DEFAULT").NES."/DECC" -
|
||||||
THEN CC = "CC/DECC"
|
THEN CC = "CC/DECC"
|
||||||
$ CC = CC + " /''CC_OPTIMIZE' /''DEBUGGER' /STANDARD=RELAXED"+ -
|
$ CC = CC + "/''CC_OPTIMIZE'/''DEBUGGER'/STANDARD=ANSI89" + -
|
||||||
"''POINTER_SIZE' /NOLIST /PREFIX=ALL" + -
|
"/NOLIST/PREFIX=ALL" + -
|
||||||
" /INCLUDE=(''CC_INCLUDES') " + CCEXTRAFLAGS
|
"/INCLUDE=(SYS$DISK:[-],SYS$DISK:[-.CRYPTO])" + CCEXTRAFLAGS
|
||||||
$!
|
$!
|
||||||
$! Define The Linker Options File Name.
|
$! Define The Linker Options File Name.
|
||||||
$!
|
$!
|
||||||
$ OPT_FILE = "VAX_DECC_OPTIONS.OPT"
|
$ OPT_FILE = "''EXE_DIR'VAX_DECC_OPTIONS.OPT"
|
||||||
$!
|
$!
|
||||||
$! End DECC Check.
|
$! End DECC Check.
|
||||||
$!
|
$!
|
||||||
@@ -890,7 +724,7 @@ $ EXIT
|
|||||||
$ ENDIF
|
$ ENDIF
|
||||||
$ IF F$TRNLNM("DECC$CC_DEFAULT").EQS."/DECC" THEN CC = "CC/VAXC"
|
$ IF F$TRNLNM("DECC$CC_DEFAULT").EQS."/DECC" THEN CC = "CC/VAXC"
|
||||||
$ CC = CC + "/''CC_OPTIMIZE'/''DEBUGGER'/NOLIST" + -
|
$ CC = CC + "/''CC_OPTIMIZE'/''DEBUGGER'/NOLIST" + -
|
||||||
"/INCLUDE=(''CC_INCLUDES')" + CCEXTRAFLAGS
|
"/INCLUDE=(SYS$DISK:[-],SYS$DISK:[-.CRYPTO])" + CCEXTRAFLAGS
|
||||||
$ CCDEFS = CCDEFS + ",""VAXC"""
|
$ CCDEFS = CCDEFS + ",""VAXC"""
|
||||||
$!
|
$!
|
||||||
$! Define <sys> As SYS$COMMON:[SYSLIB]
|
$! Define <sys> As SYS$COMMON:[SYSLIB]
|
||||||
@@ -899,7 +733,7 @@ $ DEFINE/NOLOG SYS SYS$COMMON:[SYSLIB]
|
|||||||
$!
|
$!
|
||||||
$! Define The Linker Options File Name.
|
$! Define The Linker Options File Name.
|
||||||
$!
|
$!
|
||||||
$ OPT_FILE = "VAX_VAXC_OPTIONS.OPT"
|
$ OPT_FILE = "''EXE_DIR'VAX_VAXC_OPTIONS.OPT"
|
||||||
$!
|
$!
|
||||||
$! End VAXC Check
|
$! End VAXC Check
|
||||||
$!
|
$!
|
||||||
@@ -922,11 +756,11 @@ $! Use GNU C...
|
|||||||
$!
|
$!
|
||||||
$ IF F$TYPE(GCC) .EQS. "" THEN GCC := GCC
|
$ IF F$TYPE(GCC) .EQS. "" THEN GCC := GCC
|
||||||
$ CC = GCC+"/NOCASE_HACK/''GCC_OPTIMIZE'/''DEBUGGER'/NOLIST" + -
|
$ CC = GCC+"/NOCASE_HACK/''GCC_OPTIMIZE'/''DEBUGGER'/NOLIST" + -
|
||||||
"/INCLUDE=(''CC_INCLUDES')" + CCEXTRAFLAGS
|
"/INCLUDE=(SYS$DISK:[-],SYS$DISK:[-.CRYPTO])" + CCEXTRAFLAGS
|
||||||
$!
|
$!
|
||||||
$! Define The Linker Options File Name.
|
$! Define The Linker Options File Name.
|
||||||
$!
|
$!
|
||||||
$ OPT_FILE = "VAX_GNUC_OPTIONS.OPT"
|
$ OPT_FILE = "''EXE_DIR'VAX_GNUC_OPTIONS.OPT"
|
||||||
$!
|
$!
|
||||||
$! End The GNU C Check.
|
$! End The GNU C Check.
|
||||||
$!
|
$!
|
||||||
@@ -968,7 +802,7 @@ $ THEN
|
|||||||
$!
|
$!
|
||||||
$! Set the library to use SOCKETSHR
|
$! Set the library to use SOCKETSHR
|
||||||
$!
|
$!
|
||||||
$ TCPIP_LIB = ",SYS$DISK:[-.VMS]SOCKETSHR_SHR.OPT /OPTIONS"
|
$ TCPIP_LIB = "SYS$DISK:[-.VMS]SOCKETSHR_SHR.OPT/OPT"
|
||||||
$!
|
$!
|
||||||
$! Done with SOCKETSHR
|
$! Done with SOCKETSHR
|
||||||
$!
|
$!
|
||||||
@@ -994,13 +828,13 @@ $ THEN
|
|||||||
$!
|
$!
|
||||||
$! Set the library to use UCX.
|
$! Set the library to use UCX.
|
||||||
$!
|
$!
|
||||||
$ TCPIP_LIB = ",SYS$DISK:[-.VMS]UCX_SHR_DECC.OPT /OPTIONS"
|
$ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_DECC.OPT/OPT"
|
||||||
$ IF F$TRNLNM("UCX$IPC_SHR") .NES. ""
|
$ IF F$TRNLNM("UCX$IPC_SHR") .NES. ""
|
||||||
$ THEN
|
$ THEN
|
||||||
$ TCPIP_LIB = ",SYS$DISK:[-.VMS]UCX_SHR_DECC_LOG.OPT /OPTIONS"
|
$ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_DECC_LOG.OPT/OPT"
|
||||||
$ ELSE
|
$ ELSE
|
||||||
$ IF COMPILER .NES. "DECC" .AND. ARCH .EQS. "VAX" THEN -
|
$ IF COMPILER .NES. "DECC" .AND. ARCH .EQS. "VAX" THEN -
|
||||||
TCPIP_LIB = ",SYS$DISK:[-.VMS]UCX_SHR_VAXC.OPT /OPTIONS"
|
TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_VAXC.OPT/OPT"
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$!
|
$!
|
||||||
$! Done with UCX
|
$! Done with UCX
|
||||||
@@ -1014,7 +848,7 @@ $ THEN
|
|||||||
$!
|
$!
|
||||||
$! Set the library to use TCPIP.
|
$! Set the library to use TCPIP.
|
||||||
$!
|
$!
|
||||||
$ TCPIP_LIB = ",SYS$DISK:[-.VMS]TCPIP_SHR_DECC.OPT /OPTIONS"
|
$ TCPIP_LIB = "SYS$DISK:[-.VMS]TCPIP_SHR_DECC.OPT/OPT"
|
||||||
$!
|
$!
|
||||||
$! Done with TCPIP
|
$! Done with TCPIP
|
||||||
$!
|
$!
|
||||||
@@ -1039,7 +873,7 @@ $ CCDEFS = CCDEFS + ",TCPIP_TYPE_''P3'"
|
|||||||
$!
|
$!
|
||||||
$! Print info
|
$! Print info
|
||||||
$!
|
$!
|
||||||
$ WRITE SYS$OUTPUT "TCP/IP library spec: ", TCPIP_LIB- ","
|
$ WRITE SYS$OUTPUT "TCP/IP library spec: ", TCPIP_LIB
|
||||||
$!
|
$!
|
||||||
$! Else The User Entered An Invalid Argument.
|
$! Else The User Entered An Invalid Argument.
|
||||||
$!
|
$!
|
||||||
@@ -1067,27 +901,15 @@ $! Finish up the definition of CC.
|
|||||||
$!
|
$!
|
||||||
$ IF COMPILER .EQS. "DECC"
|
$ IF COMPILER .EQS. "DECC"
|
||||||
$ THEN
|
$ THEN
|
||||||
$! Not all compiler versions support MAYLOSEDATA3.
|
|
||||||
$ OPT_TEST = "MAYLOSEDATA3"
|
|
||||||
$ DEFINE /USER_MODE SYS$ERROR NL:
|
|
||||||
$ DEFINE /USER_MODE SYS$OUTPUT NL:
|
|
||||||
$ 'CC' /NOCROSS_REFERENCE /NOLIST /NOOBJECT -
|
|
||||||
/WARNINGS = DISABLE = ('OPT_TEST', EMPTYFILE) NL:
|
|
||||||
$ IF ($SEVERITY)
|
|
||||||
$ THEN
|
|
||||||
$ IF CCDISABLEWARNINGS .NES. "" THEN -
|
|
||||||
CCDISABLEWARNINGS = CCDISABLEWARNINGS+ ","
|
|
||||||
$ CCDISABLEWARNINGS = CCDISABLEWARNINGS+ OPT_TEST
|
|
||||||
$ ENDIF
|
|
||||||
$ IF CCDISABLEWARNINGS .NES. ""
|
$ IF CCDISABLEWARNINGS .NES. ""
|
||||||
$ THEN
|
$ THEN
|
||||||
$ CCDISABLEWARNINGS = " /WARNING=(DISABLE=(" + CCDISABLEWARNINGS + "))"
|
$ CCDISABLEWARNINGS = "/WARNING=(DISABLE=(" + CCDISABLEWARNINGS + "))"
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$ ELSE
|
$ ELSE
|
||||||
$ CCDISABLEWARNINGS = ""
|
$ CCDISABLEWARNINGS = ""
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$ CC2 = CC + " /DEFINE=(" + CCDEFS + ",_POSIX_C_SOURCE)" + CCDISABLEWARNINGS
|
$ CC2 = CC + "/DEFINE=(" + CCDEFS + ",_POSIX_C_SOURCE)" + CCDISABLEWARNINGS
|
||||||
$ CC = CC + " /DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
|
$ CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS
|
||||||
$!
|
$!
|
||||||
$! Show user the result
|
$! Show user the result
|
||||||
$!
|
$!
|
||||||
@@ -1153,7 +975,7 @@ $ __INCLUDE = __TOP + "INCLUDE.OPENSSL]"
|
|||||||
$!
|
$!
|
||||||
$! Set up the logical name OPENSSL to point at the include directory
|
$! Set up the logical name OPENSSL to point at the include directory
|
||||||
$!
|
$!
|
||||||
$ DEFINE OPENSSL /NOLOG '__INCLUDE'
|
$ DEFINE OPENSSL/NOLOG '__INCLUDE'
|
||||||
$!
|
$!
|
||||||
$! Done
|
$! Done
|
||||||
$!
|
$!
|
||||||
@@ -1161,24 +983,15 @@ $ RETURN
|
|||||||
$!
|
$!
|
||||||
$ CLEANUP:
|
$ CLEANUP:
|
||||||
$!
|
$!
|
||||||
$! Restore the saved logical name OPENSSL, if it had a value.
|
$! Restore the logical name OPENSSL if it had a value
|
||||||
$!
|
$!
|
||||||
$ if (f$type( __SAVE_OPENSSL) .nes. "")
|
|
||||||
$ then
|
|
||||||
$ IF __SAVE_OPENSSL .EQS. ""
|
$ IF __SAVE_OPENSSL .EQS. ""
|
||||||
$ THEN
|
$ THEN
|
||||||
$ DEASSIGN OPENSSL
|
$ DEASSIGN OPENSSL
|
||||||
$ ELSE
|
$ ELSE
|
||||||
$ DEFINE /NOLOG OPENSSL '__SAVE_OPENSSL'
|
$ DEFINE/NOLOG OPENSSL '__SAVE_OPENSSL'
|
||||||
$ ENDIF
|
$ ENDIF
|
||||||
$ endif
|
|
||||||
$!
|
|
||||||
$! Close any open files.
|
|
||||||
$!
|
|
||||||
$ if (f$trnlnm( "objects", "LNM$PROCESS", 0, "SUPERVISOR") .nes. "") then -
|
|
||||||
close objects
|
|
||||||
$!
|
$!
|
||||||
$! Done
|
$! Done
|
||||||
$!
|
$!
|
||||||
$ RETURN
|
$ RETURN
|
||||||
$!
|
|
||||||
|
|||||||
65
apps/nseq.c
65
apps/nseq.c
@@ -1,7 +1,6 @@
|
|||||||
/* nseq.c */
|
/* nseq.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 1999.
|
||||||
* 1999.
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
||||||
@@ -77,51 +76,47 @@ int MAIN(int argc, char **argv)
|
|||||||
NETSCAPE_CERT_SEQUENCE *seq = NULL;
|
NETSCAPE_CERT_SEQUENCE *seq = NULL;
|
||||||
int i, ret = 1;
|
int i, ret = 1;
|
||||||
int badarg = 0;
|
int badarg = 0;
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
args = argv + 1;
|
args = argv + 1;
|
||||||
while (!badarg && *args && *args[0] == '-') {
|
while (!badarg && *args && *args[0] == '-') {
|
||||||
if (!strcmp(*args, "-toseq"))
|
if (!strcmp (*args, "-toseq")) toseq = 1;
|
||||||
toseq = 1;
|
else if (!strcmp (*args, "-in")) {
|
||||||
else if (!strcmp(*args, "-in")) {
|
|
||||||
if (args[1]) {
|
if (args[1]) {
|
||||||
args++;
|
args++;
|
||||||
infile = *args;
|
infile = *args;
|
||||||
} else
|
} else badarg = 1;
|
||||||
badarg = 1;
|
} else if (!strcmp (*args, "-out")) {
|
||||||
} else if (!strcmp(*args, "-out")) {
|
|
||||||
if (args[1]) {
|
if (args[1]) {
|
||||||
args++;
|
args++;
|
||||||
outfile = *args;
|
outfile = *args;
|
||||||
} else
|
} else badarg = 1;
|
||||||
badarg = 1;
|
} else badarg = 1;
|
||||||
} else
|
|
||||||
badarg = 1;
|
|
||||||
args++;
|
args++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badarg) {
|
if (badarg) {
|
||||||
BIO_printf(bio_err, "Netscape certificate sequence utility\n");
|
BIO_printf (bio_err, "Netscape certificate sequence utility\n");
|
||||||
BIO_printf(bio_err, "Usage nseq [options]\n");
|
BIO_printf (bio_err, "Usage nseq [options]\n");
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf (bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, "-in file input file\n");
|
BIO_printf (bio_err, "-in file input file\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf (bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err, "-toseq output NS Sequence file\n");
|
BIO_printf (bio_err, "-toseq output NS Sequence file\n");
|
||||||
OPENSSL_EXIT(1);
|
OPENSSL_EXIT(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile) {
|
if (infile) {
|
||||||
if (!(in = BIO_new_file(infile, "r"))) {
|
if (!(in = BIO_new_file (infile, "r"))) {
|
||||||
BIO_printf(bio_err, "Can't open input file %s\n", infile);
|
BIO_printf (bio_err,
|
||||||
|
"Can't open input file %s\n", infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
} else in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (outfile) {
|
if (outfile) {
|
||||||
if (!(out = BIO_new_file(outfile, "w"))) {
|
if (!(out = BIO_new_file (outfile, "w"))) {
|
||||||
BIO_printf(bio_err, "Can't open output file %s\n", outfile);
|
BIO_printf (bio_err,
|
||||||
|
"Can't open output file %s\n", outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -136,11 +131,12 @@ int MAIN(int argc, char **argv)
|
|||||||
if (toseq) {
|
if (toseq) {
|
||||||
seq = NETSCAPE_CERT_SEQUENCE_new();
|
seq = NETSCAPE_CERT_SEQUENCE_new();
|
||||||
seq->certs = sk_X509_new_null();
|
seq->certs = sk_X509_new_null();
|
||||||
while ((x509 = PEM_read_bio_X509(in, NULL, NULL, NULL)))
|
while((x509 = PEM_read_bio_X509(in, NULL, NULL, NULL)))
|
||||||
sk_X509_push(seq->certs, x509);
|
sk_X509_push(seq->certs,x509);
|
||||||
|
|
||||||
if (!sk_X509_num(seq->certs)) {
|
if(!sk_X509_num(seq->certs))
|
||||||
BIO_printf(bio_err, "Error reading certs file %s\n", infile);
|
{
|
||||||
|
BIO_printf (bio_err, "Error reading certs file %s\n", infile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -150,21 +146,22 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!(seq = PEM_read_bio_NETSCAPE_CERT_SEQUENCE(in, NULL, NULL, NULL))) {
|
if (!(seq = PEM_read_bio_NETSCAPE_CERT_SEQUENCE(in, NULL, NULL, NULL))) {
|
||||||
BIO_printf(bio_err, "Error reading sequence file %s\n", infile);
|
BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < sk_X509_num(seq->certs); i++) {
|
for(i = 0; i < sk_X509_num(seq->certs); i++) {
|
||||||
x509 = sk_X509_value(seq->certs, i);
|
x509 = sk_X509_value(seq->certs, i);
|
||||||
dump_cert_text(out, x509);
|
dump_cert_text(out, x509);
|
||||||
PEM_write_bio_X509(out, x509);
|
PEM_write_bio_X509(out, x509);
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret = 0;
|
||||||
end:
|
end:
|
||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
NETSCAPE_CERT_SEQUENCE_free(seq);
|
NETSCAPE_CERT_SEQUENCE_free(seq);
|
||||||
|
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
1096
apps/ocsp.c
1096
apps/ocsp.c
File diff suppressed because it is too large
Load Diff
@@ -145,7 +145,7 @@ localityName = Locality Name (eg, city)
|
|||||||
organizationalUnitName = Organizational Unit Name (eg, section)
|
organizationalUnitName = Organizational Unit Name (eg, section)
|
||||||
#organizationalUnitName_default =
|
#organizationalUnitName_default =
|
||||||
|
|
||||||
commonName = Common Name (e.g. server FQDN or YOUR name)
|
commonName = Common Name (eg, YOUR name)
|
||||||
commonName_max = 64
|
commonName_max = 64
|
||||||
|
|
||||||
emailAddress = Email Address
|
emailAddress = Email Address
|
||||||
|
|||||||
566
apps/openssl.c
566
apps/openssl.c
@@ -109,192 +109,141 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#define OPENSSL_C /* tells apps.h to use complete
|
#define OPENSSL_C /* tells apps.h to use complete apps_startup() */
|
||||||
* apps_startup() */
|
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/rand.h>
|
|
||||||
#include <openssl/lhash.h>
|
#include <openssl/lhash.h>
|
||||||
#include <openssl/conf.h>
|
#include <openssl/conf.h>
|
||||||
#include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
# include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#endif
|
#endif
|
||||||
#define USE_SOCKETS /* needed for the _O_BINARY defs in the MS
|
#define USE_SOCKETS /* needed for the _O_BINARY defs in the MS world */
|
||||||
* world */
|
|
||||||
#include "progs.h"
|
#include "progs.h"
|
||||||
#include "s_apps.h"
|
#include "s_apps.h"
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#ifdef OPENSSL_FIPS
|
|
||||||
# include <openssl/fips.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the
|
||||||
* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with
|
* base prototypes (we cast each variable inside the function to the required
|
||||||
* the base prototypes (we cast each variable inside the function to the
|
* type of "FUNCTION*"). This removes the necessity for macro-generated wrapper
|
||||||
* required type of "FUNCTION*"). This removes the necessity for
|
* functions. */
|
||||||
* macro-generated wrapper functions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
static LHASH_OF(FUNCTION) *prog_init(void);
|
static LHASH_OF(FUNCTION) *prog_init(void );
|
||||||
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
|
static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
|
||||||
static void list_pkey(BIO *out);
|
static void list_pkey(BIO *out);
|
||||||
static void list_cipher(BIO *out);
|
static void list_cipher(BIO *out);
|
||||||
static void list_md(BIO *out);
|
static void list_md(BIO *out);
|
||||||
char *default_config_file = NULL;
|
char *default_config_file=NULL;
|
||||||
|
|
||||||
/* Make sure there is only one when MONOLITH is defined */
|
/* Make sure there is only one when MONOLITH is defined */
|
||||||
#ifdef MONOLITH
|
#ifdef MONOLITH
|
||||||
CONF *config = NULL;
|
CONF *config=NULL;
|
||||||
BIO *bio_err = NULL;
|
BIO *bio_err=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static void lock_dbg_cb(int mode, int type, const char *file, int line)
|
static void lock_dbg_cb(int mode, int type, const char *file, int line)
|
||||||
{
|
{
|
||||||
static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
|
static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
|
||||||
const char *errstr = NULL;
|
const char *errstr = NULL;
|
||||||
int rw;
|
int rw;
|
||||||
|
|
||||||
rw = mode & (CRYPTO_READ | CRYPTO_WRITE);
|
rw = mode & (CRYPTO_READ|CRYPTO_WRITE);
|
||||||
if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) {
|
if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE)))
|
||||||
|
{
|
||||||
errstr = "invalid mode";
|
errstr = "invalid mode";
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type < 0 || type >= CRYPTO_NUM_LOCKS) {
|
if (type < 0 || type >= CRYPTO_NUM_LOCKS)
|
||||||
|
{
|
||||||
errstr = "type out of bounds";
|
errstr = "type out of bounds";
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mode & CRYPTO_LOCK) {
|
if (mode & CRYPTO_LOCK)
|
||||||
if (modes[type]) {
|
{
|
||||||
|
if (modes[type])
|
||||||
|
{
|
||||||
errstr = "already locked";
|
errstr = "already locked";
|
||||||
/*
|
/* must not happen in a single-threaded program
|
||||||
* must not happen in a single-threaded program (would deadlock)
|
* (would deadlock) */
|
||||||
*/
|
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
modes[type] = rw;
|
modes[type] = rw;
|
||||||
} else if (mode & CRYPTO_UNLOCK) {
|
}
|
||||||
if (!modes[type]) {
|
else if (mode & CRYPTO_UNLOCK)
|
||||||
|
{
|
||||||
|
if (!modes[type])
|
||||||
|
{
|
||||||
errstr = "not locked";
|
errstr = "not locked";
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (modes[type] != rw) {
|
if (modes[type] != rw)
|
||||||
|
{
|
||||||
errstr = (rw == CRYPTO_READ) ?
|
errstr = (rw == CRYPTO_READ) ?
|
||||||
"CRYPTO_r_unlock on write lock" :
|
"CRYPTO_r_unlock on write lock" :
|
||||||
"CRYPTO_w_unlock on read lock";
|
"CRYPTO_w_unlock on read lock";
|
||||||
}
|
}
|
||||||
|
|
||||||
modes[type] = 0;
|
modes[type] = 0;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
errstr = "invalid mode";
|
errstr = "invalid mode";
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
err:
|
err:
|
||||||
if (errstr) {
|
if (errstr)
|
||||||
|
{
|
||||||
/* we cannot use bio_err here */
|
/* we cannot use bio_err here */
|
||||||
fprintf(stderr,
|
fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
|
||||||
"openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
|
|
||||||
errstr, mode, type, file, line);
|
errstr, mode, type, file, line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64)
|
|
||||||
# define ARGV _Argv
|
|
||||||
#else
|
|
||||||
# define ARGV Argv
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int main(int Argc, char *ARGV[])
|
int main(int Argc, char *Argv[])
|
||||||
{
|
{
|
||||||
ARGS arg;
|
ARGS arg;
|
||||||
#define PROG_NAME_SIZE 39
|
#define PROG_NAME_SIZE 39
|
||||||
char pname[PROG_NAME_SIZE + 1];
|
char pname[PROG_NAME_SIZE+1];
|
||||||
FUNCTION f, *fp;
|
FUNCTION f,*fp;
|
||||||
MS_STATIC const char *prompt;
|
MS_STATIC const char *prompt;
|
||||||
MS_STATIC char buf[1024];
|
MS_STATIC char buf[1024];
|
||||||
char *to_free = NULL;
|
char *to_free=NULL;
|
||||||
int n, i, ret = 0;
|
int n,i,ret=0;
|
||||||
int argc;
|
int argc;
|
||||||
char **argv, *p;
|
char **argv,*p;
|
||||||
LHASH_OF(FUNCTION) *prog = NULL;
|
LHASH_OF(FUNCTION) *prog=NULL;
|
||||||
long errline;
|
long errline;
|
||||||
|
|
||||||
#if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64)
|
arg.data=NULL;
|
||||||
/*-
|
arg.count=0;
|
||||||
* 2011-03-22 SMS.
|
|
||||||
* If we have 32-bit pointers everywhere, then we're safe, and
|
|
||||||
* we bypass this mess, as on non-VMS systems. (See ARGV,
|
|
||||||
* above.)
|
|
||||||
* Problem 1: Compaq/HP C before V7.3 always used 32-bit
|
|
||||||
* pointers for argv[].
|
|
||||||
* Fix 1: For a 32-bit argv[], when we're using 64-bit pointers
|
|
||||||
* everywhere else, we always allocate and use a 64-bit
|
|
||||||
* duplicate of argv[].
|
|
||||||
* Problem 2: Compaq/HP C V7.3 (Alpha, IA64) before ECO1 failed
|
|
||||||
* to NULL-terminate a 64-bit argv[]. (As this was written, the
|
|
||||||
* compiler ECO was available only on IA64.)
|
|
||||||
* Fix 2: Unless advised not to (VMS_TRUST_ARGV), we test a
|
|
||||||
* 64-bit argv[argc] for NULL, and, if necessary, use a
|
|
||||||
* (properly) NULL-terminated (64-bit) duplicate of argv[].
|
|
||||||
* The same code is used in either case to duplicate argv[].
|
|
||||||
* Some of these decisions could be handled in preprocessing,
|
|
||||||
* but the code tends to get even uglier, and the penalty for
|
|
||||||
* deciding at compile- or run-time is tiny.
|
|
||||||
*/
|
|
||||||
char **Argv = NULL;
|
|
||||||
int free_Argv = 0;
|
|
||||||
|
|
||||||
if ((sizeof(_Argv) < 8) /* 32-bit argv[]. */
|
|
||||||
# if !defined( VMS_TRUST_ARGV)
|
|
||||||
|| (_Argv[Argc] != NULL) /* Untrusted argv[argc] not NULL. */
|
|
||||||
# endif
|
|
||||||
) {
|
|
||||||
int i;
|
|
||||||
Argv = OPENSSL_malloc((Argc + 1) * sizeof(char *));
|
|
||||||
if (Argv == NULL) {
|
|
||||||
ret = -1;
|
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
for (i = 0; i < Argc; i++)
|
|
||||||
Argv[i] = _Argv[i];
|
|
||||||
Argv[Argc] = NULL; /* Certain NULL termination. */
|
|
||||||
free_Argv = 1;
|
|
||||||
} else {
|
|
||||||
/*
|
|
||||||
* Use the known-good 32-bit argv[] (which needs the type cast to
|
|
||||||
* satisfy the compiler), or the trusted or tested-good 64-bit argv[]
|
|
||||||
* as-is.
|
|
||||||
*/
|
|
||||||
Argv = (char **)_Argv;
|
|
||||||
}
|
|
||||||
#endif /* defined( OPENSSL_SYS_VMS) &&
|
|
||||||
* (__INITIAL_POINTER_SIZE == 64) */
|
|
||||||
|
|
||||||
arg.data = NULL;
|
|
||||||
arg.count = 0;
|
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) { /* if not defined, use
|
if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) /* if not defined, use compiled-in library defaults */
|
||||||
* compiled-in library
|
{
|
||||||
* defaults */
|
if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off")))
|
||||||
if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) {
|
{
|
||||||
CRYPTO_malloc_debug_init();
|
CRYPTO_malloc_debug_init();
|
||||||
CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
|
CRYPTO_set_mem_debug_options(V_CRYPTO_MDEBUG_ALL);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
/* OPENSSL_DEBUG_MEMORY=off */
|
/* OPENSSL_DEBUG_MEMORY=off */
|
||||||
CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
|
CRYPTO_set_mem_debug_functions(0, 0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
@@ -308,141 +257,124 @@ int main(int Argc, char *ARGV[])
|
|||||||
CRYPTO_set_locking_callback(lock_dbg_cb);
|
CRYPTO_set_locking_callback(lock_dbg_cb);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getenv("OPENSSL_FIPS")) {
|
|
||||||
#ifdef OPENSSL_FIPS
|
|
||||||
if (!FIPS_mode_set(1)) {
|
|
||||||
ERR_load_crypto_strings();
|
|
||||||
ERR_print_errors(BIO_new_fp(stderr, BIO_NOCLOSE));
|
|
||||||
EXIT(1);
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
fprintf(stderr, "FIPS mode not supported.\n");
|
|
||||||
EXIT(1);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
/* Lets load up our environment a little */
|
/* Lets load up our environment a little */
|
||||||
p = getenv("OPENSSL_CONF");
|
p=getenv("OPENSSL_CONF");
|
||||||
if (p == NULL)
|
if (p == NULL)
|
||||||
p = getenv("SSLEAY_CONF");
|
p=getenv("SSLEAY_CONF");
|
||||||
if (p == NULL)
|
if (p == NULL)
|
||||||
p = to_free = make_config_name();
|
p=to_free=make_config_name();
|
||||||
|
|
||||||
default_config_file = p;
|
default_config_file=p;
|
||||||
|
|
||||||
config = NCONF_new(NULL);
|
config=NCONF_new(NULL);
|
||||||
i = NCONF_load(config, p, &errline);
|
i=NCONF_load(config,p,&errline);
|
||||||
if (i == 0) {
|
if (i == 0)
|
||||||
|
{
|
||||||
if (ERR_GET_REASON(ERR_peek_last_error())
|
if (ERR_GET_REASON(ERR_peek_last_error())
|
||||||
== CONF_R_NO_SUCH_FILE) {
|
== CONF_R_NO_SUCH_FILE)
|
||||||
BIO_printf(bio_err, "WARNING: can't open config file: %s\n", p);
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"WARNING: can't open config file: %s\n",p);
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
NCONF_free(config);
|
NCONF_free(config);
|
||||||
config = NULL;
|
config = NULL;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
NCONF_free(config);
|
NCONF_free(config);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
prog = prog_init();
|
prog=prog_init();
|
||||||
|
|
||||||
/* first check the program name */
|
/* first check the program name */
|
||||||
program_name(Argv[0], pname, sizeof pname);
|
program_name(Argv[0],pname,sizeof pname);
|
||||||
|
|
||||||
f.name = pname;
|
f.name=pname;
|
||||||
fp = lh_FUNCTION_retrieve(prog, &f);
|
fp=lh_FUNCTION_retrieve(prog,&f);
|
||||||
if (fp != NULL) {
|
if (fp != NULL)
|
||||||
Argv[0] = pname;
|
{
|
||||||
ret = fp->func(Argc, Argv);
|
Argv[0]=pname;
|
||||||
|
ret=fp->func(Argc,Argv);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* ok, now check that there are not arguments, if there are,
|
||||||
* ok, now check that there are not arguments, if there are, run with
|
* run with them, shifting the ssleay off the front */
|
||||||
* them, shifting the ssleay off the front
|
if (Argc != 1)
|
||||||
*/
|
{
|
||||||
if (Argc != 1) {
|
|
||||||
Argc--;
|
Argc--;
|
||||||
Argv++;
|
Argv++;
|
||||||
ret = do_cmd(prog, Argc, Argv);
|
ret=do_cmd(prog,Argc,Argv);
|
||||||
if (ret < 0)
|
if (ret < 0) ret=0;
|
||||||
ret = 0;
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ok, lets enter the old 'OpenSSL>' mode */
|
/* ok, lets enter the old 'OpenSSL>' mode */
|
||||||
|
|
||||||
for (;;) {
|
for (;;)
|
||||||
ret = 0;
|
{
|
||||||
p = buf;
|
ret=0;
|
||||||
n = sizeof buf;
|
p=buf;
|
||||||
i = 0;
|
n=sizeof buf;
|
||||||
for (;;) {
|
i=0;
|
||||||
p[0] = '\0';
|
for (;;)
|
||||||
|
{
|
||||||
|
p[0]='\0';
|
||||||
if (i++)
|
if (i++)
|
||||||
prompt = ">";
|
prompt=">";
|
||||||
else
|
else prompt="OpenSSL> ";
|
||||||
prompt = "OpenSSL> ";
|
fputs(prompt,stdout);
|
||||||
fputs(prompt, stdout);
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
if (!fgets(p, n, stdin))
|
if (!fgets(p,n,stdin))
|
||||||
goto end;
|
goto end;
|
||||||
if (p[0] == '\0')
|
if (p[0] == '\0') goto end;
|
||||||
goto end;
|
i=strlen(p);
|
||||||
i = strlen(p);
|
if (i <= 1) break;
|
||||||
if (i <= 1)
|
if (p[i-2] != '\\') break;
|
||||||
break;
|
i-=2;
|
||||||
if (p[i - 2] != '\\')
|
p+=i;
|
||||||
break;
|
n-=i;
|
||||||
i -= 2;
|
|
||||||
p += i;
|
|
||||||
n -= i;
|
|
||||||
}
|
}
|
||||||
if (!chopup_args(&arg, buf, &argc, &argv))
|
if (!chopup_args(&arg,buf,&argc,&argv)) break;
|
||||||
break;
|
|
||||||
|
|
||||||
ret = do_cmd(prog, argc, argv);
|
ret=do_cmd(prog,argc,argv);
|
||||||
if (ret < 0) {
|
if (ret < 0)
|
||||||
ret = 0;
|
{
|
||||||
|
ret=0;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
BIO_printf(bio_err, "error in %s\n", argv[0]);
|
BIO_printf(bio_err,"error in %s\n",argv[0]);
|
||||||
(void)BIO_flush(bio_err);
|
(void)BIO_flush(bio_err);
|
||||||
}
|
}
|
||||||
BIO_printf(bio_err, "bad exit\n");
|
BIO_printf(bio_err,"bad exit\n");
|
||||||
ret = 1;
|
ret=1;
|
||||||
end:
|
end:
|
||||||
if (to_free)
|
if (to_free)
|
||||||
OPENSSL_free(to_free);
|
OPENSSL_free(to_free);
|
||||||
if (config != NULL) {
|
if (config != NULL)
|
||||||
|
{
|
||||||
NCONF_free(config);
|
NCONF_free(config);
|
||||||
config = NULL;
|
config=NULL;
|
||||||
}
|
}
|
||||||
if (prog != NULL)
|
if (prog != NULL) lh_FUNCTION_free(prog);
|
||||||
lh_FUNCTION_free(prog);
|
if (arg.data != NULL) OPENSSL_free(arg.data);
|
||||||
if (arg.data != NULL)
|
|
||||||
OPENSSL_free(arg.data);
|
|
||||||
|
|
||||||
#if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64)
|
|
||||||
/* Free any duplicate Argv[] storage. */
|
|
||||||
if (free_Argv) {
|
|
||||||
OPENSSL_free(Argv);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
CRYPTO_mem_leaks(bio_err);
|
|
||||||
if (bio_err != NULL) {
|
|
||||||
BIO_free(bio_err);
|
|
||||||
bio_err = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
CRYPTO_mem_leaks(bio_err);
|
||||||
|
if (bio_err != NULL)
|
||||||
|
{
|
||||||
|
BIO_free(bio_err);
|
||||||
|
bio_err=NULL;
|
||||||
|
}
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LIST_STANDARD_COMMANDS "list-standard-commands"
|
#define LIST_STANDARD_COMMANDS "list-standard-commands"
|
||||||
#define LIST_MESSAGE_DIGEST_COMMANDS "list-message-digest-commands"
|
#define LIST_MESSAGE_DIGEST_COMMANDS "list-message-digest-commands"
|
||||||
@@ -451,74 +383,84 @@ int main(int Argc, char *ARGV[])
|
|||||||
#define LIST_CIPHER_ALGORITHMS "list-cipher-algorithms"
|
#define LIST_CIPHER_ALGORITHMS "list-cipher-algorithms"
|
||||||
#define LIST_PUBLIC_KEY_ALGORITHMS "list-public-key-algorithms"
|
#define LIST_PUBLIC_KEY_ALGORITHMS "list-public-key-algorithms"
|
||||||
|
|
||||||
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
|
|
||||||
{
|
|
||||||
FUNCTION f, *fp;
|
|
||||||
int i, ret = 1, tp, nl;
|
|
||||||
|
|
||||||
if ((argc <= 0) || (argv[0] == NULL)) {
|
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
|
||||||
ret = 0;
|
{
|
||||||
goto end;
|
FUNCTION f,*fp;
|
||||||
}
|
int i,ret=1,tp,nl;
|
||||||
f.name = argv[0];
|
|
||||||
fp = lh_FUNCTION_retrieve(prog, &f);
|
if ((argc <= 0) || (argv[0] == NULL))
|
||||||
if (fp == NULL) {
|
{ ret=0; goto end; }
|
||||||
if (EVP_get_digestbyname(argv[0])) {
|
f.name=argv[0];
|
||||||
|
fp=lh_FUNCTION_retrieve(prog,&f);
|
||||||
|
if (fp == NULL)
|
||||||
|
{
|
||||||
|
if (EVP_get_digestbyname(argv[0]))
|
||||||
|
{
|
||||||
f.type = FUNC_TYPE_MD;
|
f.type = FUNC_TYPE_MD;
|
||||||
f.func = dgst_main;
|
f.func = dgst_main;
|
||||||
fp = &f;
|
fp = &f;
|
||||||
} else if (EVP_get_cipherbyname(argv[0])) {
|
}
|
||||||
|
else if (EVP_get_cipherbyname(argv[0]))
|
||||||
|
{
|
||||||
f.type = FUNC_TYPE_CIPHER;
|
f.type = FUNC_TYPE_CIPHER;
|
||||||
f.func = enc_main;
|
f.func = enc_main;
|
||||||
fp = &f;
|
fp = &f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (fp != NULL) {
|
if (fp != NULL)
|
||||||
ret = fp->func(argc, argv);
|
{
|
||||||
} else if ((strncmp(argv[0], "no-", 3)) == 0) {
|
ret=fp->func(argc,argv);
|
||||||
BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
|
}
|
||||||
|
else if ((strncmp(argv[0],"no-",3)) == 0)
|
||||||
|
{
|
||||||
|
BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
bio_stdout = BIO_push(tmpbio, bio_stdout);
|
bio_stdout = BIO_push(tmpbio, bio_stdout);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
f.name = argv[0] + 3;
|
f.name=argv[0]+3;
|
||||||
ret = (lh_FUNCTION_retrieve(prog, &f) != NULL);
|
ret = (lh_FUNCTION_retrieve(prog,&f) != NULL);
|
||||||
if (!ret)
|
if (!ret)
|
||||||
BIO_printf(bio_stdout, "%s\n", argv[0]);
|
BIO_printf(bio_stdout, "%s\n", argv[0]);
|
||||||
else
|
else
|
||||||
BIO_printf(bio_stdout, "%s\n", argv[0] + 3);
|
BIO_printf(bio_stdout, "%s\n", argv[0]+3);
|
||||||
BIO_free_all(bio_stdout);
|
BIO_free_all(bio_stdout);
|
||||||
goto end;
|
goto end;
|
||||||
} else if ((strcmp(argv[0], "quit") == 0) ||
|
}
|
||||||
(strcmp(argv[0], "q") == 0) ||
|
else if ((strcmp(argv[0],"quit") == 0) ||
|
||||||
(strcmp(argv[0], "exit") == 0) ||
|
(strcmp(argv[0],"q") == 0) ||
|
||||||
(strcmp(argv[0], "bye") == 0)) {
|
(strcmp(argv[0],"exit") == 0) ||
|
||||||
ret = -1;
|
(strcmp(argv[0],"bye") == 0))
|
||||||
|
{
|
||||||
|
ret= -1;
|
||||||
goto end;
|
goto end;
|
||||||
} else if ((strcmp(argv[0], LIST_STANDARD_COMMANDS) == 0) ||
|
}
|
||||||
(strcmp(argv[0], LIST_MESSAGE_DIGEST_COMMANDS) == 0) ||
|
else if ((strcmp(argv[0],LIST_STANDARD_COMMANDS) == 0) ||
|
||||||
(strcmp(argv[0], LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) ||
|
(strcmp(argv[0],LIST_MESSAGE_DIGEST_COMMANDS) == 0) ||
|
||||||
(strcmp(argv[0], LIST_CIPHER_COMMANDS) == 0) ||
|
(strcmp(argv[0],LIST_MESSAGE_DIGEST_ALGORITHMS) == 0) ||
|
||||||
(strcmp(argv[0], LIST_CIPHER_ALGORITHMS) == 0) ||
|
(strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0) ||
|
||||||
(strcmp(argv[0], LIST_PUBLIC_KEY_ALGORITHMS) == 0)) {
|
(strcmp(argv[0],LIST_CIPHER_ALGORITHMS) == 0) ||
|
||||||
|
(strcmp(argv[0],LIST_PUBLIC_KEY_ALGORITHMS) == 0))
|
||||||
|
{
|
||||||
int list_type;
|
int list_type;
|
||||||
BIO *bio_stdout;
|
BIO *bio_stdout;
|
||||||
|
|
||||||
if (strcmp(argv[0], LIST_STANDARD_COMMANDS) == 0)
|
if (strcmp(argv[0],LIST_STANDARD_COMMANDS) == 0)
|
||||||
list_type = FUNC_TYPE_GENERAL;
|
list_type = FUNC_TYPE_GENERAL;
|
||||||
else if (strcmp(argv[0], LIST_MESSAGE_DIGEST_COMMANDS) == 0)
|
else if (strcmp(argv[0],LIST_MESSAGE_DIGEST_COMMANDS) == 0)
|
||||||
list_type = FUNC_TYPE_MD;
|
list_type = FUNC_TYPE_MD;
|
||||||
else if (strcmp(argv[0], LIST_MESSAGE_DIGEST_ALGORITHMS) == 0)
|
else if (strcmp(argv[0],LIST_MESSAGE_DIGEST_ALGORITHMS) == 0)
|
||||||
list_type = FUNC_TYPE_MD_ALG;
|
list_type = FUNC_TYPE_MD_ALG;
|
||||||
else if (strcmp(argv[0], LIST_PUBLIC_KEY_ALGORITHMS) == 0)
|
else if (strcmp(argv[0],LIST_PUBLIC_KEY_ALGORITHMS) == 0)
|
||||||
list_type = FUNC_TYPE_PKEY;
|
list_type = FUNC_TYPE_PKEY;
|
||||||
else if (strcmp(argv[0], LIST_CIPHER_ALGORITHMS) == 0)
|
else if (strcmp(argv[0],LIST_CIPHER_ALGORITHMS) == 0)
|
||||||
list_type = FUNC_TYPE_CIPHER_ALG;
|
list_type = FUNC_TYPE_CIPHER_ALG;
|
||||||
else /* strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0 */
|
else /* strcmp(argv[0],LIST_CIPHER_COMMANDS) == 0 */
|
||||||
list_type = FUNC_TYPE_CIPHER;
|
list_type = FUNC_TYPE_CIPHER;
|
||||||
bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
|
bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -535,83 +477,95 @@ static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
|
|||||||
list_md(bio_stdout);
|
list_md(bio_stdout);
|
||||||
if (list_type == FUNC_TYPE_CIPHER_ALG)
|
if (list_type == FUNC_TYPE_CIPHER_ALG)
|
||||||
list_cipher(bio_stdout);
|
list_cipher(bio_stdout);
|
||||||
else {
|
else
|
||||||
for (fp = functions; fp->name != NULL; fp++)
|
{
|
||||||
|
for (fp=functions; fp->name != NULL; fp++)
|
||||||
if (fp->type == list_type)
|
if (fp->type == list_type)
|
||||||
BIO_printf(bio_stdout, "%s\n", fp->name);
|
BIO_printf(bio_stdout, "%s\n",
|
||||||
|
fp->name);
|
||||||
}
|
}
|
||||||
BIO_free_all(bio_stdout);
|
BIO_free_all(bio_stdout);
|
||||||
ret = 0;
|
ret=0;
|
||||||
goto end;
|
goto end;
|
||||||
} else {
|
}
|
||||||
BIO_printf(bio_err, "openssl:Error: '%s' is an invalid command.\n",
|
else
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n",
|
||||||
argv[0]);
|
argv[0]);
|
||||||
BIO_printf(bio_err, "\nStandard commands");
|
BIO_printf(bio_err, "\nStandard commands");
|
||||||
i = 0;
|
i=0;
|
||||||
tp = 0;
|
tp=0;
|
||||||
for (fp = functions; fp->name != NULL; fp++) {
|
for (fp=functions; fp->name != NULL; fp++)
|
||||||
nl = 0;
|
{
|
||||||
|
nl=0;
|
||||||
#ifdef OPENSSL_NO_CAMELLIA
|
#ifdef OPENSSL_NO_CAMELLIA
|
||||||
if (((i++) % 5) == 0)
|
if (((i++) % 5) == 0)
|
||||||
#else
|
#else
|
||||||
if (((i++) % 4) == 0)
|
if (((i++) % 4) == 0)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
BIO_printf(bio_err, "\n");
|
BIO_printf(bio_err,"\n");
|
||||||
nl = 1;
|
nl=1;
|
||||||
}
|
}
|
||||||
if (fp->type != tp) {
|
if (fp->type != tp)
|
||||||
tp = fp->type;
|
{
|
||||||
if (!nl)
|
tp=fp->type;
|
||||||
BIO_printf(bio_err, "\n");
|
if (!nl) BIO_printf(bio_err,"\n");
|
||||||
if (tp == FUNC_TYPE_MD) {
|
if (tp == FUNC_TYPE_MD)
|
||||||
i = 1;
|
{
|
||||||
|
i=1;
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,
|
||||||
"\nMessage Digest commands (see the `dgst' command for more details)\n");
|
"\nMessage Digest commands (see the `dgst' command for more details)\n");
|
||||||
} else if (tp == FUNC_TYPE_CIPHER) {
|
}
|
||||||
i = 1;
|
else if (tp == FUNC_TYPE_CIPHER)
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"\nCipher commands (see the `enc' command for more details)\n");
|
i=1;
|
||||||
|
BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef OPENSSL_NO_CAMELLIA
|
#ifdef OPENSSL_NO_CAMELLIA
|
||||||
BIO_printf(bio_err, "%-15s", fp->name);
|
BIO_printf(bio_err,"%-15s",fp->name);
|
||||||
#else
|
#else
|
||||||
BIO_printf(bio_err, "%-18s", fp->name);
|
BIO_printf(bio_err,"%-18s",fp->name);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
BIO_printf(bio_err, "\n\n");
|
BIO_printf(bio_err,"\n\n");
|
||||||
ret = 0;
|
ret=0;
|
||||||
|
}
|
||||||
|
end:
|
||||||
|
return(ret);
|
||||||
}
|
}
|
||||||
end:
|
|
||||||
return (ret);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int SortFnByName(const void *_f1, const void *_f2)
|
static int SortFnByName(const void *_f1,const void *_f2)
|
||||||
{
|
{
|
||||||
const FUNCTION *f1 = _f1;
|
const FUNCTION *f1=_f1;
|
||||||
const FUNCTION *f2 = _f2;
|
const FUNCTION *f2=_f2;
|
||||||
|
|
||||||
if (f1->type != f2->type)
|
if(f1->type != f2->type)
|
||||||
return f1->type - f2->type;
|
return f1->type-f2->type;
|
||||||
return strcmp(f1->name, f2->name);
|
return strcmp(f1->name,f2->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void list_pkey(BIO *out)
|
static void list_pkey(BIO *out)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < EVP_PKEY_asn1_get_count(); i++) {
|
for (i = 0; i < EVP_PKEY_asn1_get_count(); i++)
|
||||||
|
{
|
||||||
const EVP_PKEY_ASN1_METHOD *ameth;
|
const EVP_PKEY_ASN1_METHOD *ameth;
|
||||||
int pkey_id, pkey_base_id, pkey_flags;
|
int pkey_id, pkey_base_id, pkey_flags;
|
||||||
const char *pinfo, *pem_str;
|
const char *pinfo, *pem_str;
|
||||||
ameth = EVP_PKEY_asn1_get0(i);
|
ameth = EVP_PKEY_asn1_get0(i);
|
||||||
EVP_PKEY_asn1_get0_info(&pkey_id, &pkey_base_id, &pkey_flags,
|
EVP_PKEY_asn1_get0_info(&pkey_id, &pkey_base_id, &pkey_flags,
|
||||||
&pinfo, &pem_str, ameth);
|
&pinfo, &pem_str, ameth);
|
||||||
if (pkey_flags & ASN1_PKEY_ALIAS) {
|
if (pkey_flags & ASN1_PKEY_ALIAS)
|
||||||
BIO_printf(out, "Name: %s\n", OBJ_nid2ln(pkey_id));
|
{
|
||||||
|
BIO_printf(out, "Name: %s\n",
|
||||||
|
OBJ_nid2ln(pkey_id));
|
||||||
BIO_printf(out, "\tType: Alias to %s\n",
|
BIO_printf(out, "\tType: Alias to %s\n",
|
||||||
OBJ_nid2ln(pkey_base_id));
|
OBJ_nid2ln(pkey_base_id));
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
BIO_printf(out, "Name: %s\n", pinfo);
|
BIO_printf(out, "Name: %s\n", pinfo);
|
||||||
BIO_printf(out, "\tType: %s Algorithm\n",
|
BIO_printf(out, "\tType: %s Algorithm\n",
|
||||||
pkey_flags & ASN1_PKEY_DYNAMIC ?
|
pkey_flags & ASN1_PKEY_DYNAMIC ?
|
||||||
@@ -623,74 +577,76 @@ static void list_pkey(BIO *out)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void list_cipher_fn(const EVP_CIPHER *c,
|
static void list_cipher_fn(const EVP_CIPHER *c,
|
||||||
const char *from, const char *to, void *arg)
|
const char *from, const char *to, void *arg)
|
||||||
{
|
{
|
||||||
if (c)
|
if (c)
|
||||||
BIO_printf(arg, "%s\n", EVP_CIPHER_name(c));
|
BIO_printf(arg, "%s\n", EVP_CIPHER_name(c));
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
if (!from)
|
if (!from)
|
||||||
from = "<undefined>";
|
from = "<undefined>";
|
||||||
if (!to)
|
if (!to)
|
||||||
to = "<undefined>";
|
to = "<undefined>";
|
||||||
BIO_printf(arg, "%s => %s\n", from, to);
|
BIO_printf(arg, "%s => %s\n", from, to);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void list_cipher(BIO *out)
|
static void list_cipher(BIO *out)
|
||||||
{
|
{
|
||||||
EVP_CIPHER_do_all_sorted(list_cipher_fn, out);
|
EVP_CIPHER_do_all_sorted(list_cipher_fn, out);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void list_md_fn(const EVP_MD *m,
|
static void list_md_fn(const EVP_MD *m,
|
||||||
const char *from, const char *to, void *arg)
|
const char *from, const char *to, void *arg)
|
||||||
{
|
{
|
||||||
if (m)
|
if (m)
|
||||||
BIO_printf(arg, "%s\n", EVP_MD_name(m));
|
BIO_printf(arg, "%s\n", EVP_MD_name(m));
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
if (!from)
|
if (!from)
|
||||||
from = "<undefined>";
|
from = "<undefined>";
|
||||||
if (!to)
|
if (!to)
|
||||||
to = "<undefined>";
|
to = "<undefined>";
|
||||||
BIO_printf(arg, "%s => %s\n", from, to);
|
BIO_printf(arg, "%s => %s\n", from, to);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void list_md(BIO *out)
|
static void list_md(BIO *out)
|
||||||
{
|
{
|
||||||
EVP_MD_do_all_sorted(list_md_fn, out);
|
EVP_MD_do_all_sorted(list_md_fn, out);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int MS_CALLBACK function_cmp(const FUNCTION * a, const FUNCTION * b)
|
|
||||||
{
|
|
||||||
return strncmp(a->name, b->name, 8);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b)
|
||||||
|
{
|
||||||
|
return strncmp(a->name,b->name,8);
|
||||||
|
}
|
||||||
static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION)
|
static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION)
|
||||||
|
|
||||||
static unsigned long MS_CALLBACK function_hash(const FUNCTION * a)
|
static unsigned long MS_CALLBACK function_hash(const FUNCTION *a)
|
||||||
{
|
{
|
||||||
return lh_strhash(a->name);
|
return lh_strhash(a->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION)
|
static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION)
|
||||||
|
|
||||||
static LHASH_OF(FUNCTION) *prog_init(void)
|
static LHASH_OF(FUNCTION) *prog_init(void)
|
||||||
{
|
{
|
||||||
LHASH_OF(FUNCTION) *ret;
|
LHASH_OF(FUNCTION) *ret;
|
||||||
FUNCTION *f;
|
FUNCTION *f;
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
/* Purely so it looks nice when the user hits ? */
|
/* Purely so it looks nice when the user hits ? */
|
||||||
for (i = 0, f = functions; f->name != NULL; ++f, ++i) ;
|
for(i=0,f=functions ; f->name != NULL ; ++f,++i)
|
||||||
qsort(functions, i, sizeof *functions, SortFnByName);
|
;
|
||||||
|
qsort(functions,i,sizeof *functions,SortFnByName);
|
||||||
|
|
||||||
if ((ret = lh_FUNCTION_new()) == NULL)
|
if ((ret=lh_FUNCTION_new()) == NULL)
|
||||||
return (NULL);
|
return(NULL);
|
||||||
|
|
||||||
|
for (f=functions; f->name != NULL; f++)
|
||||||
|
(void)lh_FUNCTION_insert(ret,f);
|
||||||
|
return(ret);
|
||||||
|
}
|
||||||
|
|
||||||
for (f = functions; f->name != NULL; f++)
|
|
||||||
(void)lh_FUNCTION_insert(ret, f);
|
|
||||||
return (ret);
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ localityName = Locality Name (eg, city)
|
|||||||
organizationalUnitName = Organizational Unit Name (eg, section)
|
organizationalUnitName = Organizational Unit Name (eg, section)
|
||||||
#organizationalUnitName_default =
|
#organizationalUnitName_default =
|
||||||
|
|
||||||
commonName = Common Name (e.g. server FQDN or YOUR name)
|
commonName = Common Name (eg, YOUR name)
|
||||||
commonName_max = 64
|
commonName_max = 64
|
||||||
|
|
||||||
emailAddress = Email Address
|
emailAddress = Email Address
|
||||||
|
|||||||
332
apps/passwd.c
332
apps/passwd.c
@@ -6,44 +6,44 @@
|
|||||||
|
|
||||||
#if !defined(OPENSSL_NO_DES) || !defined(NO_MD5CRYPT_1)
|
#if !defined(OPENSSL_NO_DES) || !defined(NO_MD5CRYPT_1)
|
||||||
|
|
||||||
# include <assert.h>
|
#include <assert.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
|
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
# include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
# ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
# include <openssl/des.h>
|
# include <openssl/des.h>
|
||||||
# endif
|
#endif
|
||||||
# ifndef NO_MD5CRYPT_1
|
#ifndef NO_MD5CRYPT_1
|
||||||
# include <openssl/md5.h>
|
# include <openssl/md5.h>
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# undef PROG
|
|
||||||
# define PROG passwd_main
|
|
||||||
|
|
||||||
static unsigned const char cov_2char[64] = {
|
#undef PROG
|
||||||
|
#define PROG passwd_main
|
||||||
|
|
||||||
|
|
||||||
|
static unsigned const char cov_2char[64]={
|
||||||
/* from crypto/des/fcrypt.c */
|
/* from crypto/des/fcrypt.c */
|
||||||
0x2E, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35,
|
0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,0x35,
|
||||||
0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44,
|
0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,
|
||||||
0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C,
|
0x45,0x46,0x47,0x48,0x49,0x4A,0x4B,0x4C,
|
||||||
0x4D, 0x4E, 0x4F, 0x50, 0x51, 0x52, 0x53, 0x54,
|
0x4D,0x4E,0x4F,0x50,0x51,0x52,0x53,0x54,
|
||||||
0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x61, 0x62,
|
0x55,0x56,0x57,0x58,0x59,0x5A,0x61,0x62,
|
||||||
0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A,
|
0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6A,
|
||||||
0x6B, 0x6C, 0x6D, 0x6E, 0x6F, 0x70, 0x71, 0x72,
|
0x6B,0x6C,0x6D,0x6E,0x6F,0x70,0x71,0x72,
|
||||||
0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A
|
0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7A
|
||||||
};
|
};
|
||||||
|
|
||||||
static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
||||||
char *passwd, BIO *out, int quiet, int table,
|
char *passwd, BIO *out, int quiet, int table, int reverse,
|
||||||
int reverse, size_t pw_maxlen, int usecrypt, int use1,
|
size_t pw_maxlen, int usecrypt, int use1, int useapr1);
|
||||||
int useapr1);
|
|
||||||
|
|
||||||
/*-
|
/* -crypt - standard Unix password algorithm (default)
|
||||||
* -crypt - standard Unix password algorithm (default)
|
|
||||||
* -1 - MD5-based password algorithm
|
* -1 - MD5-based password algorithm
|
||||||
* -apr1 - MD5-based password algorithm, Apache variant
|
* -apr1 - MD5-based password algorithm, Apache variant
|
||||||
* -salt string - salt
|
* -salt string - salt
|
||||||
@@ -58,7 +58,7 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
char *infile = NULL;
|
char *infile = NULL;
|
||||||
int in_stdin = 0;
|
int in_stdin = 0;
|
||||||
@@ -76,8 +76,8 @@ int MAIN(int argc, char **argv)
|
|||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto err;
|
goto err;
|
||||||
@@ -85,41 +85,54 @@ int MAIN(int argc, char **argv)
|
|||||||
if (out == NULL)
|
if (out == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
|
||||||
# ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
badopt = 0, opt_done = 0;
|
badopt = 0, opt_done = 0;
|
||||||
i = 0;
|
i = 0;
|
||||||
while (!badopt && !opt_done && argv[++i] != NULL) {
|
while (!badopt && !opt_done && argv[++i] != NULL)
|
||||||
|
{
|
||||||
if (strcmp(argv[i], "-crypt") == 0)
|
if (strcmp(argv[i], "-crypt") == 0)
|
||||||
usecrypt = 1;
|
usecrypt = 1;
|
||||||
else if (strcmp(argv[i], "-1") == 0)
|
else if (strcmp(argv[i], "-1") == 0)
|
||||||
use1 = 1;
|
use1 = 1;
|
||||||
else if (strcmp(argv[i], "-apr1") == 0)
|
else if (strcmp(argv[i], "-apr1") == 0)
|
||||||
useapr1 = 1;
|
useapr1 = 1;
|
||||||
else if (strcmp(argv[i], "-salt") == 0) {
|
else if (strcmp(argv[i], "-salt") == 0)
|
||||||
if ((argv[i + 1] != NULL) && (salt == NULL)) {
|
{
|
||||||
|
if ((argv[i+1] != NULL) && (salt == NULL))
|
||||||
|
{
|
||||||
passed_salt = 1;
|
passed_salt = 1;
|
||||||
salt = argv[++i];
|
salt = argv[++i];
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else if (strcmp(argv[i], "-in") == 0) {
|
}
|
||||||
if ((argv[i + 1] != NULL) && !pw_source_defined) {
|
else if (strcmp(argv[i], "-in") == 0)
|
||||||
|
{
|
||||||
|
if ((argv[i+1] != NULL) && !pw_source_defined)
|
||||||
|
{
|
||||||
pw_source_defined = 1;
|
pw_source_defined = 1;
|
||||||
infile = argv[++i];
|
infile = argv[++i];
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else if (strcmp(argv[i], "-stdin") == 0) {
|
}
|
||||||
if (!pw_source_defined) {
|
else if (strcmp(argv[i], "-stdin") == 0)
|
||||||
|
{
|
||||||
|
if (!pw_source_defined)
|
||||||
|
{
|
||||||
pw_source_defined = 1;
|
pw_source_defined = 1;
|
||||||
in_stdin = 1;
|
in_stdin = 1;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else if (strcmp(argv[i], "-noverify") == 0)
|
}
|
||||||
|
else if (strcmp(argv[i], "-noverify") == 0)
|
||||||
in_noverify = 1;
|
in_noverify = 1;
|
||||||
else if (strcmp(argv[i], "-quiet") == 0)
|
else if (strcmp(argv[i], "-quiet") == 0)
|
||||||
quiet = 1;
|
quiet = 1;
|
||||||
@@ -135,7 +148,8 @@ int MAIN(int argc, char **argv)
|
|||||||
pw_source_defined = 1;
|
pw_source_defined = 1;
|
||||||
passwds = &argv[i];
|
passwds = &argv[i];
|
||||||
opt_done = 1;
|
opt_done = 1;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -145,33 +159,28 @@ int MAIN(int argc, char **argv)
|
|||||||
badopt = 1;
|
badopt = 1;
|
||||||
|
|
||||||
/* reject unsupported algorithms */
|
/* reject unsupported algorithms */
|
||||||
# ifdef OPENSSL_NO_DES
|
#ifdef OPENSSL_NO_DES
|
||||||
if (usecrypt)
|
if (usecrypt) badopt = 1;
|
||||||
badopt = 1;
|
#endif
|
||||||
# endif
|
#ifdef NO_MD5CRYPT_1
|
||||||
# ifdef NO_MD5CRYPT_1
|
if (use1 || useapr1) badopt = 1;
|
||||||
if (use1 || useapr1)
|
#endif
|
||||||
badopt = 1;
|
|
||||||
# endif
|
|
||||||
|
|
||||||
if (badopt) {
|
if (badopt)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
|
BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err, "where options are\n");
|
||||||
# ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n");
|
||||||
"-crypt standard Unix password algorithm (default)\n");
|
#endif
|
||||||
# endif
|
#ifndef NO_MD5CRYPT_1
|
||||||
# ifndef NO_MD5CRYPT_1
|
BIO_printf(bio_err, "-1 MD5-based password algorithm\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n");
|
||||||
"-1 MD5-based password algorithm\n");
|
#endif
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-apr1 MD5-based password algorithm, Apache variant\n");
|
|
||||||
# endif
|
|
||||||
BIO_printf(bio_err, "-salt string use provided salt\n");
|
BIO_printf(bio_err, "-salt string use provided salt\n");
|
||||||
BIO_printf(bio_err, "-in file read passwords from file\n");
|
BIO_printf(bio_err, "-in file read passwords from file\n");
|
||||||
BIO_printf(bio_err, "-stdin read passwords from stdin\n");
|
BIO_printf(bio_err, "-stdin read passwords from stdin\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-noverify never verify when reading password from terminal\n");
|
||||||
"-noverify never verify when reading password from terminal\n");
|
|
||||||
BIO_printf(bio_err, "-quiet no warnings\n");
|
BIO_printf(bio_err, "-quiet no warnings\n");
|
||||||
BIO_printf(bio_err, "-table format output as table\n");
|
BIO_printf(bio_err, "-table format output as table\n");
|
||||||
BIO_printf(bio_err, "-reverse switch table columns\n");
|
BIO_printf(bio_err, "-reverse switch table columns\n");
|
||||||
@@ -179,15 +188,19 @@ int MAIN(int argc, char **argv)
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((infile != NULL) || in_stdin) {
|
if ((infile != NULL) || in_stdin)
|
||||||
|
{
|
||||||
in = BIO_new(BIO_s_file());
|
in = BIO_new(BIO_s_file());
|
||||||
if (in == NULL)
|
if (in == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
if (infile != NULL) {
|
if (infile != NULL)
|
||||||
|
{
|
||||||
assert(in_stdin == 0);
|
assert(in_stdin == 0);
|
||||||
if (BIO_read_filename(in, infile) <= 0)
|
if (BIO_read_filename(in, infile) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
assert(in_stdin);
|
assert(in_stdin);
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
||||||
}
|
}
|
||||||
@@ -196,59 +209,61 @@ int MAIN(int argc, char **argv)
|
|||||||
if (usecrypt)
|
if (usecrypt)
|
||||||
pw_maxlen = 8;
|
pw_maxlen = 8;
|
||||||
else if (use1 || useapr1)
|
else if (use1 || useapr1)
|
||||||
pw_maxlen = 256; /* arbitrary limit, should be enough for most
|
pw_maxlen = 256; /* arbitrary limit, should be enough for most passwords */
|
||||||
* passwords */
|
|
||||||
|
|
||||||
if (passwds == NULL) {
|
if (passwds == NULL)
|
||||||
|
{
|
||||||
/* no passwords on the command line */
|
/* no passwords on the command line */
|
||||||
|
|
||||||
passwd_malloc_size = pw_maxlen + 2;
|
passwd_malloc_size = pw_maxlen + 2;
|
||||||
/*
|
/* longer than necessary so that we can warn about truncation */
|
||||||
* longer than necessary so that we can warn about truncation
|
|
||||||
*/
|
|
||||||
passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size);
|
passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size);
|
||||||
if (passwd_malloc == NULL)
|
if (passwd_malloc == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((in == NULL) && (passwds == NULL)) {
|
if ((in == NULL) && (passwds == NULL))
|
||||||
|
{
|
||||||
/* build a null-terminated list */
|
/* build a null-terminated list */
|
||||||
static char *passwds_static[2] = { NULL, NULL };
|
static char *passwds_static[2] = {NULL, NULL};
|
||||||
|
|
||||||
passwds = passwds_static;
|
passwds = passwds_static;
|
||||||
if (in == NULL)
|
if (in == NULL)
|
||||||
if (EVP_read_pw_string
|
if (EVP_read_pw_string(passwd_malloc, passwd_malloc_size, "Password: ", !(passed_salt || in_noverify)) != 0)
|
||||||
(passwd_malloc, passwd_malloc_size, "Password: ",
|
|
||||||
!(passed_salt || in_noverify)) != 0)
|
|
||||||
goto err;
|
goto err;
|
||||||
passwds[0] = passwd_malloc;
|
passwds[0] = passwd_malloc;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in == NULL) {
|
if (in == NULL)
|
||||||
|
{
|
||||||
assert(passwds != NULL);
|
assert(passwds != NULL);
|
||||||
assert(*passwds != NULL);
|
assert(*passwds != NULL);
|
||||||
|
|
||||||
do { /* loop over list of passwords */
|
do /* loop over list of passwords */
|
||||||
|
{
|
||||||
passwd = *passwds++;
|
passwd = *passwds++;
|
||||||
if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
|
if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
|
||||||
quiet, table, reverse, pw_maxlen, usecrypt, use1,
|
quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
|
||||||
useapr1))
|
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
while (*passwds != NULL);
|
while (*passwds != NULL);
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
/* in != NULL */
|
/* in != NULL */
|
||||||
{
|
{
|
||||||
int done;
|
int done;
|
||||||
|
|
||||||
assert(passwd != NULL);
|
assert (passwd != NULL);
|
||||||
do {
|
do
|
||||||
|
{
|
||||||
int r = BIO_gets(in, passwd, pw_maxlen + 1);
|
int r = BIO_gets(in, passwd, pw_maxlen + 1);
|
||||||
if (r > 0) {
|
if (r > 0)
|
||||||
char *c = (strchr(passwd, '\n'));
|
{
|
||||||
|
char *c = (strchr(passwd, '\n')) ;
|
||||||
if (c != NULL)
|
if (c != NULL)
|
||||||
*c = 0; /* truncate at newline */
|
*c = 0; /* truncate at newline */
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
/* ignore rest of line */
|
/* ignore rest of line */
|
||||||
char trash[BUFSIZ];
|
char trash[BUFSIZ];
|
||||||
do
|
do
|
||||||
@@ -257,8 +272,7 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
|
if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
|
||||||
quiet, table, reverse, pw_maxlen, usecrypt,
|
quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
|
||||||
use1, useapr1))
|
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
done = (r <= 0);
|
done = (r <= 0);
|
||||||
@@ -267,7 +281,7 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
if (salt_malloc)
|
if (salt_malloc)
|
||||||
OPENSSL_free(salt_malloc);
|
OPENSSL_free(salt_malloc);
|
||||||
@@ -279,27 +293,28 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
# ifndef NO_MD5CRYPT_1
|
|
||||||
/*
|
#ifndef NO_MD5CRYPT_1
|
||||||
* MD5-based password algorithm (should probably be available as a library
|
/* MD5-based password algorithm (should probably be available as a library
|
||||||
* function; then the static buffer would not be acceptable). For magic
|
* function; then the static buffer would not be acceptable).
|
||||||
* string "1", this should be compatible to the MD5-based BSD password
|
* For magic string "1", this should be compatible to the MD5-based BSD
|
||||||
* algorithm. For 'magic' string "apr1", this is compatible to the MD5-based
|
* password algorithm.
|
||||||
* Apache password algorithm. (Apparently, the Apache password algorithm is
|
* For 'magic' string "apr1", this is compatible to the MD5-based Apache
|
||||||
* identical except that the 'magic' string was changed -- the laziest
|
* password algorithm.
|
||||||
* application of the NIH principle I've ever encountered.)
|
* (Apparently, the Apache password algorithm is identical except that the
|
||||||
|
* 'magic' string was changed -- the laziest application of the NIH principle
|
||||||
|
* I've ever encountered.)
|
||||||
*/
|
*/
|
||||||
static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
||||||
{
|
{
|
||||||
/* "$apr1$..salt..$.......md5hash..........\0" */
|
static char out_buf[6 + 9 + 24 + 2]; /* "$apr1$..salt..$.......md5hash..........\0" */
|
||||||
static char out_buf[6 + 9 + 24 + 2];
|
|
||||||
unsigned char buf[MD5_DIGEST_LENGTH];
|
unsigned char buf[MD5_DIGEST_LENGTH];
|
||||||
char *salt_out;
|
char *salt_out;
|
||||||
int n;
|
int n;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
EVP_MD_CTX md, md2;
|
EVP_MD_CTX md,md2;
|
||||||
size_t passwd_len, salt_len;
|
size_t passwd_len, salt_len;
|
||||||
|
|
||||||
passwd_len = strlen(passwd);
|
passwd_len = strlen(passwd);
|
||||||
@@ -315,7 +330,7 @@ static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
|||||||
assert(salt_len <= 8);
|
assert(salt_len <= 8);
|
||||||
|
|
||||||
EVP_MD_CTX_init(&md);
|
EVP_MD_CTX_init(&md);
|
||||||
EVP_DigestInit_ex(&md, EVP_md5(), NULL);
|
EVP_DigestInit_ex(&md,EVP_md5(), NULL);
|
||||||
EVP_DigestUpdate(&md, passwd, passwd_len);
|
EVP_DigestUpdate(&md, passwd, passwd_len);
|
||||||
EVP_DigestUpdate(&md, "$", 1);
|
EVP_DigestUpdate(&md, "$", 1);
|
||||||
EVP_DigestUpdate(&md, magic, strlen(magic));
|
EVP_DigestUpdate(&md, magic, strlen(magic));
|
||||||
@@ -323,7 +338,7 @@ static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
|||||||
EVP_DigestUpdate(&md, salt_out, salt_len);
|
EVP_DigestUpdate(&md, salt_out, salt_len);
|
||||||
|
|
||||||
EVP_MD_CTX_init(&md2);
|
EVP_MD_CTX_init(&md2);
|
||||||
EVP_DigestInit_ex(&md2, EVP_md5(), NULL);
|
EVP_DigestInit_ex(&md2,EVP_md5(), NULL);
|
||||||
EVP_DigestUpdate(&md2, passwd, passwd_len);
|
EVP_DigestUpdate(&md2, passwd, passwd_len);
|
||||||
EVP_DigestUpdate(&md2, salt_out, salt_len);
|
EVP_DigestUpdate(&md2, salt_out, salt_len);
|
||||||
EVP_DigestUpdate(&md2, passwd, passwd_len);
|
EVP_DigestUpdate(&md2, passwd, passwd_len);
|
||||||
@@ -334,21 +349,23 @@ static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
|||||||
EVP_DigestUpdate(&md, buf, i);
|
EVP_DigestUpdate(&md, buf, i);
|
||||||
|
|
||||||
n = passwd_len;
|
n = passwd_len;
|
||||||
while (n) {
|
while (n)
|
||||||
|
{
|
||||||
EVP_DigestUpdate(&md, (n & 1) ? "\0" : passwd, 1);
|
EVP_DigestUpdate(&md, (n & 1) ? "\0" : passwd, 1);
|
||||||
n >>= 1;
|
n >>= 1;
|
||||||
}
|
}
|
||||||
EVP_DigestFinal_ex(&md, buf, NULL);
|
EVP_DigestFinal_ex(&md, buf, NULL);
|
||||||
|
|
||||||
for (i = 0; i < 1000; i++) {
|
for (i = 0; i < 1000; i++)
|
||||||
EVP_DigestInit_ex(&md2, EVP_md5(), NULL);
|
{
|
||||||
EVP_DigestUpdate(&md2, (i & 1) ? (unsigned const char *)passwd : buf,
|
EVP_DigestInit_ex(&md2,EVP_md5(), NULL);
|
||||||
|
EVP_DigestUpdate(&md2, (i & 1) ? (unsigned const char *) passwd : buf,
|
||||||
(i & 1) ? passwd_len : sizeof buf);
|
(i & 1) ? passwd_len : sizeof buf);
|
||||||
if (i % 3)
|
if (i % 3)
|
||||||
EVP_DigestUpdate(&md2, salt_out, salt_len);
|
EVP_DigestUpdate(&md2, salt_out, salt_len);
|
||||||
if (i % 7)
|
if (i % 7)
|
||||||
EVP_DigestUpdate(&md2, passwd, passwd_len);
|
EVP_DigestUpdate(&md2, passwd, passwd_len);
|
||||||
EVP_DigestUpdate(&md2, (i & 1) ? buf : (unsigned const char *)passwd,
|
EVP_DigestUpdate(&md2, (i & 1) ? buf : (unsigned const char *) passwd,
|
||||||
(i & 1) ? sizeof buf : passwd_len);
|
(i & 1) ? sizeof buf : passwd_len);
|
||||||
EVP_DigestFinal_ex(&md2, buf, NULL);
|
EVP_DigestFinal_ex(&md2, buf, NULL);
|
||||||
}
|
}
|
||||||
@@ -362,27 +379,26 @@ static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
|||||||
char *output;
|
char *output;
|
||||||
|
|
||||||
/* silly output permutation */
|
/* silly output permutation */
|
||||||
for (dest = 0, source = 0; dest < 14;
|
for (dest = 0, source = 0; dest < 14; dest++, source = (source + 6) % 17)
|
||||||
dest++, source = (source + 6) % 17)
|
|
||||||
buf_perm[dest] = buf[source];
|
buf_perm[dest] = buf[source];
|
||||||
buf_perm[14] = buf[5];
|
buf_perm[14] = buf[5];
|
||||||
buf_perm[15] = buf[11];
|
buf_perm[15] = buf[11];
|
||||||
# ifndef PEDANTIC /* Unfortunately, this generates a "no
|
#ifndef PEDANTIC /* Unfortunately, this generates a "no effect" warning */
|
||||||
* effect" warning */
|
|
||||||
assert(16 == sizeof buf_perm);
|
assert(16 == sizeof buf_perm);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
output = salt_out + salt_len;
|
output = salt_out + salt_len;
|
||||||
assert(output == out_buf + strlen(out_buf));
|
assert(output == out_buf + strlen(out_buf));
|
||||||
|
|
||||||
*output++ = '$';
|
*output++ = '$';
|
||||||
|
|
||||||
for (i = 0; i < 15; i += 3) {
|
for (i = 0; i < 15; i += 3)
|
||||||
*output++ = cov_2char[buf_perm[i + 2] & 0x3f];
|
{
|
||||||
*output++ = cov_2char[((buf_perm[i + 1] & 0xf) << 2) |
|
*output++ = cov_2char[buf_perm[i+2] & 0x3f];
|
||||||
(buf_perm[i + 2] >> 6)];
|
*output++ = cov_2char[((buf_perm[i+1] & 0xf) << 2) |
|
||||||
|
(buf_perm[i+2] >> 6)];
|
||||||
*output++ = cov_2char[((buf_perm[i] & 3) << 4) |
|
*output++ = cov_2char[((buf_perm[i] & 3) << 4) |
|
||||||
(buf_perm[i + 1] >> 4)];
|
(buf_perm[i+1] >> 4)];
|
||||||
*output++ = cov_2char[buf_perm[i] >> 2];
|
*output++ = cov_2char[buf_perm[i] >> 2];
|
||||||
}
|
}
|
||||||
assert(i == 15);
|
assert(i == 15);
|
||||||
@@ -394,24 +410,27 @@ static char *md5crypt(const char *passwd, const char *magic, const char *salt)
|
|||||||
EVP_MD_CTX_cleanup(&md);
|
EVP_MD_CTX_cleanup(&md);
|
||||||
|
|
||||||
return out_buf;
|
return out_buf;
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
||||||
char *passwd, BIO *out, int quiet, int table,
|
char *passwd, BIO *out, int quiet, int table, int reverse,
|
||||||
int reverse, size_t pw_maxlen, int usecrypt, int use1,
|
size_t pw_maxlen, int usecrypt, int use1, int useapr1)
|
||||||
int useapr1)
|
{
|
||||||
{
|
|
||||||
char *hash = NULL;
|
char *hash = NULL;
|
||||||
|
|
||||||
assert(salt_p != NULL);
|
assert(salt_p != NULL);
|
||||||
assert(salt_malloc_p != NULL);
|
assert(salt_malloc_p != NULL);
|
||||||
|
|
||||||
/* first make sure we have a salt */
|
/* first make sure we have a salt */
|
||||||
if (!passed_salt) {
|
if (!passed_salt)
|
||||||
# ifndef OPENSSL_NO_DES
|
{
|
||||||
if (usecrypt) {
|
#ifndef OPENSSL_NO_DES
|
||||||
if (*salt_malloc_p == NULL) {
|
if (usecrypt)
|
||||||
|
{
|
||||||
|
if (*salt_malloc_p == NULL)
|
||||||
|
{
|
||||||
*salt_p = *salt_malloc_p = OPENSSL_malloc(3);
|
*salt_p = *salt_malloc_p = OPENSSL_malloc(3);
|
||||||
if (*salt_malloc_p == NULL)
|
if (*salt_malloc_p == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
@@ -421,18 +440,20 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
|||||||
(*salt_p)[0] = cov_2char[(*salt_p)[0] & 0x3f]; /* 6 bits */
|
(*salt_p)[0] = cov_2char[(*salt_p)[0] & 0x3f]; /* 6 bits */
|
||||||
(*salt_p)[1] = cov_2char[(*salt_p)[1] & 0x3f]; /* 6 bits */
|
(*salt_p)[1] = cov_2char[(*salt_p)[1] & 0x3f]; /* 6 bits */
|
||||||
(*salt_p)[2] = 0;
|
(*salt_p)[2] = 0;
|
||||||
# ifdef CHARSET_EBCDIC
|
#ifdef CHARSET_EBCDIC
|
||||||
ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert back
|
ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert
|
||||||
* to ASCII */
|
* back to ASCII */
|
||||||
# endif
|
#endif
|
||||||
}
|
}
|
||||||
# endif /* !OPENSSL_NO_DES */
|
#endif /* !OPENSSL_NO_DES */
|
||||||
|
|
||||||
# ifndef NO_MD5CRYPT_1
|
#ifndef NO_MD5CRYPT_1
|
||||||
if (use1 || useapr1) {
|
if (use1 || useapr1)
|
||||||
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (*salt_malloc_p == NULL) {
|
if (*salt_malloc_p == NULL)
|
||||||
|
{
|
||||||
*salt_p = *salt_malloc_p = OPENSSL_malloc(9);
|
*salt_p = *salt_malloc_p = OPENSSL_malloc(9);
|
||||||
if (*salt_malloc_p == NULL)
|
if (*salt_malloc_p == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
@@ -444,33 +465,30 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
|||||||
(*salt_p)[i] = cov_2char[(*salt_p)[i] & 0x3f]; /* 6 bits */
|
(*salt_p)[i] = cov_2char[(*salt_p)[i] & 0x3f]; /* 6 bits */
|
||||||
(*salt_p)[8] = 0;
|
(*salt_p)[8] = 0;
|
||||||
}
|
}
|
||||||
# endif /* !NO_MD5CRYPT_1 */
|
#endif /* !NO_MD5CRYPT_1 */
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(*salt_p != NULL);
|
assert(*salt_p != NULL);
|
||||||
|
|
||||||
/* truncate password if necessary */
|
/* truncate password if necessary */
|
||||||
if ((strlen(passwd) > pw_maxlen)) {
|
if ((strlen(passwd) > pw_maxlen))
|
||||||
|
{
|
||||||
if (!quiet)
|
if (!quiet)
|
||||||
/*
|
/* XXX: really we should know how to print a size_t, not cast it */
|
||||||
* XXX: really we should know how to print a size_t, not cast it
|
BIO_printf(bio_err, "Warning: truncating password to %u characters\n", (unsigned)pw_maxlen);
|
||||||
*/
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"Warning: truncating password to %u characters\n",
|
|
||||||
(unsigned)pw_maxlen);
|
|
||||||
passwd[pw_maxlen] = 0;
|
passwd[pw_maxlen] = 0;
|
||||||
}
|
}
|
||||||
assert(strlen(passwd) <= pw_maxlen);
|
assert(strlen(passwd) <= pw_maxlen);
|
||||||
|
|
||||||
/* now compute password hash */
|
/* now compute password hash */
|
||||||
# ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
if (usecrypt)
|
if (usecrypt)
|
||||||
hash = DES_crypt(passwd, *salt_p);
|
hash = DES_crypt(passwd, *salt_p);
|
||||||
# endif
|
#endif
|
||||||
# ifndef NO_MD5CRYPT_1
|
#ifndef NO_MD5CRYPT_1
|
||||||
if (use1 || useapr1)
|
if (use1 || useapr1)
|
||||||
hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p);
|
hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p);
|
||||||
# endif
|
#endif
|
||||||
assert(hash != NULL);
|
assert(hash != NULL);
|
||||||
|
|
||||||
if (table && !reverse)
|
if (table && !reverse)
|
||||||
@@ -481,14 +499,14 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
|
|||||||
BIO_printf(out, "%s\n", hash);
|
BIO_printf(out, "%s\n", hash);
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
fputs("Program not available.\n", stderr)
|
fputs("Program not available.\n", stderr)
|
||||||
OPENSSL_EXIT(1);
|
OPENSSL_EXIT(1);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
885
apps/pkcs12.c
885
apps/pkcs12.c
File diff suppressed because it is too large
Load Diff
264
apps/pkcs7.c
264
apps/pkcs7.c
@@ -71,8 +71,7 @@
|
|||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG pkcs7_main
|
#define PROG pkcs7_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (DER or PEM)
|
||||||
* -inform arg - input format - default PEM (DER or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -82,92 +81,96 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
PKCS7 *p7 = NULL;
|
PKCS7 *p7=NULL;
|
||||||
int i, badops = 0;
|
int i,badops=0;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in=NULL,*out=NULL;
|
||||||
int informat, outformat;
|
int informat,outformat;
|
||||||
char *infile, *outfile, *prog;
|
char *infile,*outfile,*prog;
|
||||||
int print_certs = 0, text = 0, noout = 0, p7_print = 0;
|
int print_certs=0,text=0,noout=0,p7_print=0;
|
||||||
int ret = 1;
|
int ret=1;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
outformat = str2fmt(*(++argv));
|
{
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
outformat=str2fmt(*(++argv));
|
||||||
goto bad;
|
}
|
||||||
infile = *(++argv);
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
infile= *(++argv);
|
||||||
outfile = *(++argv);
|
}
|
||||||
} else if (strcmp(*argv, "-noout") == 0)
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
noout = 1;
|
{
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
if (--argc < 1) goto bad;
|
||||||
text = 1;
|
outfile= *(++argv);
|
||||||
else if (strcmp(*argv, "-print") == 0)
|
}
|
||||||
p7_print = 1;
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
else if (strcmp(*argv, "-print_certs") == 0)
|
noout=1;
|
||||||
print_certs = 1;
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
|
text=1;
|
||||||
|
else if (strcmp(*argv,"-print") == 0)
|
||||||
|
p7_print=1;
|
||||||
|
else if (strcmp(*argv,"-print_certs") == 0)
|
||||||
|
print_certs=1;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
engine = *(++argv);
|
engine= *(++argv);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
{
|
||||||
badops = 1;
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
|
BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
" -print_certs print any certs or crl in the input\n");
|
BIO_printf(bio_err," -print_certs print any certs or crl in the input\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -text print full details of certificates\n");
|
||||||
" -text print full details of certificates\n");
|
BIO_printf(bio_err," -noout don't output encoded data\n");
|
||||||
BIO_printf(bio_err, " -noout don't output encoded data\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
ret = 1;
|
ret = 1;
|
||||||
goto end;
|
goto end;
|
||||||
@@ -179,47 +182,56 @@ int MAIN(int argc, char **argv)
|
|||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
if ((in == NULL) || (out == NULL)) {
|
if ((in == NULL) || (out == NULL))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
BIO_printf(bio_err, "unable to load input file\n");
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
ERR_print_errors(bio_err);
|
if (in == NULL)
|
||||||
|
{
|
||||||
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (informat == FORMAT_ASN1)
|
if (informat == FORMAT_ASN1)
|
||||||
p7 = d2i_PKCS7_bio(in, NULL);
|
p7=d2i_PKCS7_bio(in,NULL);
|
||||||
else if (informat == FORMAT_PEM)
|
else if (informat == FORMAT_PEM)
|
||||||
p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL);
|
p7=PEM_read_bio_PKCS7(in,NULL,NULL,NULL);
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "bad input format specified for pkcs7 object\n");
|
{
|
||||||
|
BIO_printf(bio_err,"bad input format specified for pkcs7 object\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (p7 == NULL) {
|
if (p7 == NULL)
|
||||||
BIO_printf(bio_err, "unable to load PKCS7 object\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load PKCS7 object\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -228,85 +240,81 @@ int MAIN(int argc, char **argv)
|
|||||||
if (p7_print)
|
if (p7_print)
|
||||||
PKCS7_print_ctx(out, p7, 0, NULL);
|
PKCS7_print_ctx(out, p7, 0, NULL);
|
||||||
|
|
||||||
if (print_certs) {
|
if (print_certs)
|
||||||
STACK_OF(X509) *certs = NULL;
|
{
|
||||||
STACK_OF(X509_CRL) *crls = NULL;
|
STACK_OF(X509) *certs=NULL;
|
||||||
|
STACK_OF(X509_CRL) *crls=NULL;
|
||||||
|
|
||||||
i = OBJ_obj2nid(p7->type);
|
i=OBJ_obj2nid(p7->type);
|
||||||
switch (i) {
|
switch (i)
|
||||||
|
{
|
||||||
case NID_pkcs7_signed:
|
case NID_pkcs7_signed:
|
||||||
if (p7->d.sign != NULL) {
|
certs=p7->d.sign->cert;
|
||||||
certs = p7->d.sign->cert;
|
crls=p7->d.sign->crl;
|
||||||
crls = p7->d.sign->crl;
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case NID_pkcs7_signedAndEnveloped:
|
case NID_pkcs7_signedAndEnveloped:
|
||||||
if (p7->d.signed_and_enveloped != NULL) {
|
certs=p7->d.signed_and_enveloped->cert;
|
||||||
certs = p7->d.signed_and_enveloped->cert;
|
crls=p7->d.signed_and_enveloped->crl;
|
||||||
crls = p7->d.signed_and_enveloped->crl;
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (certs != NULL) {
|
if (certs != NULL)
|
||||||
|
{
|
||||||
X509 *x;
|
X509 *x;
|
||||||
|
|
||||||
for (i = 0; i < sk_X509_num(certs); i++) {
|
for (i=0; i<sk_X509_num(certs); i++)
|
||||||
x = sk_X509_value(certs, i);
|
{
|
||||||
if (text)
|
x=sk_X509_value(certs,i);
|
||||||
X509_print(out, x);
|
if(text) X509_print(out, x);
|
||||||
else
|
else dump_cert_text(out, x);
|
||||||
dump_cert_text(out, x);
|
|
||||||
|
|
||||||
if (!noout)
|
if(!noout) PEM_write_bio_X509(out,x);
|
||||||
PEM_write_bio_X509(out, x);
|
BIO_puts(out,"\n");
|
||||||
BIO_puts(out, "\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (crls != NULL) {
|
if (crls != NULL)
|
||||||
|
{
|
||||||
X509_CRL *crl;
|
X509_CRL *crl;
|
||||||
|
|
||||||
for (i = 0; i < sk_X509_CRL_num(crls); i++) {
|
for (i=0; i<sk_X509_CRL_num(crls); i++)
|
||||||
crl = sk_X509_CRL_value(crls, i);
|
{
|
||||||
|
crl=sk_X509_CRL_value(crls,i);
|
||||||
|
|
||||||
X509_CRL_print(out, crl);
|
X509_CRL_print(out, crl);
|
||||||
|
|
||||||
if (!noout)
|
if(!noout)PEM_write_bio_X509_CRL(out,crl);
|
||||||
PEM_write_bio_X509_CRL(out, crl);
|
BIO_puts(out,"\n");
|
||||||
BIO_puts(out, "\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = 0;
|
ret=0;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout) {
|
if(!noout) {
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_PKCS7_bio(out, p7);
|
i=i2d_PKCS7_bio(out,p7);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_PKCS7(out, p7);
|
i=PEM_write_bio_PKCS7(out,p7);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!i) {
|
if (!i)
|
||||||
BIO_printf(bio_err, "unable to write pkcs7 object\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write pkcs7 object\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (p7 != NULL)
|
if (p7 != NULL) PKCS7_free(p7);
|
||||||
PKCS7_free(p7);
|
if (in != NULL) BIO_free(in);
|
||||||
if (in != NULL)
|
if (out != NULL) BIO_free_all(out);
|
||||||
BIO_free(in);
|
|
||||||
if (out != NULL)
|
|
||||||
BIO_free_all(out);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
283
apps/pkcs8.c
283
apps/pkcs8.c
@@ -1,7 +1,6 @@
|
|||||||
/* pkcs8.c */
|
/* pkcs8.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 1999-2004.
|
||||||
* 1999-2004.
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
||||||
@@ -69,7 +68,7 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
char **args, *infile = NULL, *outfile = NULL;
|
char **args, *infile = NULL, *outfile = NULL;
|
||||||
char *passargin = NULL, *passargout = NULL;
|
char *passargin = NULL, *passargout = NULL;
|
||||||
@@ -83,141 +82,159 @@ int MAIN(int argc, char **argv)
|
|||||||
int nocrypt = 0;
|
int nocrypt = 0;
|
||||||
X509_SIG *p8 = NULL;
|
X509_SIG *p8 = NULL;
|
||||||
PKCS8_PRIV_KEY_INFO *p8inf = NULL;
|
PKCS8_PRIV_KEY_INFO *p8inf = NULL;
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey=NULL;
|
||||||
char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL;
|
char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL;
|
||||||
int badarg = 0;
|
int badarg = 0;
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
args = argv + 1;
|
args = argv + 1;
|
||||||
while (!badarg && *args && *args[0] == '-') {
|
while (!badarg && *args && *args[0] == '-')
|
||||||
if (!strcmp(*args, "-v2")) {
|
{
|
||||||
if (args[1]) {
|
if (!strcmp(*args,"-v2"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
cipher = EVP_get_cipherbyname(*args);
|
cipher=EVP_get_cipherbyname(*args);
|
||||||
if (!cipher) {
|
if (!cipher)
|
||||||
BIO_printf(bio_err, "Unknown cipher %s\n", *args);
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Unknown cipher %s\n", *args);
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else
|
||||||
} else if (!strcmp(*args, "-v1")) {
|
|
||||||
if (args[1]) {
|
|
||||||
args++;
|
|
||||||
pbe_nid = OBJ_txt2nid(*args);
|
|
||||||
if (pbe_nid == NID_undef) {
|
|
||||||
BIO_printf(bio_err, "Unknown PBE algorithm %s\n", *args);
|
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
} else
|
else if (!strcmp(*args,"-v1"))
|
||||||
badarg = 1;
|
{
|
||||||
} else if (!strcmp(*args, "-inform")) {
|
if (args[1])
|
||||||
if (args[1]) {
|
{
|
||||||
args++;
|
args++;
|
||||||
informat = str2fmt(*args);
|
pbe_nid=OBJ_txt2nid(*args);
|
||||||
} else
|
if (pbe_nid == NID_undef)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Unknown PBE algorithm %s\n", *args);
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
} else if (!strcmp(*args, "-outform")) {
|
}
|
||||||
if (args[1]) {
|
}
|
||||||
|
else
|
||||||
|
badarg = 1;
|
||||||
|
}
|
||||||
|
else if (!strcmp(*args,"-inform"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outformat = str2fmt(*args);
|
informat=str2fmt(*args);
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-topk8"))
|
}
|
||||||
|
else if (!strcmp(*args,"-outform"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
|
args++;
|
||||||
|
outformat=str2fmt(*args);
|
||||||
|
}
|
||||||
|
else badarg = 1;
|
||||||
|
}
|
||||||
|
else if (!strcmp (*args, "-topk8"))
|
||||||
topk8 = 1;
|
topk8 = 1;
|
||||||
else if (!strcmp(*args, "-noiter"))
|
else if (!strcmp (*args, "-noiter"))
|
||||||
iter = 1;
|
iter = 1;
|
||||||
else if (!strcmp(*args, "-nocrypt"))
|
else if (!strcmp (*args, "-nocrypt"))
|
||||||
nocrypt = 1;
|
nocrypt = 1;
|
||||||
else if (!strcmp(*args, "-nooct"))
|
else if (!strcmp (*args, "-nooct"))
|
||||||
p8_broken = PKCS8_NO_OCTET;
|
p8_broken = PKCS8_NO_OCTET;
|
||||||
else if (!strcmp(*args, "-nsdb"))
|
else if (!strcmp (*args, "-nsdb"))
|
||||||
p8_broken = PKCS8_NS_DB;
|
p8_broken = PKCS8_NS_DB;
|
||||||
else if (!strcmp(*args, "-embed"))
|
else if (!strcmp (*args, "-embed"))
|
||||||
p8_broken = PKCS8_EMBEDDED_PARAM;
|
p8_broken = PKCS8_EMBEDDED_PARAM;
|
||||||
else if (!strcmp(*args, "-passin")) {
|
else if (!strcmp(*args,"-passin"))
|
||||||
if (!args[1])
|
{
|
||||||
goto bad;
|
if (!args[1]) goto bad;
|
||||||
passargin = *(++args);
|
passargin= *(++args);
|
||||||
} else if (!strcmp(*args, "-passout")) {
|
}
|
||||||
if (!args[1])
|
else if (!strcmp(*args,"-passout"))
|
||||||
goto bad;
|
{
|
||||||
passargout = *(++args);
|
if (!args[1]) goto bad;
|
||||||
|
passargout= *(++args);
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*args, "-engine") == 0) {
|
else if (strcmp(*args,"-engine") == 0)
|
||||||
if (!args[1])
|
{
|
||||||
goto bad;
|
if (!args[1]) goto bad;
|
||||||
engine = *(++args);
|
engine= *(++args);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (!strcmp(*args, "-in")) {
|
else if (!strcmp (*args, "-in"))
|
||||||
if (args[1]) {
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
infile = *args;
|
infile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-out")) {
|
}
|
||||||
if (args[1]) {
|
else if (!strcmp (*args, "-out"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outfile = *args;
|
outfile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
args++;
|
args++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badarg) {
|
if (badarg)
|
||||||
|
{
|
||||||
bad:
|
bad:
|
||||||
BIO_printf(bio_err, "Usage pkcs8 [options]\n");
|
BIO_printf(bio_err, "Usage pkcs8 [options]\n");
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, "-in file input file\n");
|
BIO_printf(bio_err, "-in file input file\n");
|
||||||
BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
|
BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
|
||||||
"-passin arg input file pass phrase source\n");
|
|
||||||
BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
|
BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf(bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
|
||||||
"-passout arg output file pass phrase source\n");
|
|
||||||
BIO_printf(bio_err, "-topk8 output PKCS8 file\n");
|
BIO_printf(bio_err, "-topk8 output PKCS8 file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-nooct use (nonstandard) no octet format\n");
|
||||||
"-nooct use (nonstandard) no octet format\n");
|
BIO_printf(bio_err, "-embed use (nonstandard) embedded DSA parameters format\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-nsdb use (nonstandard) DSA Netscape DB format\n");
|
||||||
"-embed use (nonstandard) embedded DSA parameters format\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-nsdb use (nonstandard) DSA Netscape DB format\n");
|
|
||||||
BIO_printf(bio_err, "-noiter use 1 as iteration count\n");
|
BIO_printf(bio_err, "-noiter use 1 as iteration count\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-nocrypt use or expect unencrypted private key\n");
|
||||||
"-nocrypt use or expect unencrypted private key\n");
|
BIO_printf(bio_err, "-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");
|
||||||
"-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
BIO_printf(bio_err, "Error getting passwords\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -225,21 +242,30 @@ int MAIN(int argc, char **argv)
|
|||||||
if ((pbe_nid == -1) && !cipher)
|
if ((pbe_nid == -1) && !cipher)
|
||||||
pbe_nid = NID_pbeWithMD5AndDES_CBC;
|
pbe_nid = NID_pbeWithMD5AndDES_CBC;
|
||||||
|
|
||||||
if (infile) {
|
if (infile)
|
||||||
if (!(in = BIO_new_file(infile, "rb"))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open input file %s\n", infile);
|
if (!(in = BIO_new_file(infile, "rb")))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Can't open input file %s\n", infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
else
|
||||||
|
in = BIO_new_fp (stdin, BIO_NOCLOSE);
|
||||||
|
|
||||||
if (outfile) {
|
if (outfile)
|
||||||
if (!(out = BIO_new_file(outfile, "wb"))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open output file %s\n", outfile);
|
if (!(out = BIO_new_file (outfile, "wb")))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Can't open output file %s\n", outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
else
|
||||||
|
{
|
||||||
|
out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -247,37 +273,45 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
if (topk8) {
|
if (topk8)
|
||||||
pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
|
{
|
||||||
|
pkey = load_key(bio_err, infile, informat, 1,
|
||||||
|
passin, e, "key");
|
||||||
if (!pkey)
|
if (!pkey)
|
||||||
goto end;
|
goto end;
|
||||||
if (!(p8inf = EVP_PKEY2PKCS8_broken(pkey, p8_broken))) {
|
if (!(p8inf = EVP_PKEY2PKCS8_broken(pkey, p8_broken)))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error converting key\n");
|
BIO_printf(bio_err, "Error converting key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (nocrypt) {
|
if (nocrypt)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_PEM)
|
if (outformat == FORMAT_PEM)
|
||||||
PEM_write_bio_PKCS8_PRIV_KEY_INFO(out, p8inf);
|
PEM_write_bio_PKCS8_PRIV_KEY_INFO(out, p8inf);
|
||||||
else if (outformat == FORMAT_ASN1)
|
else if (outformat == FORMAT_ASN1)
|
||||||
i2d_PKCS8_PRIV_KEY_INFO_bio(out, p8inf);
|
i2d_PKCS8_PRIV_KEY_INFO_bio(out, p8inf);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
if (passout)
|
if (passout)
|
||||||
p8pass = passout;
|
p8pass = passout;
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
p8pass = pass;
|
p8pass = pass;
|
||||||
if (EVP_read_pw_string
|
if (EVP_read_pw_string(pass, sizeof pass, "Enter Encryption Password:", 1))
|
||||||
(pass, sizeof pass, "Enter Encryption Password:", 1))
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
app_RAND_load_file(NULL, bio_err, 0);
|
app_RAND_load_file(NULL, bio_err, 0);
|
||||||
if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
|
if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
|
||||||
p8pass, strlen(p8pass),
|
p8pass, strlen(p8pass),
|
||||||
NULL, 0, iter, p8inf))) {
|
NULL, 0, iter, p8inf)))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error encrypting key\n");
|
BIO_printf(bio_err, "Error encrypting key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -287,7 +321,8 @@ int MAIN(int argc, char **argv)
|
|||||||
PEM_write_bio_PKCS8(out, p8);
|
PEM_write_bio_PKCS8(out, p8);
|
||||||
else if (outformat == FORMAT_ASN1)
|
else if (outformat == FORMAT_ASN1)
|
||||||
i2d_PKCS8_bio(out, p8);
|
i2d_PKCS8_bio(out, p8);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -297,54 +332,65 @@ int MAIN(int argc, char **argv)
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nocrypt) {
|
if (nocrypt)
|
||||||
|
{
|
||||||
if (informat == FORMAT_PEM)
|
if (informat == FORMAT_PEM)
|
||||||
p8inf = PEM_read_bio_PKCS8_PRIV_KEY_INFO(in, NULL, NULL, NULL);
|
p8inf = PEM_read_bio_PKCS8_PRIV_KEY_INFO(in,NULL,NULL, NULL);
|
||||||
else if (informat == FORMAT_ASN1)
|
else if (informat == FORMAT_ASN1)
|
||||||
p8inf = d2i_PKCS8_PRIV_KEY_INFO_bio(in, NULL);
|
p8inf = d2i_PKCS8_PRIV_KEY_INFO_bio(in, NULL);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
if (informat == FORMAT_PEM)
|
if (informat == FORMAT_PEM)
|
||||||
p8 = PEM_read_bio_PKCS8(in, NULL, NULL, NULL);
|
p8 = PEM_read_bio_PKCS8(in, NULL, NULL, NULL);
|
||||||
else if (informat == FORMAT_ASN1)
|
else if (informat == FORMAT_ASN1)
|
||||||
p8 = d2i_PKCS8_bio(in, NULL);
|
p8 = d2i_PKCS8_bio(in, NULL);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!p8) {
|
if (!p8)
|
||||||
BIO_printf(bio_err, "Error reading key\n");
|
{
|
||||||
|
BIO_printf (bio_err, "Error reading key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (passin)
|
if (passin)
|
||||||
p8pass = passin;
|
p8pass = passin;
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
p8pass = pass;
|
p8pass = pass;
|
||||||
EVP_read_pw_string(pass, sizeof pass, "Enter Password:", 0);
|
EVP_read_pw_string(pass, sizeof pass, "Enter Password:", 0);
|
||||||
}
|
}
|
||||||
p8inf = PKCS8_decrypt(p8, p8pass, strlen(p8pass));
|
p8inf = PKCS8_decrypt(p8, p8pass, strlen(p8pass));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!p8inf) {
|
if (!p8inf)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error decrypting key\n");
|
BIO_printf(bio_err, "Error decrypting key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(pkey = EVP_PKCS82PKEY(p8inf))) {
|
if (!(pkey = EVP_PKCS82PKEY(p8inf)))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error converting key\n");
|
BIO_printf(bio_err, "Error converting key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p8inf->broken) {
|
if (p8inf->broken)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Warning: broken key encoding: ");
|
BIO_printf(bio_err, "Warning: broken key encoding: ");
|
||||||
switch (p8inf->broken) {
|
switch (p8inf->broken)
|
||||||
|
{
|
||||||
case PKCS8_NO_OCTET:
|
case PKCS8_NO_OCTET:
|
||||||
BIO_printf(bio_err, "No Octet String in PrivateKey\n");
|
BIO_printf(bio_err, "No Octet String in PrivateKey\n");
|
||||||
break;
|
break;
|
||||||
@@ -371,7 +417,8 @@ int MAIN(int argc, char **argv)
|
|||||||
PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout);
|
PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout);
|
||||||
else if (outformat == FORMAT_ASN1)
|
else if (outformat == FORMAT_ASN1)
|
||||||
i2d_PrivateKey_bio(out, pkey);
|
i2d_PrivateKey_bio(out, pkey);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -389,4 +436,4 @@ int MAIN(int argc, char **argv)
|
|||||||
OPENSSL_free(passout);
|
OPENSSL_free(passout);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
187
apps/pkey.c
187
apps/pkey.c
@@ -1,7 +1,6 @@
|
|||||||
/* apps/pkey.c */
|
/* apps/pkey.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 2006
|
||||||
* 2006
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
||||||
@@ -68,7 +67,7 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
char **args, *infile = NULL, *outfile = NULL;
|
char **args, *infile = NULL, *outfile = NULL;
|
||||||
char *passargin = NULL, *passargout = NULL;
|
char *passargin = NULL, *passargout = NULL;
|
||||||
@@ -76,124 +75,150 @@ int MAIN(int argc, char **argv)
|
|||||||
const EVP_CIPHER *cipher = NULL;
|
const EVP_CIPHER *cipher = NULL;
|
||||||
int informat, outformat;
|
int informat, outformat;
|
||||||
int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0;
|
int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0;
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey=NULL;
|
||||||
char *passin = NULL, *passout = NULL;
|
char *passin = NULL, *passout = NULL;
|
||||||
int badarg = 0;
|
int badarg = 0;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
args = argv + 1;
|
args = argv + 1;
|
||||||
while (!badarg && *args && *args[0] == '-') {
|
while (!badarg && *args && *args[0] == '-')
|
||||||
if (!strcmp(*args, "-inform")) {
|
{
|
||||||
if (args[1]) {
|
if (!strcmp(*args,"-inform"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
informat = str2fmt(*args);
|
informat=str2fmt(*args);
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-outform")) {
|
}
|
||||||
if (args[1]) {
|
else if (!strcmp(*args,"-outform"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outformat = str2fmt(*args);
|
outformat=str2fmt(*args);
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-passin")) {
|
}
|
||||||
if (!args[1])
|
else if (!strcmp(*args,"-passin"))
|
||||||
goto bad;
|
{
|
||||||
passargin = *(++args);
|
if (!args[1]) goto bad;
|
||||||
} else if (!strcmp(*args, "-passout")) {
|
passargin= *(++args);
|
||||||
if (!args[1])
|
}
|
||||||
goto bad;
|
else if (!strcmp(*args,"-passout"))
|
||||||
passargout = *(++args);
|
{
|
||||||
|
if (!args[1]) goto bad;
|
||||||
|
passargout= *(++args);
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*args, "-engine") == 0) {
|
else if (strcmp(*args,"-engine") == 0)
|
||||||
if (!args[1])
|
{
|
||||||
goto bad;
|
if (!args[1]) goto bad;
|
||||||
engine = *(++args);
|
engine= *(++args);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (!strcmp(*args, "-in")) {
|
else if (!strcmp (*args, "-in"))
|
||||||
if (args[1]) {
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
infile = *args;
|
infile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-out")) {
|
}
|
||||||
if (args[1]) {
|
else if (!strcmp (*args, "-out"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outfile = *args;
|
outfile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (strcmp(*args, "-pubin") == 0) {
|
}
|
||||||
pubin = 1;
|
else if (strcmp(*args,"-pubin") == 0)
|
||||||
pubout = 1;
|
{
|
||||||
pubtext = 1;
|
pubin=1;
|
||||||
} else if (strcmp(*args, "-pubout") == 0)
|
pubout=1;
|
||||||
pubout = 1;
|
pubtext=1;
|
||||||
else if (strcmp(*args, "-text_pub") == 0) {
|
}
|
||||||
pubtext = 1;
|
else if (strcmp(*args,"-pubout") == 0)
|
||||||
text = 1;
|
pubout=1;
|
||||||
} else if (strcmp(*args, "-text") == 0)
|
else if (strcmp(*args,"-text_pub") == 0)
|
||||||
text = 1;
|
{
|
||||||
else if (strcmp(*args, "-noout") == 0)
|
pubtext=1;
|
||||||
noout = 1;
|
text=1;
|
||||||
else {
|
}
|
||||||
|
else if (strcmp(*args,"-text") == 0)
|
||||||
|
text=1;
|
||||||
|
else if (strcmp(*args,"-noout") == 0)
|
||||||
|
noout=1;
|
||||||
|
else
|
||||||
|
{
|
||||||
cipher = EVP_get_cipherbyname(*args + 1);
|
cipher = EVP_get_cipherbyname(*args + 1);
|
||||||
if (!cipher) {
|
if (!cipher)
|
||||||
BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1);
|
{
|
||||||
|
BIO_printf(bio_err, "Unknown cipher %s\n",
|
||||||
|
*args + 1);
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
args++;
|
args++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badarg) {
|
if (badarg)
|
||||||
|
{
|
||||||
bad:
|
bad:
|
||||||
BIO_printf(bio_err, "Usage pkey [options]\n");
|
BIO_printf(bio_err, "Usage pkey [options]\n");
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, "-in file input file\n");
|
BIO_printf(bio_err, "-in file input file\n");
|
||||||
BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
|
BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
|
||||||
"-passin arg input file pass phrase source\n");
|
|
||||||
BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
|
BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf(bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
|
||||||
"-passout arg output file pass phrase source\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
BIO_printf(bio_err, "Error getting passwords\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile) {
|
if (outfile)
|
||||||
if (!(out = BIO_new_file(outfile, "wb"))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open output file %s\n", outfile);
|
if (!(out = BIO_new_file (outfile, "wb")))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Can't open output file %s\n", outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
else
|
||||||
|
{
|
||||||
|
out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -206,30 +231,38 @@ int MAIN(int argc, char **argv)
|
|||||||
pkey = load_pubkey(bio_err, infile, informat, 1,
|
pkey = load_pubkey(bio_err, infile, informat, 1,
|
||||||
passin, e, "Public Key");
|
passin, e, "Public Key");
|
||||||
else
|
else
|
||||||
pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
|
pkey = load_key(bio_err, infile, informat, 1,
|
||||||
|
passin, e, "key");
|
||||||
if (!pkey)
|
if (!pkey)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (!noout) {
|
if (!noout)
|
||||||
if (outformat == FORMAT_PEM) {
|
{
|
||||||
|
if (outformat == FORMAT_PEM)
|
||||||
|
{
|
||||||
if (pubout)
|
if (pubout)
|
||||||
PEM_write_bio_PUBKEY(out, pkey);
|
PEM_write_bio_PUBKEY(out,pkey);
|
||||||
else
|
else
|
||||||
PEM_write_bio_PrivateKey(out, pkey, cipher,
|
PEM_write_bio_PrivateKey(out, pkey, cipher,
|
||||||
NULL, 0, NULL, passout);
|
NULL, 0, NULL, passout);
|
||||||
} else if (outformat == FORMAT_ASN1) {
|
}
|
||||||
|
else if (outformat == FORMAT_ASN1)
|
||||||
|
{
|
||||||
if (pubout)
|
if (pubout)
|
||||||
i2d_PUBKEY_bio(out, pkey);
|
i2d_PUBKEY_bio(out, pkey);
|
||||||
else
|
else
|
||||||
i2d_PrivateKey_bio(out, pkey);
|
i2d_PrivateKey_bio(out, pkey);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad format specified for key\n");
|
BIO_printf(bio_err, "Bad format specified for key\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
if (text)
|
||||||
|
{
|
||||||
if (pubtext)
|
if (pubtext)
|
||||||
EVP_PKEY_print_public(out, pkey, 0, NULL);
|
EVP_PKEY_print_public(out, pkey, 0, NULL);
|
||||||
else
|
else
|
||||||
@@ -248,4 +281,4 @@ int MAIN(int argc, char **argv)
|
|||||||
OPENSSL_free(passout);
|
OPENSSL_free(passout);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/* apps/pkeyparam.c */
|
/* apps/pkeyparam.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 2006
|
||||||
* 2006
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
||||||
@@ -68,19 +67,19 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
char **args, *infile = NULL, *outfile = NULL;
|
char **args, *infile = NULL, *outfile = NULL;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in = NULL, *out = NULL;
|
||||||
int text = 0, noout = 0;
|
int text = 0, noout = 0;
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey=NULL;
|
||||||
int badarg = 0;
|
int badarg = 0;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
@@ -88,36 +87,43 @@ int MAIN(int argc, char **argv)
|
|||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
args = argv + 1;
|
args = argv + 1;
|
||||||
while (!badarg && *args && *args[0] == '-') {
|
while (!badarg && *args && *args[0] == '-')
|
||||||
if (!strcmp(*args, "-in")) {
|
{
|
||||||
if (args[1]) {
|
if (!strcmp (*args, "-in"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
infile = *args;
|
infile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
} else if (!strcmp(*args, "-out")) {
|
}
|
||||||
if (args[1]) {
|
else if (!strcmp (*args, "-out"))
|
||||||
|
{
|
||||||
|
if (args[1])
|
||||||
|
{
|
||||||
args++;
|
args++;
|
||||||
outfile = *args;
|
outfile = *args;
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*args, "-engine") == 0) {
|
else if (strcmp(*args,"-engine") == 0)
|
||||||
if (!args[1])
|
{
|
||||||
goto bad;
|
if (!args[1]) goto bad;
|
||||||
engine = *(++args);
|
engine= *(++args);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
else if (strcmp(*args, "-text") == 0)
|
else if (strcmp(*args,"-text") == 0)
|
||||||
text = 1;
|
text=1;
|
||||||
else if (strcmp(*args, "-noout") == 0)
|
else if (strcmp(*args,"-noout") == 0)
|
||||||
noout = 1;
|
noout=1;
|
||||||
args++;
|
args++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badarg) {
|
if (badarg)
|
||||||
|
{
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
bad:
|
bad:
|
||||||
#endif
|
#endif
|
||||||
@@ -126,33 +132,41 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_printf(bio_err, "-in file input file\n");
|
BIO_printf(bio_err, "-in file input file\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf(bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err, "-text print parameters as text\n");
|
BIO_printf(bio_err, "-text print parameters as text\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-noout don't output encoded parameters\n");
|
||||||
"-noout don't output encoded parameters\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (infile) {
|
if (infile)
|
||||||
if (!(in = BIO_new_file(infile, "r"))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open input file %s\n", infile);
|
if (!(in = BIO_new_file (infile, "r")))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Can't open input file %s\n", infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
else
|
||||||
|
in = BIO_new_fp (stdin, BIO_NOCLOSE);
|
||||||
|
|
||||||
if (outfile) {
|
if (outfile)
|
||||||
if (!(out = BIO_new_file(outfile, "w"))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open output file %s\n", outfile);
|
if (!(out = BIO_new_file (outfile, "w")))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,
|
||||||
|
"Can't open output file %s\n", outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
else
|
||||||
|
{
|
||||||
|
out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -162,14 +176,15 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkey = PEM_read_bio_Parameters(in, NULL);
|
pkey = PEM_read_bio_Parameters(in, NULL);
|
||||||
if (!pkey) {
|
if (!pkey)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error reading parameters\n");
|
BIO_printf(bio_err, "Error reading parameters\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout)
|
if (!noout)
|
||||||
PEM_write_bio_Parameters(out, pkey);
|
PEM_write_bio_Parameters(out,pkey);
|
||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
EVP_PKEY_print_params(out, pkey, 0, NULL);
|
EVP_PKEY_print_params(out, pkey, 0, NULL);
|
||||||
@@ -182,4 +197,4 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
267
apps/pkeyutl.c
267
apps/pkeyutl.c
@@ -1,6 +1,5 @@
|
|||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 2006.
|
||||||
* 2006.
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
|
||||||
@@ -56,6 +55,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
@@ -107,108 +107,121 @@ int MAIN(int argc, char **argv)
|
|||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
|
|
||||||
if (!bio_err)
|
if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
|
|
||||||
while (argc >= 1) {
|
while(argc >= 1)
|
||||||
if (!strcmp(*argv, "-in")) {
|
{
|
||||||
|
if (!strcmp(*argv,"-in"))
|
||||||
|
{
|
||||||
|
if (--argc < 1) badarg = 1;
|
||||||
|
else infile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (!strcmp(*argv,"-out"))
|
||||||
|
{
|
||||||
|
if (--argc < 1) badarg = 1;
|
||||||
|
else outfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (!strcmp(*argv,"-sigfile"))
|
||||||
|
{
|
||||||
|
if (--argc < 1) badarg = 1;
|
||||||
|
else sigfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if(!strcmp(*argv, "-inkey"))
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
infile = *(++argv);
|
{
|
||||||
} else if (!strcmp(*argv, "-out")) {
|
|
||||||
if (--argc < 1)
|
|
||||||
badarg = 1;
|
|
||||||
else
|
|
||||||
outfile = *(++argv);
|
|
||||||
} else if (!strcmp(*argv, "-sigfile")) {
|
|
||||||
if (--argc < 1)
|
|
||||||
badarg = 1;
|
|
||||||
else
|
|
||||||
sigfile = *(++argv);
|
|
||||||
} else if (!strcmp(*argv, "-inkey")) {
|
|
||||||
if (--argc < 1)
|
|
||||||
badarg = 1;
|
|
||||||
else {
|
|
||||||
ctx = init_ctx(&keysize,
|
ctx = init_ctx(&keysize,
|
||||||
*(++argv), keyform, key_type,
|
*(++argv), keyform, key_type,
|
||||||
passargin, pkey_op, e);
|
passargin, pkey_op, e);
|
||||||
if (!ctx) {
|
if (!ctx)
|
||||||
BIO_puts(bio_err, "Error initializing context\n");
|
{
|
||||||
|
BIO_puts(bio_err,
|
||||||
|
"Error initializing context\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (!strcmp(*argv, "-peerkey")) {
|
}
|
||||||
|
else if (!strcmp(*argv,"-peerkey"))
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else if (!setup_peer(bio_err, ctx, peerform, *(++argv)))
|
else if (!setup_peer(bio_err, ctx, peerform, *(++argv)))
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
} else if (!strcmp(*argv, "-passin")) {
|
}
|
||||||
if (--argc < 1)
|
else if (!strcmp(*argv,"-passin"))
|
||||||
badarg = 1;
|
{
|
||||||
else
|
if (--argc < 1) badarg = 1;
|
||||||
passargin = *(++argv);
|
else passargin= *(++argv);
|
||||||
} else if (strcmp(*argv, "-peerform") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-peerform") == 0)
|
||||||
badarg = 1;
|
{
|
||||||
else
|
if (--argc < 1) badarg = 1;
|
||||||
peerform = str2fmt(*(++argv));
|
else peerform=str2fmt(*(++argv));
|
||||||
} else if (strcmp(*argv, "-keyform") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-keyform") == 0)
|
||||||
badarg = 1;
|
{
|
||||||
else
|
if (--argc < 1) badarg = 1;
|
||||||
keyform = str2fmt(*(++argv));
|
else keyform=str2fmt(*(++argv));
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (!strcmp(*argv, "-engine")) {
|
else if(!strcmp(*argv, "-engine"))
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
e = setup_engine(bio_err, *(++argv), 0);
|
e = setup_engine(bio_err, *(++argv), 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (!strcmp(*argv, "-pubin"))
|
else if(!strcmp(*argv, "-pubin"))
|
||||||
key_type = KEY_PUBKEY;
|
key_type = KEY_PUBKEY;
|
||||||
else if (!strcmp(*argv, "-certin"))
|
else if(!strcmp(*argv, "-certin"))
|
||||||
key_type = KEY_CERT;
|
key_type = KEY_CERT;
|
||||||
else if (!strcmp(*argv, "-asn1parse"))
|
else if(!strcmp(*argv, "-asn1parse"))
|
||||||
asn1parse = 1;
|
asn1parse = 1;
|
||||||
else if (!strcmp(*argv, "-hexdump"))
|
else if(!strcmp(*argv, "-hexdump"))
|
||||||
hexdump = 1;
|
hexdump = 1;
|
||||||
else if (!strcmp(*argv, "-sign"))
|
else if(!strcmp(*argv, "-sign"))
|
||||||
pkey_op = EVP_PKEY_OP_SIGN;
|
pkey_op = EVP_PKEY_OP_SIGN;
|
||||||
else if (!strcmp(*argv, "-verify"))
|
else if(!strcmp(*argv, "-verify"))
|
||||||
pkey_op = EVP_PKEY_OP_VERIFY;
|
pkey_op = EVP_PKEY_OP_VERIFY;
|
||||||
else if (!strcmp(*argv, "-verifyrecover"))
|
else if(!strcmp(*argv, "-verifyrecover"))
|
||||||
pkey_op = EVP_PKEY_OP_VERIFYRECOVER;
|
pkey_op = EVP_PKEY_OP_VERIFYRECOVER;
|
||||||
else if (!strcmp(*argv, "-rev"))
|
else if(!strcmp(*argv, "-rev"))
|
||||||
rev = 1;
|
rev = 1;
|
||||||
else if (!strcmp(*argv, "-encrypt"))
|
else if(!strcmp(*argv, "-encrypt"))
|
||||||
pkey_op = EVP_PKEY_OP_ENCRYPT;
|
pkey_op = EVP_PKEY_OP_ENCRYPT;
|
||||||
else if (!strcmp(*argv, "-decrypt"))
|
else if(!strcmp(*argv, "-decrypt"))
|
||||||
pkey_op = EVP_PKEY_OP_DECRYPT;
|
pkey_op = EVP_PKEY_OP_DECRYPT;
|
||||||
else if (!strcmp(*argv, "-derive"))
|
else if(!strcmp(*argv, "-derive"))
|
||||||
pkey_op = EVP_PKEY_OP_DERIVE;
|
pkey_op = EVP_PKEY_OP_DERIVE;
|
||||||
else if (strcmp(*argv, "-pkeyopt") == 0) {
|
else if (strcmp(*argv,"-pkeyopt") == 0)
|
||||||
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else if (!ctx) {
|
else if (!ctx)
|
||||||
BIO_puts(bio_err, "-pkeyopt command before -inkey\n");
|
{
|
||||||
|
BIO_puts(bio_err,
|
||||||
|
"-pkeyopt command before -inkey\n");
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
} else if (pkey_ctrl_string(ctx, *(++argv)) <= 0) {
|
}
|
||||||
|
else if (pkey_ctrl_string(ctx, *(++argv)) <= 0)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "parameter setting error\n");
|
BIO_puts(bio_err, "parameter setting error\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
badarg = 1;
|
else badarg = 1;
|
||||||
if (badarg) {
|
if(badarg)
|
||||||
|
{
|
||||||
usage();
|
usage();
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -216,17 +229,20 @@ int MAIN(int argc, char **argv)
|
|||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ctx) {
|
if (!ctx)
|
||||||
|
{
|
||||||
usage();
|
usage();
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY)) {
|
if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY))
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Signature file specified for non verify\n");
|
BIO_puts(bio_err, "Signature file specified for non verify\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY)) {
|
if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY))
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "No signature file specified for verify\n");
|
BIO_puts(bio_err, "No signature file specified for verify\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -234,24 +250,33 @@ int MAIN(int argc, char **argv)
|
|||||||
/* FIXME: seed PRNG only if needed */
|
/* FIXME: seed PRNG only if needed */
|
||||||
app_RAND_load_file(NULL, bio_err, 0);
|
app_RAND_load_file(NULL, bio_err, 0);
|
||||||
|
|
||||||
if (pkey_op != EVP_PKEY_OP_DERIVE) {
|
if (pkey_op != EVP_PKEY_OP_DERIVE)
|
||||||
if (infile) {
|
{
|
||||||
if (!(in = BIO_new_file(infile, "rb"))) {
|
if(infile)
|
||||||
BIO_puts(bio_err, "Error Opening Input File\n");
|
{
|
||||||
|
if(!(in = BIO_new_file(infile, "rb")))
|
||||||
|
{
|
||||||
|
BIO_puts(bio_err,
|
||||||
|
"Error Opening Input File\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile) {
|
if(outfile)
|
||||||
if (!(out = BIO_new_file(outfile, "wb"))) {
|
{
|
||||||
|
if(!(out = BIO_new_file(outfile, "wb")))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error Creating Output File\n");
|
BIO_printf(bio_err, "Error Creating Output File\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
@@ -261,32 +286,40 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sigfile) {
|
if (sigfile)
|
||||||
|
{
|
||||||
BIO *sigbio = BIO_new_file(sigfile, "rb");
|
BIO *sigbio = BIO_new_file(sigfile, "rb");
|
||||||
if (!sigbio) {
|
if (!sigbio)
|
||||||
BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
|
{
|
||||||
|
BIO_printf(bio_err, "Can't open signature file %s\n",
|
||||||
|
sigfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
siglen = bio_to_mem(&sig, keysize * 10, sigbio);
|
siglen = bio_to_mem(&sig, keysize * 10, sigbio);
|
||||||
BIO_free(sigbio);
|
BIO_free(sigbio);
|
||||||
if (siglen <= 0) {
|
if (siglen <= 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error reading signature data\n");
|
BIO_printf(bio_err, "Error reading signature data\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in) {
|
if (in)
|
||||||
|
{
|
||||||
/* Read the input data */
|
/* Read the input data */
|
||||||
buf_inlen = bio_to_mem(&buf_in, keysize * 10, in);
|
buf_inlen = bio_to_mem(&buf_in, keysize * 10, in);
|
||||||
if (buf_inlen <= 0) {
|
if(buf_inlen <= 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error reading input Data\n");
|
BIO_printf(bio_err, "Error reading input Data\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (rev) {
|
if(rev)
|
||||||
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
unsigned char ctmp;
|
unsigned char ctmp;
|
||||||
size_t l = (size_t)buf_inlen;
|
size_t l = (size_t)buf_inlen;
|
||||||
for (i = 0; i < l / 2; i++) {
|
for(i = 0; i < l/2; i++)
|
||||||
|
{
|
||||||
ctmp = buf_in[i];
|
ctmp = buf_in[i];
|
||||||
buf_in[i] = buf_in[l - 1 - i];
|
buf_in[i] = buf_in[l - 1 - i];
|
||||||
buf_in[l - 1 - i] = ctmp;
|
buf_in[l - 1 - i] = ctmp;
|
||||||
@@ -294,7 +327,8 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pkey_op == EVP_PKEY_OP_VERIFY) {
|
if(pkey_op == EVP_PKEY_OP_VERIFY)
|
||||||
|
{
|
||||||
rv = EVP_PKEY_verify(ctx, sig, (size_t)siglen,
|
rv = EVP_PKEY_verify(ctx, sig, (size_t)siglen,
|
||||||
buf_in, (size_t)buf_inlen);
|
buf_in, (size_t)buf_inlen);
|
||||||
if (rv == 0)
|
if (rv == 0)
|
||||||
@@ -303,10 +337,13 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_puts(out, "Signature Verified Successfully\n");
|
BIO_puts(out, "Signature Verified Successfully\n");
|
||||||
if (rv >= 0)
|
if (rv >= 0)
|
||||||
goto end;
|
goto end;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
rv = do_keyop(ctx, pkey_op, NULL, (size_t *)&buf_outlen,
|
rv = do_keyop(ctx, pkey_op, NULL, (size_t *)&buf_outlen,
|
||||||
buf_in, (size_t)buf_inlen);
|
buf_in, (size_t)buf_inlen);
|
||||||
if (rv > 0) {
|
if (rv > 0)
|
||||||
|
{
|
||||||
buf_out = OPENSSL_malloc(buf_outlen);
|
buf_out = OPENSSL_malloc(buf_outlen);
|
||||||
if (!buf_out)
|
if (!buf_out)
|
||||||
rv = -1;
|
rv = -1;
|
||||||
@@ -317,16 +354,19 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rv <= 0) {
|
if(rv <= 0)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Public Key operation error\n");
|
BIO_printf(bio_err, "Public Key operation error\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret = 0;
|
||||||
if (asn1parse) {
|
if(asn1parse)
|
||||||
if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
|
{
|
||||||
|
if(!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
} else if (hexdump)
|
}
|
||||||
|
else if(hexdump)
|
||||||
BIO_dump(out, (char *)buf_out, buf_outlen);
|
BIO_dump(out, (char *)buf_out, buf_outlen);
|
||||||
else
|
else
|
||||||
BIO_write(out, buf_out, buf_outlen);
|
BIO_write(out, buf_out, buf_outlen);
|
||||||
@@ -350,25 +390,21 @@ static void usage()
|
|||||||
BIO_printf(bio_err, "Usage: pkeyutl [options]\n");
|
BIO_printf(bio_err, "Usage: pkeyutl [options]\n");
|
||||||
BIO_printf(bio_err, "-in file input file\n");
|
BIO_printf(bio_err, "-in file input file\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf(bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-sigfile file signature file (verify operation only)\n");
|
||||||
"-sigfile file signature file (verify operation only)\n");
|
|
||||||
BIO_printf(bio_err, "-inkey file input key\n");
|
BIO_printf(bio_err, "-inkey file input key\n");
|
||||||
BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
|
BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
|
||||||
BIO_printf(bio_err, "-pubin input is a public key\n");
|
BIO_printf(bio_err, "-pubin input is a public key\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-certin input is a certificate carrying a public key\n");
|
||||||
"-certin input is a certificate carrying a public key\n");
|
|
||||||
BIO_printf(bio_err, "-pkeyopt X:Y public key options\n");
|
BIO_printf(bio_err, "-pkeyopt X:Y public key options\n");
|
||||||
BIO_printf(bio_err, "-sign sign with private key\n");
|
BIO_printf(bio_err, "-sign sign with private key\n");
|
||||||
BIO_printf(bio_err, "-verify verify with public key\n");
|
BIO_printf(bio_err, "-verify verify with public key\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-verifyrecover verify with public key, recover original data\n");
|
||||||
"-verifyrecover verify with public key, recover original data\n");
|
|
||||||
BIO_printf(bio_err, "-encrypt encrypt with public key\n");
|
BIO_printf(bio_err, "-encrypt encrypt with public key\n");
|
||||||
BIO_printf(bio_err, "-decrypt decrypt with private key\n");
|
BIO_printf(bio_err, "-decrypt decrypt with private key\n");
|
||||||
BIO_printf(bio_err, "-derive derive shared secret\n");
|
BIO_printf(bio_err, "-derive derive shared secret\n");
|
||||||
BIO_printf(bio_err, "-hexdump hex dump output\n");
|
BIO_printf(bio_err, "-hexdump hex dump output\n");
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
BIO_printf(bio_err, "-passin arg pass phrase source\n");
|
BIO_printf(bio_err, "-passin arg pass phrase source\n");
|
||||||
|
|
||||||
@@ -377,23 +413,26 @@ static void usage()
|
|||||||
static EVP_PKEY_CTX *init_ctx(int *pkeysize,
|
static EVP_PKEY_CTX *init_ctx(int *pkeysize,
|
||||||
char *keyfile, int keyform, int key_type,
|
char *keyfile, int keyform, int key_type,
|
||||||
char *passargin, int pkey_op, ENGINE *e)
|
char *passargin, int pkey_op, ENGINE *e)
|
||||||
{
|
{
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey = NULL;
|
||||||
EVP_PKEY_CTX *ctx = NULL;
|
EVP_PKEY_CTX *ctx = NULL;
|
||||||
char *passin = NULL;
|
char *passin = NULL;
|
||||||
int rv = -1;
|
int rv = -1;
|
||||||
X509 *x;
|
X509 *x;
|
||||||
if (((pkey_op == EVP_PKEY_OP_SIGN) || (pkey_op == EVP_PKEY_OP_DECRYPT)
|
if(((pkey_op == EVP_PKEY_OP_SIGN) || (pkey_op == EVP_PKEY_OP_DECRYPT)
|
||||||
|| (pkey_op == EVP_PKEY_OP_DERIVE))
|
|| (pkey_op == EVP_PKEY_OP_DERIVE))
|
||||||
&& (key_type != KEY_PRIVKEY)) {
|
&& (key_type != KEY_PRIVKEY))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "A private key is needed for this operation\n");
|
BIO_printf(bio_err, "A private key is needed for this operation\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
if(!app_passwd(bio_err, passargin, NULL, &passin, NULL))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
switch (key_type) {
|
switch(key_type)
|
||||||
|
{
|
||||||
case KEY_PRIVKEY:
|
case KEY_PRIVKEY:
|
||||||
pkey = load_key(bio_err, keyfile, keyform, 0,
|
pkey = load_key(bio_err, keyfile, keyform, 0,
|
||||||
passin, e, "Private Key");
|
passin, e, "Private Key");
|
||||||
@@ -405,8 +444,10 @@ static EVP_PKEY_CTX *init_ctx(int *pkeysize,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case KEY_CERT:
|
case KEY_CERT:
|
||||||
x = load_cert(bio_err, keyfile, keyform, NULL, e, "Certificate");
|
x = load_cert(bio_err, keyfile, keyform,
|
||||||
if (x) {
|
NULL, e, "Certificate");
|
||||||
|
if(x)
|
||||||
|
{
|
||||||
pkey = X509_get_pubkey(x);
|
pkey = X509_get_pubkey(x);
|
||||||
X509_free(x);
|
X509_free(x);
|
||||||
}
|
}
|
||||||
@@ -426,7 +467,8 @@ static EVP_PKEY_CTX *init_ctx(int *pkeysize,
|
|||||||
if (!ctx)
|
if (!ctx)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
switch (pkey_op) {
|
switch(pkey_op)
|
||||||
|
{
|
||||||
case EVP_PKEY_OP_SIGN:
|
case EVP_PKEY_OP_SIGN:
|
||||||
rv = EVP_PKEY_sign_init(ctx);
|
rv = EVP_PKEY_sign_init(ctx);
|
||||||
break;
|
break;
|
||||||
@@ -452,7 +494,8 @@ static EVP_PKEY_CTX *init_ctx(int *pkeysize,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rv <= 0) {
|
if (rv <= 0)
|
||||||
|
{
|
||||||
EVP_PKEY_CTX_free(ctx);
|
EVP_PKEY_CTX_free(ctx);
|
||||||
ctx = NULL;
|
ctx = NULL;
|
||||||
}
|
}
|
||||||
@@ -464,21 +507,24 @@ static EVP_PKEY_CTX *init_ctx(int *pkeysize,
|
|||||||
|
|
||||||
return ctx;
|
return ctx;
|
||||||
|
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
||||||
static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform,
|
static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform,
|
||||||
const char *file)
|
const char *file)
|
||||||
{
|
{
|
||||||
EVP_PKEY *peer = NULL;
|
EVP_PKEY *peer = NULL;
|
||||||
int ret;
|
int ret;
|
||||||
if (!ctx) {
|
if (!ctx)
|
||||||
|
{
|
||||||
BIO_puts(err, "-peerkey command before -inkey\n");
|
BIO_puts(err, "-peerkey command before -inkey\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key");
|
peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key");
|
||||||
|
|
||||||
if (!peer) {
|
if (!peer)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error reading peer key %s\n", file);
|
BIO_printf(bio_err, "Error reading peer key %s\n", file);
|
||||||
ERR_print_errors(err);
|
ERR_print_errors(err);
|
||||||
return 0;
|
return 0;
|
||||||
@@ -490,14 +536,15 @@ static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform,
|
|||||||
if (ret <= 0)
|
if (ret <= 0)
|
||||||
ERR_print_errors(err);
|
ERR_print_errors(err);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int do_keyop(EVP_PKEY_CTX *ctx, int pkey_op,
|
static int do_keyop(EVP_PKEY_CTX *ctx, int pkey_op,
|
||||||
unsigned char *out, size_t *poutlen,
|
unsigned char *out, size_t *poutlen,
|
||||||
unsigned char *in, size_t inlen)
|
unsigned char *in, size_t inlen)
|
||||||
{
|
{
|
||||||
int rv = 0;
|
int rv = 0;
|
||||||
switch (pkey_op) {
|
switch(pkey_op)
|
||||||
|
{
|
||||||
case EVP_PKEY_OP_VERIFYRECOVER:
|
case EVP_PKEY_OP_VERIFYRECOVER:
|
||||||
rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen);
|
rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen);
|
||||||
break;
|
break;
|
||||||
@@ -520,4 +567,4 @@ static int do_keyop(EVP_PKEY_CTX *ctx, int pkey_op,
|
|||||||
|
|
||||||
}
|
}
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|||||||
101
apps/prime.c
101
apps/prime.c
@@ -52,61 +52,66 @@
|
|||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
|
|
||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG prime_main
|
#define PROG prime_main
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int hex = 0;
|
int hex=0;
|
||||||
int checks = 20;
|
int checks=20;
|
||||||
int generate = 0;
|
int generate=0;
|
||||||
int bits = 0;
|
int bits=0;
|
||||||
int safe = 0;
|
int safe=0;
|
||||||
BIGNUM *bn = NULL;
|
BIGNUM *bn=NULL;
|
||||||
BIO *bio_out;
|
BIO *bio_out;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
--argc;
|
--argc;
|
||||||
++argv;
|
++argv;
|
||||||
while (argc >= 1 && **argv == '-') {
|
while (argc >= 1 && **argv == '-')
|
||||||
if (!strcmp(*argv, "-hex"))
|
{
|
||||||
hex = 1;
|
if(!strcmp(*argv,"-hex"))
|
||||||
else if (!strcmp(*argv, "-generate"))
|
hex=1;
|
||||||
generate = 1;
|
else if(!strcmp(*argv,"-generate"))
|
||||||
else if (!strcmp(*argv, "-bits"))
|
generate=1;
|
||||||
if (--argc < 1)
|
else if(!strcmp(*argv,"-bits"))
|
||||||
|
if(--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
else
|
else
|
||||||
bits = atoi(*++argv);
|
bits=atoi(*++argv);
|
||||||
else if (!strcmp(*argv, "-safe"))
|
else if(!strcmp(*argv,"-safe"))
|
||||||
safe = 1;
|
safe=1;
|
||||||
else if (!strcmp(*argv, "-checks"))
|
else if(!strcmp(*argv,"-checks"))
|
||||||
if (--argc < 1)
|
if(--argc < 1)
|
||||||
goto bad;
|
goto bad;
|
||||||
else
|
else
|
||||||
checks = atoi(*++argv);
|
checks=atoi(*++argv);
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "Unknown option '%s'\n", *argv);
|
{
|
||||||
|
BIO_printf(bio_err,"Unknown option '%s'\n",*argv);
|
||||||
goto bad;
|
goto bad;
|
||||||
}
|
}
|
||||||
--argc;
|
--argc;
|
||||||
++argv;
|
++argv;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argv[0] == NULL && !generate) {
|
if (argv[0] == NULL && !generate)
|
||||||
BIO_printf(bio_err, "No prime specified\n");
|
{
|
||||||
|
BIO_printf(bio_err,"No prime specified\n");
|
||||||
goto bad;
|
goto bad;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
|
if ((bio_out=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_out, stdout, BIO_NOCLOSE);
|
{
|
||||||
|
BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
@@ -115,27 +120,31 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (generate) {
|
if(generate)
|
||||||
|
{
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
if (!bits) {
|
if(!bits)
|
||||||
BIO_printf(bio_err, "Specifiy the number of bits.\n");
|
{
|
||||||
|
BIO_printf(bio_err,"Specifiy the number of bits.\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
bn = BN_new();
|
bn=BN_new();
|
||||||
BN_generate_prime_ex(bn, bits, safe, NULL, NULL, NULL);
|
BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
|
||||||
s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
|
s=hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
|
||||||
BIO_printf(bio_out, "%s\n", s);
|
BIO_printf(bio_out,"%s\n",s);
|
||||||
OPENSSL_free(s);
|
OPENSSL_free(s);
|
||||||
} else {
|
}
|
||||||
if (hex)
|
|
||||||
BN_hex2bn(&bn, argv[0]);
|
|
||||||
else
|
else
|
||||||
BN_dec2bn(&bn, argv[0]);
|
{
|
||||||
|
if(hex)
|
||||||
|
BN_hex2bn(&bn,argv[0]);
|
||||||
|
else
|
||||||
|
BN_dec2bn(&bn,argv[0]);
|
||||||
|
|
||||||
BN_print(bio_out, bn);
|
BN_print(bio_out,bn);
|
||||||
BIO_printf(bio_out, " is %sprime\n",
|
BIO_printf(bio_out," is %sprime\n",
|
||||||
BN_is_prime_ex(bn, checks, NULL, NULL) ? "" : "not ");
|
BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not ");
|
||||||
}
|
}
|
||||||
|
|
||||||
BN_free(bn);
|
BN_free(bn);
|
||||||
@@ -144,8 +153,8 @@ int MAIN(int argc, char **argv)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
bad:
|
bad:
|
||||||
BIO_printf(bio_err, "options are\n");
|
BIO_printf(bio_err,"options are\n");
|
||||||
BIO_printf(bio_err, "%-14s hex\n", "-hex");
|
BIO_printf(bio_err,"%-14s hex\n","-hex");
|
||||||
BIO_printf(bio_err, "%-14s number of checks\n", "-checks <n>");
|
BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
342
apps/progs.h
342
apps/progs.h
@@ -1,52 +1,51 @@
|
|||||||
/* apps/progs.h */
|
/* apps/progs.h */
|
||||||
/* automatically generated by progs.pl for openssl.c */
|
/* automatically generated by progs.pl for openssl.c */
|
||||||
|
|
||||||
extern int verify_main(int argc, char *argv[]);
|
extern int verify_main(int argc,char *argv[]);
|
||||||
extern int asn1parse_main(int argc, char *argv[]);
|
extern int asn1parse_main(int argc,char *argv[]);
|
||||||
extern int req_main(int argc, char *argv[]);
|
extern int req_main(int argc,char *argv[]);
|
||||||
extern int dgst_main(int argc, char *argv[]);
|
extern int dgst_main(int argc,char *argv[]);
|
||||||
extern int dh_main(int argc, char *argv[]);
|
extern int dh_main(int argc,char *argv[]);
|
||||||
extern int dhparam_main(int argc, char *argv[]);
|
extern int dhparam_main(int argc,char *argv[]);
|
||||||
extern int enc_main(int argc, char *argv[]);
|
extern int enc_main(int argc,char *argv[]);
|
||||||
extern int passwd_main(int argc, char *argv[]);
|
extern int passwd_main(int argc,char *argv[]);
|
||||||
extern int gendh_main(int argc, char *argv[]);
|
extern int gendh_main(int argc,char *argv[]);
|
||||||
extern int errstr_main(int argc, char *argv[]);
|
extern int errstr_main(int argc,char *argv[]);
|
||||||
extern int ca_main(int argc, char *argv[]);
|
extern int ca_main(int argc,char *argv[]);
|
||||||
extern int crl_main(int argc, char *argv[]);
|
extern int crl_main(int argc,char *argv[]);
|
||||||
extern int rsa_main(int argc, char *argv[]);
|
extern int rsa_main(int argc,char *argv[]);
|
||||||
extern int rsautl_main(int argc, char *argv[]);
|
extern int rsautl_main(int argc,char *argv[]);
|
||||||
extern int dsa_main(int argc, char *argv[]);
|
extern int dsa_main(int argc,char *argv[]);
|
||||||
extern int dsaparam_main(int argc, char *argv[]);
|
extern int dsaparam_main(int argc,char *argv[]);
|
||||||
extern int ec_main(int argc, char *argv[]);
|
extern int ec_main(int argc,char *argv[]);
|
||||||
extern int ecparam_main(int argc, char *argv[]);
|
extern int ecparam_main(int argc,char *argv[]);
|
||||||
extern int x509_main(int argc, char *argv[]);
|
extern int x509_main(int argc,char *argv[]);
|
||||||
extern int genrsa_main(int argc, char *argv[]);
|
extern int genrsa_main(int argc,char *argv[]);
|
||||||
extern int gendsa_main(int argc, char *argv[]);
|
extern int gendsa_main(int argc,char *argv[]);
|
||||||
extern int genpkey_main(int argc, char *argv[]);
|
extern int genpkey_main(int argc,char *argv[]);
|
||||||
extern int s_server_main(int argc, char *argv[]);
|
extern int s_server_main(int argc,char *argv[]);
|
||||||
extern int s_client_main(int argc, char *argv[]);
|
extern int s_client_main(int argc,char *argv[]);
|
||||||
extern int speed_main(int argc, char *argv[]);
|
extern int speed_main(int argc,char *argv[]);
|
||||||
extern int s_time_main(int argc, char *argv[]);
|
extern int s_time_main(int argc,char *argv[]);
|
||||||
extern int version_main(int argc, char *argv[]);
|
extern int version_main(int argc,char *argv[]);
|
||||||
extern int pkcs7_main(int argc, char *argv[]);
|
extern int pkcs7_main(int argc,char *argv[]);
|
||||||
extern int cms_main(int argc, char *argv[]);
|
extern int cms_main(int argc,char *argv[]);
|
||||||
extern int crl2pkcs7_main(int argc, char *argv[]);
|
extern int crl2pkcs7_main(int argc,char *argv[]);
|
||||||
extern int sess_id_main(int argc, char *argv[]);
|
extern int sess_id_main(int argc,char *argv[]);
|
||||||
extern int ciphers_main(int argc, char *argv[]);
|
extern int ciphers_main(int argc,char *argv[]);
|
||||||
extern int nseq_main(int argc, char *argv[]);
|
extern int nseq_main(int argc,char *argv[]);
|
||||||
extern int pkcs12_main(int argc, char *argv[]);
|
extern int pkcs12_main(int argc,char *argv[]);
|
||||||
extern int pkcs8_main(int argc, char *argv[]);
|
extern int pkcs8_main(int argc,char *argv[]);
|
||||||
extern int pkey_main(int argc, char *argv[]);
|
extern int pkey_main(int argc,char *argv[]);
|
||||||
extern int pkeyparam_main(int argc, char *argv[]);
|
extern int pkeyparam_main(int argc,char *argv[]);
|
||||||
extern int pkeyutl_main(int argc, char *argv[]);
|
extern int pkeyutl_main(int argc,char *argv[]);
|
||||||
extern int spkac_main(int argc, char *argv[]);
|
extern int spkac_main(int argc,char *argv[]);
|
||||||
extern int smime_main(int argc, char *argv[]);
|
extern int smime_main(int argc,char *argv[]);
|
||||||
extern int rand_main(int argc, char *argv[]);
|
extern int rand_main(int argc,char *argv[]);
|
||||||
extern int engine_main(int argc, char *argv[]);
|
extern int engine_main(int argc,char *argv[]);
|
||||||
extern int ocsp_main(int argc, char *argv[]);
|
extern int ocsp_main(int argc,char *argv[]);
|
||||||
extern int prime_main(int argc, char *argv[]);
|
extern int prime_main(int argc,char *argv[]);
|
||||||
extern int ts_main(int argc, char *argv[]);
|
extern int ts_main(int argc,char *argv[]);
|
||||||
extern int srp_main(int argc, char *argv[]);
|
|
||||||
|
|
||||||
#define FUNC_TYPE_GENERAL 1
|
#define FUNC_TYPE_GENERAL 1
|
||||||
#define FUNC_TYPE_MD 2
|
#define FUNC_TYPE_MD 2
|
||||||
@@ -58,309 +57,306 @@ extern int srp_main(int argc, char *argv[]);
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
int type;
|
int type;
|
||||||
const char *name;
|
const char *name;
|
||||||
int (*func) (int argc, char *argv[]);
|
int (*func)(int argc,char *argv[]);
|
||||||
} FUNCTION;
|
} FUNCTION;
|
||||||
DECLARE_LHASH_OF(FUNCTION);
|
DECLARE_LHASH_OF(FUNCTION);
|
||||||
|
|
||||||
FUNCTION functions[] = {
|
FUNCTION functions[] = {
|
||||||
{FUNC_TYPE_GENERAL, "verify", verify_main},
|
{FUNC_TYPE_GENERAL,"verify",verify_main},
|
||||||
{FUNC_TYPE_GENERAL, "asn1parse", asn1parse_main},
|
{FUNC_TYPE_GENERAL,"asn1parse",asn1parse_main},
|
||||||
{FUNC_TYPE_GENERAL, "req", req_main},
|
{FUNC_TYPE_GENERAL,"req",req_main},
|
||||||
{FUNC_TYPE_GENERAL, "dgst", dgst_main},
|
{FUNC_TYPE_GENERAL,"dgst",dgst_main},
|
||||||
#ifndef OPENSSL_NO_DH
|
#ifndef OPENSSL_NO_DH
|
||||||
{FUNC_TYPE_GENERAL, "dh", dh_main},
|
{FUNC_TYPE_GENERAL,"dh",dh_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DH
|
#ifndef OPENSSL_NO_DH
|
||||||
{FUNC_TYPE_GENERAL, "dhparam", dhparam_main},
|
{FUNC_TYPE_GENERAL,"dhparam",dhparam_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "enc", enc_main},
|
{FUNC_TYPE_GENERAL,"enc",enc_main},
|
||||||
{FUNC_TYPE_GENERAL, "passwd", passwd_main},
|
{FUNC_TYPE_GENERAL,"passwd",passwd_main},
|
||||||
#ifndef OPENSSL_NO_DH
|
#ifndef OPENSSL_NO_DH
|
||||||
{FUNC_TYPE_GENERAL, "gendh", gendh_main},
|
{FUNC_TYPE_GENERAL,"gendh",gendh_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "errstr", errstr_main},
|
{FUNC_TYPE_GENERAL,"errstr",errstr_main},
|
||||||
{FUNC_TYPE_GENERAL, "ca", ca_main},
|
{FUNC_TYPE_GENERAL,"ca",ca_main},
|
||||||
{FUNC_TYPE_GENERAL, "crl", crl_main},
|
{FUNC_TYPE_GENERAL,"crl",crl_main},
|
||||||
#ifndef OPENSSL_NO_RSA
|
#ifndef OPENSSL_NO_RSA
|
||||||
{FUNC_TYPE_GENERAL, "rsa", rsa_main},
|
{FUNC_TYPE_GENERAL,"rsa",rsa_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RSA
|
#ifndef OPENSSL_NO_RSA
|
||||||
{FUNC_TYPE_GENERAL, "rsautl", rsautl_main},
|
{FUNC_TYPE_GENERAL,"rsautl",rsautl_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
{FUNC_TYPE_GENERAL, "dsa", dsa_main},
|
{FUNC_TYPE_GENERAL,"dsa",dsa_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
{FUNC_TYPE_GENERAL, "dsaparam", dsaparam_main},
|
{FUNC_TYPE_GENERAL,"dsaparam",dsaparam_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_EC
|
#ifndef OPENSSL_NO_EC
|
||||||
{FUNC_TYPE_GENERAL, "ec", ec_main},
|
{FUNC_TYPE_GENERAL,"ec",ec_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_EC
|
#ifndef OPENSSL_NO_EC
|
||||||
{FUNC_TYPE_GENERAL, "ecparam", ecparam_main},
|
{FUNC_TYPE_GENERAL,"ecparam",ecparam_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "x509", x509_main},
|
{FUNC_TYPE_GENERAL,"x509",x509_main},
|
||||||
#ifndef OPENSSL_NO_RSA
|
#ifndef OPENSSL_NO_RSA
|
||||||
{FUNC_TYPE_GENERAL, "genrsa", genrsa_main},
|
{FUNC_TYPE_GENERAL,"genrsa",genrsa_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DSA
|
#ifndef OPENSSL_NO_DSA
|
||||||
{FUNC_TYPE_GENERAL, "gendsa", gendsa_main},
|
{FUNC_TYPE_GENERAL,"gendsa",gendsa_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "genpkey", genpkey_main},
|
{FUNC_TYPE_GENERAL,"genpkey",genpkey_main},
|
||||||
#if !defined(OPENSSL_NO_SOCK)
|
#if !defined(OPENSSL_NO_SOCK) && !(defined(OPENSSL_NO_SSL2) && defined(OPENSSL_NO_SSL3))
|
||||||
{FUNC_TYPE_GENERAL, "s_server", s_server_main},
|
{FUNC_TYPE_GENERAL,"s_server",s_server_main},
|
||||||
#endif
|
#endif
|
||||||
#if !defined(OPENSSL_NO_SOCK)
|
#if !defined(OPENSSL_NO_SOCK) && !(defined(OPENSSL_NO_SSL2) && defined(OPENSSL_NO_SSL3))
|
||||||
{FUNC_TYPE_GENERAL, "s_client", s_client_main},
|
{FUNC_TYPE_GENERAL,"s_client",s_client_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SPEED
|
#ifndef OPENSSL_NO_SPEED
|
||||||
{FUNC_TYPE_GENERAL, "speed", speed_main},
|
{FUNC_TYPE_GENERAL,"speed",speed_main},
|
||||||
#endif
|
#endif
|
||||||
#if !defined(OPENSSL_NO_SOCK)
|
#if !defined(OPENSSL_NO_SOCK) && !(defined(OPENSSL_NO_SSL2) && defined(OPENSSL_NO_SSL3))
|
||||||
{FUNC_TYPE_GENERAL, "s_time", s_time_main},
|
{FUNC_TYPE_GENERAL,"s_time",s_time_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "version", version_main},
|
{FUNC_TYPE_GENERAL,"version",version_main},
|
||||||
{FUNC_TYPE_GENERAL, "pkcs7", pkcs7_main},
|
{FUNC_TYPE_GENERAL,"pkcs7",pkcs7_main},
|
||||||
#ifndef OPENSSL_NO_CMS
|
#ifndef OPENSSL_NO_CMS
|
||||||
{FUNC_TYPE_GENERAL, "cms", cms_main},
|
{FUNC_TYPE_GENERAL,"cms",cms_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "crl2pkcs7", crl2pkcs7_main},
|
{FUNC_TYPE_GENERAL,"crl2pkcs7",crl2pkcs7_main},
|
||||||
{FUNC_TYPE_GENERAL, "sess_id", sess_id_main},
|
{FUNC_TYPE_GENERAL,"sess_id",sess_id_main},
|
||||||
#if !defined(OPENSSL_NO_SOCK)
|
#if !defined(OPENSSL_NO_SOCK) && !(defined(OPENSSL_NO_SSL2) && defined(OPENSSL_NO_SSL3))
|
||||||
{FUNC_TYPE_GENERAL, "ciphers", ciphers_main},
|
{FUNC_TYPE_GENERAL,"ciphers",ciphers_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "nseq", nseq_main},
|
{FUNC_TYPE_GENERAL,"nseq",nseq_main},
|
||||||
#if !defined(OPENSSL_NO_DES) && !defined(OPENSSL_NO_SHA1)
|
#if !defined(OPENSSL_NO_DES) && !defined(OPENSSL_NO_SHA1)
|
||||||
{FUNC_TYPE_GENERAL, "pkcs12", pkcs12_main},
|
{FUNC_TYPE_GENERAL,"pkcs12",pkcs12_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_GENERAL, "pkcs8", pkcs8_main},
|
{FUNC_TYPE_GENERAL,"pkcs8",pkcs8_main},
|
||||||
{FUNC_TYPE_GENERAL, "pkey", pkey_main},
|
{FUNC_TYPE_GENERAL,"pkey",pkey_main},
|
||||||
{FUNC_TYPE_GENERAL, "pkeyparam", pkeyparam_main},
|
{FUNC_TYPE_GENERAL,"pkeyparam",pkeyparam_main},
|
||||||
{FUNC_TYPE_GENERAL, "pkeyutl", pkeyutl_main},
|
{FUNC_TYPE_GENERAL,"pkeyutl",pkeyutl_main},
|
||||||
{FUNC_TYPE_GENERAL, "spkac", spkac_main},
|
{FUNC_TYPE_GENERAL,"spkac",spkac_main},
|
||||||
{FUNC_TYPE_GENERAL, "smime", smime_main},
|
{FUNC_TYPE_GENERAL,"smime",smime_main},
|
||||||
{FUNC_TYPE_GENERAL, "rand", rand_main},
|
{FUNC_TYPE_GENERAL,"rand",rand_main},
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
{FUNC_TYPE_GENERAL, "engine", engine_main},
|
{FUNC_TYPE_GENERAL,"engine",engine_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_OCSP
|
#ifndef OPENSSL_NO_OCSP
|
||||||
{FUNC_TYPE_GENERAL, "ocsp", ocsp_main},
|
{FUNC_TYPE_GENERAL,"ocsp",ocsp_main},
|
||||||
#endif
|
|
||||||
{FUNC_TYPE_GENERAL, "prime", prime_main},
|
|
||||||
{FUNC_TYPE_GENERAL, "ts", ts_main},
|
|
||||||
#ifndef OPENSSL_NO_SRP
|
|
||||||
{FUNC_TYPE_GENERAL, "srp", srp_main},
|
|
||||||
#endif
|
#endif
|
||||||
|
{FUNC_TYPE_GENERAL,"prime",prime_main},
|
||||||
|
{FUNC_TYPE_GENERAL,"ts",ts_main},
|
||||||
#ifndef OPENSSL_NO_MD2
|
#ifndef OPENSSL_NO_MD2
|
||||||
{FUNC_TYPE_MD, "md2", dgst_main},
|
{FUNC_TYPE_MD,"md2",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_MD4
|
#ifndef OPENSSL_NO_MD4
|
||||||
{FUNC_TYPE_MD, "md4", dgst_main},
|
{FUNC_TYPE_MD,"md4",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_MD5
|
#ifndef OPENSSL_NO_MD5
|
||||||
{FUNC_TYPE_MD, "md5", dgst_main},
|
{FUNC_TYPE_MD,"md5",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SHA
|
#ifndef OPENSSL_NO_SHA
|
||||||
{FUNC_TYPE_MD, "sha", dgst_main},
|
{FUNC_TYPE_MD,"sha",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SHA1
|
#ifndef OPENSSL_NO_SHA1
|
||||||
{FUNC_TYPE_MD, "sha1", dgst_main},
|
{FUNC_TYPE_MD,"sha1",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_MDC2
|
#ifndef OPENSSL_NO_MDC2
|
||||||
{FUNC_TYPE_MD, "mdc2", dgst_main},
|
{FUNC_TYPE_MD,"mdc2",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RMD160
|
#ifndef OPENSSL_NO_RMD160
|
||||||
{FUNC_TYPE_MD, "rmd160", dgst_main},
|
{FUNC_TYPE_MD,"rmd160",dgst_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
{FUNC_TYPE_CIPHER, "aes-128-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"aes-128-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
{FUNC_TYPE_CIPHER, "aes-128-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"aes-128-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
{FUNC_TYPE_CIPHER, "aes-192-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"aes-192-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
{FUNC_TYPE_CIPHER, "aes-192-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"aes-192-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
{FUNC_TYPE_CIPHER, "aes-256-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"aes-256-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
{FUNC_TYPE_CIPHER, "aes-256-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"aes-256-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
{FUNC_TYPE_CIPHER, "camellia-128-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"camellia-128-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
{FUNC_TYPE_CIPHER, "camellia-128-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"camellia-128-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
{FUNC_TYPE_CIPHER, "camellia-192-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"camellia-192-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
{FUNC_TYPE_CIPHER, "camellia-192-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"camellia-192-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
{FUNC_TYPE_CIPHER, "camellia-256-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"camellia-256-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
{FUNC_TYPE_CIPHER, "camellia-256-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"camellia-256-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
{FUNC_TYPE_CIPHER, "base64", enc_main},
|
{FUNC_TYPE_CIPHER,"base64",enc_main},
|
||||||
#ifdef ZLIB
|
#ifdef ZLIB
|
||||||
{FUNC_TYPE_CIPHER, "zlib", enc_main},
|
{FUNC_TYPE_CIPHER,"zlib",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des", enc_main},
|
{FUNC_TYPE_CIPHER,"des",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des3", enc_main},
|
{FUNC_TYPE_CIPHER,"des3",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "desx", enc_main},
|
{FUNC_TYPE_CIPHER,"desx",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_IDEA
|
||||||
{FUNC_TYPE_CIPHER, "idea", enc_main},
|
{FUNC_TYPE_CIPHER,"idea",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
{FUNC_TYPE_CIPHER, "seed", enc_main},
|
{FUNC_TYPE_CIPHER,"seed",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC4
|
#ifndef OPENSSL_NO_RC4
|
||||||
{FUNC_TYPE_CIPHER, "rc4", enc_main},
|
{FUNC_TYPE_CIPHER,"rc4",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC4
|
#ifndef OPENSSL_NO_RC4
|
||||||
{FUNC_TYPE_CIPHER, "rc4-40", enc_main},
|
{FUNC_TYPE_CIPHER,"rc4-40",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_BF
|
#ifndef OPENSSL_NO_BF
|
||||||
{FUNC_TYPE_CIPHER, "bf", enc_main},
|
{FUNC_TYPE_CIPHER,"bf",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAST
|
#ifndef OPENSSL_NO_CAST
|
||||||
{FUNC_TYPE_CIPHER, "cast", enc_main},
|
{FUNC_TYPE_CIPHER,"cast",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC5
|
#ifndef OPENSSL_NO_RC5
|
||||||
{FUNC_TYPE_CIPHER, "rc5", enc_main},
|
{FUNC_TYPE_CIPHER,"rc5",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede3", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede3",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"des-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede3-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede3-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede3-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede3-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
{FUNC_TYPE_CIPHER, "des-ede3-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"des-ede3-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_IDEA
|
||||||
{FUNC_TYPE_CIPHER, "idea-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"idea-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_IDEA
|
||||||
{FUNC_TYPE_CIPHER, "idea-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"idea-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_IDEA
|
||||||
{FUNC_TYPE_CIPHER, "idea-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"idea-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_IDEA
|
||||||
{FUNC_TYPE_CIPHER, "idea-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"idea-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
{FUNC_TYPE_CIPHER, "seed-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"seed-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
{FUNC_TYPE_CIPHER, "seed-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"seed-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
{FUNC_TYPE_CIPHER, "seed-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"seed-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
{FUNC_TYPE_CIPHER, "seed-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"seed-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2-64-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2-64-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
{FUNC_TYPE_CIPHER, "rc2-40-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"rc2-40-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_BF
|
#ifndef OPENSSL_NO_BF
|
||||||
{FUNC_TYPE_CIPHER, "bf-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"bf-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_BF
|
#ifndef OPENSSL_NO_BF
|
||||||
{FUNC_TYPE_CIPHER, "bf-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"bf-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_BF
|
#ifndef OPENSSL_NO_BF
|
||||||
{FUNC_TYPE_CIPHER, "bf-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"bf-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_BF
|
#ifndef OPENSSL_NO_BF
|
||||||
{FUNC_TYPE_CIPHER, "bf-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"bf-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAST
|
#ifndef OPENSSL_NO_CAST
|
||||||
{FUNC_TYPE_CIPHER, "cast5-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"cast5-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAST
|
#ifndef OPENSSL_NO_CAST
|
||||||
{FUNC_TYPE_CIPHER, "cast5-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"cast5-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAST
|
#ifndef OPENSSL_NO_CAST
|
||||||
{FUNC_TYPE_CIPHER, "cast5-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"cast5-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAST
|
#ifndef OPENSSL_NO_CAST
|
||||||
{FUNC_TYPE_CIPHER, "cast5-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"cast5-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAST
|
#ifndef OPENSSL_NO_CAST
|
||||||
{FUNC_TYPE_CIPHER, "cast-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"cast-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC5
|
#ifndef OPENSSL_NO_RC5
|
||||||
{FUNC_TYPE_CIPHER, "rc5-cbc", enc_main},
|
{FUNC_TYPE_CIPHER,"rc5-cbc",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC5
|
#ifndef OPENSSL_NO_RC5
|
||||||
{FUNC_TYPE_CIPHER, "rc5-ecb", enc_main},
|
{FUNC_TYPE_CIPHER,"rc5-ecb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC5
|
#ifndef OPENSSL_NO_RC5
|
||||||
{FUNC_TYPE_CIPHER, "rc5-cfb", enc_main},
|
{FUNC_TYPE_CIPHER,"rc5-cfb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC5
|
#ifndef OPENSSL_NO_RC5
|
||||||
{FUNC_TYPE_CIPHER, "rc5-ofb", enc_main},
|
{FUNC_TYPE_CIPHER,"rc5-ofb",enc_main},
|
||||||
#endif
|
#endif
|
||||||
{0, NULL, NULL}
|
{0,NULL,NULL}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ foreach (@ARGV)
|
|||||||
push(@files,$_);
|
push(@files,$_);
|
||||||
$str="\t{FUNC_TYPE_GENERAL,\"$_\",${_}_main},\n";
|
$str="\t{FUNC_TYPE_GENERAL,\"$_\",${_}_main},\n";
|
||||||
if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
|
if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
|
||||||
{ print "#if !defined(OPENSSL_NO_SOCK)\n${str}#endif\n"; }
|
{ print "#if !defined(OPENSSL_NO_SOCK) && !(defined(OPENSSL_NO_SSL2) && defined(OPENSSL_NO_SSL3))\n${str}#endif\n"; }
|
||||||
elsif ( ($_ =~ /^speed$/))
|
elsif ( ($_ =~ /^speed$/))
|
||||||
{ print "#ifndef OPENSSL_NO_SPEED\n${str}#endif\n"; }
|
{ print "#ifndef OPENSSL_NO_SPEED\n${str}#endif\n"; }
|
||||||
elsif ( ($_ =~ /^engine$/))
|
elsif ( ($_ =~ /^engine$/))
|
||||||
@@ -51,8 +51,6 @@ foreach (@ARGV)
|
|||||||
{ print "#ifndef OPENSSL_NO_CMS\n${str}#endif\n"; }
|
{ print "#ifndef OPENSSL_NO_CMS\n${str}#endif\n"; }
|
||||||
elsif ( ($_ =~ /^ocsp$/))
|
elsif ( ($_ =~ /^ocsp$/))
|
||||||
{ print "#ifndef OPENSSL_NO_OCSP\n${str}#endif\n"; }
|
{ print "#ifndef OPENSSL_NO_OCSP\n${str}#endif\n"; }
|
||||||
elsif ( ($_ =~ /^srp$/))
|
|
||||||
{ print "#ifndef OPENSSL_NO_SRP\n${str}#endif\n"; }
|
|
||||||
else
|
else
|
||||||
{ print $str; }
|
{ print $str; }
|
||||||
}
|
}
|
||||||
|
|||||||
76
apps/rand.c
76
apps/rand.c
@@ -66,8 +66,7 @@
|
|||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG rand_main
|
#define PROG rand_main
|
||||||
|
|
||||||
/*-
|
/* -out file - write to file
|
||||||
* -out file - write to file
|
|
||||||
* -rand file:file - PRNG seed files
|
* -rand file:file - PRNG seed files
|
||||||
* -base64 - base64 encode output
|
* -base64 - base64 encode output
|
||||||
* -hex - hex encode output
|
* -hex - hex encode output
|
||||||
@@ -77,7 +76,7 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, r, ret = 1;
|
int i, r, ret = 1;
|
||||||
int badopt;
|
int badopt;
|
||||||
char *outfile = NULL;
|
char *outfile = NULL;
|
||||||
@@ -87,58 +86,71 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO *out = NULL;
|
BIO *out = NULL;
|
||||||
int num = -1;
|
int num = -1;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
badopt = 0;
|
badopt = 0;
|
||||||
i = 0;
|
i = 0;
|
||||||
while (!badopt && argv[++i] != NULL) {
|
while (!badopt && argv[++i] != NULL)
|
||||||
if (strcmp(argv[i], "-out") == 0) {
|
{
|
||||||
if ((argv[i + 1] != NULL) && (outfile == NULL))
|
if (strcmp(argv[i], "-out") == 0)
|
||||||
|
{
|
||||||
|
if ((argv[i+1] != NULL) && (outfile == NULL))
|
||||||
outfile = argv[++i];
|
outfile = argv[++i];
|
||||||
else
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(argv[i], "-engine") == 0) {
|
else if (strcmp(argv[i], "-engine") == 0)
|
||||||
if ((argv[i + 1] != NULL) && (engine == NULL))
|
{
|
||||||
|
if ((argv[i+1] != NULL) && (engine == NULL))
|
||||||
engine = argv[++i];
|
engine = argv[++i];
|
||||||
else
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(argv[i], "-rand") == 0) {
|
else if (strcmp(argv[i], "-rand") == 0)
|
||||||
if ((argv[i + 1] != NULL) && (inrand == NULL))
|
{
|
||||||
|
if ((argv[i+1] != NULL) && (inrand == NULL))
|
||||||
inrand = argv[++i];
|
inrand = argv[++i];
|
||||||
else
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else if (strcmp(argv[i], "-base64") == 0) {
|
}
|
||||||
|
else if (strcmp(argv[i], "-base64") == 0)
|
||||||
|
{
|
||||||
if (!base64)
|
if (!base64)
|
||||||
base64 = 1;
|
base64 = 1;
|
||||||
else
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else if (strcmp(argv[i], "-hex") == 0) {
|
}
|
||||||
|
else if (strcmp(argv[i], "-hex") == 0)
|
||||||
|
{
|
||||||
if (!hex)
|
if (!hex)
|
||||||
hex = 1;
|
hex = 1;
|
||||||
else
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else if (isdigit((unsigned char)argv[i][0])) {
|
}
|
||||||
if (num < 0) {
|
else if (isdigit((unsigned char)argv[i][0]))
|
||||||
|
{
|
||||||
|
if (num < 0)
|
||||||
|
{
|
||||||
r = sscanf(argv[i], "%d", &num);
|
r = sscanf(argv[i], "%d", &num);
|
||||||
if (r == 0 || num < 0)
|
if (r == 0 || num < 0)
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -148,27 +160,27 @@ int MAIN(int argc, char **argv)
|
|||||||
if (num < 0)
|
if (num < 0)
|
||||||
badopt = 1;
|
badopt = 1;
|
||||||
|
|
||||||
if (badopt) {
|
if (badopt)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Usage: rand [options] num\n");
|
BIO_printf(bio_err, "Usage: rand [options] num\n");
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, "-out file - write to file\n");
|
BIO_printf(bio_err, "-out file - write to file\n");
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n");
|
||||||
"-engine e - use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n",
|
BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
||||||
LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
|
||||||
BIO_printf(bio_err, "-base64 - base64 encode output\n");
|
BIO_printf(bio_err, "-base64 - base64 encode output\n");
|
||||||
BIO_printf(bio_err, "-hex - hex encode output\n");
|
BIO_printf(bio_err, "-hex - hex encode output\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
setup_engine(bio_err, engine, 0);
|
setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
out = BIO_new(BIO_s_file());
|
||||||
@@ -176,7 +188,8 @@ int MAIN(int argc, char **argv)
|
|||||||
goto err;
|
goto err;
|
||||||
if (outfile != NULL)
|
if (outfile != NULL)
|
||||||
r = BIO_write_filename(out, outfile);
|
r = BIO_write_filename(out, outfile);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
|
r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
@@ -188,14 +201,16 @@ int MAIN(int argc, char **argv)
|
|||||||
if (r <= 0)
|
if (r <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
if (base64) {
|
if (base64)
|
||||||
|
{
|
||||||
BIO *b64 = BIO_new(BIO_f_base64());
|
BIO *b64 = BIO_new(BIO_f_base64());
|
||||||
if (b64 == NULL)
|
if (b64 == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
out = BIO_push(b64, out);
|
out = BIO_push(b64, out);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (num > 0) {
|
while (num > 0)
|
||||||
|
{
|
||||||
unsigned char buf[4096];
|
unsigned char buf[4096];
|
||||||
int chunk;
|
int chunk;
|
||||||
|
|
||||||
@@ -207,7 +222,8 @@ int MAIN(int argc, char **argv)
|
|||||||
goto err;
|
goto err;
|
||||||
if (!hex)
|
if (!hex)
|
||||||
BIO_write(out, buf, chunk);
|
BIO_write(out, buf, chunk);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
for (i = 0; i < chunk; i++)
|
for (i = 0; i < chunk; i++)
|
||||||
BIO_printf(out, "%02x", buf[i]);
|
BIO_printf(out, "%02x", buf[i]);
|
||||||
}
|
}
|
||||||
@@ -220,10 +236,10 @@ int MAIN(int argc, char **argv)
|
|||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
if (out)
|
if (out)
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
1704
apps/req.c
1704
apps/req.c
File diff suppressed because it is too large
Load Diff
433
apps/rsa.c
433
apps/rsa.c
@@ -58,24 +58,23 @@
|
|||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#ifndef OPENSSL_NO_RSA
|
#ifndef OPENSSL_NO_RSA
|
||||||
# include <stdio.h>
|
#include <stdio.h>
|
||||||
# include <stdlib.h>
|
#include <stdlib.h>
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include <time.h>
|
#include <time.h>
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
# include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
# include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
# include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
# define PROG rsa_main
|
#define PROG rsa_main
|
||||||
|
|
||||||
/*-
|
/* -inform arg - input format - default PEM (one of DER, NET or PEM)
|
||||||
* -inform arg - input format - default PEM (one of DER, NET or PEM)
|
|
||||||
* -outform arg - output format - default PEM
|
* -outform arg - output format - default PEM
|
||||||
* -in arg - input file - default stdin
|
* -in arg - input file - default stdin
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
@@ -99,195 +98,195 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
int ret = 1;
|
int ret=1;
|
||||||
RSA *rsa = NULL;
|
RSA *rsa=NULL;
|
||||||
int i, badops = 0, sgckey = 0;
|
int i,badops=0, sgckey=0;
|
||||||
const EVP_CIPHER *enc = NULL;
|
const EVP_CIPHER *enc=NULL;
|
||||||
BIO *out = NULL;
|
BIO *out=NULL;
|
||||||
int informat, outformat, text = 0, check = 0, noout = 0;
|
int informat,outformat,text=0,check=0,noout=0;
|
||||||
int pubin = 0, pubout = 0;
|
int pubin = 0, pubout = 0;
|
||||||
char *infile, *outfile, *prog;
|
char *infile,*outfile,*prog;
|
||||||
char *passargin = NULL, *passargout = NULL;
|
char *passargin = NULL, *passargout = NULL;
|
||||||
char *passin = NULL, *passout = NULL;
|
char *passin = NULL, *passout = NULL;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
# endif
|
#endif
|
||||||
int modulus = 0;
|
int modulus=0;
|
||||||
|
|
||||||
int pvk_encr = 2;
|
int pvk_encr = 2;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
infile = NULL;
|
infile=NULL;
|
||||||
outfile = NULL;
|
outfile=NULL;
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outformat = str2fmt(*(++argv));
|
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
infile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
outfile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-passin") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargin = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-passout") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargout = *(++argv);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
outformat=str2fmt(*(++argv));
|
||||||
engine = *(++argv);
|
|
||||||
}
|
}
|
||||||
# endif
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
else if (strcmp(*argv, "-sgckey") == 0)
|
{
|
||||||
sgckey = 1;
|
if (--argc < 1) goto bad;
|
||||||
else if (strcmp(*argv, "-pubin") == 0)
|
infile= *(++argv);
|
||||||
pubin = 1;
|
}
|
||||||
else if (strcmp(*argv, "-pubout") == 0)
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
pubout = 1;
|
{
|
||||||
else if (strcmp(*argv, "-RSAPublicKey_in") == 0)
|
if (--argc < 1) goto bad;
|
||||||
|
outfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-passin") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
passargin= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-passout") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
passargout= *(++argv);
|
||||||
|
}
|
||||||
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
engine= *(++argv);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
else if (strcmp(*argv,"-sgckey") == 0)
|
||||||
|
sgckey=1;
|
||||||
|
else if (strcmp(*argv,"-pubin") == 0)
|
||||||
|
pubin=1;
|
||||||
|
else if (strcmp(*argv,"-pubout") == 0)
|
||||||
|
pubout=1;
|
||||||
|
else if (strcmp(*argv,"-RSAPublicKey_in") == 0)
|
||||||
pubin = 2;
|
pubin = 2;
|
||||||
else if (strcmp(*argv, "-RSAPublicKey_out") == 0)
|
else if (strcmp(*argv,"-RSAPublicKey_out") == 0)
|
||||||
pubout = 2;
|
pubout = 2;
|
||||||
else if (strcmp(*argv, "-pvk-strong") == 0)
|
else if (strcmp(*argv,"-pvk-strong") == 0)
|
||||||
pvk_encr = 2;
|
pvk_encr=2;
|
||||||
else if (strcmp(*argv, "-pvk-weak") == 0)
|
else if (strcmp(*argv,"-pvk-weak") == 0)
|
||||||
pvk_encr = 1;
|
pvk_encr=1;
|
||||||
else if (strcmp(*argv, "-pvk-none") == 0)
|
else if (strcmp(*argv,"-pvk-none") == 0)
|
||||||
pvk_encr = 0;
|
pvk_encr=0;
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
noout = 1;
|
noout=1;
|
||||||
else if (strcmp(*argv, "-text") == 0)
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
text = 1;
|
text=1;
|
||||||
else if (strcmp(*argv, "-modulus") == 0)
|
else if (strcmp(*argv,"-modulus") == 0)
|
||||||
modulus = 1;
|
modulus=1;
|
||||||
else if (strcmp(*argv, "-check") == 0)
|
else if (strcmp(*argv,"-check") == 0)
|
||||||
check = 1;
|
check=1;
|
||||||
else if ((enc = EVP_get_cipherbyname(&(argv[0][1]))) == NULL) {
|
else if ((enc=EVP_get_cipherbyname(&(argv[0][1]))) == NULL)
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
{
|
||||||
badops = 1;
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"where options are\n");
|
||||||
" -inform arg input format - one of DER NET PEM\n");
|
BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n");
|
||||||
" -outform arg output format - one of DER NET PEM\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err," -sgckey Use IIS SGC key format\n");
|
||||||
BIO_printf(bio_err, " -sgckey Use IIS SGC key format\n");
|
BIO_printf(bio_err," -passin arg input file pass phrase source\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
" -passin arg input file pass phrase source\n");
|
BIO_printf(bio_err," -passout arg output file pass phrase source\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -des encrypt PEM output with cbc des\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -des3 encrypt PEM output with ede cbc des using 168 bit key\n");
|
||||||
" -passout arg output file pass phrase source\n");
|
#ifndef OPENSSL_NO_IDEA
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -idea encrypt PEM output with cbc idea\n");
|
||||||
" -des encrypt PEM output with cbc des\n");
|
#endif
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_SEED
|
||||||
" -des3 encrypt PEM output with ede cbc des using 168 bit key\n");
|
BIO_printf(bio_err," -seed encrypt PEM output with cbc seed\n");
|
||||||
# ifndef OPENSSL_NO_IDEA
|
#endif
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_AES
|
||||||
" -idea encrypt PEM output with cbc idea\n");
|
BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
|
||||||
# endif
|
BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
|
||||||
# ifndef OPENSSL_NO_SEED
|
#endif
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
" -seed encrypt PEM output with cbc seed\n");
|
BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n");
|
||||||
# endif
|
BIO_printf(bio_err," encrypt PEM output with cbc camellia\n");
|
||||||
# ifndef OPENSSL_NO_AES
|
#endif
|
||||||
BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
|
BIO_printf(bio_err," -text print the key in text\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -noout don't print key out\n");
|
||||||
" encrypt PEM output with cbc aes\n");
|
BIO_printf(bio_err," -modulus print the RSA key modulus\n");
|
||||||
# endif
|
BIO_printf(bio_err," -check verify key consistency\n");
|
||||||
# ifndef OPENSSL_NO_CAMELLIA
|
BIO_printf(bio_err," -pubin expect a public key in input file\n");
|
||||||
BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n");
|
BIO_printf(bio_err," -pubout output a public key\n");
|
||||||
BIO_printf(bio_err,
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
" encrypt PEM output with cbc camellia\n");
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
# endif
|
#endif
|
||||||
BIO_printf(bio_err, " -text print the key in text\n");
|
|
||||||
BIO_printf(bio_err, " -noout don't print key out\n");
|
|
||||||
BIO_printf(bio_err, " -modulus print the RSA key modulus\n");
|
|
||||||
BIO_printf(bio_err, " -check verify key consistency\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" -pubin expect a public key in input file\n");
|
|
||||||
BIO_printf(bio_err, " -pubout output a public key\n");
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
# endif
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
BIO_printf(bio_err, "Error getting passwords\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check && pubin) {
|
if(check && pubin) {
|
||||||
BIO_printf(bio_err, "Only private keys can be checked\n");
|
BIO_printf(bio_err, "Only private keys can be checked\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
out = BIO_new(BIO_s_file());
|
out=BIO_new(BIO_s_file());
|
||||||
|
|
||||||
{
|
{
|
||||||
EVP_PKEY *pkey;
|
EVP_PKEY *pkey;
|
||||||
|
|
||||||
if (pubin) {
|
if (pubin)
|
||||||
int tmpformat = -1;
|
{
|
||||||
if (pubin == 2) {
|
int tmpformat=-1;
|
||||||
|
if (pubin == 2)
|
||||||
|
{
|
||||||
if (informat == FORMAT_PEM)
|
if (informat == FORMAT_PEM)
|
||||||
tmpformat = FORMAT_PEMRSA;
|
tmpformat = FORMAT_PEMRSA;
|
||||||
else if (informat == FORMAT_ASN1)
|
else if (informat == FORMAT_ASN1)
|
||||||
tmpformat = FORMAT_ASN1RSA;
|
tmpformat = FORMAT_ASN1RSA;
|
||||||
} else if (informat == FORMAT_NETSCAPE && sgckey)
|
}
|
||||||
|
else if (informat == FORMAT_NETSCAPE && sgckey)
|
||||||
tmpformat = FORMAT_IISSGC;
|
tmpformat = FORMAT_IISSGC;
|
||||||
else
|
else
|
||||||
tmpformat = informat;
|
tmpformat = informat;
|
||||||
|
|
||||||
pkey = load_pubkey(bio_err, infile, tmpformat, 1,
|
pkey = load_pubkey(bio_err, infile, tmpformat, 1,
|
||||||
passin, e, "Public Key");
|
passin, e, "Public Key");
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
pkey = load_key(bio_err, infile,
|
pkey = load_key(bio_err, infile,
|
||||||
(informat == FORMAT_NETSCAPE && sgckey ?
|
(informat == FORMAT_NETSCAPE && sgckey ?
|
||||||
FORMAT_IISSGC : informat), 1,
|
FORMAT_IISSGC : informat), 1,
|
||||||
@@ -298,105 +297,119 @@ int MAIN(int argc, char **argv)
|
|||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rsa == NULL) {
|
if (rsa == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
# ifdef OPENSSL_SYS_VMS
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
if (!RSA_print(out, rsa, 0)) {
|
if (!RSA_print(out,rsa,0))
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (modulus) {
|
if (modulus)
|
||||||
BIO_printf(out, "Modulus=");
|
{
|
||||||
BN_print(out, rsa->n);
|
BIO_printf(out,"Modulus=");
|
||||||
BIO_printf(out, "\n");
|
BN_print(out,rsa->n);
|
||||||
|
BIO_printf(out,"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check) {
|
if (check)
|
||||||
|
{
|
||||||
int r = RSA_check_key(rsa);
|
int r = RSA_check_key(rsa);
|
||||||
|
|
||||||
if (r == 1)
|
if (r == 1)
|
||||||
BIO_printf(out, "RSA key ok\n");
|
BIO_printf(out,"RSA key ok\n");
|
||||||
else if (r == 0) {
|
else if (r == 0)
|
||||||
|
{
|
||||||
unsigned long err;
|
unsigned long err;
|
||||||
|
|
||||||
while ((err = ERR_peek_error()) != 0 &&
|
while ((err = ERR_peek_error()) != 0 &&
|
||||||
ERR_GET_LIB(err) == ERR_LIB_RSA &&
|
ERR_GET_LIB(err) == ERR_LIB_RSA &&
|
||||||
ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY &&
|
ERR_GET_FUNC(err) == RSA_F_RSA_CHECK_KEY &&
|
||||||
ERR_GET_REASON(err) != ERR_R_MALLOC_FAILURE) {
|
ERR_GET_REASON(err) != ERR_R_MALLOC_FAILURE)
|
||||||
BIO_printf(out, "RSA key error: %s\n",
|
{
|
||||||
ERR_reason_error_string(err));
|
BIO_printf(out, "RSA key error: %s\n", ERR_reason_error_string(err));
|
||||||
ERR_get_error(); /* remove e from error stack */
|
ERR_get_error(); /* remove e from error stack */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (r == -1 || ERR_peek_error() != 0) { /* should happen only if r ==
|
if (r == -1 || ERR_peek_error() != 0) /* should happen only if r == -1 */
|
||||||
* -1 */
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (noout) {
|
if (noout)
|
||||||
|
{
|
||||||
ret = 0;
|
ret = 0;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
BIO_printf(bio_err, "writing RSA key\n");
|
BIO_printf(bio_err,"writing RSA key\n");
|
||||||
if (outformat == FORMAT_ASN1) {
|
if (outformat == FORMAT_ASN1) {
|
||||||
if (pubout || pubin) {
|
if(pubout || pubin)
|
||||||
|
{
|
||||||
if (pubout == 2)
|
if (pubout == 2)
|
||||||
i = i2d_RSAPublicKey_bio(out, rsa);
|
i=i2d_RSAPublicKey_bio(out,rsa);
|
||||||
else
|
else
|
||||||
i = i2d_RSA_PUBKEY_bio(out, rsa);
|
i=i2d_RSA_PUBKEY_bio(out,rsa);
|
||||||
} else
|
|
||||||
i = i2d_RSAPrivateKey_bio(out, rsa);
|
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_RC4
|
else i=i2d_RSAPrivateKey_bio(out,rsa);
|
||||||
else if (outformat == FORMAT_NETSCAPE) {
|
}
|
||||||
unsigned char *p, *pp;
|
#ifndef OPENSSL_NO_RC4
|
||||||
|
else if (outformat == FORMAT_NETSCAPE)
|
||||||
|
{
|
||||||
|
unsigned char *p,*pp;
|
||||||
int size;
|
int size;
|
||||||
|
|
||||||
i = 1;
|
i=1;
|
||||||
size = i2d_RSA_NET(rsa, NULL, NULL, sgckey);
|
size=i2d_RSA_NET(rsa,NULL,NULL, sgckey);
|
||||||
if ((p = (unsigned char *)OPENSSL_malloc(size)) == NULL) {
|
if ((p=(unsigned char *)OPENSSL_malloc(size)) == NULL)
|
||||||
BIO_printf(bio_err, "Memory allocation failure\n");
|
{
|
||||||
|
BIO_printf(bio_err,"Memory allocation failure\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
pp = p;
|
pp=p;
|
||||||
i2d_RSA_NET(rsa, &p, NULL, sgckey);
|
i2d_RSA_NET(rsa,&p,NULL, sgckey);
|
||||||
BIO_write(out, (char *)pp, size);
|
BIO_write(out,(char *)pp,size);
|
||||||
OPENSSL_free(pp);
|
OPENSSL_free(pp);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
else if (outformat == FORMAT_PEM) {
|
else if (outformat == FORMAT_PEM) {
|
||||||
if (pubout || pubin) {
|
if(pubout || pubin)
|
||||||
|
{
|
||||||
if (pubout == 2)
|
if (pubout == 2)
|
||||||
i = PEM_write_bio_RSAPublicKey(out, rsa);
|
i=PEM_write_bio_RSAPublicKey(out,rsa);
|
||||||
else
|
else
|
||||||
i = PEM_write_bio_RSA_PUBKEY(out, rsa);
|
i=PEM_write_bio_RSA_PUBKEY(out,rsa);
|
||||||
} else
|
}
|
||||||
i = PEM_write_bio_RSAPrivateKey(out, rsa,
|
else i=PEM_write_bio_RSAPrivateKey(out,rsa,
|
||||||
enc, NULL, 0, NULL, passout);
|
enc,NULL,0,NULL,passout);
|
||||||
# if !defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_RC4)
|
#if !defined(OPENSSL_NO_DSA) && !defined(OPENSSL_NO_RC4)
|
||||||
} else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) {
|
} else if (outformat == FORMAT_MSBLOB || outformat == FORMAT_PVK) {
|
||||||
EVP_PKEY *pk;
|
EVP_PKEY *pk;
|
||||||
pk = EVP_PKEY_new();
|
pk = EVP_PKEY_new();
|
||||||
@@ -408,32 +421,30 @@ int MAIN(int argc, char **argv)
|
|||||||
else
|
else
|
||||||
i = i2b_PrivateKey_bio(out, pk);
|
i = i2b_PrivateKey_bio(out, pk);
|
||||||
EVP_PKEY_free(pk);
|
EVP_PKEY_free(pk);
|
||||||
# endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (i <= 0) {
|
if (i <= 0)
|
||||||
BIO_printf(bio_err, "unable to write key\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to write key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
} else
|
}
|
||||||
ret = 0;
|
else
|
||||||
end:
|
ret=0;
|
||||||
if (out != NULL)
|
end:
|
||||||
BIO_free_all(out);
|
if(out != NULL) BIO_free_all(out);
|
||||||
if (rsa != NULL)
|
if(rsa != NULL) RSA_free(rsa);
|
||||||
RSA_free(rsa);
|
if(passin) OPENSSL_free(passin);
|
||||||
if (passin)
|
if(passout) OPENSSL_free(passout);
|
||||||
OPENSSL_free(passin);
|
|
||||||
if (passout)
|
|
||||||
OPENSSL_free(passout);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
#else /* !OPENSSL_NO_RSA */
|
#else /* !OPENSSL_NO_RSA */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
204
apps/rsautl.c
204
apps/rsautl.c
@@ -1,7 +1,6 @@
|
|||||||
/* rsautl.c */
|
/* rsautl.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 2000.
|
||||||
* 2000.
|
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 2000 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 2000 The OpenSSL Project. All rights reserved.
|
||||||
@@ -60,26 +59,26 @@
|
|||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#ifndef OPENSSL_NO_RSA
|
#ifndef OPENSSL_NO_RSA
|
||||||
|
|
||||||
# include "apps.h"
|
#include "apps.h"
|
||||||
# include <string.h>
|
#include <string.h>
|
||||||
# include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
# include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
# include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
|
|
||||||
# define RSA_SIGN 1
|
#define RSA_SIGN 1
|
||||||
# define RSA_VERIFY 2
|
#define RSA_VERIFY 2
|
||||||
# define RSA_ENCRYPT 3
|
#define RSA_ENCRYPT 3
|
||||||
# define RSA_DECRYPT 4
|
#define RSA_DECRYPT 4
|
||||||
|
|
||||||
# define KEY_PRIVKEY 1
|
#define KEY_PRIVKEY 1
|
||||||
# define KEY_PUBKEY 2
|
#define KEY_PUBKEY 2
|
||||||
# define KEY_CERT 3
|
#define KEY_CERT 3
|
||||||
|
|
||||||
static void usage(void);
|
static void usage(void);
|
||||||
|
|
||||||
# undef PROG
|
#undef PROG
|
||||||
|
|
||||||
# define PROG rsautl_main
|
#define PROG rsautl_main
|
||||||
|
|
||||||
int MAIN(int argc, char **);
|
int MAIN(int argc, char **);
|
||||||
|
|
||||||
@@ -88,9 +87,9 @@ int MAIN(int argc, char **argv)
|
|||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in = NULL, *out = NULL;
|
||||||
char *infile = NULL, *outfile = NULL;
|
char *infile = NULL, *outfile = NULL;
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine = NULL;
|
||||||
# endif
|
#endif
|
||||||
char *keyfile = NULL;
|
char *keyfile = NULL;
|
||||||
char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY;
|
char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY;
|
||||||
int keyform = FORMAT_PEM;
|
int keyform = FORMAT_PEM;
|
||||||
@@ -109,8 +108,7 @@ int MAIN(int argc, char **argv)
|
|||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
|
|
||||||
if (!bio_err)
|
if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
@@ -118,72 +116,63 @@ int MAIN(int argc, char **argv)
|
|||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
pad = RSA_PKCS1_PADDING;
|
pad = RSA_PKCS1_PADDING;
|
||||||
|
|
||||||
while (argc >= 1) {
|
while(argc >= 1)
|
||||||
if (!strcmp(*argv, "-in")) {
|
{
|
||||||
|
if (!strcmp(*argv,"-in")) {
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
infile = *(++argv);
|
infile= *(++argv);
|
||||||
} else if (!strcmp(*argv, "-out")) {
|
} else if (!strcmp(*argv,"-out")) {
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
outfile = *(++argv);
|
outfile= *(++argv);
|
||||||
} else if (!strcmp(*argv, "-inkey")) {
|
} else if(!strcmp(*argv, "-inkey")) {
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
keyfile = *(++argv);
|
keyfile = *(++argv);
|
||||||
} else if (!strcmp(*argv, "-passin")) {
|
} else if (!strcmp(*argv,"-passin")) {
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
passargin = *(++argv);
|
passargin= *(++argv);
|
||||||
} else if (strcmp(*argv, "-keyform") == 0) {
|
} else if (strcmp(*argv,"-keyform") == 0) {
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
keyform = str2fmt(*(++argv));
|
keyform=str2fmt(*(++argv));
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
} else if (!strcmp(*argv, "-engine")) {
|
} else if(!strcmp(*argv, "-engine")) {
|
||||||
if (--argc < 1)
|
if (--argc < 1)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
else
|
else
|
||||||
engine = *(++argv);
|
engine = *(++argv);
|
||||||
# endif
|
#endif
|
||||||
} else if (!strcmp(*argv, "-pubin")) {
|
} else if(!strcmp(*argv, "-pubin")) {
|
||||||
key_type = KEY_PUBKEY;
|
key_type = KEY_PUBKEY;
|
||||||
} else if (!strcmp(*argv, "-certin")) {
|
} else if(!strcmp(*argv, "-certin")) {
|
||||||
key_type = KEY_CERT;
|
key_type = KEY_CERT;
|
||||||
} else if (!strcmp(*argv, "-asn1parse"))
|
}
|
||||||
asn1parse = 1;
|
else if(!strcmp(*argv, "-asn1parse")) asn1parse = 1;
|
||||||
else if (!strcmp(*argv, "-hexdump"))
|
else if(!strcmp(*argv, "-hexdump")) hexdump = 1;
|
||||||
hexdump = 1;
|
else if(!strcmp(*argv, "-raw")) pad = RSA_NO_PADDING;
|
||||||
else if (!strcmp(*argv, "-raw"))
|
else if(!strcmp(*argv, "-oaep")) pad = RSA_PKCS1_OAEP_PADDING;
|
||||||
pad = RSA_NO_PADDING;
|
else if(!strcmp(*argv, "-ssl")) pad = RSA_SSLV23_PADDING;
|
||||||
else if (!strcmp(*argv, "-oaep"))
|
else if(!strcmp(*argv, "-pkcs")) pad = RSA_PKCS1_PADDING;
|
||||||
pad = RSA_PKCS1_OAEP_PADDING;
|
else if(!strcmp(*argv, "-x931")) pad = RSA_X931_PADDING;
|
||||||
else if (!strcmp(*argv, "-ssl"))
|
else if(!strcmp(*argv, "-sign")) {
|
||||||
pad = RSA_SSLV23_PADDING;
|
|
||||||
else if (!strcmp(*argv, "-pkcs"))
|
|
||||||
pad = RSA_PKCS1_PADDING;
|
|
||||||
else if (!strcmp(*argv, "-x931"))
|
|
||||||
pad = RSA_X931_PADDING;
|
|
||||||
else if (!strcmp(*argv, "-sign")) {
|
|
||||||
rsa_mode = RSA_SIGN;
|
rsa_mode = RSA_SIGN;
|
||||||
need_priv = 1;
|
need_priv = 1;
|
||||||
} else if (!strcmp(*argv, "-verify"))
|
} else if(!strcmp(*argv, "-verify")) rsa_mode = RSA_VERIFY;
|
||||||
rsa_mode = RSA_VERIFY;
|
else if(!strcmp(*argv, "-rev")) rev = 1;
|
||||||
else if (!strcmp(*argv, "-rev"))
|
else if(!strcmp(*argv, "-encrypt")) rsa_mode = RSA_ENCRYPT;
|
||||||
rev = 1;
|
else if(!strcmp(*argv, "-decrypt")) {
|
||||||
else if (!strcmp(*argv, "-encrypt"))
|
|
||||||
rsa_mode = RSA_ENCRYPT;
|
|
||||||
else if (!strcmp(*argv, "-decrypt")) {
|
|
||||||
rsa_mode = RSA_DECRYPT;
|
rsa_mode = RSA_DECRYPT;
|
||||||
need_priv = 1;
|
need_priv = 1;
|
||||||
} else
|
} else badarg = 1;
|
||||||
badarg = 1;
|
if(badarg) {
|
||||||
if (badarg) {
|
|
||||||
usage();
|
usage();
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -191,14 +180,15 @@ int MAIN(int argc, char **argv)
|
|||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (need_priv && (key_type != KEY_PRIVKEY)) {
|
if(need_priv && (key_type != KEY_PRIVKEY)) {
|
||||||
BIO_printf(bio_err, "A private key is needed for this operation\n");
|
BIO_printf(bio_err, "A private key is needed for this operation\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
# endif
|
#endif
|
||||||
if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -206,7 +196,7 @@ int MAIN(int argc, char **argv)
|
|||||||
/* FIXME: seed PRNG only if needed */
|
/* FIXME: seed PRNG only if needed */
|
||||||
app_RAND_load_file(NULL, bio_err, 0);
|
app_RAND_load_file(NULL, bio_err, 0);
|
||||||
|
|
||||||
switch (key_type) {
|
switch(key_type) {
|
||||||
case KEY_PRIVKEY:
|
case KEY_PRIVKEY:
|
||||||
pkey = load_key(bio_err, keyfile, keyform, 0,
|
pkey = load_key(bio_err, keyfile, keyform, 0,
|
||||||
passin, e, "Private Key");
|
passin, e, "Private Key");
|
||||||
@@ -218,86 +208,81 @@ int MAIN(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case KEY_CERT:
|
case KEY_CERT:
|
||||||
x = load_cert(bio_err, keyfile, keyform, NULL, e, "Certificate");
|
x = load_cert(bio_err, keyfile, keyform,
|
||||||
if (x) {
|
NULL, e, "Certificate");
|
||||||
|
if(x) {
|
||||||
pkey = X509_get_pubkey(x);
|
pkey = X509_get_pubkey(x);
|
||||||
X509_free(x);
|
X509_free(x);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pkey) {
|
if(!pkey) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
rsa = EVP_PKEY_get1_RSA(pkey);
|
rsa = EVP_PKEY_get1_RSA(pkey);
|
||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
|
|
||||||
if (!rsa) {
|
if(!rsa) {
|
||||||
BIO_printf(bio_err, "Error getting RSA key\n");
|
BIO_printf(bio_err, "Error getting RSA key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile) {
|
|
||||||
if (!(in = BIO_new_file(infile, "rb"))) {
|
if(infile) {
|
||||||
|
if(!(in = BIO_new_file(infile, "rb"))) {
|
||||||
BIO_printf(bio_err, "Error Reading Input File\n");
|
BIO_printf(bio_err, "Error Reading Input File\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
} else in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (outfile) {
|
if(outfile) {
|
||||||
if (!(out = BIO_new_file(outfile, "wb"))) {
|
if(!(out = BIO_new_file(outfile, "wb"))) {
|
||||||
BIO_printf(bio_err, "Error Reading Output File\n");
|
BIO_printf(bio_err, "Error Reading Output File\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
# ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
keysize = RSA_size(rsa);
|
keysize = RSA_size(rsa);
|
||||||
|
|
||||||
rsa_in = OPENSSL_malloc(keysize * 2);
|
rsa_in = OPENSSL_malloc(keysize * 2);
|
||||||
rsa_out = OPENSSL_malloc(keysize);
|
rsa_out = OPENSSL_malloc(keysize);
|
||||||
if (!rsa_in || !rsa_out) {
|
|
||||||
BIO_printf(bio_err, "Out of memory\n");
|
|
||||||
ERR_print_errors(bio_err);
|
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Read the input data */
|
/* Read the input data */
|
||||||
rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
|
rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
|
||||||
if (rsa_inlen <= 0) {
|
if(rsa_inlen <= 0) {
|
||||||
BIO_printf(bio_err, "Error reading input Data\n");
|
BIO_printf(bio_err, "Error reading input Data\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (rev) {
|
if(rev) {
|
||||||
int i;
|
int i;
|
||||||
unsigned char ctmp;
|
unsigned char ctmp;
|
||||||
for (i = 0; i < rsa_inlen / 2; i++) {
|
for(i = 0; i < rsa_inlen/2; i++) {
|
||||||
ctmp = rsa_in[i];
|
ctmp = rsa_in[i];
|
||||||
rsa_in[i] = rsa_in[rsa_inlen - 1 - i];
|
rsa_in[i] = rsa_in[rsa_inlen - 1 - i];
|
||||||
rsa_in[rsa_inlen - 1 - i] = ctmp;
|
rsa_in[rsa_inlen - 1 - i] = ctmp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (rsa_mode) {
|
switch(rsa_mode) {
|
||||||
|
|
||||||
case RSA_VERIFY:
|
case RSA_VERIFY:
|
||||||
rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
|
rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RSA_SIGN:
|
case RSA_SIGN:
|
||||||
rsa_outlen =
|
rsa_outlen = RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
|
||||||
RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RSA_ENCRYPT:
|
case RSA_ENCRYPT:
|
||||||
@@ -305,36 +290,30 @@ int MAIN(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case RSA_DECRYPT:
|
case RSA_DECRYPT:
|
||||||
rsa_outlen =
|
rsa_outlen = RSA_private_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
|
||||||
RSA_private_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rsa_outlen <= 0) {
|
if(rsa_outlen <= 0) {
|
||||||
BIO_printf(bio_err, "RSA operation error\n");
|
BIO_printf(bio_err, "RSA operation error\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret = 0;
|
||||||
if (asn1parse) {
|
if(asn1parse) {
|
||||||
if (!ASN1_parse_dump(out, rsa_out, rsa_outlen, 1, -1)) {
|
if(!ASN1_parse_dump(out, rsa_out, rsa_outlen, 1, -1)) {
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
}
|
}
|
||||||
} else if (hexdump)
|
} else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen);
|
||||||
BIO_dump(out, (char *)rsa_out, rsa_outlen);
|
else BIO_write(out, rsa_out, rsa_outlen);
|
||||||
else
|
|
||||||
BIO_write(out, rsa_out, rsa_outlen);
|
|
||||||
end:
|
end:
|
||||||
RSA_free(rsa);
|
RSA_free(rsa);
|
||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
if (rsa_in)
|
if(rsa_in) OPENSSL_free(rsa_in);
|
||||||
OPENSSL_free(rsa_in);
|
if(rsa_out) OPENSSL_free(rsa_out);
|
||||||
if (rsa_out)
|
if(passin) OPENSSL_free(passin);
|
||||||
OPENSSL_free(rsa_out);
|
|
||||||
if (passin)
|
|
||||||
OPENSSL_free(passin);
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -346,30 +325,27 @@ static void usage()
|
|||||||
BIO_printf(bio_err, "-inkey file input key\n");
|
BIO_printf(bio_err, "-inkey file input key\n");
|
||||||
BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
|
BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
|
||||||
BIO_printf(bio_err, "-pubin input is an RSA public\n");
|
BIO_printf(bio_err, "-pubin input is an RSA public\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n");
|
||||||
"-certin input is a certificate carrying an RSA public key\n");
|
|
||||||
BIO_printf(bio_err, "-ssl use SSL v2 padding\n");
|
BIO_printf(bio_err, "-ssl use SSL v2 padding\n");
|
||||||
BIO_printf(bio_err, "-raw use no padding\n");
|
BIO_printf(bio_err, "-raw use no padding\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n");
|
||||||
"-pkcs use PKCS#1 v1.5 padding (default)\n");
|
|
||||||
BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n");
|
BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n");
|
||||||
BIO_printf(bio_err, "-sign sign with private key\n");
|
BIO_printf(bio_err, "-sign sign with private key\n");
|
||||||
BIO_printf(bio_err, "-verify verify with public key\n");
|
BIO_printf(bio_err, "-verify verify with public key\n");
|
||||||
BIO_printf(bio_err, "-encrypt encrypt with public key\n");
|
BIO_printf(bio_err, "-encrypt encrypt with public key\n");
|
||||||
BIO_printf(bio_err, "-decrypt decrypt with private key\n");
|
BIO_printf(bio_err, "-decrypt decrypt with private key\n");
|
||||||
BIO_printf(bio_err, "-hexdump hex dump output\n");
|
BIO_printf(bio_err, "-hexdump hex dump output\n");
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
BIO_printf (bio_err, "-passin arg pass phrase source\n");
|
||||||
BIO_printf(bio_err, "-passin arg pass phrase source\n");
|
#endif
|
||||||
# endif
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* !OPENSSL_NO_RSA */
|
#else /* !OPENSSL_NO_RSA */
|
||||||
|
|
||||||
# if PEDANTIC
|
# if PEDANTIC
|
||||||
static void *dummy = &dummy;
|
static void *dummy=&dummy;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -108,52 +108,47 @@
|
|||||||
* Hudson (tjh@cryptsoft.com).
|
* Hudson (tjh@cryptsoft.com).
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/* conflicts with winsock2 stuff on netware */
|
#if !defined(OPENSSL_SYS_NETWARE) /* conflicts with winsock2 stuff on netware */
|
||||||
#if !defined(OPENSSL_SYS_NETWARE)
|
#include <sys/types.h>
|
||||||
# include <sys/types.h>
|
|
||||||
#endif
|
#endif
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
|
|
||||||
#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
|
#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS)
|
||||||
# include <conio.h>
|
#include <conio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(OPENSSL_SYS_MSDOS) && !defined(_WIN32)
|
#if defined(OPENSSL_SYS_MSDOS) && !defined(_WIN32)
|
||||||
# define _kbhit kbhit
|
#define _kbhit kbhit
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(OPENSSL_SYS_VMS) && !defined(FD_SET)
|
#if defined(OPENSSL_SYS_VMS) && !defined(FD_SET)
|
||||||
/*
|
/* VAX C does not defined fd_set and friends, but it's actually quite simple */
|
||||||
* VAX C does not defined fd_set and friends, but it's actually quite simple
|
|
||||||
*/
|
|
||||||
/* These definitions are borrowed from SOCKETSHR. /Richard Levitte */
|
/* These definitions are borrowed from SOCKETSHR. /Richard Levitte */
|
||||||
# define MAX_NOFILE 32
|
#define MAX_NOFILE 32
|
||||||
# define NBBY 8 /* number of bits in a byte */
|
#define NBBY 8 /* number of bits in a byte */
|
||||||
|
|
||||||
# ifndef FD_SETSIZE
|
#ifndef FD_SETSIZE
|
||||||
# define FD_SETSIZE MAX_NOFILE
|
#define FD_SETSIZE MAX_NOFILE
|
||||||
# endif /* FD_SETSIZE */
|
#endif /* FD_SETSIZE */
|
||||||
|
|
||||||
/* How many things we'll allow select to use. 0 if unlimited */
|
/* How many things we'll allow select to use. 0 if unlimited */
|
||||||
# define MAXSELFD MAX_NOFILE
|
#define MAXSELFD MAX_NOFILE
|
||||||
typedef int fd_mask; /* int here! VMS prototypes int, not long */
|
typedef int fd_mask; /* int here! VMS prototypes int, not long */
|
||||||
# define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */
|
#define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
|
||||||
# define NFDSHIFT 5 /* Shift based on above */
|
#define NFDSHIFT 5 /* Shift based on above */
|
||||||
|
|
||||||
typedef fd_mask fd_set;
|
typedef fd_mask fd_set;
|
||||||
# define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS)))
|
#define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS)))
|
||||||
# define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS)))
|
#define FD_CLR(n, p) (*(p) &= ~(1 << ((n) % NFDBITS)))
|
||||||
# define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS)))
|
#define FD_ISSET(n, p) (*(p) & (1 << ((n) % NFDBITS)))
|
||||||
# define FD_ZERO(p) memset((char *)(p), 0, sizeof(*(p)))
|
#define FD_ZERO(p) memset((char *)(p), 0, sizeof(*(p)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PORT 4433
|
#define PORT 4433
|
||||||
#define PORT_STR "4433"
|
#define PORT_STR "4433"
|
||||||
#define PROTOCOL "tcp"
|
#define PROTOCOL "tcp"
|
||||||
|
|
||||||
int do_server(int port, int type, int *ret,
|
int do_server(int port, int type, int *ret, int (*cb) (char *hostname, int s, unsigned char *context), unsigned char *context);
|
||||||
int (*cb) (char *hostname, int s, unsigned char *context),
|
|
||||||
unsigned char *context);
|
|
||||||
#ifdef HEADER_X509_H
|
#ifdef HEADER_X509_H
|
||||||
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
|
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
|
||||||
#endif
|
#endif
|
||||||
@@ -164,21 +159,18 @@ int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key);
|
|||||||
int init_client(int *sock, char *server, int port, int type);
|
int init_client(int *sock, char *server, int port, int type);
|
||||||
int should_retry(int i);
|
int should_retry(int i);
|
||||||
int extract_port(char *str, short *port_ptr);
|
int extract_port(char *str, short *port_ptr);
|
||||||
int extract_host_port(char *str, char **host_ptr, unsigned char *ip,
|
int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p);
|
||||||
short *p);
|
|
||||||
|
|
||||||
long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
|
long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
|
||||||
int argi, long argl, long ret);
|
int argi, long argl, long ret);
|
||||||
|
|
||||||
#ifdef HEADER_SSL_H
|
#ifdef HEADER_SSL_H
|
||||||
void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
|
void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
|
||||||
void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
|
||||||
const void *buf, size_t len, SSL *ssl, void *arg);
|
|
||||||
void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
||||||
unsigned char *data, int len, void *arg);
|
unsigned char *data, int len,
|
||||||
|
void *arg);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
|
int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len);
|
||||||
unsigned int *cookie_len);
|
int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len);
|
||||||
int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|
||||||
unsigned int cookie_len);
|
|
||||||
|
|||||||
460
apps/s_cb.c
460
apps/s_cb.c
@@ -111,7 +111,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h> /* for memcpy() */
|
|
||||||
#define USE_SOCKETS
|
#define USE_SOCKETS
|
||||||
#define NON_MAIN
|
#define NON_MAIN
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
@@ -125,58 +124,65 @@
|
|||||||
|
|
||||||
#define COOKIE_SECRET_LENGTH 16
|
#define COOKIE_SECRET_LENGTH 16
|
||||||
|
|
||||||
int verify_depth = 0;
|
int verify_depth=0;
|
||||||
int verify_error = X509_V_OK;
|
int verify_error=X509_V_OK;
|
||||||
int verify_return_error = 0;
|
int verify_return_error=0;
|
||||||
unsigned char cookie_secret[COOKIE_SECRET_LENGTH];
|
unsigned char cookie_secret[COOKIE_SECRET_LENGTH];
|
||||||
int cookie_initialized = 0;
|
int cookie_initialized=0;
|
||||||
|
|
||||||
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
|
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
|
||||||
{
|
{
|
||||||
X509 *err_cert;
|
X509 *err_cert;
|
||||||
int err, depth;
|
int err,depth;
|
||||||
|
|
||||||
err_cert = X509_STORE_CTX_get_current_cert(ctx);
|
err_cert=X509_STORE_CTX_get_current_cert(ctx);
|
||||||
err = X509_STORE_CTX_get_error(ctx);
|
err= X509_STORE_CTX_get_error(ctx);
|
||||||
depth = X509_STORE_CTX_get_error_depth(ctx);
|
depth= X509_STORE_CTX_get_error_depth(ctx);
|
||||||
|
|
||||||
BIO_printf(bio_err, "depth=%d ", depth);
|
BIO_printf(bio_err,"depth=%d ",depth);
|
||||||
if (err_cert) {
|
if (err_cert)
|
||||||
|
{
|
||||||
X509_NAME_print_ex(bio_err, X509_get_subject_name(err_cert),
|
X509_NAME_print_ex(bio_err, X509_get_subject_name(err_cert),
|
||||||
0, XN_FLAG_ONELINE);
|
0, XN_FLAG_ONELINE);
|
||||||
BIO_puts(bio_err, "\n");
|
BIO_puts(bio_err, "\n");
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
BIO_puts(bio_err, "<no cert>\n");
|
BIO_puts(bio_err, "<no cert>\n");
|
||||||
if (!ok) {
|
if (!ok)
|
||||||
BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
|
{
|
||||||
|
BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
|
||||||
X509_verify_cert_error_string(err));
|
X509_verify_cert_error_string(err));
|
||||||
if (verify_depth >= depth) {
|
if (verify_depth >= depth)
|
||||||
|
{
|
||||||
if (!verify_return_error)
|
if (!verify_return_error)
|
||||||
ok = 1;
|
ok=1;
|
||||||
verify_error = X509_V_OK;
|
verify_error=X509_V_OK;
|
||||||
} else {
|
}
|
||||||
ok = 0;
|
else
|
||||||
verify_error = X509_V_ERR_CERT_CHAIN_TOO_LONG;
|
{
|
||||||
|
ok=0;
|
||||||
|
verify_error=X509_V_ERR_CERT_CHAIN_TOO_LONG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (err) {
|
switch (err)
|
||||||
|
{
|
||||||
case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
|
case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT:
|
||||||
BIO_puts(bio_err, "issuer= ");
|
BIO_puts(bio_err,"issuer= ");
|
||||||
X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
|
X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
|
||||||
0, XN_FLAG_ONELINE);
|
0, XN_FLAG_ONELINE);
|
||||||
BIO_puts(bio_err, "\n");
|
BIO_puts(bio_err, "\n");
|
||||||
break;
|
break;
|
||||||
case X509_V_ERR_CERT_NOT_YET_VALID:
|
case X509_V_ERR_CERT_NOT_YET_VALID:
|
||||||
case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD:
|
case X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD:
|
||||||
BIO_printf(bio_err, "notBefore=");
|
BIO_printf(bio_err,"notBefore=");
|
||||||
ASN1_TIME_print(bio_err, X509_get_notBefore(err_cert));
|
ASN1_TIME_print(bio_err,X509_get_notBefore(err_cert));
|
||||||
BIO_printf(bio_err, "\n");
|
BIO_printf(bio_err,"\n");
|
||||||
break;
|
break;
|
||||||
case X509_V_ERR_CERT_HAS_EXPIRED:
|
case X509_V_ERR_CERT_HAS_EXPIRED:
|
||||||
case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD:
|
case X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD:
|
||||||
BIO_printf(bio_err, "notAfter=");
|
BIO_printf(bio_err,"notAfter=");
|
||||||
ASN1_TIME_print(bio_err, X509_get_notAfter(err_cert));
|
ASN1_TIME_print(bio_err,X509_get_notAfter(err_cert));
|
||||||
BIO_printf(bio_err, "\n");
|
BIO_printf(bio_err,"\n");
|
||||||
break;
|
break;
|
||||||
case X509_V_ERR_NO_EXPLICIT_POLICY:
|
case X509_V_ERR_NO_EXPLICIT_POLICY:
|
||||||
policies_print(bio_err, ctx);
|
policies_print(bio_err, ctx);
|
||||||
@@ -185,35 +191,36 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
|
|||||||
if (err == X509_V_OK && ok == 2)
|
if (err == X509_V_OK && ok == 2)
|
||||||
policies_print(bio_err, ctx);
|
policies_print(bio_err, ctx);
|
||||||
|
|
||||||
BIO_printf(bio_err, "verify return:%d\n", ok);
|
BIO_printf(bio_err,"verify return:%d\n",ok);
|
||||||
return (ok);
|
return(ok);
|
||||||
}
|
}
|
||||||
|
|
||||||
int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
|
int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
|
||||||
{
|
{
|
||||||
if (cert_file != NULL) {
|
if (cert_file != NULL)
|
||||||
/*-
|
{
|
||||||
|
/*
|
||||||
SSL *ssl;
|
SSL *ssl;
|
||||||
X509 *x509;
|
X509 *x509;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (SSL_CTX_use_certificate_file(ctx, cert_file,
|
if (SSL_CTX_use_certificate_file(ctx,cert_file,
|
||||||
SSL_FILETYPE_PEM) <= 0) {
|
SSL_FILETYPE_PEM) <= 0)
|
||||||
BIO_printf(bio_err, "unable to get certificate from '%s'\n",
|
{
|
||||||
cert_file);
|
BIO_printf(bio_err,"unable to get certificate from '%s'\n",cert_file);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
if (key_file == NULL)
|
if (key_file == NULL) key_file=cert_file;
|
||||||
key_file = cert_file;
|
if (SSL_CTX_use_PrivateKey_file(ctx,key_file,
|
||||||
if (SSL_CTX_use_PrivateKey_file(ctx, key_file, SSL_FILETYPE_PEM) <= 0) {
|
SSL_FILETYPE_PEM) <= 0)
|
||||||
BIO_printf(bio_err, "unable to get private key from '%s'\n",
|
{
|
||||||
key_file);
|
BIO_printf(bio_err,"unable to get private key from '%s'\n",key_file);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-
|
/*
|
||||||
In theory this is no longer needed
|
In theory this is no longer needed
|
||||||
ssl=SSL_new(ctx);
|
ssl=SSL_new(ctx);
|
||||||
x509=SSL_get_certificate(ssl);
|
x509=SSL_get_certificate(ssl);
|
||||||
@@ -228,115 +235,119 @@ int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
|
|||||||
SSL_free(ssl);
|
SSL_free(ssl);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/* If we are using DSA, we can copy the parameters from
|
||||||
* If we are using DSA, we can copy the parameters from the private
|
* the private key */
|
||||||
* key
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Now we know that a key and cert have been set against the SSL
|
/* Now we know that a key and cert have been set against
|
||||||
* context
|
* the SSL context */
|
||||||
*/
|
if (!SSL_CTX_check_private_key(ctx))
|
||||||
if (!SSL_CTX_check_private_key(ctx)) {
|
{
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"Private key does not match the certificate public key\n");
|
||||||
"Private key does not match the certificate public key\n");
|
return(0);
|
||||||
return (0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (1);
|
return(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key)
|
int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key)
|
||||||
{
|
{
|
||||||
if (cert == NULL)
|
if (cert == NULL)
|
||||||
return 1;
|
return 1;
|
||||||
if (SSL_CTX_use_certificate(ctx, cert) <= 0) {
|
if (SSL_CTX_use_certificate(ctx,cert) <= 0)
|
||||||
BIO_printf(bio_err, "error setting certificate\n");
|
{
|
||||||
|
BIO_printf(bio_err,"error setting certificate\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (SSL_CTX_use_PrivateKey(ctx, key) <= 0) {
|
if (SSL_CTX_use_PrivateKey(ctx,key) <= 0)
|
||||||
BIO_printf(bio_err, "error setting private key\n");
|
{
|
||||||
|
BIO_printf(bio_err,"error setting private key\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Now we know that a key and cert have been set against the SSL context
|
/* Now we know that a key and cert have been set against
|
||||||
*/
|
* the SSL context */
|
||||||
if (!SSL_CTX_check_private_key(ctx)) {
|
if (!SSL_CTX_check_private_key(ctx))
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"Private key does not match the certificate public key\n");
|
BIO_printf(bio_err,"Private key does not match the certificate public key\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
|
long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
|
||||||
int argi, long argl, long ret)
|
int argi, long argl, long ret)
|
||||||
{
|
{
|
||||||
BIO *out;
|
BIO *out;
|
||||||
|
|
||||||
out = (BIO *)BIO_get_callback_arg(bio);
|
out=(BIO *)BIO_get_callback_arg(bio);
|
||||||
if (out == NULL)
|
if (out == NULL) return(ret);
|
||||||
return (ret);
|
|
||||||
|
|
||||||
if (cmd == (BIO_CB_READ | BIO_CB_RETURN)) {
|
if (cmd == (BIO_CB_READ|BIO_CB_RETURN))
|
||||||
BIO_printf(out, "read from %p [%p] (%lu bytes => %ld (0x%lX))\n",
|
{
|
||||||
(void *)bio, argp, (unsigned long)argi, ret, ret);
|
BIO_printf(out,"read from %p [%p] (%lu bytes => %ld (0x%lX))\n",
|
||||||
BIO_dump(out, argp, (int)ret);
|
(void *)bio,argp,(unsigned long)argi,ret,ret);
|
||||||
return (ret);
|
BIO_dump(out,argp,(int)ret);
|
||||||
} else if (cmd == (BIO_CB_WRITE | BIO_CB_RETURN)) {
|
return(ret);
|
||||||
BIO_printf(out, "write to %p [%p] (%lu bytes => %ld (0x%lX))\n",
|
}
|
||||||
(void *)bio, argp, (unsigned long)argi, ret, ret);
|
else if (cmd == (BIO_CB_WRITE|BIO_CB_RETURN))
|
||||||
BIO_dump(out, argp, (int)ret);
|
{
|
||||||
|
BIO_printf(out,"write to %p [%p] (%lu bytes => %ld (0x%lX))\n",
|
||||||
|
(void *)bio,argp,(unsigned long)argi,ret,ret);
|
||||||
|
BIO_dump(out,argp,(int)ret);
|
||||||
|
}
|
||||||
|
return(ret);
|
||||||
}
|
}
|
||||||
return (ret);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
|
void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
|
||||||
{
|
{
|
||||||
const char *str;
|
const char *str;
|
||||||
int w;
|
int w;
|
||||||
|
|
||||||
w = where & ~SSL_ST_MASK;
|
w=where& ~SSL_ST_MASK;
|
||||||
|
|
||||||
if (w & SSL_ST_CONNECT)
|
if (w & SSL_ST_CONNECT) str="SSL_connect";
|
||||||
str = "SSL_connect";
|
else if (w & SSL_ST_ACCEPT) str="SSL_accept";
|
||||||
else if (w & SSL_ST_ACCEPT)
|
else str="undefined";
|
||||||
str = "SSL_accept";
|
|
||||||
else
|
|
||||||
str = "undefined";
|
|
||||||
|
|
||||||
if (where & SSL_CB_LOOP) {
|
if (where & SSL_CB_LOOP)
|
||||||
BIO_printf(bio_err, "%s:%s\n", str, SSL_state_string_long(s));
|
{
|
||||||
} else if (where & SSL_CB_ALERT) {
|
BIO_printf(bio_err,"%s:%s\n",str,SSL_state_string_long(s));
|
||||||
str = (where & SSL_CB_READ) ? "read" : "write";
|
}
|
||||||
BIO_printf(bio_err, "SSL3 alert %s:%s:%s\n",
|
else if (where & SSL_CB_ALERT)
|
||||||
|
{
|
||||||
|
str=(where & SSL_CB_READ)?"read":"write";
|
||||||
|
BIO_printf(bio_err,"SSL3 alert %s:%s:%s\n",
|
||||||
str,
|
str,
|
||||||
SSL_alert_type_string_long(ret),
|
SSL_alert_type_string_long(ret),
|
||||||
SSL_alert_desc_string_long(ret));
|
SSL_alert_desc_string_long(ret));
|
||||||
} else if (where & SSL_CB_EXIT) {
|
}
|
||||||
|
else if (where & SSL_CB_EXIT)
|
||||||
|
{
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
BIO_printf(bio_err, "%s:failed in %s\n",
|
BIO_printf(bio_err,"%s:failed in %s\n",
|
||||||
str, SSL_state_string_long(s));
|
str,SSL_state_string_long(s));
|
||||||
else if (ret < 0) {
|
else if (ret < 0)
|
||||||
BIO_printf(bio_err, "%s:error in %s\n",
|
{
|
||||||
str, SSL_state_string_long(s));
|
BIO_printf(bio_err,"%s:error in %s\n",
|
||||||
|
str,SSL_state_string_long(s));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|
||||||
const void *buf, size_t len, SSL *ssl, void *arg)
|
void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
|
||||||
{
|
{
|
||||||
BIO *bio = arg;
|
BIO *bio = arg;
|
||||||
const char *str_write_p, *str_version, *str_content_type =
|
const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= "";
|
||||||
"", *str_details1 = "", *str_details2 = "";
|
|
||||||
|
|
||||||
str_write_p = write_p ? ">>>" : "<<<";
|
str_write_p = write_p ? ">>>" : "<<<";
|
||||||
|
|
||||||
switch (version) {
|
switch (version)
|
||||||
|
{
|
||||||
case SSL2_VERSION:
|
case SSL2_VERSION:
|
||||||
str_version = "SSL 2.0";
|
str_version = "SSL 2.0";
|
||||||
break;
|
break;
|
||||||
@@ -346,12 +357,6 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
case TLS1_VERSION:
|
case TLS1_VERSION:
|
||||||
str_version = "TLS 1.0 ";
|
str_version = "TLS 1.0 ";
|
||||||
break;
|
break;
|
||||||
case TLS1_1_VERSION:
|
|
||||||
str_version = "TLS 1.1 ";
|
|
||||||
break;
|
|
||||||
case TLS1_2_VERSION:
|
|
||||||
str_version = "TLS 1.2 ";
|
|
||||||
break;
|
|
||||||
case DTLS1_VERSION:
|
case DTLS1_VERSION:
|
||||||
str_version = "DTLS 1.0 ";
|
str_version = "DTLS 1.0 ";
|
||||||
break;
|
break;
|
||||||
@@ -362,20 +367,23 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
str_version = "???";
|
str_version = "???";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version == SSL2_VERSION) {
|
if (version == SSL2_VERSION)
|
||||||
|
{
|
||||||
str_details1 = "???";
|
str_details1 = "???";
|
||||||
|
|
||||||
if (len > 0) {
|
if (len > 0)
|
||||||
switch (((const unsigned char *)buf)[0]) {
|
{
|
||||||
|
switch (((const unsigned char*)buf)[0])
|
||||||
|
{
|
||||||
case 0:
|
case 0:
|
||||||
str_details1 = ", ERROR:";
|
str_details1 = ", ERROR:";
|
||||||
str_details2 = " ???";
|
str_details2 = " ???";
|
||||||
if (len >= 3) {
|
if (len >= 3)
|
||||||
unsigned err =
|
{
|
||||||
(((const unsigned char *)buf)[1] << 8) +
|
unsigned err = (((const unsigned char*)buf)[1]<<8) + ((const unsigned char*)buf)[2];
|
||||||
((const unsigned char *)buf)[2];
|
|
||||||
|
|
||||||
switch (err) {
|
switch (err)
|
||||||
|
{
|
||||||
case 0x0001:
|
case 0x0001:
|
||||||
str_details2 = " NO-CIPHER-ERROR";
|
str_details2 = " NO-CIPHER-ERROR";
|
||||||
break;
|
break;
|
||||||
@@ -422,10 +430,11 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
|
|
||||||
if (version == SSL3_VERSION ||
|
if (version == SSL3_VERSION ||
|
||||||
version == TLS1_VERSION ||
|
version == TLS1_VERSION ||
|
||||||
version == TLS1_1_VERSION ||
|
version == DTLS1_VERSION ||
|
||||||
version == TLS1_2_VERSION ||
|
version == DTLS1_BAD_VER)
|
||||||
version == DTLS1_VERSION || version == DTLS1_BAD_VER) {
|
{
|
||||||
switch (content_type) {
|
switch (content_type)
|
||||||
|
{
|
||||||
case 20:
|
case 20:
|
||||||
str_content_type = "ChangeCipherSpec";
|
str_content_type = "ChangeCipherSpec";
|
||||||
break;
|
break;
|
||||||
@@ -437,11 +446,14 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (content_type == 21) { /* Alert */
|
if (content_type == 21) /* Alert */
|
||||||
|
{
|
||||||
str_details1 = ", ???";
|
str_details1 = ", ???";
|
||||||
|
|
||||||
if (len == 2) {
|
if (len == 2)
|
||||||
switch (((const unsigned char *)buf)[0]) {
|
{
|
||||||
|
switch (((const unsigned char*)buf)[0])
|
||||||
|
{
|
||||||
case 1:
|
case 1:
|
||||||
str_details1 = ", warning";
|
str_details1 = ", warning";
|
||||||
break;
|
break;
|
||||||
@@ -451,7 +463,8 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
}
|
}
|
||||||
|
|
||||||
str_details2 = " ???";
|
str_details2 = " ???";
|
||||||
switch (((const unsigned char *)buf)[1]) {
|
switch (((const unsigned char*)buf)[1])
|
||||||
|
{
|
||||||
case 0:
|
case 0:
|
||||||
str_details2 = " close_notify";
|
str_details2 = " close_notify";
|
||||||
break;
|
break;
|
||||||
@@ -536,18 +549,18 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
case 114:
|
case 114:
|
||||||
str_details2 = " bad_certificate_hash_value";
|
str_details2 = " bad_certificate_hash_value";
|
||||||
break;
|
break;
|
||||||
case 115:
|
|
||||||
str_details2 = " unknown_psk_identity";
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (content_type == 22) { /* Handshake */
|
if (content_type == 22) /* Handshake */
|
||||||
|
{
|
||||||
str_details1 = "???";
|
str_details1 = "???";
|
||||||
|
|
||||||
if (len > 0) {
|
if (len > 0)
|
||||||
switch (((const unsigned char *)buf)[0]) {
|
{
|
||||||
|
switch (((const unsigned char*)buf)[0])
|
||||||
|
{
|
||||||
case 0:
|
case 0:
|
||||||
str_details1 = ", HelloRequest";
|
str_details1 = ", HelloRequest";
|
||||||
break;
|
break;
|
||||||
@@ -584,29 +597,12 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_HEARTBEATS
|
|
||||||
if (content_type == 24) { /* Heartbeat */
|
|
||||||
str_details1 = ", Heartbeat";
|
|
||||||
|
|
||||||
if (len > 0) {
|
|
||||||
switch (((const unsigned char *)buf)[0]) {
|
|
||||||
case 1:
|
|
||||||
str_details1 = ", HeartbeatRequest";
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
str_details1 = ", HeartbeatResponse";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version,
|
BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);
|
||||||
str_content_type, (unsigned long)len, str_details1,
|
|
||||||
str_details2);
|
|
||||||
|
|
||||||
if (len > 0) {
|
if (len > 0)
|
||||||
|
{
|
||||||
size_t num, i;
|
size_t num, i;
|
||||||
|
|
||||||
BIO_printf(bio, " ");
|
BIO_printf(bio, " ");
|
||||||
@@ -615,25 +611,28 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
|||||||
if (num > 16)
|
if (num > 16)
|
||||||
num = 16;
|
num = 16;
|
||||||
#endif
|
#endif
|
||||||
for (i = 0; i < num; i++) {
|
for (i = 0; i < num; i++)
|
||||||
|
{
|
||||||
if (i % 16 == 0 && i > 0)
|
if (i % 16 == 0 && i > 0)
|
||||||
BIO_printf(bio, "\n ");
|
BIO_printf(bio, "\n ");
|
||||||
BIO_printf(bio, " %02x", ((const unsigned char *)buf)[i]);
|
BIO_printf(bio, " %02x", ((const unsigned char*)buf)[i]);
|
||||||
}
|
}
|
||||||
if (i < len)
|
if (i < len)
|
||||||
BIO_printf(bio, " ...");
|
BIO_printf(bio, " ...");
|
||||||
BIO_printf(bio, "\n");
|
BIO_printf(bio, "\n");
|
||||||
}
|
}
|
||||||
(void)BIO_flush(bio);
|
(void)BIO_flush(bio);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
||||||
unsigned char *data, int len, void *arg)
|
unsigned char *data, int len,
|
||||||
{
|
void *arg)
|
||||||
|
{
|
||||||
BIO *bio = arg;
|
BIO *bio = arg;
|
||||||
char *extname;
|
char *extname;
|
||||||
|
|
||||||
switch (type) {
|
switch(type)
|
||||||
|
{
|
||||||
case TLSEXT_TYPE_server_name:
|
case TLSEXT_TYPE_server_name:
|
||||||
extname = "server name";
|
extname = "server name";
|
||||||
break;
|
break;
|
||||||
@@ -658,22 +657,6 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
extname = "status request";
|
extname = "status request";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TLSEXT_TYPE_user_mapping:
|
|
||||||
extname = "user mapping";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_client_authz:
|
|
||||||
extname = "client authz";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_server_authz:
|
|
||||||
extname = "server authz";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_cert_type:
|
|
||||||
extname = "cert type";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_elliptic_curves:
|
case TLSEXT_TYPE_elliptic_curves:
|
||||||
extname = "elliptic curves";
|
extname = "elliptic curves";
|
||||||
break;
|
break;
|
||||||
@@ -682,28 +665,12 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
extname = "EC point formats";
|
extname = "EC point formats";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TLSEXT_TYPE_srp:
|
|
||||||
extname = "SRP";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_signature_algorithms:
|
|
||||||
extname = "signature algorithms";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_use_srtp:
|
|
||||||
extname = "use SRTP";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_heartbeat:
|
|
||||||
extname = "heartbeat";
|
|
||||||
break;
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_session_ticket:
|
case TLSEXT_TYPE_session_ticket:
|
||||||
extname = "session ticket";
|
extname = "server ticket";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TLSEXT_TYPE_renegotiate:
|
case TLSEXT_TYPE_renegotiate:
|
||||||
extname = "renegotiation info";
|
extname = "renegotiate";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef TLSEXT_TYPE_opaque_prf_input
|
#ifdef TLSEXT_TYPE_opaque_prf_input
|
||||||
@@ -711,15 +678,6 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
extname = "opaque PRF input";
|
extname = "opaque PRF input";
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#ifdef TLSEXT_TYPE_next_proto_neg
|
|
||||||
case TLSEXT_TYPE_next_proto_neg:
|
|
||||||
extname = "next protocol";
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
case TLSEXT_TYPE_padding:
|
|
||||||
extname = "TLS padding";
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
extname = "unknown";
|
extname = "unknown";
|
||||||
@@ -728,14 +686,14 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
|
|||||||
}
|
}
|
||||||
|
|
||||||
BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n",
|
BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n",
|
||||||
client_server ? "server" : "client", extname, type, len);
|
client_server ? "server": "client",
|
||||||
|
extname, type, len);
|
||||||
BIO_dump(bio, (char *)data, len);
|
BIO_dump(bio, (char *)data, len);
|
||||||
(void)BIO_flush(bio);
|
(void)BIO_flush(bio);
|
||||||
}
|
}
|
||||||
|
|
||||||
int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
|
int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
|
||||||
unsigned int *cookie_len)
|
{
|
||||||
{
|
|
||||||
unsigned char *buffer, result[EVP_MAX_MD_SIZE];
|
unsigned char *buffer, result[EVP_MAX_MD_SIZE];
|
||||||
unsigned int length, resultlength;
|
unsigned int length, resultlength;
|
||||||
union {
|
union {
|
||||||
@@ -747,9 +705,11 @@ int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
} peer;
|
} peer;
|
||||||
|
|
||||||
/* Initialize a random secret */
|
/* Initialize a random secret */
|
||||||
if (!cookie_initialized) {
|
if (!cookie_initialized)
|
||||||
if (RAND_bytes(cookie_secret, COOKIE_SECRET_LENGTH) <= 0) {
|
{
|
||||||
BIO_printf(bio_err, "error setting random cookie secret\n");
|
if (!RAND_bytes(cookie_secret, COOKIE_SECRET_LENGTH))
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"error setting random cookie secret\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
cookie_initialized = 1;
|
cookie_initialized = 1;
|
||||||
@@ -760,7 +720,8 @@ int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
|
|
||||||
/* Create buffer with peer's address and port */
|
/* Create buffer with peer's address and port */
|
||||||
length = 0;
|
length = 0;
|
||||||
switch (peer.sa.sa_family) {
|
switch (peer.sa.sa_family)
|
||||||
|
{
|
||||||
case AF_INET:
|
case AF_INET:
|
||||||
length += sizeof(struct in_addr);
|
length += sizeof(struct in_addr);
|
||||||
length += sizeof(peer.s4.sin_port);
|
length += sizeof(peer.s4.sin_port);
|
||||||
@@ -777,22 +738,30 @@ int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
}
|
}
|
||||||
buffer = OPENSSL_malloc(length);
|
buffer = OPENSSL_malloc(length);
|
||||||
|
|
||||||
if (buffer == NULL) {
|
if (buffer == NULL)
|
||||||
BIO_printf(bio_err, "out of memory\n");
|
{
|
||||||
|
BIO_printf(bio_err,"out of memory\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (peer.sa.sa_family) {
|
switch (peer.sa.sa_family)
|
||||||
|
{
|
||||||
case AF_INET:
|
case AF_INET:
|
||||||
memcpy(buffer, &peer.s4.sin_port, sizeof(peer.s4.sin_port));
|
memcpy(buffer,
|
||||||
|
&peer.s4.sin_port,
|
||||||
|
sizeof(peer.s4.sin_port));
|
||||||
memcpy(buffer + sizeof(peer.s4.sin_port),
|
memcpy(buffer + sizeof(peer.s4.sin_port),
|
||||||
&peer.s4.sin_addr, sizeof(struct in_addr));
|
&peer.s4.sin_addr,
|
||||||
|
sizeof(struct in_addr));
|
||||||
break;
|
break;
|
||||||
#if OPENSSL_USE_IPV6
|
#if OPENSSL_USE_IPV6
|
||||||
case AF_INET6:
|
case AF_INET6:
|
||||||
memcpy(buffer, &peer.s6.sin6_port, sizeof(peer.s6.sin6_port));
|
memcpy(buffer,
|
||||||
|
&peer.s6.sin6_port,
|
||||||
|
sizeof(peer.s6.sin6_port));
|
||||||
memcpy(buffer + sizeof(peer.s6.sin6_port),
|
memcpy(buffer + sizeof(peer.s6.sin6_port),
|
||||||
&peer.s6.sin6_addr, sizeof(struct in6_addr));
|
&peer.s6.sin6_addr,
|
||||||
|
sizeof(struct in6_addr));
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
@@ -809,11 +778,10 @@ int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
*cookie_len = resultlength;
|
*cookie_len = resultlength;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
|
int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)
|
||||||
unsigned int cookie_len)
|
{
|
||||||
{
|
|
||||||
unsigned char *buffer, result[EVP_MAX_MD_SIZE];
|
unsigned char *buffer, result[EVP_MAX_MD_SIZE];
|
||||||
unsigned int length, resultlength;
|
unsigned int length, resultlength;
|
||||||
union {
|
union {
|
||||||
@@ -833,7 +801,8 @@ int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
|
|
||||||
/* Create buffer with peer's address and port */
|
/* Create buffer with peer's address and port */
|
||||||
length = 0;
|
length = 0;
|
||||||
switch (peer.sa.sa_family) {
|
switch (peer.sa.sa_family)
|
||||||
|
{
|
||||||
case AF_INET:
|
case AF_INET:
|
||||||
length += sizeof(struct in_addr);
|
length += sizeof(struct in_addr);
|
||||||
length += sizeof(peer.s4.sin_port);
|
length += sizeof(peer.s4.sin_port);
|
||||||
@@ -850,22 +819,30 @@ int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
}
|
}
|
||||||
buffer = OPENSSL_malloc(length);
|
buffer = OPENSSL_malloc(length);
|
||||||
|
|
||||||
if (buffer == NULL) {
|
if (buffer == NULL)
|
||||||
BIO_printf(bio_err, "out of memory\n");
|
{
|
||||||
|
BIO_printf(bio_err,"out of memory\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (peer.sa.sa_family) {
|
switch (peer.sa.sa_family)
|
||||||
|
{
|
||||||
case AF_INET:
|
case AF_INET:
|
||||||
memcpy(buffer, &peer.s4.sin_port, sizeof(peer.s4.sin_port));
|
memcpy(buffer,
|
||||||
|
&peer.s4.sin_port,
|
||||||
|
sizeof(peer.s4.sin_port));
|
||||||
memcpy(buffer + sizeof(peer.s4.sin_port),
|
memcpy(buffer + sizeof(peer.s4.sin_port),
|
||||||
&peer.s4.sin_addr, sizeof(struct in_addr));
|
&peer.s4.sin_addr,
|
||||||
|
sizeof(struct in_addr));
|
||||||
break;
|
break;
|
||||||
#if OPENSSL_USE_IPV6
|
#if OPENSSL_USE_IPV6
|
||||||
case AF_INET6:
|
case AF_INET6:
|
||||||
memcpy(buffer, &peer.s6.sin6_port, sizeof(peer.s6.sin6_port));
|
memcpy(buffer,
|
||||||
|
&peer.s6.sin6_port,
|
||||||
|
sizeof(peer.s6.sin6_port));
|
||||||
memcpy(buffer + sizeof(peer.s6.sin6_port),
|
memcpy(buffer + sizeof(peer.s6.sin6_port),
|
||||||
&peer.s6.sin6_addr, sizeof(struct in6_addr));
|
&peer.s6.sin6_addr,
|
||||||
|
sizeof(struct in6_addr));
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
@@ -878,9 +855,8 @@ int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
|
|||||||
buffer, length, result, &resultlength);
|
buffer, length, result, &resultlength);
|
||||||
OPENSSL_free(buffer);
|
OPENSSL_free(buffer);
|
||||||
|
|
||||||
if (cookie_len == resultlength
|
if (cookie_len == resultlength && memcmp(result, cookie, resultlength) == 0)
|
||||||
&& memcmp(result, cookie, resultlength) == 0)
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
2098
apps/s_client.c
2098
apps/s_client.c
File diff suppressed because it is too large
Load Diff
2857
apps/s_server.c
2857
apps/s_server.c
File diff suppressed because it is too large
Load Diff
676
apps/s_socket.c
676
apps/s_socket.c
@@ -1,6 +1,4 @@
|
|||||||
/*
|
/* apps/s_socket.c - socket-related functions used by s_client and s_server */
|
||||||
* apps/s_socket.c - socket-related functions used by s_client and s_server
|
|
||||||
*/
|
|
||||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -65,19 +63,17 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#ifdef FLAT_INC
|
#ifdef FLAT_INC
|
||||||
# include "e_os2.h"
|
#include "e_os2.h"
|
||||||
#else
|
#else
|
||||||
# include "../e_os2.h"
|
#include "../e_os2.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/* With IPv6, it looks like Digital has mixed up the proper order of
|
||||||
* With IPv6, it looks like Digital has mixed up the proper order of
|
recursive header file inclusion, resulting in the compiler complaining
|
||||||
* recursive header file inclusion, resulting in the compiler complaining
|
that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
|
||||||
* that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is
|
is needed to have fileno() declared correctly... So let's define u_int */
|
||||||
* needed to have fileno() declared correctly... So let's define u_int
|
|
||||||
*/
|
|
||||||
#if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
|
#if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
|
||||||
# define __U_INT
|
#define __U_INT
|
||||||
typedef unsigned int u_int;
|
typedef unsigned int u_int;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -90,342 +86,342 @@ typedef unsigned int u_int;
|
|||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
|
|
||||||
#ifdef FLAT_INC
|
#ifdef FLAT_INC
|
||||||
# include "e_os.h"
|
#include "e_os.h"
|
||||||
#else
|
#else
|
||||||
# include "../e_os.h"
|
#include "../e_os.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_SOCK
|
#ifndef OPENSSL_NO_SOCK
|
||||||
|
|
||||||
# if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK)
|
#if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK)
|
||||||
# include "netdb.h"
|
#include "netdb.h"
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
static struct hostent *GetHostByName(char *name);
|
static struct hostent *GetHostByName(char *name);
|
||||||
# if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
|
#if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
|
||||||
static void ssl_sock_cleanup(void);
|
static void ssl_sock_cleanup(void);
|
||||||
# endif
|
#endif
|
||||||
static int ssl_sock_init(void);
|
static int ssl_sock_init(void);
|
||||||
static int init_client_ip(int *sock, unsigned char ip[4], int port, int type);
|
static int init_client_ip(int *sock,unsigned char ip[4], int port, int type);
|
||||||
static int init_server(int *sock, int port, int type);
|
static int init_server(int *sock, int port, int type);
|
||||||
static int init_server_long(int *sock, int port, char *ip, int type);
|
static int init_server_long(int *sock, int port,char *ip, int type);
|
||||||
static int do_accept(int acc_sock, int *sock, char **host);
|
static int do_accept(int acc_sock, int *sock, char **host);
|
||||||
static int host_ip(char *str, unsigned char ip[4]);
|
static int host_ip(char *str, unsigned char ip[4]);
|
||||||
|
|
||||||
# ifdef OPENSSL_SYS_WIN16
|
#ifdef OPENSSL_SYS_WIN16
|
||||||
# define SOCKET_PROTOCOL 0 /* more microsoft stupidity */
|
#define SOCKET_PROTOCOL 0 /* more microsoft stupidity */
|
||||||
# else
|
#else
|
||||||
# define SOCKET_PROTOCOL IPPROTO_TCP
|
#define SOCKET_PROTOCOL IPPROTO_TCP
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# if defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
|
#if defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
|
||||||
static int wsa_init_done = 0;
|
static int wsa_init_done=0;
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
# ifdef OPENSSL_SYS_WINDOWS
|
#ifdef OPENSSL_SYS_WINDOWS
|
||||||
static struct WSAData wsa_state;
|
static struct WSAData wsa_state;
|
||||||
static int wsa_init_done = 0;
|
static int wsa_init_done=0;
|
||||||
|
|
||||||
# ifdef OPENSSL_SYS_WIN16
|
#ifdef OPENSSL_SYS_WIN16
|
||||||
static HWND topWnd = 0;
|
static HWND topWnd=0;
|
||||||
static FARPROC lpTopWndProc = NULL;
|
static FARPROC lpTopWndProc=NULL;
|
||||||
static FARPROC lpTopHookProc = NULL;
|
static FARPROC lpTopHookProc=NULL;
|
||||||
extern HINSTANCE _hInstance; /* nice global CRT provides */
|
extern HINSTANCE _hInstance; /* nice global CRT provides */
|
||||||
|
|
||||||
static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam,
|
static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam,
|
||||||
LPARAM lParam)
|
LPARAM lParam)
|
||||||
{
|
{
|
||||||
if (hwnd == topWnd) {
|
if (hwnd == topWnd)
|
||||||
switch (message) {
|
{
|
||||||
|
switch(message)
|
||||||
|
{
|
||||||
case WM_DESTROY:
|
case WM_DESTROY:
|
||||||
case WM_CLOSE:
|
case WM_CLOSE:
|
||||||
SetWindowLong(topWnd, GWL_WNDPROC, (LONG) lpTopWndProc);
|
SetWindowLong(topWnd,GWL_WNDPROC,(LONG)lpTopWndProc);
|
||||||
ssl_sock_cleanup();
|
ssl_sock_cleanup();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return CallWindowProc(lpTopWndProc, hwnd, message, wParam, lParam);
|
return CallWindowProc(lpTopWndProc,hwnd,message,wParam,lParam);
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOL CALLBACK enumproc(HWND hwnd, LPARAM lParam)
|
static BOOL CALLBACK enumproc(HWND hwnd,LPARAM lParam)
|
||||||
{
|
{
|
||||||
topWnd = hwnd;
|
topWnd=hwnd;
|
||||||
return (FALSE);
|
return(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
# endif /* OPENSSL_SYS_WIN32 */
|
#endif /* OPENSSL_SYS_WIN32 */
|
||||||
# endif /* OPENSSL_SYS_WINDOWS */
|
#endif /* OPENSSL_SYS_WINDOWS */
|
||||||
|
|
||||||
# ifdef OPENSSL_SYS_WINDOWS
|
#ifdef OPENSSL_SYS_WINDOWS
|
||||||
static void ssl_sock_cleanup(void)
|
static void ssl_sock_cleanup(void)
|
||||||
{
|
{
|
||||||
if (wsa_init_done) {
|
if (wsa_init_done)
|
||||||
wsa_init_done = 0;
|
{
|
||||||
# ifndef OPENSSL_SYS_WINCE
|
wsa_init_done=0;
|
||||||
|
#ifndef OPENSSL_SYS_WINCE
|
||||||
WSACancelBlockingCall();
|
WSACancelBlockingCall();
|
||||||
# endif
|
#endif
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
|
#elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
|
||||||
static void sock_cleanup(void)
|
static void sock_cleanup(void)
|
||||||
{
|
{
|
||||||
if (wsa_init_done) {
|
if (wsa_init_done)
|
||||||
wsa_init_done = 0;
|
{
|
||||||
|
wsa_init_done=0;
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
static int ssl_sock_init(void)
|
static int ssl_sock_init(void)
|
||||||
{
|
{
|
||||||
# ifdef WATT32
|
#ifdef WATT32
|
||||||
extern int _watt_do_exit;
|
extern int _watt_do_exit;
|
||||||
_watt_do_exit = 0;
|
_watt_do_exit = 0;
|
||||||
if (sock_init())
|
if (sock_init())
|
||||||
return (0);
|
return (0);
|
||||||
# elif defined(OPENSSL_SYS_WINDOWS)
|
#elif defined(OPENSSL_SYS_WINDOWS)
|
||||||
if (!wsa_init_done) {
|
if (!wsa_init_done)
|
||||||
|
{
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
# ifdef SIGINT
|
#ifdef SIGINT
|
||||||
signal(SIGINT, (void (*)(int))ssl_sock_cleanup);
|
signal(SIGINT,(void (*)(int))ssl_sock_cleanup);
|
||||||
# endif
|
#endif
|
||||||
wsa_init_done = 1;
|
wsa_init_done=1;
|
||||||
memset(&wsa_state, 0, sizeof(wsa_state));
|
memset(&wsa_state,0,sizeof(wsa_state));
|
||||||
if (WSAStartup(0x0101, &wsa_state) != 0) {
|
if (WSAStartup(0x0101,&wsa_state)!=0)
|
||||||
err = WSAGetLastError();
|
{
|
||||||
BIO_printf(bio_err, "unable to start WINSOCK, error code=%d\n",
|
err=WSAGetLastError();
|
||||||
err);
|
BIO_printf(bio_err,"unable to start WINSOCK, error code=%d\n",err);
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
# ifdef OPENSSL_SYS_WIN16
|
|
||||||
EnumTaskWindows(GetCurrentTask(), enumproc, 0L);
|
|
||||||
lpTopWndProc = (FARPROC) GetWindowLong(topWnd, GWL_WNDPROC);
|
|
||||||
lpTopHookProc = MakeProcInstance((FARPROC) topHookProc, _hInstance);
|
|
||||||
|
|
||||||
SetWindowLong(topWnd, GWL_WNDPROC, (LONG) lpTopHookProc);
|
#ifdef OPENSSL_SYS_WIN16
|
||||||
# endif /* OPENSSL_SYS_WIN16 */
|
EnumTaskWindows(GetCurrentTask(),enumproc,0L);
|
||||||
|
lpTopWndProc=(FARPROC)GetWindowLong(topWnd,GWL_WNDPROC);
|
||||||
|
lpTopHookProc=MakeProcInstance((FARPROC)topHookProc,_hInstance);
|
||||||
|
|
||||||
|
SetWindowLong(topWnd,GWL_WNDPROC,(LONG)lpTopHookProc);
|
||||||
|
#endif /* OPENSSL_SYS_WIN16 */
|
||||||
}
|
}
|
||||||
# elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
|
#elif defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK)
|
||||||
WORD wVerReq;
|
WORD wVerReq;
|
||||||
WSADATA wsaData;
|
WSADATA wsaData;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
if (!wsa_init_done) {
|
if (!wsa_init_done)
|
||||||
|
{
|
||||||
|
|
||||||
# ifdef SIGINT
|
# ifdef SIGINT
|
||||||
signal(SIGINT, (void (*)(int))sock_cleanup);
|
signal(SIGINT,(void (*)(int))sock_cleanup);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
wsa_init_done = 1;
|
wsa_init_done=1;
|
||||||
wVerReq = MAKEWORD(2, 0);
|
wVerReq = MAKEWORD( 2, 0 );
|
||||||
err = WSAStartup(wVerReq, &wsaData);
|
err = WSAStartup(wVerReq,&wsaData);
|
||||||
if (err != 0) {
|
if (err != 0)
|
||||||
BIO_printf(bio_err, "unable to start WINSOCK2, error code=%d\n",
|
{
|
||||||
err);
|
BIO_printf(bio_err,"unable to start WINSOCK2, error code=%d\n",err);
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# endif /* OPENSSL_SYS_WINDOWS */
|
#endif /* OPENSSL_SYS_WINDOWS */
|
||||||
return (1);
|
return(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int init_client(int *sock, char *host, int port, int type)
|
int init_client(int *sock, char *host, int port, int type)
|
||||||
{
|
{
|
||||||
unsigned char ip[4];
|
unsigned char ip[4];
|
||||||
|
|
||||||
memset(ip, '\0', sizeof ip);
|
if (!host_ip(host,&(ip[0])))
|
||||||
if (!host_ip(host, &(ip[0])))
|
{
|
||||||
return 0;
|
return(0);
|
||||||
return init_client_ip(sock, ip, port, type);
|
}
|
||||||
}
|
return(init_client_ip(sock,ip,port,type));
|
||||||
|
}
|
||||||
|
|
||||||
static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
|
static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
|
||||||
{
|
{
|
||||||
unsigned long addr;
|
unsigned long addr;
|
||||||
struct sockaddr_in them;
|
struct sockaddr_in them;
|
||||||
int s, i;
|
int s,i;
|
||||||
|
|
||||||
if (!ssl_sock_init())
|
if (!ssl_sock_init()) return(0);
|
||||||
return (0);
|
|
||||||
|
|
||||||
memset((char *)&them, 0, sizeof(them));
|
memset((char *)&them,0,sizeof(them));
|
||||||
them.sin_family = AF_INET;
|
them.sin_family=AF_INET;
|
||||||
them.sin_port = htons((unsigned short)port);
|
them.sin_port=htons((unsigned short)port);
|
||||||
addr = (unsigned long)
|
addr=(unsigned long)
|
||||||
((unsigned long)ip[0] << 24L) |
|
((unsigned long)ip[0]<<24L)|
|
||||||
((unsigned long)ip[1] << 16L) |
|
((unsigned long)ip[1]<<16L)|
|
||||||
((unsigned long)ip[2] << 8L) | ((unsigned long)ip[3]);
|
((unsigned long)ip[2]<< 8L)|
|
||||||
them.sin_addr.s_addr = htonl(addr);
|
((unsigned long)ip[3]);
|
||||||
|
them.sin_addr.s_addr=htonl(addr);
|
||||||
|
|
||||||
if (type == SOCK_STREAM)
|
if (type == SOCK_STREAM)
|
||||||
s = socket(AF_INET, SOCK_STREAM, SOCKET_PROTOCOL);
|
s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
|
||||||
else /* ( type == SOCK_DGRAM) */
|
else /* ( type == SOCK_DGRAM) */
|
||||||
s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
|
s=socket(AF_INET,SOCK_DGRAM,IPPROTO_UDP);
|
||||||
|
|
||||||
if (s == INVALID_SOCKET) {
|
if (s == INVALID_SOCKET) { perror("socket"); return(0); }
|
||||||
perror("socket");
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
# if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
|
|
||||||
if (type == SOCK_STREAM) {
|
|
||||||
i = 0;
|
|
||||||
i = setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, (char *)&i, sizeof(i));
|
|
||||||
if (i < 0) {
|
|
||||||
closesocket(s);
|
|
||||||
perror("keepalive");
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
# endif
|
|
||||||
|
|
||||||
if (connect(s, (struct sockaddr *)&them, sizeof(them)) == -1) {
|
#if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
|
||||||
closesocket(s);
|
if (type == SOCK_STREAM)
|
||||||
perror("connect");
|
{
|
||||||
return (0);
|
i=0;
|
||||||
|
i=setsockopt(s,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
|
||||||
|
if (i < 0) { perror("keepalive"); return(0); }
|
||||||
}
|
}
|
||||||
*sock = s;
|
#endif
|
||||||
return (1);
|
|
||||||
}
|
|
||||||
|
|
||||||
int do_server(int port, int type, int *ret,
|
if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
|
||||||
int (*cb) (char *hostname, int s, unsigned char *context),
|
{ closesocket(s); perror("connect"); return(0); }
|
||||||
unsigned char *context)
|
*sock=s;
|
||||||
{
|
return(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
|
||||||
|
{
|
||||||
int sock;
|
int sock;
|
||||||
char *name = NULL;
|
char *name = NULL;
|
||||||
int accept_socket = 0;
|
int accept_socket = 0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (!init_server(&accept_socket, port, type))
|
if (!init_server(&accept_socket,port,type)) return(0);
|
||||||
return (0);
|
|
||||||
|
|
||||||
if (ret != NULL) {
|
if (ret != NULL)
|
||||||
*ret = accept_socket;
|
{
|
||||||
/* return(1); */
|
*ret=accept_socket;
|
||||||
|
/* return(1);*/
|
||||||
}
|
}
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (type == SOCK_STREAM) {
|
{
|
||||||
if (do_accept(accept_socket, &sock, &name) == 0) {
|
if (type==SOCK_STREAM)
|
||||||
|
{
|
||||||
|
if (do_accept(accept_socket,&sock,&name) == 0)
|
||||||
|
{
|
||||||
SHUTDOWN(accept_socket);
|
SHUTDOWN(accept_socket);
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
sock = accept_socket;
|
sock = accept_socket;
|
||||||
i = (*cb) (name, sock, context);
|
i=(*cb)(name,sock, context);
|
||||||
if (name != NULL)
|
if (name != NULL) OPENSSL_free(name);
|
||||||
OPENSSL_free(name);
|
if (type==SOCK_STREAM)
|
||||||
if (type == SOCK_STREAM)
|
|
||||||
SHUTDOWN2(sock);
|
SHUTDOWN2(sock);
|
||||||
if (i < 0) {
|
if (i < 0)
|
||||||
|
{
|
||||||
SHUTDOWN2(accept_socket);
|
SHUTDOWN2(accept_socket);
|
||||||
return (i);
|
return(i);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static int init_server_long(int *sock, int port, char *ip, int type)
|
static int init_server_long(int *sock, int port, char *ip, int type)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret=0;
|
||||||
struct sockaddr_in server;
|
struct sockaddr_in server;
|
||||||
int s = -1;
|
int s= -1;
|
||||||
|
|
||||||
if (!ssl_sock_init())
|
if (!ssl_sock_init()) return(0);
|
||||||
return (0);
|
|
||||||
|
|
||||||
memset((char *)&server, 0, sizeof(server));
|
memset((char *)&server,0,sizeof(server));
|
||||||
server.sin_family = AF_INET;
|
server.sin_family=AF_INET;
|
||||||
server.sin_port = htons((unsigned short)port);
|
server.sin_port=htons((unsigned short)port);
|
||||||
if (ip == NULL)
|
if (ip == NULL)
|
||||||
server.sin_addr.s_addr = INADDR_ANY;
|
server.sin_addr.s_addr=INADDR_ANY;
|
||||||
else
|
else
|
||||||
/* Added for T3E, address-of fails on bit field (beckman@acl.lanl.gov) */
|
/* Added for T3E, address-of fails on bit field (beckman@acl.lanl.gov) */
|
||||||
# ifndef BIT_FIELD_LIMITS
|
#ifndef BIT_FIELD_LIMITS
|
||||||
memcpy(&server.sin_addr.s_addr, ip, 4);
|
memcpy(&server.sin_addr.s_addr,ip,4);
|
||||||
# else
|
#else
|
||||||
memcpy(&server.sin_addr, ip, 4);
|
memcpy(&server.sin_addr,ip,4);
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
if (type == SOCK_STREAM)
|
if (type == SOCK_STREAM)
|
||||||
s = socket(AF_INET, SOCK_STREAM, SOCKET_PROTOCOL);
|
s=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
|
||||||
else /* type == SOCK_DGRAM */
|
else /* type == SOCK_DGRAM */
|
||||||
s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
|
s=socket(AF_INET, SOCK_DGRAM,IPPROTO_UDP);
|
||||||
|
|
||||||
if (s == INVALID_SOCKET)
|
if (s == INVALID_SOCKET) goto err;
|
||||||
goto err;
|
#if defined SOL_SOCKET && defined SO_REUSEADDR
|
||||||
# if defined SOL_SOCKET && defined SO_REUSEADDR
|
|
||||||
{
|
{
|
||||||
int j = 1;
|
int j = 1;
|
||||||
setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void *)&j, sizeof j);
|
setsockopt(s, SOL_SOCKET, SO_REUSEADDR,
|
||||||
|
(void *) &j, sizeof j);
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
if (bind(s, (struct sockaddr *)&server, sizeof(server)) == -1) {
|
if (bind(s,(struct sockaddr *)&server,sizeof(server)) == -1)
|
||||||
# ifndef OPENSSL_SYS_WINDOWS
|
{
|
||||||
|
#ifndef OPENSSL_SYS_WINDOWS
|
||||||
perror("bind");
|
perror("bind");
|
||||||
# endif
|
#endif
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
/* Make it 128 for linux */
|
/* Make it 128 for linux */
|
||||||
if (type == SOCK_STREAM && listen(s, 128) == -1)
|
if (type==SOCK_STREAM && listen(s,128) == -1) goto err;
|
||||||
goto err;
|
*sock=s;
|
||||||
*sock = s;
|
ret=1;
|
||||||
ret = 1;
|
err:
|
||||||
err:
|
if ((ret == 0) && (s != -1))
|
||||||
if ((ret == 0) && (s != -1)) {
|
{
|
||||||
SHUTDOWN(s);
|
SHUTDOWN(s);
|
||||||
}
|
}
|
||||||
return (ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int init_server(int *sock, int port, int type)
|
static int init_server(int *sock, int port, int type)
|
||||||
{
|
{
|
||||||
return (init_server_long(sock, port, NULL, type));
|
return(init_server_long(sock, port, NULL, type));
|
||||||
}
|
}
|
||||||
|
|
||||||
static int do_accept(int acc_sock, int *sock, char **host)
|
static int do_accept(int acc_sock, int *sock, char **host)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct hostent *h1, *h2;
|
struct hostent *h1,*h2;
|
||||||
static struct sockaddr_in from;
|
static struct sockaddr_in from;
|
||||||
int len;
|
int len;
|
||||||
/* struct linger ling; */
|
/* struct linger ling; */
|
||||||
|
|
||||||
if (!ssl_sock_init())
|
if (!ssl_sock_init()) return(0);
|
||||||
return (0);
|
|
||||||
|
|
||||||
# ifndef OPENSSL_SYS_WINDOWS
|
#ifndef OPENSSL_SYS_WINDOWS
|
||||||
redoit:
|
redoit:
|
||||||
# endif
|
#endif
|
||||||
|
|
||||||
memset((char *)&from, 0, sizeof(from));
|
memset((char *)&from,0,sizeof(from));
|
||||||
len = sizeof(from);
|
len=sizeof(from);
|
||||||
/*
|
/* Note: under VMS with SOCKETSHR the fourth parameter is currently
|
||||||
* Note: under VMS with SOCKETSHR the fourth parameter is currently of
|
* of type (int *) whereas under other systems it is (void *) if
|
||||||
* type (int *) whereas under other systems it is (void *) if you don't
|
* you don't have a cast it will choke the compiler: if you do
|
||||||
* have a cast it will choke the compiler: if you do have a cast then you
|
* have a cast then you can either go for (int *) or (void *).
|
||||||
* can either go for (int *) or (void *).
|
|
||||||
*/
|
*/
|
||||||
ret = accept(acc_sock, (struct sockaddr *)&from, (void *)&len);
|
ret=accept(acc_sock,(struct sockaddr *)&from,(void *)&len);
|
||||||
if (ret == INVALID_SOCKET) {
|
if (ret == INVALID_SOCKET)
|
||||||
# if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
|
{
|
||||||
|
#if defined(OPENSSL_SYS_WINDOWS) || (defined(OPENSSL_SYS_NETWARE) && !defined(NETWARE_BSDSOCK))
|
||||||
int i;
|
int i;
|
||||||
i = WSAGetLastError();
|
i=WSAGetLastError();
|
||||||
BIO_printf(bio_err, "accept error %d\n", i);
|
BIO_printf(bio_err,"accept error %d\n",i);
|
||||||
# else
|
#else
|
||||||
if (errno == EINTR) {
|
if (errno == EINTR)
|
||||||
/*
|
{
|
||||||
* check_timeout();
|
/*check_timeout(); */
|
||||||
*/
|
|
||||||
goto redoit;
|
goto redoit;
|
||||||
}
|
}
|
||||||
fprintf(stderr, "errno=%d ", errno);
|
fprintf(stderr,"errno=%d ",errno);
|
||||||
perror("accept");
|
perror("accept");
|
||||||
# endif
|
#endif
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-
|
/*
|
||||||
ling.l_onoff=1;
|
ling.l_onoff=1;
|
||||||
ling.l_linger=0;
|
ling.l_linger=0;
|
||||||
i=setsockopt(ret,SOL_SOCKET,SO_LINGER,(char *)&ling,sizeof(ling));
|
i=setsockopt(ret,SOL_SOCKET,SO_LINGER,(char *)&ling,sizeof(ling));
|
||||||
@@ -435,176 +431,190 @@ static int do_accept(int acc_sock, int *sock, char **host)
|
|||||||
if (i < 0) { perror("keepalive"); return(0); }
|
if (i < 0) { perror("keepalive"); return(0); }
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (host == NULL)
|
if (host == NULL) goto end;
|
||||||
goto end;
|
#ifndef BIT_FIELD_LIMITS
|
||||||
# ifndef BIT_FIELD_LIMITS
|
|
||||||
/* I should use WSAAsyncGetHostByName() under windows */
|
/* I should use WSAAsyncGetHostByName() under windows */
|
||||||
h1 = gethostbyaddr((char *)&from.sin_addr.s_addr,
|
h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
|
||||||
sizeof(from.sin_addr.s_addr), AF_INET);
|
sizeof(from.sin_addr.s_addr),AF_INET);
|
||||||
# else
|
#else
|
||||||
h1 = gethostbyaddr((char *)&from.sin_addr,
|
h1=gethostbyaddr((char *)&from.sin_addr,
|
||||||
sizeof(struct in_addr), AF_INET);
|
sizeof(struct in_addr),AF_INET);
|
||||||
# endif
|
#endif
|
||||||
if (h1 == NULL) {
|
if (h1 == NULL)
|
||||||
BIO_printf(bio_err, "bad gethostbyaddr\n");
|
{
|
||||||
*host = NULL;
|
BIO_printf(bio_err,"bad gethostbyaddr\n");
|
||||||
|
*host=NULL;
|
||||||
/* return(0); */
|
/* return(0); */
|
||||||
} else {
|
}
|
||||||
if ((*host = (char *)OPENSSL_malloc(strlen(h1->h_name) + 1)) == NULL) {
|
else
|
||||||
|
{
|
||||||
|
if ((*host=(char *)OPENSSL_malloc(strlen(h1->h_name)+1)) == NULL)
|
||||||
|
{
|
||||||
perror("OPENSSL_malloc");
|
perror("OPENSSL_malloc");
|
||||||
closesocket(ret);
|
return(0);
|
||||||
return (0);
|
|
||||||
}
|
}
|
||||||
BUF_strlcpy(*host, h1->h_name, strlen(h1->h_name) + 1);
|
BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1);
|
||||||
|
|
||||||
h2 = GetHostByName(*host);
|
h2=GetHostByName(*host);
|
||||||
if (h2 == NULL) {
|
if (h2 == NULL)
|
||||||
BIO_printf(bio_err, "gethostbyname failure\n");
|
{
|
||||||
closesocket(ret);
|
BIO_printf(bio_err,"gethostbyname failure\n");
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
if (h2->h_addrtype != AF_INET) {
|
if (h2->h_addrtype != AF_INET)
|
||||||
BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
|
{
|
||||||
closesocket(ret);
|
BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end:
|
end:
|
||||||
*sock = ret;
|
*sock=ret;
|
||||||
return (1);
|
return(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int extract_host_port(char *str, char **host_ptr, unsigned char *ip,
|
int extract_host_port(char *str, char **host_ptr, unsigned char *ip,
|
||||||
short *port_ptr)
|
short *port_ptr)
|
||||||
{
|
{
|
||||||
char *h, *p;
|
char *h,*p;
|
||||||
|
|
||||||
h = str;
|
h=str;
|
||||||
p = strchr(str, ':');
|
p=strchr(str,':');
|
||||||
if (p == NULL) {
|
if (p == NULL)
|
||||||
BIO_printf(bio_err, "no port defined\n");
|
{
|
||||||
return (0);
|
BIO_printf(bio_err,"no port defined\n");
|
||||||
|
return(0);
|
||||||
}
|
}
|
||||||
*(p++) = '\0';
|
*(p++)='\0';
|
||||||
|
|
||||||
if ((ip != NULL) && !host_ip(str, ip))
|
if ((ip != NULL) && !host_ip(str,ip))
|
||||||
goto err;
|
goto err;
|
||||||
if (host_ptr != NULL)
|
if (host_ptr != NULL) *host_ptr=h;
|
||||||
*host_ptr = h;
|
|
||||||
|
|
||||||
if (!extract_port(p, port_ptr))
|
if (!extract_port(p,port_ptr))
|
||||||
goto err;
|
goto err;
|
||||||
return (1);
|
return(1);
|
||||||
err:
|
err:
|
||||||
return (0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int host_ip(char *str, unsigned char ip[4])
|
static int host_ip(char *str, unsigned char ip[4])
|
||||||
{
|
{
|
||||||
unsigned int in[4];
|
unsigned int in[4];
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (sscanf(str, "%u.%u.%u.%u", &(in[0]), &(in[1]), &(in[2]), &(in[3])) ==
|
if (sscanf(str,"%u.%u.%u.%u",&(in[0]),&(in[1]),&(in[2]),&(in[3])) == 4)
|
||||||
4) {
|
{
|
||||||
for (i = 0; i < 4; i++)
|
for (i=0; i<4; i++)
|
||||||
if (in[i] > 255) {
|
if (in[i] > 255)
|
||||||
BIO_printf(bio_err, "invalid IP address\n");
|
{
|
||||||
|
BIO_printf(bio_err,"invalid IP address\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
ip[0] = in[0];
|
ip[0]=in[0];
|
||||||
ip[1] = in[1];
|
ip[1]=in[1];
|
||||||
ip[2] = in[2];
|
ip[2]=in[2];
|
||||||
ip[3] = in[3];
|
ip[3]=in[3];
|
||||||
} else { /* do a gethostbyname */
|
}
|
||||||
|
else
|
||||||
|
{ /* do a gethostbyname */
|
||||||
struct hostent *he;
|
struct hostent *he;
|
||||||
|
|
||||||
if (!ssl_sock_init())
|
if (!ssl_sock_init()) return(0);
|
||||||
return (0);
|
|
||||||
|
|
||||||
he = GetHostByName(str);
|
he=GetHostByName(str);
|
||||||
if (he == NULL) {
|
if (he == NULL)
|
||||||
BIO_printf(bio_err, "gethostbyname failure\n");
|
{
|
||||||
|
BIO_printf(bio_err,"gethostbyname failure\n");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
/* cast to short because of win16 winsock definition */
|
/* cast to short because of win16 winsock definition */
|
||||||
if ((short)he->h_addrtype != AF_INET) {
|
if ((short)he->h_addrtype != AF_INET)
|
||||||
BIO_printf(bio_err, "gethostbyname addr is not AF_INET\n");
|
{
|
||||||
return (0);
|
BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
|
||||||
|
return(0);
|
||||||
}
|
}
|
||||||
ip[0] = he->h_addr_list[0][0];
|
ip[0]=he->h_addr_list[0][0];
|
||||||
ip[1] = he->h_addr_list[0][1];
|
ip[1]=he->h_addr_list[0][1];
|
||||||
ip[2] = he->h_addr_list[0][2];
|
ip[2]=he->h_addr_list[0][2];
|
||||||
ip[3] = he->h_addr_list[0][3];
|
ip[3]=he->h_addr_list[0][3];
|
||||||
|
}
|
||||||
|
return(1);
|
||||||
|
err:
|
||||||
|
return(0);
|
||||||
}
|
}
|
||||||
return (1);
|
|
||||||
err:
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
|
|
||||||
int extract_port(char *str, short *port_ptr)
|
int extract_port(char *str, short *port_ptr)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct servent *s;
|
struct servent *s;
|
||||||
|
|
||||||
i = atoi(str);
|
i=atoi(str);
|
||||||
if (i != 0)
|
if (i != 0)
|
||||||
*port_ptr = (unsigned short)i;
|
*port_ptr=(unsigned short)i;
|
||||||
else {
|
else
|
||||||
s = getservbyname(str, "tcp");
|
{
|
||||||
if (s == NULL) {
|
s=getservbyname(str,"tcp");
|
||||||
BIO_printf(bio_err, "getservbyname failure for %s\n", str);
|
if (s == NULL)
|
||||||
return (0);
|
{
|
||||||
|
BIO_printf(bio_err,"getservbyname failure for %s\n",str);
|
||||||
|
return(0);
|
||||||
}
|
}
|
||||||
*port_ptr = ntohs((unsigned short)s->s_port);
|
*port_ptr=ntohs((unsigned short)s->s_port);
|
||||||
|
}
|
||||||
|
return(1);
|
||||||
}
|
}
|
||||||
return (1);
|
|
||||||
}
|
|
||||||
|
|
||||||
# define GHBN_NUM 4
|
#define GHBN_NUM 4
|
||||||
static struct ghbn_cache_st {
|
static struct ghbn_cache_st
|
||||||
|
{
|
||||||
char name[128];
|
char name[128];
|
||||||
struct hostent ent;
|
struct hostent ent;
|
||||||
unsigned long order;
|
unsigned long order;
|
||||||
} ghbn_cache[GHBN_NUM];
|
} ghbn_cache[GHBN_NUM];
|
||||||
|
|
||||||
static unsigned long ghbn_hits = 0L;
|
static unsigned long ghbn_hits=0L;
|
||||||
static unsigned long ghbn_miss = 0L;
|
static unsigned long ghbn_miss=0L;
|
||||||
|
|
||||||
static struct hostent *GetHostByName(char *name)
|
static struct hostent *GetHostByName(char *name)
|
||||||
{
|
{
|
||||||
struct hostent *ret;
|
struct hostent *ret;
|
||||||
int i, lowi = 0;
|
int i,lowi=0;
|
||||||
unsigned long low = (unsigned long)-1;
|
unsigned long low= (unsigned long)-1;
|
||||||
|
|
||||||
for (i = 0; i < GHBN_NUM; i++) {
|
for (i=0; i<GHBN_NUM; i++)
|
||||||
if (low > ghbn_cache[i].order) {
|
{
|
||||||
low = ghbn_cache[i].order;
|
if (low > ghbn_cache[i].order)
|
||||||
lowi = i;
|
{
|
||||||
|
low=ghbn_cache[i].order;
|
||||||
|
lowi=i;
|
||||||
}
|
}
|
||||||
if (ghbn_cache[i].order > 0) {
|
if (ghbn_cache[i].order > 0)
|
||||||
if (strncmp(name, ghbn_cache[i].name, 128) == 0)
|
{
|
||||||
|
if (strncmp(name,ghbn_cache[i].name,128) == 0)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (i == GHBN_NUM) { /* no hit */
|
if (i == GHBN_NUM) /* no hit*/
|
||||||
|
{
|
||||||
ghbn_miss++;
|
ghbn_miss++;
|
||||||
ret = gethostbyname(name);
|
ret=gethostbyname(name);
|
||||||
if (ret == NULL)
|
if (ret == NULL) return(NULL);
|
||||||
return (NULL);
|
|
||||||
/* else add to cache */
|
/* else add to cache */
|
||||||
if (strlen(name) < sizeof ghbn_cache[0].name) {
|
if(strlen(name) < sizeof ghbn_cache[0].name)
|
||||||
strcpy(ghbn_cache[lowi].name, name);
|
{
|
||||||
memcpy((char *)&(ghbn_cache[lowi].ent), ret,
|
strcpy(ghbn_cache[lowi].name,name);
|
||||||
sizeof(struct hostent));
|
memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent));
|
||||||
ghbn_cache[lowi].order = ghbn_miss + ghbn_hits;
|
ghbn_cache[lowi].order=ghbn_miss+ghbn_hits;
|
||||||
}
|
}
|
||||||
return (ret);
|
return(ret);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
ghbn_hits++;
|
ghbn_hits++;
|
||||||
ret = &(ghbn_cache[i].ent);
|
ret= &(ghbn_cache[i].ent);
|
||||||
ghbn_cache[i].order = ghbn_miss + ghbn_hits;
|
ghbn_cache[i].order=ghbn_miss+ghbn_hits;
|
||||||
return (ret);
|
return(ret);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
517
apps/s_time.c
517
apps/s_time.c
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
#define NO_SHUTDOWN
|
#define NO_SHUTDOWN
|
||||||
|
|
||||||
/* ----------------------------------------
|
/*-----------------------------------------
|
||||||
s_time - SSL client connection timer program
|
s_time - SSL client connection timer program
|
||||||
Written and donated by Larry Streepy <streepy@healthcare.com>
|
Written and donated by Larry Streepy <streepy@healthcare.com>
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
#define USE_SOCKETS
|
#define USE_SOCKETS
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#ifdef OPENSSL_NO_STDIO
|
#ifdef OPENSSL_NO_STDIO
|
||||||
# define APPS_WIN16
|
#define APPS_WIN16
|
||||||
#endif
|
#endif
|
||||||
#include <openssl/x509.h>
|
#include <openssl/x509.h>
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
@@ -78,11 +78,11 @@
|
|||||||
#include "s_apps.h"
|
#include "s_apps.h"
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#ifdef WIN32_STUFF
|
#ifdef WIN32_STUFF
|
||||||
# include "winmain.h"
|
#include "winmain.h"
|
||||||
# include "wintext.h"
|
#include "wintext.h"
|
||||||
#endif
|
#endif
|
||||||
#if !defined(OPENSSL_SYS_MSDOS)
|
#if !defined(OPENSSL_SYS_MSDOS)
|
||||||
# include OPENSSL_UNISTD
|
#include OPENSSL_UNISTD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef PROG
|
#undef PROG
|
||||||
@@ -93,10 +93,7 @@
|
|||||||
|
|
||||||
#define SSL_CONNECT_NAME "localhost:4433"
|
#define SSL_CONNECT_NAME "localhost:4433"
|
||||||
|
|
||||||
/* no default cert. */
|
/*#define TEST_CERT "client.pem" */ /* no default cert. */
|
||||||
/*
|
|
||||||
* #define TEST_CERT "client.pem"
|
|
||||||
*/
|
|
||||||
|
|
||||||
#undef BUFSIZZ
|
#undef BUFSIZZ
|
||||||
#define BUFSIZZ 1024*10
|
#define BUFSIZZ 1024*10
|
||||||
@@ -114,8 +111,8 @@ extern int verify_depth;
|
|||||||
extern int verify_error;
|
extern int verify_error;
|
||||||
|
|
||||||
static void s_time_usage(void);
|
static void s_time_usage(void);
|
||||||
static int parseArgs(int argc, char **argv);
|
static int parseArgs( int argc, char **argv );
|
||||||
static SSL *doConnection(SSL *scon);
|
static SSL *doConnection( SSL *scon );
|
||||||
static void s_time_init(void);
|
static void s_time_init(void);
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
@@ -123,51 +120,51 @@ static void s_time_init(void);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* static char *port=PORT_STR;*/
|
/* static char *port=PORT_STR;*/
|
||||||
static char *host = SSL_CONNECT_NAME;
|
static char *host=SSL_CONNECT_NAME;
|
||||||
static char *t_cert_file = NULL;
|
static char *t_cert_file=NULL;
|
||||||
static char *t_key_file = NULL;
|
static char *t_key_file=NULL;
|
||||||
static char *CApath = NULL;
|
static char *CApath=NULL;
|
||||||
static char *CAfile = NULL;
|
static char *CAfile=NULL;
|
||||||
static char *tm_cipher = NULL;
|
static char *tm_cipher=NULL;
|
||||||
static int tm_verify = SSL_VERIFY_NONE;
|
static int tm_verify = SSL_VERIFY_NONE;
|
||||||
static int maxTime = SECONDS;
|
static int maxTime = SECONDS;
|
||||||
static SSL_CTX *tm_ctx = NULL;
|
static SSL_CTX *tm_ctx=NULL;
|
||||||
static const SSL_METHOD *s_time_meth = NULL;
|
static const SSL_METHOD *s_time_meth=NULL;
|
||||||
static char *s_www_path = NULL;
|
static char *s_www_path=NULL;
|
||||||
static long bytes_read = 0;
|
static long bytes_read=0;
|
||||||
static int st_bugs = 0;
|
static int st_bugs=0;
|
||||||
static int perform = 0;
|
static int perform=0;
|
||||||
#ifdef FIONBIO
|
#ifdef FIONBIO
|
||||||
static int t_nbio = 0;
|
static int t_nbio=0;
|
||||||
#endif
|
#endif
|
||||||
#ifdef OPENSSL_SYS_WIN32
|
#ifdef OPENSSL_SYS_WIN32
|
||||||
static int exitNow = 0; /* Set when it's time to exit main */
|
static int exitNow = 0; /* Set when it's time to exit main */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void s_time_init(void)
|
static void s_time_init(void)
|
||||||
{
|
{
|
||||||
host = SSL_CONNECT_NAME;
|
host=SSL_CONNECT_NAME;
|
||||||
t_cert_file = NULL;
|
t_cert_file=NULL;
|
||||||
t_key_file = NULL;
|
t_key_file=NULL;
|
||||||
CApath = NULL;
|
CApath=NULL;
|
||||||
CAfile = NULL;
|
CAfile=NULL;
|
||||||
tm_cipher = NULL;
|
tm_cipher=NULL;
|
||||||
tm_verify = SSL_VERIFY_NONE;
|
tm_verify = SSL_VERIFY_NONE;
|
||||||
maxTime = SECONDS;
|
maxTime = SECONDS;
|
||||||
tm_ctx = NULL;
|
tm_ctx=NULL;
|
||||||
s_time_meth = NULL;
|
s_time_meth=NULL;
|
||||||
s_www_path = NULL;
|
s_www_path=NULL;
|
||||||
bytes_read = 0;
|
bytes_read=0;
|
||||||
st_bugs = 0;
|
st_bugs=0;
|
||||||
perform = 0;
|
perform=0;
|
||||||
|
|
||||||
#ifdef FIONBIO
|
#ifdef FIONBIO
|
||||||
t_nbio = 0;
|
t_nbio=0;
|
||||||
#endif
|
#endif
|
||||||
#ifdef OPENSSL_SYS_WIN32
|
#ifdef OPENSSL_SYS_WIN32
|
||||||
exitNow = 0; /* Set when it's time to exit main */
|
exitNow = 0; /* Set when it's time to exit main */
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* usage - display usage message
|
* usage - display usage message
|
||||||
@@ -184,10 +181,9 @@ static void s_time_usage(void)
|
|||||||
-CAfile arg - PEM format file of CA's\n\
|
-CAfile arg - PEM format file of CA's\n\
|
||||||
-cipher - preferred cipher to use, play with 'openssl ciphers'\n\n";
|
-cipher - preferred cipher to use, play with 'openssl ciphers'\n\n";
|
||||||
|
|
||||||
printf("usage: s_time <args>\n\n");
|
printf( "usage: s_time <args>\n\n" );
|
||||||
|
|
||||||
printf("-connect host:port - host:port to connect to (default is %s)\n",
|
printf("-connect host:port - host:port to connect to (default is %s)\n",SSL_CONNECT_NAME);
|
||||||
SSL_CONNECT_NAME);
|
|
||||||
#ifdef FIONBIO
|
#ifdef FIONBIO
|
||||||
printf("-nbio - Run with non-blocking IO\n");
|
printf("-nbio - Run with non-blocking IO\n");
|
||||||
printf("-ssl2 - Just use SSLv2\n");
|
printf("-ssl2 - Just use SSLv2\n");
|
||||||
@@ -197,7 +193,7 @@ static void s_time_usage(void)
|
|||||||
printf("-reuse - Just time connection reuse\n");
|
printf("-reuse - Just time connection reuse\n");
|
||||||
printf("-www page - Retrieve 'page' from the site\n");
|
printf("-www page - Retrieve 'page' from the site\n");
|
||||||
#endif
|
#endif
|
||||||
printf(umsg, SECONDS);
|
printf( umsg,SECONDS );
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
@@ -209,106 +205,99 @@ static int parseArgs(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
int badop = 0;
|
int badop = 0;
|
||||||
|
|
||||||
verify_depth = 0;
|
verify_depth=0;
|
||||||
verify_error = X509_V_OK;
|
verify_error=X509_V_OK;
|
||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
|
|
||||||
while (argc >= 1) {
|
while (argc >= 1) {
|
||||||
if (strcmp(*argv, "-connect") == 0) {
|
if (strcmp(*argv,"-connect") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
host = *(++argv);
|
host= *(++argv);
|
||||||
}
|
}
|
||||||
#if 0
|
#if 0
|
||||||
else if (strcmp(*argv, "-host") == 0) {
|
else if( strcmp(*argv,"-host") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
host = *(++argv);
|
host= *(++argv);
|
||||||
} else if (strcmp(*argv, "-port") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if( strcmp(*argv,"-port") == 0)
|
||||||
goto bad;
|
{
|
||||||
port = *(++argv);
|
if (--argc < 1) goto bad;
|
||||||
|
port= *(++argv);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(*argv, "-reuse") == 0)
|
else if (strcmp(*argv,"-reuse") == 0)
|
||||||
perform = 2;
|
perform=2;
|
||||||
else if (strcmp(*argv, "-new") == 0)
|
else if (strcmp(*argv,"-new") == 0)
|
||||||
perform = 1;
|
perform=1;
|
||||||
else if (strcmp(*argv, "-verify") == 0) {
|
else if( strcmp(*argv,"-verify") == 0) {
|
||||||
|
|
||||||
tm_verify = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE;
|
tm_verify=SSL_VERIFY_PEER|SSL_VERIFY_CLIENT_ONCE;
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
verify_depth=atoi(*(++argv));
|
||||||
verify_depth = atoi(*(++argv));
|
BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
|
||||||
BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
|
|
||||||
|
|
||||||
} else if (strcmp(*argv, "-cert") == 0) {
|
} else if( strcmp(*argv,"-cert") == 0) {
|
||||||
|
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
t_cert_file= *(++argv);
|
||||||
t_cert_file = *(++argv);
|
|
||||||
|
|
||||||
} else if (strcmp(*argv, "-key") == 0) {
|
} else if( strcmp(*argv,"-key") == 0) {
|
||||||
|
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
t_key_file= *(++argv);
|
||||||
t_key_file = *(++argv);
|
|
||||||
|
|
||||||
} else if (strcmp(*argv, "-CApath") == 0) {
|
} else if( strcmp(*argv,"-CApath") == 0) {
|
||||||
|
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
CApath= *(++argv);
|
||||||
CApath = *(++argv);
|
|
||||||
|
|
||||||
} else if (strcmp(*argv, "-CAfile") == 0) {
|
} else if( strcmp(*argv,"-CAfile") == 0) {
|
||||||
|
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
CAfile= *(++argv);
|
||||||
CAfile = *(++argv);
|
|
||||||
|
|
||||||
} else if (strcmp(*argv, "-cipher") == 0) {
|
} else if( strcmp(*argv,"-cipher") == 0) {
|
||||||
|
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
tm_cipher= *(++argv);
|
||||||
tm_cipher = *(++argv);
|
|
||||||
}
|
}
|
||||||
#ifdef FIONBIO
|
#ifdef FIONBIO
|
||||||
else if (strcmp(*argv, "-nbio") == 0) {
|
else if(strcmp(*argv,"-nbio") == 0) {
|
||||||
t_nbio = 1;
|
t_nbio=1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(*argv, "-www") == 0) {
|
else if(strcmp(*argv,"-www") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
s_www_path = *(++argv);
|
s_www_path= *(++argv);
|
||||||
if (strlen(s_www_path) > MYBUFSIZ - 100) {
|
if(strlen(s_www_path) > MYBUFSIZ-100)
|
||||||
BIO_printf(bio_err, "-www option too long\n");
|
{
|
||||||
badop = 1;
|
BIO_printf(bio_err,"-www option too long\n");
|
||||||
|
badop=1;
|
||||||
}
|
}
|
||||||
} else if (strcmp(*argv, "-bugs") == 0)
|
}
|
||||||
st_bugs = 1;
|
else if(strcmp(*argv,"-bugs") == 0)
|
||||||
|
st_bugs=1;
|
||||||
#ifndef OPENSSL_NO_SSL2
|
#ifndef OPENSSL_NO_SSL2
|
||||||
else if (strcmp(*argv, "-ssl2") == 0)
|
else if(strcmp(*argv,"-ssl2") == 0)
|
||||||
s_time_meth = SSLv2_client_method();
|
s_time_meth=SSLv2_client_method();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
else if (strcmp(*argv, "-ssl3") == 0)
|
else if(strcmp(*argv,"-ssl3") == 0)
|
||||||
s_time_meth = SSLv3_client_method();
|
s_time_meth=SSLv3_client_method();
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(*argv, "-time") == 0) {
|
else if( strcmp(*argv,"-time") == 0) {
|
||||||
|
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
maxTime= atoi(*(++argv));
|
||||||
maxTime = atoi(*(++argv));
|
|
||||||
if (maxTime <= 0) {
|
|
||||||
BIO_printf(bio_err, "time must be > 0\n");
|
|
||||||
badop = 1;
|
|
||||||
}
|
}
|
||||||
} else {
|
else {
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
badop = 1;
|
badop=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -316,11 +305,10 @@ static int parseArgs(int argc, char **argv)
|
|||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (perform == 0)
|
if (perform == 0) perform=3;
|
||||||
perform = 3;
|
|
||||||
|
|
||||||
if (badop) {
|
if(badop) {
|
||||||
bad:
|
bad:
|
||||||
s_time_usage();
|
s_time_usage();
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
@@ -335,9 +323,9 @@ static int parseArgs(int argc, char **argv)
|
|||||||
#define STOP 1
|
#define STOP 1
|
||||||
|
|
||||||
static double tm_Time_F(int s)
|
static double tm_Time_F(int s)
|
||||||
{
|
{
|
||||||
return app_tminterval(s, 1);
|
return app_tminterval(s,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* MAIN - main processing area for client
|
* MAIN - main processing area for client
|
||||||
@@ -346,46 +334,49 @@ static double tm_Time_F(int s)
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
double totalTime = 0.0;
|
double totalTime = 0.0;
|
||||||
int nConn = 0;
|
int nConn = 0;
|
||||||
SSL *scon = NULL;
|
SSL *scon=NULL;
|
||||||
long finishtime = 0;
|
long finishtime=0;
|
||||||
int ret = 1, i;
|
int ret=1,i;
|
||||||
MS_STATIC char buf[1024 * 8];
|
MS_STATIC char buf[1024*8];
|
||||||
int ver;
|
int ver;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
s_time_init();
|
s_time_init();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
|
||||||
|
|
||||||
s_time_meth = SSLv23_client_method();
|
#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3)
|
||||||
|
s_time_meth=SSLv23_client_method();
|
||||||
|
#elif !defined(OPENSSL_NO_SSL3)
|
||||||
|
s_time_meth=SSLv3_client_method();
|
||||||
|
#elif !defined(OPENSSL_NO_SSL2)
|
||||||
|
s_time_meth=SSLv2_client_method();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* parse the command line arguments */
|
/* parse the command line arguments */
|
||||||
if (parseArgs(argc, argv) < 0)
|
if( parseArgs( argc, argv ) < 0 )
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
OpenSSL_add_ssl_algorithms();
|
OpenSSL_add_ssl_algorithms();
|
||||||
if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
|
if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
|
||||||
return (1);
|
|
||||||
|
|
||||||
SSL_CTX_set_quiet_shutdown(tm_ctx, 1);
|
SSL_CTX_set_quiet_shutdown(tm_ctx,1);
|
||||||
|
|
||||||
if (st_bugs)
|
if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
|
||||||
SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
|
SSL_CTX_set_cipher_list(tm_ctx,tm_cipher);
|
||||||
SSL_CTX_set_cipher_list(tm_ctx, tm_cipher);
|
if(!set_cert_stuff(tm_ctx,t_cert_file,t_key_file))
|
||||||
if (!set_cert_stuff(tm_ctx, t_cert_file, t_key_file))
|
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
|
|
||||||
if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
|
if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
|
||||||
(!SSL_CTX_set_default_verify_paths(tm_ctx))) {
|
(!SSL_CTX_set_default_verify_paths(tm_ctx)))
|
||||||
/*
|
{
|
||||||
* BIO_printf(bio_err,"error setting default verify locations\n");
|
/* BIO_printf(bio_err,"error setting default verify locations\n"); */
|
||||||
*/
|
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
/* goto end; */
|
/* goto end; */
|
||||||
}
|
}
|
||||||
@@ -393,43 +384,43 @@ int MAIN(int argc, char **argv)
|
|||||||
if (tm_cipher == NULL)
|
if (tm_cipher == NULL)
|
||||||
tm_cipher = getenv("SSL_CIPHER");
|
tm_cipher = getenv("SSL_CIPHER");
|
||||||
|
|
||||||
if (tm_cipher == NULL) {
|
if (tm_cipher == NULL ) {
|
||||||
fprintf(stderr, "No CIPHER specified\n");
|
fprintf( stderr, "No CIPHER specified\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(perform & 1))
|
if (!(perform & 1)) goto next;
|
||||||
goto next;
|
printf( "Collecting connection statistics for %d seconds\n", maxTime );
|
||||||
printf("Collecting connection statistics for %d seconds\n", maxTime);
|
|
||||||
|
|
||||||
/* Loop and time how long it takes to make connections */
|
/* Loop and time how long it takes to make connections */
|
||||||
|
|
||||||
bytes_read = 0;
|
bytes_read=0;
|
||||||
finishtime = (long)time(NULL) + maxTime;
|
finishtime=(long)time(NULL)+maxTime;
|
||||||
tm_Time_F(START);
|
tm_Time_F(START);
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (finishtime < (long)time(NULL))
|
{
|
||||||
break;
|
if (finishtime < (long)time(NULL)) break;
|
||||||
#ifdef WIN32_STUFF
|
#ifdef WIN32_STUFF
|
||||||
|
|
||||||
if (flushWinMsgs(0) == -1)
|
if( flushWinMsgs(0) == -1 )
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (waitingToDie || exitNow) /* we're dead */
|
if( waitingToDie || exitNow ) /* we're dead */
|
||||||
goto end;
|
goto end;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((scon = doConnection(NULL)) == NULL)
|
if( (scon = doConnection( NULL )) == NULL )
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (s_www_path != NULL) {
|
if (s_www_path != NULL)
|
||||||
BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n",
|
{
|
||||||
s_www_path);
|
BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
|
||||||
SSL_write(scon, buf, strlen(buf));
|
SSL_write(scon,buf,strlen(buf));
|
||||||
while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
|
while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
|
||||||
bytes_read += i;
|
bytes_read+=i;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NO_SHUTDOWN
|
#ifdef NO_SHUTDOWN
|
||||||
SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
|
SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
|
||||||
#else
|
#else
|
||||||
SSL_shutdown(scon);
|
SSL_shutdown(scon);
|
||||||
#endif
|
#endif
|
||||||
@@ -437,56 +428,53 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
nConn += 1;
|
nConn += 1;
|
||||||
if (SSL_session_reused(scon))
|
if (SSL_session_reused(scon))
|
||||||
ver = 'r';
|
ver='r';
|
||||||
else {
|
|
||||||
ver = SSL_version(scon);
|
|
||||||
if (ver == TLS1_VERSION)
|
|
||||||
ver = 't';
|
|
||||||
else if (ver == SSL3_VERSION)
|
|
||||||
ver = '3';
|
|
||||||
else if (ver == SSL2_VERSION)
|
|
||||||
ver = '2';
|
|
||||||
else
|
else
|
||||||
ver = '*';
|
{
|
||||||
|
ver=SSL_version(scon);
|
||||||
|
if (ver == TLS1_VERSION)
|
||||||
|
ver='t';
|
||||||
|
else if (ver == SSL3_VERSION)
|
||||||
|
ver='3';
|
||||||
|
else if (ver == SSL2_VERSION)
|
||||||
|
ver='2';
|
||||||
|
else
|
||||||
|
ver='*';
|
||||||
}
|
}
|
||||||
fputc(ver, stdout);
|
fputc(ver,stdout);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
SSL_free(scon);
|
SSL_free( scon );
|
||||||
scon = NULL;
|
scon=NULL;
|
||||||
}
|
}
|
||||||
totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
|
totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
|
||||||
|
|
||||||
i = (int)((long)time(NULL) - finishtime + maxTime);
|
i=(int)((long)time(NULL)-finishtime+maxTime);
|
||||||
printf
|
printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
|
||||||
("\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n",
|
printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
|
||||||
nConn, totalTime, ((double)nConn / totalTime), bytes_read);
|
|
||||||
printf
|
|
||||||
("%d connections in %ld real seconds, %ld bytes read per connection\n",
|
|
||||||
nConn, (long)time(NULL) - finishtime + maxTime, bytes_read / nConn);
|
|
||||||
|
|
||||||
/*
|
/* Now loop and time connections using the same session id over and over */
|
||||||
* Now loop and time connections using the same session id over and over
|
|
||||||
*/
|
|
||||||
|
|
||||||
next:
|
next:
|
||||||
if (!(perform & 2))
|
if (!(perform & 2)) goto end;
|
||||||
goto end;
|
printf( "\n\nNow timing with session id reuse.\n" );
|
||||||
printf("\n\nNow timing with session id reuse.\n");
|
|
||||||
|
|
||||||
/* Get an SSL object so we can reuse the session id */
|
/* Get an SSL object so we can reuse the session id */
|
||||||
if ((scon = doConnection(NULL)) == NULL) {
|
if( (scon = doConnection( NULL )) == NULL )
|
||||||
fprintf(stderr, "Unable to get connection\n");
|
{
|
||||||
|
fprintf( stderr, "Unable to get connection\n" );
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (s_www_path != NULL) {
|
if (s_www_path != NULL)
|
||||||
BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n", s_www_path);
|
{
|
||||||
SSL_write(scon, buf, strlen(buf));
|
BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
|
||||||
while (SSL_read(scon, buf, sizeof(buf)) > 0) ;
|
SSL_write(scon,buf,strlen(buf));
|
||||||
|
while (SSL_read(scon,buf,sizeof(buf)) > 0)
|
||||||
|
;
|
||||||
}
|
}
|
||||||
#ifdef NO_SHUTDOWN
|
#ifdef NO_SHUTDOWN
|
||||||
SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
|
SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
|
||||||
#else
|
#else
|
||||||
SSL_shutdown(scon);
|
SSL_shutdown(scon);
|
||||||
#endif
|
#endif
|
||||||
@@ -495,36 +483,37 @@ int MAIN(int argc, char **argv)
|
|||||||
nConn = 0;
|
nConn = 0;
|
||||||
totalTime = 0.0;
|
totalTime = 0.0;
|
||||||
|
|
||||||
finishtime = (long)time(NULL) + maxTime;
|
finishtime=(long)time(NULL)+maxTime;
|
||||||
|
|
||||||
printf("starting\n");
|
printf( "starting\n" );
|
||||||
bytes_read = 0;
|
bytes_read=0;
|
||||||
tm_Time_F(START);
|
tm_Time_F(START);
|
||||||
|
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (finishtime < (long)time(NULL))
|
{
|
||||||
break;
|
if (finishtime < (long)time(NULL)) break;
|
||||||
|
|
||||||
#ifdef WIN32_STUFF
|
#ifdef WIN32_STUFF
|
||||||
if (flushWinMsgs(0) == -1)
|
if( flushWinMsgs(0) == -1 )
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (waitingToDie || exitNow) /* we're dead */
|
if( waitingToDie || exitNow ) /* we're dead */
|
||||||
goto end;
|
goto end;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((doConnection(scon)) == NULL)
|
if( (doConnection( scon )) == NULL )
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
if (s_www_path) {
|
if (s_www_path)
|
||||||
BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n",
|
{
|
||||||
s_www_path);
|
BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
|
||||||
SSL_write(scon, buf, strlen(buf));
|
SSL_write(scon,buf,strlen(buf));
|
||||||
while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
|
while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
|
||||||
bytes_read += i;
|
bytes_read+=i;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NO_SHUTDOWN
|
#ifdef NO_SHUTDOWN
|
||||||
SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
|
SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
|
||||||
#else
|
#else
|
||||||
SSL_shutdown(scon);
|
SSL_shutdown(scon);
|
||||||
#endif
|
#endif
|
||||||
@@ -532,45 +521,42 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
nConn += 1;
|
nConn += 1;
|
||||||
if (SSL_session_reused(scon))
|
if (SSL_session_reused(scon))
|
||||||
ver = 'r';
|
ver='r';
|
||||||
else {
|
|
||||||
ver = SSL_version(scon);
|
|
||||||
if (ver == TLS1_VERSION)
|
|
||||||
ver = 't';
|
|
||||||
else if (ver == SSL3_VERSION)
|
|
||||||
ver = '3';
|
|
||||||
else if (ver == SSL2_VERSION)
|
|
||||||
ver = '2';
|
|
||||||
else
|
else
|
||||||
ver = '*';
|
{
|
||||||
|
ver=SSL_version(scon);
|
||||||
|
if (ver == TLS1_VERSION)
|
||||||
|
ver='t';
|
||||||
|
else if (ver == SSL3_VERSION)
|
||||||
|
ver='3';
|
||||||
|
else if (ver == SSL2_VERSION)
|
||||||
|
ver='2';
|
||||||
|
else
|
||||||
|
ver='*';
|
||||||
}
|
}
|
||||||
fputc(ver, stdout);
|
fputc(ver,stdout);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
|
totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
|
||||||
|
|
||||||
printf
|
|
||||||
("\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n",
|
|
||||||
nConn, totalTime, ((double)nConn / totalTime), bytes_read);
|
|
||||||
printf
|
|
||||||
("%d connections in %ld real seconds, %ld bytes read per connection\n",
|
|
||||||
nConn, (long)time(NULL) - finishtime + maxTime,
|
|
||||||
bytes_read / (nConn?nConn:1));
|
|
||||||
|
|
||||||
ret = 0;
|
printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
|
||||||
end:
|
printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
|
||||||
if (scon != NULL)
|
|
||||||
SSL_free(scon);
|
|
||||||
|
|
||||||
if (tm_ctx != NULL) {
|
ret=0;
|
||||||
|
end:
|
||||||
|
if (scon != NULL) SSL_free(scon);
|
||||||
|
|
||||||
|
if (tm_ctx != NULL)
|
||||||
|
{
|
||||||
SSL_CTX_free(tm_ctx);
|
SSL_CTX_free(tm_ctx);
|
||||||
tm_ctx = NULL;
|
tm_ctx=NULL;
|
||||||
}
|
}
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-
|
/***********************************************************************
|
||||||
* doConnection - make a connection
|
* doConnection - make a connection
|
||||||
* Args:
|
* Args:
|
||||||
* scon = earlier ssl connection for session id, or NULL
|
* scon = earlier ssl connection for session id, or NULL
|
||||||
@@ -578,57 +564,60 @@ int MAIN(int argc, char **argv)
|
|||||||
* SSL * = the connection pointer.
|
* SSL * = the connection pointer.
|
||||||
*/
|
*/
|
||||||
static SSL *doConnection(SSL *scon)
|
static SSL *doConnection(SSL *scon)
|
||||||
{
|
{
|
||||||
BIO *conn;
|
BIO *conn;
|
||||||
SSL *serverCon;
|
SSL *serverCon;
|
||||||
int width, i;
|
int width, i;
|
||||||
fd_set readfds;
|
fd_set readfds;
|
||||||
|
|
||||||
if ((conn = BIO_new(BIO_s_connect())) == NULL)
|
if ((conn=BIO_new(BIO_s_connect())) == NULL)
|
||||||
return (NULL);
|
return(NULL);
|
||||||
|
|
||||||
/* BIO_set_conn_port(conn,port);*/
|
/* BIO_set_conn_port(conn,port);*/
|
||||||
BIO_set_conn_hostname(conn, host);
|
BIO_set_conn_hostname(conn,host);
|
||||||
|
|
||||||
if (scon == NULL)
|
if (scon == NULL)
|
||||||
serverCon = SSL_new(tm_ctx);
|
serverCon=SSL_new(tm_ctx);
|
||||||
else {
|
else
|
||||||
serverCon = scon;
|
{
|
||||||
|
serverCon=scon;
|
||||||
SSL_set_connect_state(serverCon);
|
SSL_set_connect_state(serverCon);
|
||||||
}
|
}
|
||||||
|
|
||||||
SSL_set_bio(serverCon, conn, conn);
|
SSL_set_bio(serverCon,conn,conn);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
if (scon != NULL)
|
if( scon != NULL )
|
||||||
SSL_set_session(serverCon, SSL_get_session(scon));
|
SSL_set_session(serverCon,SSL_get_session(scon));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* ok, lets connect */
|
/* ok, lets connect */
|
||||||
for (;;) {
|
for(;;) {
|
||||||
i = SSL_connect(serverCon);
|
i=SSL_connect(serverCon);
|
||||||
if (BIO_sock_should_retry(i)) {
|
if (BIO_sock_should_retry(i))
|
||||||
BIO_printf(bio_err, "DELAY\n");
|
{
|
||||||
|
BIO_printf(bio_err,"DELAY\n");
|
||||||
|
|
||||||
i = SSL_get_fd(serverCon);
|
i=SSL_get_fd(serverCon);
|
||||||
width = i + 1;
|
width=i+1;
|
||||||
FD_ZERO(&readfds);
|
FD_ZERO(&readfds);
|
||||||
openssl_fdset(i, &readfds);
|
openssl_fdset(i,&readfds);
|
||||||
/*
|
/* Note: under VMS with SOCKETSHR the 2nd parameter
|
||||||
* Note: under VMS with SOCKETSHR the 2nd parameter is currently
|
* is currently of type (int *) whereas under other
|
||||||
* of type (int *) whereas under other systems it is (void *) if
|
* systems it is (void *) if you don't have a cast it
|
||||||
* you don't have a cast it will choke the compiler: if you do
|
* will choke the compiler: if you do have a cast then
|
||||||
* have a cast then you can either go for (int *) or (void *).
|
* you can either go for (int *) or (void *).
|
||||||
*/
|
*/
|
||||||
select(width, (void *)&readfds, NULL, NULL, NULL);
|
select(width,(void *)&readfds,NULL,NULL,NULL);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (i <= 0) {
|
if(i <= 0)
|
||||||
BIO_printf(bio_err, "ERROR\n");
|
{
|
||||||
|
BIO_printf(bio_err,"ERROR\n");
|
||||||
if (verify_error != X509_V_OK)
|
if (verify_error != X509_V_OK)
|
||||||
BIO_printf(bio_err, "verify error:%s\n",
|
BIO_printf(bio_err,"verify error:%s\n",
|
||||||
X509_verify_cert_error_string(verify_error));
|
X509_verify_cert_error_string(verify_error));
|
||||||
else
|
else
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
@@ -638,4 +627,6 @@ static SSL *doConnection(SSL *scon)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return serverCon;
|
return serverCon;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
413
apps/server.pem
413
apps/server.pem
@@ -1,52 +1,369 @@
|
|||||||
subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Server Cert
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test CA (1024 bit)
|
||||||
issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
|
subject= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Server test cert (512 bit)
|
||||||
-----BEGIN CERTIFICATE-----
|
-----BEGIN CERTIFICATE-----
|
||||||
MIID5zCCAs+gAwIBAgIJALnu1NlVpZ6zMA0GCSqGSIb3DQEBBQUAMHAxCzAJBgNV
|
MIIB6TCCAVICAQYwDQYJKoZIhvcNAQEEBQAwWzELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMSIwIAYDVQQLDBlGT1IgVEVT
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRswGQYD
|
||||||
VElORyBQVVJQT1NFUyBPTkxZMSUwIwYDVQQDDBxPcGVuU1NMIFRlc3QgSW50ZXJt
|
VQQDExJUZXN0IENBICgxMDI0IGJpdCkwHhcNMDAxMDE2MjIzMTAzWhcNMDMwMTE0
|
||||||
ZWRpYXRlIENBMB4XDTExMTIwODE0MDE0OFoXDTIxMTAxNjE0MDE0OFowZDELMAkG
|
MjIzMTAzWjBjMQswCQYDVQQGEwJBVTETMBEGA1UECBMKUXVlZW5zbGFuZDEaMBgG
|
||||||
A1UEBhMCVUsxFjAUBgNVBAoMDU9wZW5TU0wgR3JvdXAxIjAgBgNVBAsMGUZPUiBU
|
A1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxIzAhBgNVBAMTGlNlcnZlciB0ZXN0IGNl
|
||||||
RVNUSU5HIFBVUlBPU0VTIE9OTFkxGTAXBgNVBAMMEFRlc3QgU2VydmVyIENlcnQw
|
cnQgKDUxMiBiaXQpMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAJ+zw4Qnlf8SMVIP
|
||||||
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDzhPOSNtyyRspmeuUpxfNJ
|
Fe9GEcStgOY2Ww/dgNdhjeD8ckUJNP5VZkVDTGiXav6ooKXfX3j/7tdkuD8Ey2//
|
||||||
KCLTuf7g3uQ4zu4iHOmRO5TQci+HhVlLZrHF9XqFXcIP0y4pWDbMSGuiorUmzmfi
|
Kv7+ue0CAwEAATANBgkqhkiG9w0BAQQFAAOBgQCT0grFQeZaqYb5EYfk20XixZV4
|
||||||
R7bfSdI/+qIQt8KXRH6HNG1t8ou0VSvWId5TS5Dq/er5ODUr9OaaDva7EquHIcMv
|
GmyAbXMftG1Eo7qGiMhYzRwGNWxEYojf5PZkYZXvSqZ/ZXHXa4g59jK/rJNnaVGM
|
||||||
vPQGuI+OEAcnleVCy9HVEIySrO4P3CNIicnGkwwiAud05yUAq/gPXBC1hTtmlPD7
|
k+xIX8mxQvlV0n5O9PIha5BX5teZnkHKgL8aKKLKW1BK7YTngsfSzzaeame5iKfz
|
||||||
TVcGVSEiJdvzqqlgv02qedGrkki6GY4S7GjZxrrf7Foc2EP+51LJzwLQx3/JfrCU
|
itAE+OjGF+PFKbwX8Q==
|
||||||
41NEWAsu/Sl0tQabXESN+zJ1pDqoZ3uHMgpQjeGiE0olr+YcsSW/tJmiU9OiAr8R
|
|
||||||
AgMBAAGjgY8wgYwwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwLAYJYIZI
|
|
||||||
AYb4QgENBB8WHU9wZW5TU0wgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1UdDgQW
|
|
||||||
BBSCvM8AABPR9zklmifnr9LvIBturDAfBgNVHSMEGDAWgBQ2w2yI55X+sL3szj49
|
|
||||||
hqshgYfa2jANBgkqhkiG9w0BAQUFAAOCAQEAqb1NV0B0/pbpK9Z4/bNjzPQLTRLK
|
|
||||||
WnSNm/Jh5v0GEUOE/Beg7GNjNrmeNmqxAlpqWz9qoeoFZax+QBpIZYjROU3TS3fp
|
|
||||||
yLsrnlr0CDQ5R7kCCDGa8dkXxemmpZZLbUCpW2Uoy8sAA4JjN9OtsZY7dvUXFgJ7
|
|
||||||
vVNTRnI01ghknbtD+2SxSQd3CWF6QhcRMAzZJ1z1cbbwGDDzfvGFPzJ+Sq+zEPds
|
|
||||||
xoVLLSetCiBc+40ZcDS5dV98h9XD7JMTQfxzA7mNGv73JoZJA6nFgj+ADSlJsY/t
|
|
||||||
JBv+z1iQRueoh9Qeee+ZbRifPouCB8FDx+AltvHTANdAq0t/K3o+pplMVA==
|
|
||||||
-----END CERTIFICATE-----
|
-----END CERTIFICATE-----
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
MIIEpAIBAAKCAQEA84TzkjbcskbKZnrlKcXzSSgi07n+4N7kOM7uIhzpkTuU0HIv
|
MIIBPAIBAAJBAJ+zw4Qnlf8SMVIPFe9GEcStgOY2Ww/dgNdhjeD8ckUJNP5VZkVD
|
||||||
h4VZS2axxfV6hV3CD9MuKVg2zEhroqK1Js5n4ke230nSP/qiELfCl0R+hzRtbfKL
|
TGiXav6ooKXfX3j/7tdkuD8Ey2//Kv7+ue0CAwEAAQJAN6W31vDEP2DjdqhzCDDu
|
||||||
tFUr1iHeU0uQ6v3q+Tg1K/Tmmg72uxKrhyHDL7z0BriPjhAHJ5XlQsvR1RCMkqzu
|
OA4NACqoiFqyblo7yc2tM4h4xMbC3Yx5UKMN9ZkCtX0gzrz6DyF47bdKcWBzNWCj
|
||||||
D9wjSInJxpMMIgLndOclAKv4D1wQtYU7ZpTw+01XBlUhIiXb86qpYL9NqnnRq5JI
|
gQIhANEoojVt7hq+SQ6MCN6FTAysGgQf56Q3TYoJMoWvdiXVAiEAw3e3rc+VJpOz
|
||||||
uhmOEuxo2ca63+xaHNhD/udSyc8C0Md/yX6wlONTRFgLLv0pdLUGm1xEjfsydaQ6
|
rHuDo6bgpjUAAXM+v3fcpsfZSNO6V7kCIQCtbVjanpUwvZkMI9by02oUk9taki3b
|
||||||
qGd7hzIKUI3hohNKJa/mHLElv7SZolPTogK/EQIDAQABAoIBAADq9FwNtuE5IRQn
|
PzPfAfNPYAbCJQIhAJXNQDWyqwn/lGmR11cqY2y9nZ1+5w3yHGatLrcDnQHxAiEA
|
||||||
zGtO4q7Y5uCzZ8GDNYr9RKp+P2cbuWDbvVAecYq2NV9QoIiWJOAYZKklOvekIju3
|
vnlEGo8K85u+KwIOimM48ZG8oTk7iFdkqLJR1utT3aU=
|
||||||
r0UZLA0PRiIrTg6NrESx3JrjWDK8QNlUO7CPTZ39/K+FrmMkV9lem9yxjJjyC34D
|
|
||||||
AQB+YRTx+l14HppjdxNwHjAVQpIx/uO2F5xAMuk32+3K+pq9CZUtrofe1q4Agj9R
|
|
||||||
5s8mSy9pbRo9kW9wl5xdEotz1LivFOEiqPUJTUq5J5PeMKao3vdK726XI4Z455Nm
|
|
||||||
W2/MA0YV0ug2FYinHcZdvKM6dimH8GLfa3X8xKRfzjGjTiMSwsdjgMa4awY3tEHH
|
|
||||||
674jhAECgYEA/zqMrc0zsbNk83sjgaYIug5kzEpN4ic020rSZsmQxSCerJTgNhmg
|
|
||||||
utKSCt0Re09Jt3LqG48msahX8ycqDsHNvlEGPQSbMu9IYeO3Wr3fAm75GEtFWePY
|
|
||||||
BhM73I7gkRt4s8bUiUepMG/wY45c5tRF23xi8foReHFFe9MDzh8fJFECgYEA9EFX
|
|
||||||
4qAik1pOJGNei9BMwmx0I0gfVEIgu0tzeVqT45vcxbxr7RkTEaDoAG6PlbWP6D9a
|
|
||||||
WQNLp4gsgRM90ZXOJ4up5DsAWDluvaF4/omabMA+MJJ5kGZ0gCj5rbZbKqUws7x8
|
|
||||||
bp+6iBfUPJUbcqNqFmi/08Yt7vrDnMnyMw2A/sECgYEAiiuRMxnuzVm34hQcsbhH
|
|
||||||
6ymVqf7j0PW2qK0F4H1ocT9qhzWFd+RB3kHWrCjnqODQoI6GbGr/4JepHUpre1ex
|
|
||||||
4UEN5oSS3G0ru0rC3U4C59dZ5KwDHFm7ffZ1pr52ljfQDUsrjjIMRtuiwNK2OoRa
|
|
||||||
WSsqiaL+SDzSB+nBmpnAizECgYBdt/y6rerWUx4MhDwwtTnel7JwHyo2MDFS6/5g
|
|
||||||
n8qC2Lj6/fMDRE22w+CA2esp7EJNQJGv+b27iFpbJEDh+/Lf5YzIT4MwVskQ5bYB
|
|
||||||
JFcmRxUVmf4e09D7o705U/DjCgMH09iCsbLmqQ38ONIRSHZaJtMDtNTHD1yi+jF+
|
|
||||||
OT43gQKBgQC/2OHZoko6iRlNOAQ/tMVFNq7fL81GivoQ9F1U0Qr+DH3ZfaH8eIkX
|
|
||||||
xT0ToMPJUzWAn8pZv0snA0um6SIgvkCuxO84OkANCVbttzXImIsL7pFzfcwV/ERK
|
|
||||||
UM6j0ZuSMFOCr/lGPAoOQU0fskidGEHi1/kW+suSr28TqsyYZpwBDQ==
|
|
||||||
-----END RSA PRIVATE KEY-----
|
-----END RSA PRIVATE KEY-----
|
||||||
|
subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
|
||||||
|
issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
|
||||||
|
notBefore=950413210656Z
|
||||||
|
notAfter =970412210656Z
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICCDCCAXECAQAwDQYJKoZIhvcNAQEEBQAwTjELMAkGA1UEBhMCVVMxHzAdBgNV
|
||||||
|
BAoUFkFUJlQgQmVsbCBMYWJvcmF0b3JpZXMxHjAcBgNVBAsUFVByb3RvdHlwZSBS
|
||||||
|
ZXNlYXJjaCBDQTAeFw05NTA0MTMyMTA2NTZaFw05NzA0MTIyMTA2NTZaME4xCzAJ
|
||||||
|
BgNVBAYTAlVTMR8wHQYDVQQKFBZBVCZUIEJlbGwgTGFib3JhdG9yaWVzMR4wHAYD
|
||||||
|
VQQLFBVQcm90b3R5cGUgUmVzZWFyY2ggQ0EwgZwwDQYJKoZIhvcNAQEBBQADgYoA
|
||||||
|
MIGGAoGAebOmgtSCl+wCYZc86UGYeTLY8cjmW2P0FN8ToT/u2pECCoFdrlycX0OR
|
||||||
|
3wt0ZhpFXLVNeDnHwEE9veNUih7pCL2ZBFqoIoQkB1lZmXRiVtjGonz8BLm/qrFM
|
||||||
|
YHb0lme/Ol+s118mwKVxnn6bSAeI/OXKhLaVdYZWk+aEaxEDkVkCAQ8wDQYJKoZI
|
||||||
|
hvcNAQEEBQADgYEAAZMG14lZmZ8bahkaHaTV9dQf4p2FZiQTFwHP9ZyGsXPC+LT5
|
||||||
|
dG5iTaRmyjNIJdPWohZDl97kAci79aBndvuEvRKOjLHs3WRGBIwERnAcnY9Mz8u/
|
||||||
|
zIHK23PjYVxGGaZd669OJwD0CYyqH22HH9nFUGaoJdsv39ChW0NRdLE9+y8=
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test PCA (1024 bit)
|
||||||
|
subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test CA (1024 bit)
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICJjCCAY8CAQAwDQYJKoZIhvcNAQEEBQAwXDELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRwwGgYD
|
||||||
|
VQQDExNUZXN0IFBDQSAoMTAyNCBiaXQpMB4XDTk3MDYwOTEzNTc0M1oXDTAxMDYw
|
||||||
|
OTEzNTc0M1owWzELMAkGA1UEBhMCQVUxEzARBgNVBAgTClF1ZWVuc2xhbmQxGjAY
|
||||||
|
BgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRswGQYDVQQDExJUZXN0IENBICgxMDI0
|
||||||
|
IGJpdCkwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKO7o8t116VP6cgybTsZ
|
||||||
|
DCZhr95nYlZuya3aCi1IKoztqwWnjbmDFIriOqGFPrZQ+moMETC9D59iRW/dFXSv
|
||||||
|
1F65ka/XY2hLh9exCCo7XuUcDs53Qp3bI3AmMqHjgzE8oO3ajyJAzJkTTOUecQU2
|
||||||
|
mw/gI4tMM0LqWMQS7luTy4+xAgMBAAEwDQYJKoZIhvcNAQEEBQADgYEAM7achv3v
|
||||||
|
hLQJcv/65eGEpBXM40ZDVoFQFFJWaY5p883HTqLB1x4FdzsXHH0QKBTcKpWwqyu4
|
||||||
|
YDm3fb8oDugw72bCzfyZK/zVZPR/hVlqI/fvU109Qoc+7oPvIXWky71HfcK6ZBCA
|
||||||
|
q30KIqGM/uoM60INq97qjDmCJapagcNBGQs=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
MIICXQIBAAKBgQCju6PLddelT+nIMm07GQwmYa/eZ2JWbsmt2gotSCqM7asFp425
|
||||||
|
gxSK4jqhhT62UPpqDBEwvQ+fYkVv3RV0r9ReuZGv12NoS4fXsQgqO17lHA7Od0Kd
|
||||||
|
2yNwJjKh44MxPKDt2o8iQMyZE0zlHnEFNpsP4COLTDNC6ljEEu5bk8uPsQIDAQAB
|
||||||
|
AoGAVZmpFZsDZfr0l2S9tLLwpjRWNOlKATQkno6q2WesT0eGLQufTciY+c8ypfU6
|
||||||
|
hyio8r5iUl/VhhdjhAtKx1mRpiotftHo/eYf8rtsrnprOnWG0bWjLjtIoMbcxGn2
|
||||||
|
J3bN6LJmbJMjDs0eJ3KnTu646F3nDUw2oGAwmpzKXA1KAP0CQQDRvQhxk2D3Pehs
|
||||||
|
HvG665u2pB5ipYQngEFlZO7RHJZzJOZEWSLuuMqaF/7pTfA5jiBvWqCgJeCRRInL
|
||||||
|
21ru4dlPAkEAx9jj7BgKn5TYnMoBSSe0afjsV9oApVpN1Nacb1YDtCwy+scp3++s
|
||||||
|
nFxlv98wxIlSdpwMUn+AUWfjiWR7Tu/G/wJBAJ/KjwZIrFVxewP0x2ILYsTRYLzz
|
||||||
|
MS4PDsO7FB+I0i7DbBOifXS2oNSpd3I0CNMwrxFnUHzynpbOStVfN3ZL5w0CQQCa
|
||||||
|
pwFahxBRhkJKsxhjoFJBX9yl75JoY4Wvm5Tbo9ih6UJaRx3kqfkN14L2BKYcsZgb
|
||||||
|
KY9vmDOYy6iNfjDeWTfJAkBkfPUb8oTJ/nSP5zN6sqGxSY4krc4xLxpRmxoJ8HL2
|
||||||
|
XfhqXkTzbU13RX9JJ/NZ8vQN9Vm2NhxRGJocQkmcdVtJ
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
MIICYDCCAiACAgEoMAkGBSsOAwINBQAwfDELMAkGA1UEBhMCVVMxNjA0BgNVBAoT
|
||||||
|
LU5hdGlvbmFsIEFlcm9uYXV0aWNzIGFuZCBTcGFjZSBBZG1pbmlzdHJhdGlvbjEZ
|
||||||
|
MBcGA1UECxMQVGVzdCBFbnZpcm9ubWVudDEaMBgGA1UECxMRRFNTLU5BU0EtUGls
|
||||||
|
b3QtQ0EwHhcNOTYwMjI2MTYzMjQ1WhcNOTcwMjI1MTYzMjQ1WjB8MQswCQYDVQQG
|
||||||
|
EwJVUzE2MDQGA1UEChMtTmF0aW9uYWwgQWVyb25hdXRpY3MgYW5kIFNwYWNlIEFk
|
||||||
|
bWluaXN0cmF0aW9uMRkwFwYDVQQLExBUZXN0IEVudmlyb25tZW50MRowGAYDVQQL
|
||||||
|
ExFEU1MtTkFTQS1QaWxvdC1DQTCB8jAJBgUrDgMCDAUAA4HkADCB4AJBAMA/ssKb
|
||||||
|
hPNUG7ZlASfVwEJU21O5OyF/iyBzgHI1O8eOhJGUYO8cc8wDMjR508Mr9cp6Uhl/
|
||||||
|
ZB7FV5GkLNEnRHYCQQDUEaSg45P2qrDwixTRhFhmWz5Nvc4lRFQ/42XPcchiJBLb
|
||||||
|
bn3QK74T2IxY1yY+kCNq8XrIqf5fJJzIH0J/xUP3AhUAsg2wsQHfDGYk/BOSulX3
|
||||||
|
fVd0geUCQQCzCFUQAh+ZkEmp5804cs6ZWBhrUAfnra8lJItYo9xPcXgdIfLfibcX
|
||||||
|
R71UsyO77MRD7B0+Ag2tq794IleCVcEEMAkGBSsOAwINBQADLwAwLAIUUayDfreR
|
||||||
|
Yh2WeU86/pHNdkUC1IgCFEfxe1f0oMpxJyrJ5XIxTi7vGdoK
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICGTCCAdgCAwCqTDAJBgUrDgMCDQUAMHwxCzAJBgNVBAYTAlVTMTYwNAYDVQQK
|
||||||
|
Ey1OYXRpb25hbCBBZXJvbmF1dGljcyBhbmQgU3BhY2UgQWRtaW5pc3RyYXRpb24x
|
||||||
|
GTAXBgNVBAsTEFRlc3QgRW52aXJvbm1lbnQxGjAYBgNVBAsTEURTUy1OQVNBLVBp
|
||||||
|
bG90LUNBMB4XDTk2MDUxNDE3MDE0MVoXDTk3MDUxNDE3MDE0MVowMzELMAkGA1UE
|
||||||
|
BhMCQVUxDzANBgNVBAoTBk1pbmNvbTETMBEGA1UEAxMKRXJpYyBZb3VuZzCB8jAJ
|
||||||
|
BgUrDgMCDAUAA4HkADCB4AJBAKbfHz6vE6pXXMTpswtGUec2tvnfLJUsoxE9qs4+
|
||||||
|
ObZX7LmLvragNPUeiTJx7UOWZ5DfBj6bXLc8eYne0lP1g3ACQQDUEaSg45P2qrDw
|
||||||
|
ixTRhFhmWz5Nvc4lRFQ/42XPcchiJBLbbn3QK74T2IxY1yY+kCNq8XrIqf5fJJzI
|
||||||
|
H0J/xUP3AhUAsg2wsQHfDGYk/BOSulX3fVd0geUCQQCzCFUQAh+ZkEmp5804cs6Z
|
||||||
|
WBhrUAfnra8lJItYo9xPcXgdIfLfibcXR71UsyO77MRD7B0+Ag2tq794IleCVcEE
|
||||||
|
MAkGBSsOAwINBQADMAAwLQIUWsuuJRE3VT4ueWkWMAJMJaZjj1ECFQCYY0zX4bzM
|
||||||
|
LC7obsrHD8XAHG+ZRG==
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICTTCCAbagAwIBAgIBADANBgkqhkiG9w0BAQQFADBMMQswCQYDVQQGEwJHQjEM
|
||||||
|
MAoGA1UEChMDVUNMMRgwFgYDVQQLEw9JQ0UtVEVMIFByb2plY3QxFTATBgNVBAMT
|
||||||
|
DFRydXN0RmFjdG9yeTAeFw05NzA0MjIxNDM5MTRaFw05ODA0MjIxNDM5MTRaMEwx
|
||||||
|
CzAJBgNVBAYTAkdCMQwwCgYDVQQKEwNVQ0wxGDAWBgNVBAsTD0lDRS1URUwgUHJv
|
||||||
|
amVjdDEVMBMGA1UEAxMMVHJ1c3RGYWN0b3J5MIGcMAoGBFUIAQECAgQAA4GNADCB
|
||||||
|
iQKBgQCEieR8NcXkUW1f0G6aC6u0i8q/98JqS6RxK5YmHIGKCkuTWAUjzLfUa4dt
|
||||||
|
U9igGCjTuxaDqlzEim+t/02pmiBZT9HaX++35MjQPUWmsChcYU5WyzGErXi+rQaw
|
||||||
|
zlwS73zM8qiPj/97lXYycWhgL0VaiDSPxRXEUdWoaGruom4mNQIDAQABo0IwQDAd
|
||||||
|
BgNVHQ4EFgQUHal1LZr7oVg5z6lYzrhTgZRCmcUwDgYDVR0PAQH/BAQDAgH2MA8G
|
||||||
|
A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAfaggfl6FZoioecjv0dq8
|
||||||
|
/DXo/u11iMZvXn08gjX/zl2b4wtPbShOSY5FhkSm8GeySasz+/Nwb/uzfnIhokWi
|
||||||
|
lfPZHtlCWtXbIy/TN51eJyq04ceDCQDWvLC2enVg9KB+GJ34b5c5VaPRzq8MBxsA
|
||||||
|
S7ELuYGtmYgYm9NZOIr7yU0=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIB6jCCAZQCAgEtMA0GCSqGSIb3DQEBBAUAMIGAMQswCQYDVQQGEwJVUzE2MDQG
|
||||||
|
A1UEChMtTmF0aW9uYWwgQWVyb25hdXRpY3MgYW5kIFNwYWNlIEFkbWluaXN0cmF0
|
||||||
|
aW9uMRkwFwYDVQQLExBUZXN0IEVudmlyb25tZW50MR4wHAYDVQQLExVNRDUtUlNB
|
||||||
|
LU5BU0EtUGlsb3QtQ0EwHhcNOTYwNDMwMjIwNTAwWhcNOTcwNDMwMjIwNTAwWjCB
|
||||||
|
gDELMAkGA1UEBhMCVVMxNjA0BgNVBAoTLU5hdGlvbmFsIEFlcm9uYXV0aWNzIGFu
|
||||||
|
ZCBTcGFjZSBBZG1pbmlzdHJhdGlvbjEZMBcGA1UECxMQVGVzdCBFbnZpcm9ubWVu
|
||||||
|
dDEeMBwGA1UECxMVTUQ1LVJTQS1OQVNBLVBpbG90LUNBMFkwCgYEVQgBAQICAgAD
|
||||||
|
SwAwSAJBALmmX5+GqAvcrWK13rfDrNX9UfeA7f+ijyBgeFQjYUoDpFqapw4nzQBL
|
||||||
|
bAXug8pKkRwa2Zh8YODhXsRWu2F/UckCAwEAATANBgkqhkiG9w0BAQQFAANBAH9a
|
||||||
|
OBA+QCsjxXgnSqHx04gcU8S49DVUb1f2XVoLnHlIb8RnX0k5O6mpHT5eti9bLkiW
|
||||||
|
GJNMJ4L0AJ/ac+SmHZc=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICajCCAdMCBDGA0QUwDQYJKoZIhvcNAQEEBQAwfTELMAkGA1UEBhMCQ2ExDzAN
|
||||||
|
BgNVBAcTBk5lcGVhbjEeMBwGA1UECxMVTm8gTGlhYmlsaXR5IEFjY2VwdGVkMR8w
|
||||||
|
HQYDVQQKExZGb3IgRGVtbyBQdXJwb3NlcyBPbmx5MRwwGgYDVQQDExNFbnRydXN0
|
||||||
|
IERlbW8gV2ViIENBMB4XDTk2MDQyNjEzMzUwMVoXDTA2MDQyNjEzMzUwMVowfTEL
|
||||||
|
MAkGA1UEBhMCQ2ExDzANBgNVBAcTBk5lcGVhbjEeMBwGA1UECxMVTm8gTGlhYmls
|
||||||
|
aXR5IEFjY2VwdGVkMR8wHQYDVQQKExZGb3IgRGVtbyBQdXJwb3NlcyBPbmx5MRww
|
||||||
|
GgYDVQQDExNFbnRydXN0IERlbW8gV2ViIENBMIGdMA0GCSqGSIb3DQEBAQUAA4GL
|
||||||
|
ADCBhwKBgQCaroS7O1DA0hm4IefNYU1cx/nqOmzEnk291d1XqznDeF4wEgakbkCc
|
||||||
|
zTKxK791yNpXG5RmngqH7cygDRTHZJ6mfCRn0wGC+AI00F2vYTGqPGRQL1N3lZT0
|
||||||
|
YDKFC0SQeMMjFIZ1aeQigroFQnHo0VB3zWIMpNkka8PY9lxHZAmWwQIBAzANBgkq
|
||||||
|
hkiG9w0BAQQFAAOBgQBAx0UMVA1s54lMQyXjMX5kj99FJN5itb8bK1Rk+cegPQPF
|
||||||
|
cWO9SEWyEjjBjIkjjzAwBkaEszFsNGxemxtXvwjIm1xEUMTVlPEWTs2qnDvAUA9W
|
||||||
|
YqhWbhH0toGT36236QAsqCZ76rbTRVSSX2BHyJwJMG2tCRv7kRJ//NIgxj3H4w==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test PCA (1024 bit)
|
||||||
|
subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test PCA (1024 bit)
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICJzCCAZACAQAwDQYJKoZIhvcNAQEEBQAwXDELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRwwGgYD
|
||||||
|
VQQDExNUZXN0IFBDQSAoMTAyNCBiaXQpMB4XDTk3MDYwOTEzNTczN1oXDTAxMDYw
|
||||||
|
OTEzNTczN1owXDELMAkGA1UEBhMCQVUxEzARBgNVBAgTClF1ZWVuc2xhbmQxGjAY
|
||||||
|
BgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRwwGgYDVQQDExNUZXN0IFBDQSAoMTAy
|
||||||
|
NCBiaXQpMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdoWk/3+WcMlfjIrkg
|
||||||
|
40ketmnQaEogQe1LLcuOJV6rKfUSAsPgwgsabJ/wn8TxA1yy3eKJbFl3OiUXMRsp
|
||||||
|
22Jp85PmemiDzyUIStwk72qhp1imbANZvlmlCFKiQrjUyuDfu4TABmn+kkt3vR1Y
|
||||||
|
BEOGt+IFye1UBVSATVdRJ2UVhwIDAQABMA0GCSqGSIb3DQEBBAUAA4GBABNA1u/S
|
||||||
|
Cg/LJZWb7GliiKJsvuhxlE4E5JxQF2zMub/CSNbF97//tYSyj96sxeFQxZXbcjm9
|
||||||
|
xt6mr/xNLA4szNQMJ4P+L7b5e/jC5DSqlwS+CUYJgaFs/SP+qJoCSu1bR3IM9XWO
|
||||||
|
cRBpDmcBbYLkSyB92WURvsZ1LtjEcn+cdQVI
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
MIICXAIBAAKBgQCdoWk/3+WcMlfjIrkg40ketmnQaEogQe1LLcuOJV6rKfUSAsPg
|
||||||
|
wgsabJ/wn8TxA1yy3eKJbFl3OiUXMRsp22Jp85PmemiDzyUIStwk72qhp1imbANZ
|
||||||
|
vlmlCFKiQrjUyuDfu4TABmn+kkt3vR1YBEOGt+IFye1UBVSATVdRJ2UVhwIDAQAB
|
||||||
|
AoGAba4fTtuap5l7/8ZsbE7Z1O32KJY4ZcOZukLOLUUhXxXduT+FTgGWujc0/rgc
|
||||||
|
z9qYCLlNZHOouMYTgtSfYvuMuLZ11VIt0GYH+nRioLShE59Yy+zCRyC+gPigS1kz
|
||||||
|
xvo14AsOIPYV14Tk/SsHyq6E0eTk7VzaIE197giiINUERPECQQDSKmtPTh/lRKw7
|
||||||
|
HSZSM0I1mFWn/1zqrAbontRQY5w98QWIOe5qmzYyFbPXYT3d9BzlsMyhgiRNoBbD
|
||||||
|
yvohSHXJAkEAwAHx6ezAZeWWzD5yXD36nyjpkVCw7Tk7TSmOceLJMWt1QcrCfqlS
|
||||||
|
xA5jjpQ6Z8suU5DdtWAryM2sAir1WisYzwJAd6Zcx56jvAQ3xcPXsE6scBTVFzrj
|
||||||
|
7FqZ6E+cclPzfLQ+QQsyOBE7bpI6e/FJppY26XGZXo3YGzV8IGXrt40oOQJALETG
|
||||||
|
h86EFXo3qGOFbmsDy4pdP5nBERCu8X1xUCSfintiD4c2DInxgS5oGclnJeMcjTvL
|
||||||
|
QjQoJCX3UJCi/OUO1QJBAKgcDHWjMvt+l1pjJBsSEZ0HX9AAIIVx0RQmbFGS+F2Q
|
||||||
|
hhu5l77WnnZOQ9vvhV5u7NPCUF9nhU3jh60qWWO8mkc=
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
subject=/C=US/O=RSA Data Security, Inc./OU=Commercial Certification Authority
|
||||||
|
issuer= /C=US/O=RSA Data Security, Inc./OU=Commercial Certification Authority
|
||||||
|
notBefore=941104185834Z
|
||||||
|
notAfter =991103185834Z
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICIzCCAZACBQJBAAAWMA0GCSqGSIb3DQEBAgUAMFwxCzAJBgNVBAYTAlVTMSAw
|
||||||
|
HgYDVQQKExdSU0EgRGF0YSBTZWN1cml0eSwgSW5jLjErMCkGA1UECxMiQ29tbWVy
|
||||||
|
Y2lhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NDExMDQxODU4MzRaFw05
|
||||||
|
OTExMDMxODU4MzRaMFwxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdSU0EgRGF0YSBT
|
||||||
|
ZWN1cml0eSwgSW5jLjErMCkGA1UECxMiQ29tbWVyY2lhbCBDZXJ0aWZpY2F0aW9u
|
||||||
|
IEF1dGhvcml0eTCBmzANBgkqhkiG9w0BAQEFAAOBiQAwgYUCfgCk+4Fie84QJ93o
|
||||||
|
975sbsZwmdu41QUDaSiCnHJ/lj+O7Kwpkj+KFPhCdr69XQO5kNTQvAayUTNfxMK/
|
||||||
|
touPmbZiImDd298ggrTKoi8tUO2UMt7gVY3UaOLgTNLNBRYulWZcYVI4HlGogqHE
|
||||||
|
7yXpCuaLK44xZtn42f29O2nZ6wIDAQABMA0GCSqGSIb3DQEBAgUAA34AdrW2EP4j
|
||||||
|
9/dZYkuwX5zBaLxJu7NJbyFHXSudVMQAKD+YufKKg5tgf+tQx6sFEC097TgCwaVI
|
||||||
|
0v5loMC86qYjFmZsGySp8+x5NRhPJsjjr1BKx6cxa9B8GJ1Qv6km+iYrRpwUqbtb
|
||||||
|
MJhCKLVLU7tDCZJAuqiqWqTGtotXTcU=
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
subject=/C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
|
||||||
|
issuer= /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
|
||||||
|
notBefore=941109235417Z
|
||||||
|
notAfter =991231235417Z
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICKTCCAZYCBQJBAAABMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMSAw
|
||||||
|
HgYDVQQKExdSU0EgRGF0YSBTZWN1cml0eSwgSW5jLjEuMCwGA1UECxMlU2VjdXJl
|
||||||
|
IFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NDExMDkyMzU0MTda
|
||||||
|
Fw05OTEyMzEyMzU0MTdaMF8xCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdSU0EgRGF0
|
||||||
|
YSBTZWN1cml0eSwgSW5jLjEuMCwGA1UECxMlU2VjdXJlIFNlcnZlciBDZXJ0aWZp
|
||||||
|
Y2F0aW9uIEF1dGhvcml0eTCBmzANBgkqhkiG9w0BAQEFAAOBiQAwgYUCfgCSznrB
|
||||||
|
roM+WqqJg1esJQF2DK2ujiw3zus1eGRUA+WEQFHJv48I4oqCCNIWhjdV6bEhAq12
|
||||||
|
aIGaBaJLyUslZiJWbIgHj/eBWW2EB2VwE3F2Ppt3TONQiVaYSLkdpykaEy5KEVmc
|
||||||
|
HhXVSVQsczppgrGXOZxtcGdI5d0t1sgeewIDAQABMA0GCSqGSIb3DQEBAgUAA34A
|
||||||
|
iNHReSHO4ovo+MF9NFM/YYPZtgs4F7boviGNjwC4i1N+RGceIr2XJ+CchcxK9oU7
|
||||||
|
suK+ktPlDemvXA4MRpX/oRxePug2WHpzpgr4IhFrwwk4fia7c+8AvQKk8xQNMD9h
|
||||||
|
cHsg/jKjn7P0Z1LctO6EjJY2IN6BCINxIYoPnqk=
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
subject=/C=ZA/SP=Western Cape/L=Cape Town/O=Thawte Consulting cc
|
||||||
|
/OU=Certification Services Division/CN=Thawte Server CA
|
||||||
|
/Email=server-certs@thawte.com
|
||||||
|
issuer= /C=ZA/SP=Western Cape/L=Cape Town/O=Thawte Consulting cc
|
||||||
|
/OU=Certification Services Division/CN=Thawte Server CA
|
||||||
|
/Email=server-certs@thawte.com
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIC+TCCAmICAQAwDQYJKoZIhvcNAQEEBQAwgcQxCzAJBgNVBAYTAlpBMRUwEwYD
|
||||||
|
VQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsGA1UEChMU
|
||||||
|
VGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy
|
||||||
|
dmljZXMgRGl2aXNpb24xGTAXBgNVBAMTEFRoYXd0ZSBTZXJ2ZXIgQ0ExJjAkBgkq
|
||||||
|
hkiG9w0BCQEWF3NlcnZlci1jZXJ0c0B0aGF3dGUuY29tMB4XDTk2MDcyNzE4MDc1
|
||||||
|
N1oXDTk4MDcyNzE4MDc1N1owgcQxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0
|
||||||
|
ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsGA1UEChMUVGhhd3RlIENv
|
||||||
|
bnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2
|
||||||
|
aXNpb24xGTAXBgNVBAMTEFRoYXd0ZSBTZXJ2ZXIgQ0ExJjAkBgkqhkiG9w0BCQEW
|
||||||
|
F3NlcnZlci1jZXJ0c0B0aGF3dGUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB
|
||||||
|
iQKBgQDTpFBuyP9Wa+bPXbbqDGh1R6KqwtqEJfyo9EdR2oW1IHSUhh4PdcnpCGH1
|
||||||
|
Bm0wbhUZAulSwGLbTZme4moMRDjN/r7jZAlwxf6xaym2L0nIO9QnBCUQly/nkG3A
|
||||||
|
KEKZ10xD3sP1IW1Un13DWOHA5NlbsLjctHvfNjrCtWYiEtaHDQIDAQABMA0GCSqG
|
||||||
|
SIb3DQEBBAUAA4GBAIsvn7ifX3RUIrvYXtpI4DOfARkTogwm6o7OwVdl93yFhDcX
|
||||||
|
7h5t0XZ11MUAMziKdde3rmTvzUYIUCYoY5b032IwGMTvdiclK+STN6NP2m5nvFAM
|
||||||
|
qJT5gC5O+j/jBuZRQ4i0AMYQr5F4lT8oBJnhgafw6PL8aDY2vMHGSPl9+7uf
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIDDTCCAnYCAQAwDQYJKoZIhvcNAQEEBQAwgc4xCzAJBgNVBAYTAlpBMRUwEwYD
|
||||||
|
VQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsGA1UEChMU
|
||||||
|
VGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy
|
||||||
|
dmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQcmVtaXVtIFNlcnZlciBD
|
||||||
|
QTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1zZXJ2ZXJAdGhhd3RlLmNvbTAeFw05
|
||||||
|
NjA3MjcxODA3MTRaFw05ODA3MjcxODA3MTRaMIHOMQswCQYDVQQGEwJaQTEVMBMG
|
||||||
|
A1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xHTAbBgNVBAoT
|
||||||
|
FFRoYXd0ZSBDb25zdWx0aW5nIGNjMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNl
|
||||||
|
cnZpY2VzIERpdmlzaW9uMSEwHwYDVQQDExhUaGF3dGUgUHJlbWl1bSBTZXJ2ZXIg
|
||||||
|
Q0ExKDAmBgkqhkiG9w0BCQEWGXByZW1pdW0tc2VydmVyQHRoYXd0ZS5jb20wgZ8w
|
||||||
|
DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANI2NmqL18JbntqBQWKPOO5JBFXW0O8c
|
||||||
|
G5UWR+8YSDU6UvQragaPOy/qVuOvho2eF/eetGV1Ak3vywmiIVHYm9Bn0LoNkgYU
|
||||||
|
c9STy5cqAJxcTgy8+hVS/PJEbtoRSm4Iny8t4/mqOoZztkZTWMiJBb2DEbhzP6oH
|
||||||
|
jfRCTedAnRw3AgMBAAEwDQYJKoZIhvcNAQEEBQADgYEAutFIgTRZVYerIZfL9lvR
|
||||||
|
w9Eifvvo5KTZ3h+Bj+VzNnyw4Qc/IyXkPOu6SIiH9LQ3sCmWBdxpe+qr4l77rLj2
|
||||||
|
GYuMtESFfn1XVALzkYgC7JcPuTOjMfIiMByt+uFf8AV8x0IW/Qkuv+hEQcyM9vxK
|
||||||
|
3VZdLbCVIhNoEsysrxCpxcI=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
Tims test GCI CA
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIB8DCCAZoCAQAwDQYJKoZIhvcNAQEEBQAwgYIxCzAJBgNVBAYTAkFVMRMwEQYD
|
||||||
|
VQQIEwpRdWVlbnNsYW5kMREwDwYDVQQHEwhCcmlzYmFuZTEaMBgGA1UEChMRQ3J5
|
||||||
|
cHRTb2Z0IFB0eSBMdGQxFDASBgNVBAsTC2RldmVsb3BtZW50MRkwFwYDVQQDExBD
|
||||||
|
cnlwdFNvZnQgRGV2IENBMB4XDTk3MDMyMjEzMzQwNFoXDTk4MDMyMjEzMzQwNFow
|
||||||
|
gYIxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpRdWVlbnNsYW5kMREwDwYDVQQHEwhC
|
||||||
|
cmlzYmFuZTEaMBgGA1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxFDASBgNVBAsTC2Rl
|
||||||
|
dmVsb3BtZW50MRkwFwYDVQQDExBDcnlwdFNvZnQgRGV2IENBMFwwDQYJKoZIhvcN
|
||||||
|
AQEBBQADSwAwSAJBAOAOAqogG5QwAmLhzyO4CoRnx/wVy4NZP4dxJy83O1EnL0rw
|
||||||
|
OdsamJKvPOLHgSXo3gDu9uVyvCf/QJmZAmC5ml8CAwEAATANBgkqhkiG9w0BAQQF
|
||||||
|
AANBADRRS/GVdd7rAqRW6SdmgLJduOU2yq3avBu99kRqbp9A/dLu6r6jU+eP4oOA
|
||||||
|
TfdbFZtAAD2Hx9jUtY3tfdrJOb8=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICVjCCAgACAQAwDQYJKoZIhvcNAQEEBQAwgbUxCzAJBgNVBAYTAkFVMRMwEQYD
|
||||||
|
VQQIEwpRdWVlbnNsYW5kMREwDwYDVQQHEwhCcmlzYmFuZTEaMBgGA1UEChMRQ3J5
|
||||||
|
cHRTb2Z0IFB0eSBMdGQxLDAqBgNVBAsTI1dPUlRITEVTUyBDRVJUSUZJQ0FUSU9O
|
||||||
|
IEFVVEhPUklUSUVTMTQwMgYDVQQDEytaRVJPIFZBTFVFIENBIC0gREVNT05TVFJB
|
||||||
|
VElPTiBQVVJQT1NFUyBPTkxZMB4XDTk3MDQwMzEzMjI1NFoXDTk4MDQwMzEzMjI1
|
||||||
|
NFowgbUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpRdWVlbnNsYW5kMREwDwYDVQQH
|
||||||
|
EwhCcmlzYmFuZTEaMBgGA1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxLDAqBgNVBAsT
|
||||||
|
I1dPUlRITEVTUyBDRVJUSUZJQ0FUSU9OIEFVVEhPUklUSUVTMTQwMgYDVQQDEyta
|
||||||
|
RVJPIFZBTFVFIENBIC0gREVNT05TVFJBVElPTiBQVVJQT1NFUyBPTkxZMFwwDQYJ
|
||||||
|
KoZIhvcNAQEBBQADSwAwSAJBAOZ7T7yqP/tyspcko3yPY1y0Cm2EmwNvzW4QgVXR
|
||||||
|
Fjs3HmJ4xtSpXdo6mwcGezL3Abt/aQXaxv9PU8xt+Jr0OFUCAwEAATANBgkqhkiG
|
||||||
|
9w0BAQQFAANBAOQpYmGgyCqCy1OljgJhCqQOu627oVlHzK1L+t9vBaMfn40AVUR4
|
||||||
|
WzQVWO31KTgi5vTK1U+3h46fgUWqQ0h+6rU=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIAwgKADAgECAgEAMA0GCSqGSIb3DQEBBAUAMGIxETAPBgNVBAcTCEludGVybmV0
|
||||||
|
MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVyaVNpZ24gQ2xh
|
||||||
|
c3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05NjA0MDgxMDIwMjda
|
||||||
|
Fw05NzA0MDgxMDIwMjdaMGIxETAPBgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5W
|
||||||
|
ZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVyaVNpZ24gQ2xhc3MgMSBDQSAtIElu
|
||||||
|
ZGl2aWR1YWwgU3Vic2NyaWJlcjCAMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2
|
||||||
|
FKbPTdAFDdjKI9BvqrQpkmOOLPhvltcunXZLEbE2jVfJw/0cxrr+Hgi6M8qV6r7j
|
||||||
|
W80GqLd5HUQq7XPysVKDaBBwZJHXPmv5912dFEObbpdFmIFH0S3L3bty10w/cari
|
||||||
|
QPJUObwW7s987LrbP2wqsxaxhhKdrpM01bjV0Pc+qQIDAQABAAAAADANBgkqhkiG
|
||||||
|
9w0BAQQFAAOBgQA+1nJryNt8VBRjRr07ArDAV/3jAH7GjDc9jsrxZS68ost9v06C
|
||||||
|
TvTNKGL+LISNmFLXl+JXhgGB0JZ9fvyYzNgHQ46HBUng1H6voalfJgS2KdEo50wW
|
||||||
|
8EFZYMDkT1k4uynwJqkVN2QJK/2q4/A/VCov5h6SlM8Affg2W+1TLqvqkwAA
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
subject=/L=Internet/O=VeriSign, Inc./OU=VeriSign Class 2 CA - Individual Subscriber
|
||||||
|
issuer= /L=Internet/O=VeriSign, Inc./OU=VeriSign Class 2 CA - Individual Subscriber
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIEkzCCA/ygAwIBAgIRANDTUpSRL3nTFeMrMayFSPAwDQYJKoZIhvcNAQECBQAw
|
||||||
|
YjERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTQw
|
||||||
|
MgYDVQQLEytWZXJpU2lnbiBDbGFzcyAyIENBIC0gSW5kaXZpZHVhbCBTdWJzY3Jp
|
||||||
|
YmVyMB4XDTk2MDYwNDAwMDAwMFoXDTk4MDYwNDIzNTk1OVowYjERMA8GA1UEBxMI
|
||||||
|
SW50ZXJuZXQxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJp
|
||||||
|
U2lnbiBDbGFzcyAyIENBIC0gSW5kaXZpZHVhbCBTdWJzY3JpYmVyMIGfMA0GCSqG
|
||||||
|
SIb3DQEBAQUAA4GNADCBiQKBgQC6A+2czKGRcYMfm8gdnk+0de99TDDzsqo0v5nb
|
||||||
|
RsbUmMcdRQ7nsMbRWe0SAb/9QoLTZ/cJ0iOBqdrkz7UpqqKarVoTSdlSMVM92tWp
|
||||||
|
3bJncZHQD1t4xd6lQVdI1/T6R+5J0T1ukOdsI9Jmf+F28S6g3R3L1SFwiHKeZKZv
|
||||||
|
z+793wIDAQABo4ICRzCCAkMwggIpBgNVHQMBAf8EggIdMIICGTCCAhUwggIRBgtg
|
||||||
|
hkgBhvhFAQcBATCCAgAWggGrVGhpcyBjZXJ0aWZpY2F0ZSBpbmNvcnBvcmF0ZXMg
|
||||||
|
YnkgcmVmZXJlbmNlLCBhbmQgaXRzIHVzZSBpcyBzdHJpY3RseSBzdWJqZWN0IHRv
|
||||||
|
LCB0aGUgVmVyaVNpZ24gQ2VydGlmaWNhdGlvbiBQcmFjdGljZSBTdGF0ZW1lbnQg
|
||||||
|
KENQUyksIGF2YWlsYWJsZSBhdDogaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL0NQ
|
||||||
|
Uy0xLjA7IGJ5IEUtbWFpbCBhdCBDUFMtcmVxdWVzdHNAdmVyaXNpZ24uY29tOyBv
|
||||||
|
ciBieSBtYWlsIGF0IFZlcmlTaWduLCBJbmMuLCAyNTkzIENvYXN0IEF2ZS4sIE1v
|
||||||
|
dW50YWluIFZpZXcsIENBIDk0MDQzIFVTQSBUZWwuICsxICg0MTUpIDk2MS04ODMw
|
||||||
|
IENvcHlyaWdodCAoYykgMTk5NiBWZXJpU2lnbiwgSW5jLiAgQWxsIFJpZ2h0cyBS
|
||||||
|
ZXNlcnZlZC4gQ0VSVEFJTiBXQVJSQU5USUVTIERJU0NMQUlNRUQgYW5kIExJQUJJ
|
||||||
|
TElUWSBMSU1JVEVELqAOBgxghkgBhvhFAQcBAQGhDgYMYIZIAYb4RQEHAQECMC8w
|
||||||
|
LRYraHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BTLTEuMDAU
|
||||||
|
BglghkgBhvhCAQEBAf8EBAMCAgQwDQYJKoZIhvcNAQECBQADgYEApRJRkNBqLLgs
|
||||||
|
53IR/d18ODdLOWMTZ+QOOxBrq460iBEdUwgF8vmPRX1ku7UiDeNzaLlurE6eFqHq
|
||||||
|
2zPyK5j60zfTLVJMWKcQWwTJLjHtXrW8pxhNtFc6Fdvy5ZkHnC/9NIl7/t4U6WqB
|
||||||
|
p4y+p7SdMIkEwIZfds0VbnQyX5MRUJY=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
subject=/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
|
||||||
|
issuer= /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICMTCCAZoCBQKhAAABMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcw
|
||||||
|
FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMyBQdWJsaWMg
|
||||||
|
UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjAxMjkwMDAwMDBa
|
||||||
|
Fw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2ln
|
||||||
|
biwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZp
|
||||||
|
Y2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAyVxZ
|
||||||
|
nvIbigEUtBDfBEDb41evakVAj4QMC9Ez2dkRz+4CWB8l9yqoRAWq7AMfeH+ek7ma
|
||||||
|
AKojfdashaJjRcdyJ8z0TMZ1cdI5709C8HXfCpDGjiBvmA/4rCNfcCk2pMmG57Ga
|
||||||
|
IMtTpYXnPb59mv4kRTPcdhXtD6JxZExlLoFoRacCAwEAATANBgkqhkiG9w0BAQIF
|
||||||
|
AAOBgQB1Zmw+0c2B27X4LzZRtvdCvM1Cr9wO+hVs+GeTVzrrtpLotgHKjLeOQ7RJ
|
||||||
|
Zfk+7r11Ri7J/CVdqMcvi5uPaM+0nJcYwE3vH9mvgrPmZLiEXIqaB1JDYft0nls6
|
||||||
|
NvxMsvwaPxUupVs8G5DsiCnkWRb5zget7Ond2tIxik/W2O8XjQ==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
subject=/C=US/O=VeriSign, Inc./OU=Class 4 Public Primary Certification Authority
|
||||||
|
issuer= /C=US/O=VeriSign, Inc./OU=Class 4 Public Primary Certification Authority
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICMTCCAZoCBQKmAAABMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcw
|
||||||
|
FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgNCBQdWJsaWMg
|
||||||
|
UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjAxMjkwMDAwMDBa
|
||||||
|
Fw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2ln
|
||||||
|
biwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgNCBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZp
|
||||||
|
Y2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0LJ1
|
||||||
|
9njQrlpQ9OlQqZ+M1++RlHDo0iSQdomF1t+s5gEXMoDwnZNHvJplnR+Xrr/phnVj
|
||||||
|
IIm9gFidBAydqMEk6QvlMXi9/C0MN2qeeIDpRnX57aP7E3vIwUzSo+/1PLBij0pd
|
||||||
|
O92VZ48TucE81qcmm+zDO3rZTbxtm+gVAePwR6kCAwEAATANBgkqhkiG9w0BAQIF
|
||||||
|
AAOBgQBT3dPwnCR+QKri/AAa19oM/DJhuBUNlvP6Vxt/M3yv6ZiaYch6s7f/sdyZ
|
||||||
|
g9ysEvxwyR84Qu1E9oAuW2szaayc01znX1oYx7EteQSWQZGZQbE8DbqEOcY7l/Am
|
||||||
|
yY7uvcxClf8exwI/VAx49byqYHwCaejcrOICdmHEPgPq0ook0Q==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|||||||
420
apps/server2.pem
420
apps/server2.pem
@@ -1,52 +1,376 @@
|
|||||||
subject= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = Test Server Cert #2
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test CA (1024 bit)
|
||||||
issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
|
subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Server test cert (1024 bit)
|
||||||
-----BEGIN CERTIFICATE-----
|
-----BEGIN CERTIFICATE-----
|
||||||
MIID6jCCAtKgAwIBAgIJALnu1NlVpZ60MA0GCSqGSIb3DQEBBQUAMHAxCzAJBgNV
|
MIICLjCCAZcCAQEwDQYJKoZIhvcNAQEEBQAwWzELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
BAYTAlVLMRYwFAYDVQQKDA1PcGVuU1NMIEdyb3VwMSIwIAYDVQQLDBlGT1IgVEVT
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRswGQYD
|
||||||
VElORyBQVVJQT1NFUyBPTkxZMSUwIwYDVQQDDBxPcGVuU1NMIFRlc3QgSW50ZXJt
|
VQQDExJUZXN0IENBICgxMDI0IGJpdCkwHhcNOTcwNjA5MTM1NzU0WhcNOTgwNjA5
|
||||||
ZWRpYXRlIENBMB4XDTExMTIwODE0MDE0OFoXDTIxMTAxNjE0MDE0OFowZzELMAkG
|
MTM1NzU0WjBkMQswCQYDVQQGEwJBVTETMBEGA1UECBMKUXVlZW5zbGFuZDEaMBgG
|
||||||
A1UEBhMCVUsxFjAUBgNVBAoMDU9wZW5TU0wgR3JvdXAxIjAgBgNVBAsMGUZPUiBU
|
A1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxJDAiBgNVBAMTG1NlcnZlciB0ZXN0IGNl
|
||||||
RVNUSU5HIFBVUlBPU0VTIE9OTFkxHDAaBgNVBAMME1Rlc3QgU2VydmVyIENlcnQg
|
cnQgKDEwMjQgYml0KTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAsxH1PBPm
|
||||||
IzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDrdi7j9yctG+L4EjBy
|
RkxrR11eV4bzNi4N9n11CI8nV29+ARlT1+qDe/mjVUvXlmsr1v/vf71G9GgqopSa
|
||||||
gjPmEqZzOJEQba26MoQGzglU7e5Xf59Rb/hgVQuKAoiZe7/R8rK4zJ4W7iXdXw0L
|
6RXrICLVdk/FYYYzhPvl1M+OrjaXDFO8BzBAF1Lnz6c7aRZvGRJNrRSr2nZEkqDf
|
||||||
qBpyG8B5aGKeI32w+A9TcBApoXXL2CrYQEQjZwUIpLlYBIi2NkJj3nVkq5dgl1gO
|
JW9dY7r2VZEpD5QeuaRYUnuECkqeieB65GMCAwEAATANBgkqhkiG9w0BAQQFAAOB
|
||||||
ALiQ+W8jg3kzg5Ec9rimp9r93N8wsSL3awsafurmYCvOf7leHaMP1WJ/zDRGUNHG
|
gQCWsOta6C0wiVzXz8wPmJKyTrurMlgUss2iSuW9366iwofZddsNg7FXniMzkIf6
|
||||||
/WtDjXc8ZUG1+6EXU9Jc2Fs+2Omf7fcN0l00AK/wPg8OaNS0rKyGq9JdIT9FRGV1
|
dp7jnmWZwKZ9cXsNUS2o4OL07qOk2HOywC0YsNZQsOBu1CBTYYkIefDiKFL1zQHh
|
||||||
bXe/rx58FaE5CItdwCSYhJvF/O95LWQoxJXye5bCFLmvDTEyVq9FMSCptfsmbXjE
|
8lwwNd4NP+OE3NzUNkCfh4DnFfg9WHkXUlD5UpxNRJ4gJA==
|
||||||
ZGsXAgMBAAGjgY8wgYwwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMCBeAwLAYJ
|
|
||||||
YIZIAYb4QgENBB8WHU9wZW5TU0wgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1Ud
|
|
||||||
DgQWBBR52UaWWTKzZGDH/X4mWNcuqeQVazAfBgNVHSMEGDAWgBQ2w2yI55X+sL3s
|
|
||||||
zj49hqshgYfa2jANBgkqhkiG9w0BAQUFAAOCAQEANBW+XYLlHBqVY/31ie+3gRlS
|
|
||||||
LPfy4SIqn0t3RJjagT29MXprblBO2cbMO8VGjkQdKGpmMXjxbht2arOOUXRHX4n/
|
|
||||||
XTyn/QHEf0bcwIITMReO3DZUPAEw8hSjn9xEOM0IRVOCP+mH5fi74QzzQaZVCyYg
|
|
||||||
5VtLKdww/+sc0nCbKl2KWgDluriH0nfVx95qgW3mg9dhXRr0zmf1w2zkBHYpARYL
|
|
||||||
Dew6Z8EE4tS3HJu8/qM6meWzNtrfonQ3eiiMxjZBxzV46jchBwa2z9XYhP6AmpPb
|
|
||||||
oeTSzcQNbWsxaGYzWo46oLDUZmJOwSBawbS31bZNMCoPIY6ukoesCzFSsUKZww==
|
|
||||||
-----END CERTIFICATE-----
|
-----END CERTIFICATE-----
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
MIIEowIBAAKCAQEA63Yu4/cnLRvi+BIwcoIz5hKmcziREG2tujKEBs4JVO3uV3+f
|
MIICXgIBAAKBgQCzEfU8E+ZGTGtHXV5XhvM2Lg32fXUIjydXb34BGVPX6oN7+aNV
|
||||||
UW/4YFULigKImXu/0fKyuMyeFu4l3V8NC6gachvAeWhiniN9sPgPU3AQKaF1y9gq
|
S9eWayvW/+9/vUb0aCqilJrpFesgItV2T8VhhjOE++XUz46uNpcMU7wHMEAXUufP
|
||||||
2EBEI2cFCKS5WASItjZCY951ZKuXYJdYDgC4kPlvI4N5M4ORHPa4pqfa/dzfMLEi
|
pztpFm8ZEk2tFKvadkSSoN8lb11juvZVkSkPlB65pFhSe4QKSp6J4HrkYwIDAQAB
|
||||||
92sLGn7q5mArzn+5Xh2jD9Vif8w0RlDRxv1rQ413PGVBtfuhF1PSXNhbPtjpn+33
|
AoGBAKy8jvb0Lzby8q11yNLf7+78wCVdYi7ugMHcYA1JVFK8+zb1WfSm44FLQo/0
|
||||||
DdJdNACv8D4PDmjUtKyshqvSXSE/RURldW13v68efBWhOQiLXcAkmISbxfzveS1k
|
dSChAjgz36TTexeLODPYxleJndjVcOMVzsLJjSM8dLpXsTS4FCeMbhw2s2u+xqKY
|
||||||
KMSV8nuWwhS5rw0xMlavRTEgqbX7Jm14xGRrFwIDAQABAoIBAHLsTPihIfLnYIE5
|
bbPWfk+HOTyJjfnkcC5Nbg44eOmruq0gSmBeUXVM5UntlTnxAkEA7TGCA3h7kx5E
|
||||||
x4GsQQ5zXeBw5ITDM37ktwHnQDC+rIzyUl1aLD1AZRBoKinXd4lOTqLZ4/NHKx4A
|
Bl4zl2pc3gPAGt+dyfk5Po9mGJUUXhF5p2zueGmYWW74TmOWB1kzt4QRdYMzFePq
|
||||||
DYr58mZtWyUmqLOMmQVuHXTZBlp7XtYuXMMNovQwjQlp9LicBeoBU6gQ5PVMtubD
|
zfDNXEa1CwJBAMFErdY0xp0UJ13WwBbUTk8rujqQdHtjw0klhpbuKkjxu2hN0wwM
|
||||||
F4xGF89Sn0cTHW3iMkqTtQ5KcR1j57OcJO0FEb1vPvk2MXI5ZyAatUYE7YacbEzd
|
6p0D9qxF7JHaghqVRI0fAW/EE0OzdHMR9QkCQQDNR26dMFXKsoPu+vItljj/UEGf
|
||||||
rg02uIwx3FqNSkuSI79uz4hMdV5TPtuhxx9nTwj9aLUhXFeZ0mn2PVgVzEnnMoJb
|
QG7gERiQ4yxaFBPHgdpGo0kT31eh9x9hQGDkxTe0GNG/YSgCRvm8+C3TMcKXAkBD
|
||||||
+znlsZDgzDlJqdaD744YGWh8Z3OEssB35KfzFcdOeO6yH8lmv2Zfznk7pNPT7LTb
|
dhGn36wkUFCddMSAM4NSJ1VN8/Z0y5HzCmI8dM3VwGtGMUQlxKxwOl30LEQzdS5M
|
||||||
Lae9VgkCgYEA92p1qnAB3NtJtNcaW53i0S5WJgS1hxWKvUDx3lTB9s8X9fHpqL1a
|
0SWojNYXiT2gOBfBwtbhAkEAhafl5QEOIgUz+XazS/IlZ8goNKdDVfYgK3mHHjvv
|
||||||
E94fDfWzp/hax6FefUKIvBOukPLQ6bYjTMiFoOHzVirghAIuIUoMI5VtLhwD1hKs
|
nY5G+AuGebdNkXJr4KSWxDcN+C2i47zuj4QXA16MAOandA==
|
||||||
Lr7l/dptMgKb1nZHyXoKHRBthsy3K4+udsPi8TzMvYElgEqyQIe/Rk0CgYEA86GL
|
|
||||||
8HC6zLszzKERDPBxrboRmoFvVUCTQDhsfj1M8aR3nQ8V5LkdIJc7Wqm/Ggfk9QRf
|
|
||||||
rJ8M2WUMlU5CNnCn/KCrKzCNZIReze3fV+HnKdbcXGLvgbHPrhnz8yYehUFG+RGq
|
|
||||||
bVyDWRU94T38izy2s5qMYrMJWZEYyXncSPbfcPMCgYAtaXfxcZ+V5xYPQFARMtiX
|
|
||||||
5nZfggvDoJuXgx0h3tK/N2HBfcaSdzbaYLG4gTmZggc/jwnl2dl5E++9oSPhUdIG
|
|
||||||
3ONSFUbxsOsGr9PBvnKd8WZZyUCXAVRjPBzAzF+whzQNWCZy/5htnz9LN7YDI9s0
|
|
||||||
5113Q96cheDZPFydZY0hHQKBgQDVbEhNukM5xCiNcu+f2SaMnLp9EjQ4h5g3IvaP
|
|
||||||
5B16daw/Dw8LzcohWboqIxeAsze0GD/D1ZUJAEd0qBjC3g+a9BjefervCjKOzXng
|
|
||||||
38mEUm+6EwVjJSQcjSmycEs+Sr/kwr/8i5WYvU32+jk4tFgMoC+o6tQe/Uesf68k
|
|
||||||
z/dPVwKBgGbF7Vv1/3SmhlOy+zYyvJ0CrWtKxH9QP6tLIEgEpd8x7YTSuCH94yok
|
|
||||||
kToMXYA3sWNPt22GbRDZ+rcp4c7HkDx6I6vpdP9aQEwJTp0EPy0sgWr2XwYmreIQ
|
|
||||||
NFmkk8Itn9EY2R9VBaP7GLv5kvwxDdLAnmwGmzVtbmaVdxCaBwUk
|
|
||||||
-----END RSA PRIVATE KEY-----
|
-----END RSA PRIVATE KEY-----
|
||||||
|
subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
|
||||||
|
issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
|
||||||
|
notBefore=950413210656Z
|
||||||
|
notAfter =970412210656Z
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICCDCCAXECAQAwDQYJKoZIhvcNAQEEBQAwTjELMAkGA1UEBhMCVVMxHzAdBgNV
|
||||||
|
BAoUFkFUJlQgQmVsbCBMYWJvcmF0b3JpZXMxHjAcBgNVBAsUFVByb3RvdHlwZSBS
|
||||||
|
ZXNlYXJjaCBDQTAeFw05NTA0MTMyMTA2NTZaFw05NzA0MTIyMTA2NTZaME4xCzAJ
|
||||||
|
BgNVBAYTAlVTMR8wHQYDVQQKFBZBVCZUIEJlbGwgTGFib3JhdG9yaWVzMR4wHAYD
|
||||||
|
VQQLFBVQcm90b3R5cGUgUmVzZWFyY2ggQ0EwgZwwDQYJKoZIhvcNAQEBBQADgYoA
|
||||||
|
MIGGAoGAebOmgtSCl+wCYZc86UGYeTLY8cjmW2P0FN8ToT/u2pECCoFdrlycX0OR
|
||||||
|
3wt0ZhpFXLVNeDnHwEE9veNUih7pCL2ZBFqoIoQkB1lZmXRiVtjGonz8BLm/qrFM
|
||||||
|
YHb0lme/Ol+s118mwKVxnn6bSAeI/OXKhLaVdYZWk+aEaxEDkVkCAQ8wDQYJKoZI
|
||||||
|
hvcNAQEEBQADgYEAAZMG14lZmZ8bahkaHaTV9dQf4p2FZiQTFwHP9ZyGsXPC+LT5
|
||||||
|
dG5iTaRmyjNIJdPWohZDl97kAci79aBndvuEvRKOjLHs3WRGBIwERnAcnY9Mz8u/
|
||||||
|
zIHK23PjYVxGGaZd669OJwD0CYyqH22HH9nFUGaoJdsv39ChW0NRdLE9+y8=
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test PCA (1024 bit)
|
||||||
|
subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test CA (1024 bit)
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICJjCCAY8CAQAwDQYJKoZIhvcNAQEEBQAwXDELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRwwGgYD
|
||||||
|
VQQDExNUZXN0IFBDQSAoMTAyNCBiaXQpMB4XDTk3MDYwOTEzNTc0M1oXDTAxMDYw
|
||||||
|
OTEzNTc0M1owWzELMAkGA1UEBhMCQVUxEzARBgNVBAgTClF1ZWVuc2xhbmQxGjAY
|
||||||
|
BgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRswGQYDVQQDExJUZXN0IENBICgxMDI0
|
||||||
|
IGJpdCkwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKO7o8t116VP6cgybTsZ
|
||||||
|
DCZhr95nYlZuya3aCi1IKoztqwWnjbmDFIriOqGFPrZQ+moMETC9D59iRW/dFXSv
|
||||||
|
1F65ka/XY2hLh9exCCo7XuUcDs53Qp3bI3AmMqHjgzE8oO3ajyJAzJkTTOUecQU2
|
||||||
|
mw/gI4tMM0LqWMQS7luTy4+xAgMBAAEwDQYJKoZIhvcNAQEEBQADgYEAM7achv3v
|
||||||
|
hLQJcv/65eGEpBXM40ZDVoFQFFJWaY5p883HTqLB1x4FdzsXHH0QKBTcKpWwqyu4
|
||||||
|
YDm3fb8oDugw72bCzfyZK/zVZPR/hVlqI/fvU109Qoc+7oPvIXWky71HfcK6ZBCA
|
||||||
|
q30KIqGM/uoM60INq97qjDmCJapagcNBGQs=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
MIICXQIBAAKBgQCju6PLddelT+nIMm07GQwmYa/eZ2JWbsmt2gotSCqM7asFp425
|
||||||
|
gxSK4jqhhT62UPpqDBEwvQ+fYkVv3RV0r9ReuZGv12NoS4fXsQgqO17lHA7Od0Kd
|
||||||
|
2yNwJjKh44MxPKDt2o8iQMyZE0zlHnEFNpsP4COLTDNC6ljEEu5bk8uPsQIDAQAB
|
||||||
|
AoGAVZmpFZsDZfr0l2S9tLLwpjRWNOlKATQkno6q2WesT0eGLQufTciY+c8ypfU6
|
||||||
|
hyio8r5iUl/VhhdjhAtKx1mRpiotftHo/eYf8rtsrnprOnWG0bWjLjtIoMbcxGn2
|
||||||
|
J3bN6LJmbJMjDs0eJ3KnTu646F3nDUw2oGAwmpzKXA1KAP0CQQDRvQhxk2D3Pehs
|
||||||
|
HvG665u2pB5ipYQngEFlZO7RHJZzJOZEWSLuuMqaF/7pTfA5jiBvWqCgJeCRRInL
|
||||||
|
21ru4dlPAkEAx9jj7BgKn5TYnMoBSSe0afjsV9oApVpN1Nacb1YDtCwy+scp3++s
|
||||||
|
nFxlv98wxIlSdpwMUn+AUWfjiWR7Tu/G/wJBAJ/KjwZIrFVxewP0x2ILYsTRYLzz
|
||||||
|
MS4PDsO7FB+I0i7DbBOifXS2oNSpd3I0CNMwrxFnUHzynpbOStVfN3ZL5w0CQQCa
|
||||||
|
pwFahxBRhkJKsxhjoFJBX9yl75JoY4Wvm5Tbo9ih6UJaRx3kqfkN14L2BKYcsZgb
|
||||||
|
KY9vmDOYy6iNfjDeWTfJAkBkfPUb8oTJ/nSP5zN6sqGxSY4krc4xLxpRmxoJ8HL2
|
||||||
|
XfhqXkTzbU13RX9JJ/NZ8vQN9Vm2NhxRGJocQkmcdVtJ
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
MIICYDCCAiACAgEoMAkGBSsOAwINBQAwfDELMAkGA1UEBhMCVVMxNjA0BgNVBAoT
|
||||||
|
LU5hdGlvbmFsIEFlcm9uYXV0aWNzIGFuZCBTcGFjZSBBZG1pbmlzdHJhdGlvbjEZ
|
||||||
|
MBcGA1UECxMQVGVzdCBFbnZpcm9ubWVudDEaMBgGA1UECxMRRFNTLU5BU0EtUGls
|
||||||
|
b3QtQ0EwHhcNOTYwMjI2MTYzMjQ1WhcNOTcwMjI1MTYzMjQ1WjB8MQswCQYDVQQG
|
||||||
|
EwJVUzE2MDQGA1UEChMtTmF0aW9uYWwgQWVyb25hdXRpY3MgYW5kIFNwYWNlIEFk
|
||||||
|
bWluaXN0cmF0aW9uMRkwFwYDVQQLExBUZXN0IEVudmlyb25tZW50MRowGAYDVQQL
|
||||||
|
ExFEU1MtTkFTQS1QaWxvdC1DQTCB8jAJBgUrDgMCDAUAA4HkADCB4AJBAMA/ssKb
|
||||||
|
hPNUG7ZlASfVwEJU21O5OyF/iyBzgHI1O8eOhJGUYO8cc8wDMjR508Mr9cp6Uhl/
|
||||||
|
ZB7FV5GkLNEnRHYCQQDUEaSg45P2qrDwixTRhFhmWz5Nvc4lRFQ/42XPcchiJBLb
|
||||||
|
bn3QK74T2IxY1yY+kCNq8XrIqf5fJJzIH0J/xUP3AhUAsg2wsQHfDGYk/BOSulX3
|
||||||
|
fVd0geUCQQCzCFUQAh+ZkEmp5804cs6ZWBhrUAfnra8lJItYo9xPcXgdIfLfibcX
|
||||||
|
R71UsyO77MRD7B0+Ag2tq794IleCVcEEMAkGBSsOAwINBQADLwAwLAIUUayDfreR
|
||||||
|
Yh2WeU86/pHNdkUC1IgCFEfxe1f0oMpxJyrJ5XIxTi7vGdoK
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICGTCCAdgCAwCqTDAJBgUrDgMCDQUAMHwxCzAJBgNVBAYTAlVTMTYwNAYDVQQK
|
||||||
|
Ey1OYXRpb25hbCBBZXJvbmF1dGljcyBhbmQgU3BhY2UgQWRtaW5pc3RyYXRpb24x
|
||||||
|
GTAXBgNVBAsTEFRlc3QgRW52aXJvbm1lbnQxGjAYBgNVBAsTEURTUy1OQVNBLVBp
|
||||||
|
bG90LUNBMB4XDTk2MDUxNDE3MDE0MVoXDTk3MDUxNDE3MDE0MVowMzELMAkGA1UE
|
||||||
|
BhMCQVUxDzANBgNVBAoTBk1pbmNvbTETMBEGA1UEAxMKRXJpYyBZb3VuZzCB8jAJ
|
||||||
|
BgUrDgMCDAUAA4HkADCB4AJBAKbfHz6vE6pXXMTpswtGUec2tvnfLJUsoxE9qs4+
|
||||||
|
ObZX7LmLvragNPUeiTJx7UOWZ5DfBj6bXLc8eYne0lP1g3ACQQDUEaSg45P2qrDw
|
||||||
|
ixTRhFhmWz5Nvc4lRFQ/42XPcchiJBLbbn3QK74T2IxY1yY+kCNq8XrIqf5fJJzI
|
||||||
|
H0J/xUP3AhUAsg2wsQHfDGYk/BOSulX3fVd0geUCQQCzCFUQAh+ZkEmp5804cs6Z
|
||||||
|
WBhrUAfnra8lJItYo9xPcXgdIfLfibcXR71UsyO77MRD7B0+Ag2tq794IleCVcEE
|
||||||
|
MAkGBSsOAwINBQADMAAwLQIUWsuuJRE3VT4ueWkWMAJMJaZjj1ECFQCYY0zX4bzM
|
||||||
|
LC7obsrHD8XAHG+ZRG==
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICTTCCAbagAwIBAgIBADANBgkqhkiG9w0BAQQFADBMMQswCQYDVQQGEwJHQjEM
|
||||||
|
MAoGA1UEChMDVUNMMRgwFgYDVQQLEw9JQ0UtVEVMIFByb2plY3QxFTATBgNVBAMT
|
||||||
|
DFRydXN0RmFjdG9yeTAeFw05NzA0MjIxNDM5MTRaFw05ODA0MjIxNDM5MTRaMEwx
|
||||||
|
CzAJBgNVBAYTAkdCMQwwCgYDVQQKEwNVQ0wxGDAWBgNVBAsTD0lDRS1URUwgUHJv
|
||||||
|
amVjdDEVMBMGA1UEAxMMVHJ1c3RGYWN0b3J5MIGcMAoGBFUIAQECAgQAA4GNADCB
|
||||||
|
iQKBgQCEieR8NcXkUW1f0G6aC6u0i8q/98JqS6RxK5YmHIGKCkuTWAUjzLfUa4dt
|
||||||
|
U9igGCjTuxaDqlzEim+t/02pmiBZT9HaX++35MjQPUWmsChcYU5WyzGErXi+rQaw
|
||||||
|
zlwS73zM8qiPj/97lXYycWhgL0VaiDSPxRXEUdWoaGruom4mNQIDAQABo0IwQDAd
|
||||||
|
BgNVHQ4EFgQUHal1LZr7oVg5z6lYzrhTgZRCmcUwDgYDVR0PAQH/BAQDAgH2MA8G
|
||||||
|
A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAfaggfl6FZoioecjv0dq8
|
||||||
|
/DXo/u11iMZvXn08gjX/zl2b4wtPbShOSY5FhkSm8GeySasz+/Nwb/uzfnIhokWi
|
||||||
|
lfPZHtlCWtXbIy/TN51eJyq04ceDCQDWvLC2enVg9KB+GJ34b5c5VaPRzq8MBxsA
|
||||||
|
S7ELuYGtmYgYm9NZOIr7yU0=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIB6jCCAZQCAgEtMA0GCSqGSIb3DQEBBAUAMIGAMQswCQYDVQQGEwJVUzE2MDQG
|
||||||
|
A1UEChMtTmF0aW9uYWwgQWVyb25hdXRpY3MgYW5kIFNwYWNlIEFkbWluaXN0cmF0
|
||||||
|
aW9uMRkwFwYDVQQLExBUZXN0IEVudmlyb25tZW50MR4wHAYDVQQLExVNRDUtUlNB
|
||||||
|
LU5BU0EtUGlsb3QtQ0EwHhcNOTYwNDMwMjIwNTAwWhcNOTcwNDMwMjIwNTAwWjCB
|
||||||
|
gDELMAkGA1UEBhMCVVMxNjA0BgNVBAoTLU5hdGlvbmFsIEFlcm9uYXV0aWNzIGFu
|
||||||
|
ZCBTcGFjZSBBZG1pbmlzdHJhdGlvbjEZMBcGA1UECxMQVGVzdCBFbnZpcm9ubWVu
|
||||||
|
dDEeMBwGA1UECxMVTUQ1LVJTQS1OQVNBLVBpbG90LUNBMFkwCgYEVQgBAQICAgAD
|
||||||
|
SwAwSAJBALmmX5+GqAvcrWK13rfDrNX9UfeA7f+ijyBgeFQjYUoDpFqapw4nzQBL
|
||||||
|
bAXug8pKkRwa2Zh8YODhXsRWu2F/UckCAwEAATANBgkqhkiG9w0BAQQFAANBAH9a
|
||||||
|
OBA+QCsjxXgnSqHx04gcU8S49DVUb1f2XVoLnHlIb8RnX0k5O6mpHT5eti9bLkiW
|
||||||
|
GJNMJ4L0AJ/ac+SmHZc=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICajCCAdMCBDGA0QUwDQYJKoZIhvcNAQEEBQAwfTELMAkGA1UEBhMCQ2ExDzAN
|
||||||
|
BgNVBAcTBk5lcGVhbjEeMBwGA1UECxMVTm8gTGlhYmlsaXR5IEFjY2VwdGVkMR8w
|
||||||
|
HQYDVQQKExZGb3IgRGVtbyBQdXJwb3NlcyBPbmx5MRwwGgYDVQQDExNFbnRydXN0
|
||||||
|
IERlbW8gV2ViIENBMB4XDTk2MDQyNjEzMzUwMVoXDTA2MDQyNjEzMzUwMVowfTEL
|
||||||
|
MAkGA1UEBhMCQ2ExDzANBgNVBAcTBk5lcGVhbjEeMBwGA1UECxMVTm8gTGlhYmls
|
||||||
|
aXR5IEFjY2VwdGVkMR8wHQYDVQQKExZGb3IgRGVtbyBQdXJwb3NlcyBPbmx5MRww
|
||||||
|
GgYDVQQDExNFbnRydXN0IERlbW8gV2ViIENBMIGdMA0GCSqGSIb3DQEBAQUAA4GL
|
||||||
|
ADCBhwKBgQCaroS7O1DA0hm4IefNYU1cx/nqOmzEnk291d1XqznDeF4wEgakbkCc
|
||||||
|
zTKxK791yNpXG5RmngqH7cygDRTHZJ6mfCRn0wGC+AI00F2vYTGqPGRQL1N3lZT0
|
||||||
|
YDKFC0SQeMMjFIZ1aeQigroFQnHo0VB3zWIMpNkka8PY9lxHZAmWwQIBAzANBgkq
|
||||||
|
hkiG9w0BAQQFAAOBgQBAx0UMVA1s54lMQyXjMX5kj99FJN5itb8bK1Rk+cegPQPF
|
||||||
|
cWO9SEWyEjjBjIkjjzAwBkaEszFsNGxemxtXvwjIm1xEUMTVlPEWTs2qnDvAUA9W
|
||||||
|
YqhWbhH0toGT36236QAsqCZ76rbTRVSSX2BHyJwJMG2tCRv7kRJ//NIgxj3H4w==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
issuer= /C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test PCA (1024 bit)
|
||||||
|
subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Test PCA (1024 bit)
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICJzCCAZACAQAwDQYJKoZIhvcNAQEEBQAwXDELMAkGA1UEBhMCQVUxEzARBgNV
|
||||||
|
BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRwwGgYD
|
||||||
|
VQQDExNUZXN0IFBDQSAoMTAyNCBiaXQpMB4XDTk3MDYwOTEzNTczN1oXDTAxMDYw
|
||||||
|
OTEzNTczN1owXDELMAkGA1UEBhMCQVUxEzARBgNVBAgTClF1ZWVuc2xhbmQxGjAY
|
||||||
|
BgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRwwGgYDVQQDExNUZXN0IFBDQSAoMTAy
|
||||||
|
NCBiaXQpMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdoWk/3+WcMlfjIrkg
|
||||||
|
40ketmnQaEogQe1LLcuOJV6rKfUSAsPgwgsabJ/wn8TxA1yy3eKJbFl3OiUXMRsp
|
||||||
|
22Jp85PmemiDzyUIStwk72qhp1imbANZvlmlCFKiQrjUyuDfu4TABmn+kkt3vR1Y
|
||||||
|
BEOGt+IFye1UBVSATVdRJ2UVhwIDAQABMA0GCSqGSIb3DQEBBAUAA4GBABNA1u/S
|
||||||
|
Cg/LJZWb7GliiKJsvuhxlE4E5JxQF2zMub/CSNbF97//tYSyj96sxeFQxZXbcjm9
|
||||||
|
xt6mr/xNLA4szNQMJ4P+L7b5e/jC5DSqlwS+CUYJgaFs/SP+qJoCSu1bR3IM9XWO
|
||||||
|
cRBpDmcBbYLkSyB92WURvsZ1LtjEcn+cdQVI
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
MIICXAIBAAKBgQCdoWk/3+WcMlfjIrkg40ketmnQaEogQe1LLcuOJV6rKfUSAsPg
|
||||||
|
wgsabJ/wn8TxA1yy3eKJbFl3OiUXMRsp22Jp85PmemiDzyUIStwk72qhp1imbANZ
|
||||||
|
vlmlCFKiQrjUyuDfu4TABmn+kkt3vR1YBEOGt+IFye1UBVSATVdRJ2UVhwIDAQAB
|
||||||
|
AoGAba4fTtuap5l7/8ZsbE7Z1O32KJY4ZcOZukLOLUUhXxXduT+FTgGWujc0/rgc
|
||||||
|
z9qYCLlNZHOouMYTgtSfYvuMuLZ11VIt0GYH+nRioLShE59Yy+zCRyC+gPigS1kz
|
||||||
|
xvo14AsOIPYV14Tk/SsHyq6E0eTk7VzaIE197giiINUERPECQQDSKmtPTh/lRKw7
|
||||||
|
HSZSM0I1mFWn/1zqrAbontRQY5w98QWIOe5qmzYyFbPXYT3d9BzlsMyhgiRNoBbD
|
||||||
|
yvohSHXJAkEAwAHx6ezAZeWWzD5yXD36nyjpkVCw7Tk7TSmOceLJMWt1QcrCfqlS
|
||||||
|
xA5jjpQ6Z8suU5DdtWAryM2sAir1WisYzwJAd6Zcx56jvAQ3xcPXsE6scBTVFzrj
|
||||||
|
7FqZ6E+cclPzfLQ+QQsyOBE7bpI6e/FJppY26XGZXo3YGzV8IGXrt40oOQJALETG
|
||||||
|
h86EFXo3qGOFbmsDy4pdP5nBERCu8X1xUCSfintiD4c2DInxgS5oGclnJeMcjTvL
|
||||||
|
QjQoJCX3UJCi/OUO1QJBAKgcDHWjMvt+l1pjJBsSEZ0HX9AAIIVx0RQmbFGS+F2Q
|
||||||
|
hhu5l77WnnZOQ9vvhV5u7NPCUF9nhU3jh60qWWO8mkc=
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
subject=/C=US/O=RSA Data Security, Inc./OU=Commercial Certification Authority
|
||||||
|
issuer= /C=US/O=RSA Data Security, Inc./OU=Commercial Certification Authority
|
||||||
|
notBefore=941104185834Z
|
||||||
|
notAfter =991103185834Z
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICIzCCAZACBQJBAAAWMA0GCSqGSIb3DQEBAgUAMFwxCzAJBgNVBAYTAlVTMSAw
|
||||||
|
HgYDVQQKExdSU0EgRGF0YSBTZWN1cml0eSwgSW5jLjErMCkGA1UECxMiQ29tbWVy
|
||||||
|
Y2lhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NDExMDQxODU4MzRaFw05
|
||||||
|
OTExMDMxODU4MzRaMFwxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdSU0EgRGF0YSBT
|
||||||
|
ZWN1cml0eSwgSW5jLjErMCkGA1UECxMiQ29tbWVyY2lhbCBDZXJ0aWZpY2F0aW9u
|
||||||
|
IEF1dGhvcml0eTCBmzANBgkqhkiG9w0BAQEFAAOBiQAwgYUCfgCk+4Fie84QJ93o
|
||||||
|
975sbsZwmdu41QUDaSiCnHJ/lj+O7Kwpkj+KFPhCdr69XQO5kNTQvAayUTNfxMK/
|
||||||
|
touPmbZiImDd298ggrTKoi8tUO2UMt7gVY3UaOLgTNLNBRYulWZcYVI4HlGogqHE
|
||||||
|
7yXpCuaLK44xZtn42f29O2nZ6wIDAQABMA0GCSqGSIb3DQEBAgUAA34AdrW2EP4j
|
||||||
|
9/dZYkuwX5zBaLxJu7NJbyFHXSudVMQAKD+YufKKg5tgf+tQx6sFEC097TgCwaVI
|
||||||
|
0v5loMC86qYjFmZsGySp8+x5NRhPJsjjr1BKx6cxa9B8GJ1Qv6km+iYrRpwUqbtb
|
||||||
|
MJhCKLVLU7tDCZJAuqiqWqTGtotXTcU=
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
subject=/C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
|
||||||
|
issuer= /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
|
||||||
|
notBefore=941109235417Z
|
||||||
|
notAfter =991231235417Z
|
||||||
|
-----BEGIN X509 CERTIFICATE-----
|
||||||
|
|
||||||
|
MIICKTCCAZYCBQJBAAABMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMSAw
|
||||||
|
HgYDVQQKExdSU0EgRGF0YSBTZWN1cml0eSwgSW5jLjEuMCwGA1UECxMlU2VjdXJl
|
||||||
|
IFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NDExMDkyMzU0MTda
|
||||||
|
Fw05OTEyMzEyMzU0MTdaMF8xCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdSU0EgRGF0
|
||||||
|
YSBTZWN1cml0eSwgSW5jLjEuMCwGA1UECxMlU2VjdXJlIFNlcnZlciBDZXJ0aWZp
|
||||||
|
Y2F0aW9uIEF1dGhvcml0eTCBmzANBgkqhkiG9w0BAQEFAAOBiQAwgYUCfgCSznrB
|
||||||
|
roM+WqqJg1esJQF2DK2ujiw3zus1eGRUA+WEQFHJv48I4oqCCNIWhjdV6bEhAq12
|
||||||
|
aIGaBaJLyUslZiJWbIgHj/eBWW2EB2VwE3F2Ppt3TONQiVaYSLkdpykaEy5KEVmc
|
||||||
|
HhXVSVQsczppgrGXOZxtcGdI5d0t1sgeewIDAQABMA0GCSqGSIb3DQEBAgUAA34A
|
||||||
|
iNHReSHO4ovo+MF9NFM/YYPZtgs4F7boviGNjwC4i1N+RGceIr2XJ+CchcxK9oU7
|
||||||
|
suK+ktPlDemvXA4MRpX/oRxePug2WHpzpgr4IhFrwwk4fia7c+8AvQKk8xQNMD9h
|
||||||
|
cHsg/jKjn7P0Z1LctO6EjJY2IN6BCINxIYoPnqk=
|
||||||
|
-----END X509 CERTIFICATE-----
|
||||||
|
subject=/C=ZA/SP=Western Cape/L=Cape Town/O=Thawte Consulting cc
|
||||||
|
/OU=Certification Services Division/CN=Thawte Server CA
|
||||||
|
/Email=server-certs@thawte.com
|
||||||
|
issuer= /C=ZA/SP=Western Cape/L=Cape Town/O=Thawte Consulting cc
|
||||||
|
/OU=Certification Services Division/CN=Thawte Server CA
|
||||||
|
/Email=server-certs@thawte.com
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIC+TCCAmICAQAwDQYJKoZIhvcNAQEEBQAwgcQxCzAJBgNVBAYTAlpBMRUwEwYD
|
||||||
|
VQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsGA1UEChMU
|
||||||
|
VGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy
|
||||||
|
dmljZXMgRGl2aXNpb24xGTAXBgNVBAMTEFRoYXd0ZSBTZXJ2ZXIgQ0ExJjAkBgkq
|
||||||
|
hkiG9w0BCQEWF3NlcnZlci1jZXJ0c0B0aGF3dGUuY29tMB4XDTk2MDcyNzE4MDc1
|
||||||
|
N1oXDTk4MDcyNzE4MDc1N1owgcQxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0
|
||||||
|
ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsGA1UEChMUVGhhd3RlIENv
|
||||||
|
bnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2
|
||||||
|
aXNpb24xGTAXBgNVBAMTEFRoYXd0ZSBTZXJ2ZXIgQ0ExJjAkBgkqhkiG9w0BCQEW
|
||||||
|
F3NlcnZlci1jZXJ0c0B0aGF3dGUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB
|
||||||
|
iQKBgQDTpFBuyP9Wa+bPXbbqDGh1R6KqwtqEJfyo9EdR2oW1IHSUhh4PdcnpCGH1
|
||||||
|
Bm0wbhUZAulSwGLbTZme4moMRDjN/r7jZAlwxf6xaym2L0nIO9QnBCUQly/nkG3A
|
||||||
|
KEKZ10xD3sP1IW1Un13DWOHA5NlbsLjctHvfNjrCtWYiEtaHDQIDAQABMA0GCSqG
|
||||||
|
SIb3DQEBBAUAA4GBAIsvn7ifX3RUIrvYXtpI4DOfARkTogwm6o7OwVdl93yFhDcX
|
||||||
|
7h5t0XZ11MUAMziKdde3rmTvzUYIUCYoY5b032IwGMTvdiclK+STN6NP2m5nvFAM
|
||||||
|
qJT5gC5O+j/jBuZRQ4i0AMYQr5F4lT8oBJnhgafw6PL8aDY2vMHGSPl9+7uf
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIDDTCCAnYCAQAwDQYJKoZIhvcNAQEEBQAwgc4xCzAJBgNVBAYTAlpBMRUwEwYD
|
||||||
|
VQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsGA1UEChMU
|
||||||
|
VGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy
|
||||||
|
dmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQcmVtaXVtIFNlcnZlciBD
|
||||||
|
QTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1zZXJ2ZXJAdGhhd3RlLmNvbTAeFw05
|
||||||
|
NjA3MjcxODA3MTRaFw05ODA3MjcxODA3MTRaMIHOMQswCQYDVQQGEwJaQTEVMBMG
|
||||||
|
A1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xHTAbBgNVBAoT
|
||||||
|
FFRoYXd0ZSBDb25zdWx0aW5nIGNjMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNl
|
||||||
|
cnZpY2VzIERpdmlzaW9uMSEwHwYDVQQDExhUaGF3dGUgUHJlbWl1bSBTZXJ2ZXIg
|
||||||
|
Q0ExKDAmBgkqhkiG9w0BCQEWGXByZW1pdW0tc2VydmVyQHRoYXd0ZS5jb20wgZ8w
|
||||||
|
DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANI2NmqL18JbntqBQWKPOO5JBFXW0O8c
|
||||||
|
G5UWR+8YSDU6UvQragaPOy/qVuOvho2eF/eetGV1Ak3vywmiIVHYm9Bn0LoNkgYU
|
||||||
|
c9STy5cqAJxcTgy8+hVS/PJEbtoRSm4Iny8t4/mqOoZztkZTWMiJBb2DEbhzP6oH
|
||||||
|
jfRCTedAnRw3AgMBAAEwDQYJKoZIhvcNAQEEBQADgYEAutFIgTRZVYerIZfL9lvR
|
||||||
|
w9Eifvvo5KTZ3h+Bj+VzNnyw4Qc/IyXkPOu6SIiH9LQ3sCmWBdxpe+qr4l77rLj2
|
||||||
|
GYuMtESFfn1XVALzkYgC7JcPuTOjMfIiMByt+uFf8AV8x0IW/Qkuv+hEQcyM9vxK
|
||||||
|
3VZdLbCVIhNoEsysrxCpxcI=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
Tims test GCI CA
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIB8DCCAZoCAQAwDQYJKoZIhvcNAQEEBQAwgYIxCzAJBgNVBAYTAkFVMRMwEQYD
|
||||||
|
VQQIEwpRdWVlbnNsYW5kMREwDwYDVQQHEwhCcmlzYmFuZTEaMBgGA1UEChMRQ3J5
|
||||||
|
cHRTb2Z0IFB0eSBMdGQxFDASBgNVBAsTC2RldmVsb3BtZW50MRkwFwYDVQQDExBD
|
||||||
|
cnlwdFNvZnQgRGV2IENBMB4XDTk3MDMyMjEzMzQwNFoXDTk4MDMyMjEzMzQwNFow
|
||||||
|
gYIxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpRdWVlbnNsYW5kMREwDwYDVQQHEwhC
|
||||||
|
cmlzYmFuZTEaMBgGA1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxFDASBgNVBAsTC2Rl
|
||||||
|
dmVsb3BtZW50MRkwFwYDVQQDExBDcnlwdFNvZnQgRGV2IENBMFwwDQYJKoZIhvcN
|
||||||
|
AQEBBQADSwAwSAJBAOAOAqogG5QwAmLhzyO4CoRnx/wVy4NZP4dxJy83O1EnL0rw
|
||||||
|
OdsamJKvPOLHgSXo3gDu9uVyvCf/QJmZAmC5ml8CAwEAATANBgkqhkiG9w0BAQQF
|
||||||
|
AANBADRRS/GVdd7rAqRW6SdmgLJduOU2yq3avBu99kRqbp9A/dLu6r6jU+eP4oOA
|
||||||
|
TfdbFZtAAD2Hx9jUtY3tfdrJOb8=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICVjCCAgACAQAwDQYJKoZIhvcNAQEEBQAwgbUxCzAJBgNVBAYTAkFVMRMwEQYD
|
||||||
|
VQQIEwpRdWVlbnNsYW5kMREwDwYDVQQHEwhCcmlzYmFuZTEaMBgGA1UEChMRQ3J5
|
||||||
|
cHRTb2Z0IFB0eSBMdGQxLDAqBgNVBAsTI1dPUlRITEVTUyBDRVJUSUZJQ0FUSU9O
|
||||||
|
IEFVVEhPUklUSUVTMTQwMgYDVQQDEytaRVJPIFZBTFVFIENBIC0gREVNT05TVFJB
|
||||||
|
VElPTiBQVVJQT1NFUyBPTkxZMB4XDTk3MDQwMzEzMjI1NFoXDTk4MDQwMzEzMjI1
|
||||||
|
NFowgbUxCzAJBgNVBAYTAkFVMRMwEQYDVQQIEwpRdWVlbnNsYW5kMREwDwYDVQQH
|
||||||
|
EwhCcmlzYmFuZTEaMBgGA1UEChMRQ3J5cHRTb2Z0IFB0eSBMdGQxLDAqBgNVBAsT
|
||||||
|
I1dPUlRITEVTUyBDRVJUSUZJQ0FUSU9OIEFVVEhPUklUSUVTMTQwMgYDVQQDEyta
|
||||||
|
RVJPIFZBTFVFIENBIC0gREVNT05TVFJBVElPTiBQVVJQT1NFUyBPTkxZMFwwDQYJ
|
||||||
|
KoZIhvcNAQEBBQADSwAwSAJBAOZ7T7yqP/tyspcko3yPY1y0Cm2EmwNvzW4QgVXR
|
||||||
|
Fjs3HmJ4xtSpXdo6mwcGezL3Abt/aQXaxv9PU8xt+Jr0OFUCAwEAATANBgkqhkiG
|
||||||
|
9w0BAQQFAANBAOQpYmGgyCqCy1OljgJhCqQOu627oVlHzK1L+t9vBaMfn40AVUR4
|
||||||
|
WzQVWO31KTgi5vTK1U+3h46fgUWqQ0h+6rU=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIAwgKADAgECAgEAMA0GCSqGSIb3DQEBBAUAMGIxETAPBgNVBAcTCEludGVybmV0
|
||||||
|
MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVyaVNpZ24gQ2xh
|
||||||
|
c3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05NjA0MDgxMDIwMjda
|
||||||
|
Fw05NzA0MDgxMDIwMjdaMGIxETAPBgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5W
|
||||||
|
ZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVyaVNpZ24gQ2xhc3MgMSBDQSAtIElu
|
||||||
|
ZGl2aWR1YWwgU3Vic2NyaWJlcjCAMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2
|
||||||
|
FKbPTdAFDdjKI9BvqrQpkmOOLPhvltcunXZLEbE2jVfJw/0cxrr+Hgi6M8qV6r7j
|
||||||
|
W80GqLd5HUQq7XPysVKDaBBwZJHXPmv5912dFEObbpdFmIFH0S3L3bty10w/cari
|
||||||
|
QPJUObwW7s987LrbP2wqsxaxhhKdrpM01bjV0Pc+qQIDAQABAAAAADANBgkqhkiG
|
||||||
|
9w0BAQQFAAOBgQA+1nJryNt8VBRjRr07ArDAV/3jAH7GjDc9jsrxZS68ost9v06C
|
||||||
|
TvTNKGL+LISNmFLXl+JXhgGB0JZ9fvyYzNgHQ46HBUng1H6voalfJgS2KdEo50wW
|
||||||
|
8EFZYMDkT1k4uynwJqkVN2QJK/2q4/A/VCov5h6SlM8Affg2W+1TLqvqkwAA
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
subject=/L=Internet/O=VeriSign, Inc./OU=VeriSign Class 2 CA - Individual Subscriber
|
||||||
|
issuer= /L=Internet/O=VeriSign, Inc./OU=VeriSign Class 2 CA - Individual Subscriber
|
||||||
|
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIIEkzCCA/ygAwIBAgIRANDTUpSRL3nTFeMrMayFSPAwDQYJKoZIhvcNAQECBQAw
|
||||||
|
YjERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTQw
|
||||||
|
MgYDVQQLEytWZXJpU2lnbiBDbGFzcyAyIENBIC0gSW5kaXZpZHVhbCBTdWJzY3Jp
|
||||||
|
YmVyMB4XDTk2MDYwNDAwMDAwMFoXDTk4MDYwNDIzNTk1OVowYjERMA8GA1UEBxMI
|
||||||
|
SW50ZXJuZXQxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJp
|
||||||
|
U2lnbiBDbGFzcyAyIENBIC0gSW5kaXZpZHVhbCBTdWJzY3JpYmVyMIGfMA0GCSqG
|
||||||
|
SIb3DQEBAQUAA4GNADCBiQKBgQC6A+2czKGRcYMfm8gdnk+0de99TDDzsqo0v5nb
|
||||||
|
RsbUmMcdRQ7nsMbRWe0SAb/9QoLTZ/cJ0iOBqdrkz7UpqqKarVoTSdlSMVM92tWp
|
||||||
|
3bJncZHQD1t4xd6lQVdI1/T6R+5J0T1ukOdsI9Jmf+F28S6g3R3L1SFwiHKeZKZv
|
||||||
|
z+793wIDAQABo4ICRzCCAkMwggIpBgNVHQMBAf8EggIdMIICGTCCAhUwggIRBgtg
|
||||||
|
hkgBhvhFAQcBATCCAgAWggGrVGhpcyBjZXJ0aWZpY2F0ZSBpbmNvcnBvcmF0ZXMg
|
||||||
|
YnkgcmVmZXJlbmNlLCBhbmQgaXRzIHVzZSBpcyBzdHJpY3RseSBzdWJqZWN0IHRv
|
||||||
|
LCB0aGUgVmVyaVNpZ24gQ2VydGlmaWNhdGlvbiBQcmFjdGljZSBTdGF0ZW1lbnQg
|
||||||
|
KENQUyksIGF2YWlsYWJsZSBhdDogaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL0NQ
|
||||||
|
Uy0xLjA7IGJ5IEUtbWFpbCBhdCBDUFMtcmVxdWVzdHNAdmVyaXNpZ24uY29tOyBv
|
||||||
|
ciBieSBtYWlsIGF0IFZlcmlTaWduLCBJbmMuLCAyNTkzIENvYXN0IEF2ZS4sIE1v
|
||||||
|
dW50YWluIFZpZXcsIENBIDk0MDQzIFVTQSBUZWwuICsxICg0MTUpIDk2MS04ODMw
|
||||||
|
IENvcHlyaWdodCAoYykgMTk5NiBWZXJpU2lnbiwgSW5jLiAgQWxsIFJpZ2h0cyBS
|
||||||
|
ZXNlcnZlZC4gQ0VSVEFJTiBXQVJSQU5USUVTIERJU0NMQUlNRUQgYW5kIExJQUJJ
|
||||||
|
TElUWSBMSU1JVEVELqAOBgxghkgBhvhFAQcBAQGhDgYMYIZIAYb4RQEHAQECMC8w
|
||||||
|
LRYraHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BTLTEuMDAU
|
||||||
|
BglghkgBhvhCAQEBAf8EBAMCAgQwDQYJKoZIhvcNAQECBQADgYEApRJRkNBqLLgs
|
||||||
|
53IR/d18ODdLOWMTZ+QOOxBrq460iBEdUwgF8vmPRX1ku7UiDeNzaLlurE6eFqHq
|
||||||
|
2zPyK5j60zfTLVJMWKcQWwTJLjHtXrW8pxhNtFc6Fdvy5ZkHnC/9NIl7/t4U6WqB
|
||||||
|
p4y+p7SdMIkEwIZfds0VbnQyX5MRUJY=
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|
||||||
|
subject=/C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
|
||||||
|
issuer= /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICMTCCAZoCBQKhAAABMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcw
|
||||||
|
FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMyBQdWJsaWMg
|
||||||
|
UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjAxMjkwMDAwMDBa
|
||||||
|
Fw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2ln
|
||||||
|
biwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZp
|
||||||
|
Y2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAyVxZ
|
||||||
|
nvIbigEUtBDfBEDb41evakVAj4QMC9Ez2dkRz+4CWB8l9yqoRAWq7AMfeH+ek7ma
|
||||||
|
AKojfdashaJjRcdyJ8z0TMZ1cdI5709C8HXfCpDGjiBvmA/4rCNfcCk2pMmG57Ga
|
||||||
|
IMtTpYXnPb59mv4kRTPcdhXtD6JxZExlLoFoRacCAwEAATANBgkqhkiG9w0BAQIF
|
||||||
|
AAOBgQB1Zmw+0c2B27X4LzZRtvdCvM1Cr9wO+hVs+GeTVzrrtpLotgHKjLeOQ7RJ
|
||||||
|
Zfk+7r11Ri7J/CVdqMcvi5uPaM+0nJcYwE3vH9mvgrPmZLiEXIqaB1JDYft0nls6
|
||||||
|
NvxMsvwaPxUupVs8G5DsiCnkWRb5zget7Ond2tIxik/W2O8XjQ==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
subject=/C=US/O=VeriSign, Inc./OU=Class 4 Public Primary Certification Authority
|
||||||
|
issuer= /C=US/O=VeriSign, Inc./OU=Class 4 Public Primary Certification Authority
|
||||||
|
-----BEGIN CERTIFICATE-----
|
||||||
|
MIICMTCCAZoCBQKmAAABMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNVBAYTAlVTMRcw
|
||||||
|
FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgNCBQdWJsaWMg
|
||||||
|
UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05NjAxMjkwMDAwMDBa
|
||||||
|
Fw05OTEyMzEyMzU5NTlaMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2ln
|
||||||
|
biwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgNCBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZp
|
||||||
|
Y2F0aW9uIEF1dGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0LJ1
|
||||||
|
9njQrlpQ9OlQqZ+M1++RlHDo0iSQdomF1t+s5gEXMoDwnZNHvJplnR+Xrr/phnVj
|
||||||
|
IIm9gFidBAydqMEk6QvlMXi9/C0MN2qeeIDpRnX57aP7E3vIwUzSo+/1PLBij0pd
|
||||||
|
O92VZ48TucE81qcmm+zDO3rZTbxtm+gVAePwR6kCAwEAATANBgkqhkiG9w0BAQIF
|
||||||
|
AAOBgQBT3dPwnCR+QKri/AAa19oM/DJhuBUNlvP6Vxt/M3yv6ZiaYch6s7f/sdyZ
|
||||||
|
g9ysEvxwyR84Qu1E9oAuW2szaayc01znX1oYx7EteQSWQZGZQbE8DbqEOcY7l/Am
|
||||||
|
yY7uvcxClf8exwI/VAx49byqYHwCaejcrOICdmHEPgPq0ook0Q==
|
||||||
|
-----END CERTIFICATE-----
|
||||||
|
|||||||
274
apps/sess_id.c
274
apps/sess_id.c
@@ -69,18 +69,18 @@
|
|||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG sess_id_main
|
#define PROG sess_id_main
|
||||||
|
|
||||||
static const char *sess_id_usage[] = {
|
static const char *sess_id_usage[]={
|
||||||
"usage: sess_id args\n",
|
"usage: sess_id args\n",
|
||||||
"\n",
|
"\n",
|
||||||
" -inform arg - input format - default PEM (DER or PEM)\n",
|
" -inform arg - input format - default PEM (DER or PEM)\n",
|
||||||
" -outform arg - output format - default PEM\n",
|
" -outform arg - output format - default PEM\n",
|
||||||
" -in arg - input file - default stdin\n",
|
" -in arg - input file - default stdin\n",
|
||||||
" -out arg - output file - default stdout\n",
|
" -out arg - output file - default stdout\n",
|
||||||
" -text - print ssl session id details\n",
|
" -text - print ssl session id details\n",
|
||||||
" -cert - output certificate \n",
|
" -cert - output certificate \n",
|
||||||
" -noout - no CRL output\n",
|
" -noout - no CRL output\n",
|
||||||
" -context arg - set the session ID context\n",
|
" -context arg - set the session ID context\n",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static SSL_SESSION *load_sess_id(char *file, int format);
|
static SSL_SESSION *load_sess_id(char *file, int format);
|
||||||
@@ -88,213 +88,233 @@ static SSL_SESSION *load_sess_id(char *file, int format);
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
SSL_SESSION *x = NULL;
|
SSL_SESSION *x=NULL;
|
||||||
X509 *peer = NULL;
|
int ret=1,i,num,badops=0;
|
||||||
int ret = 1, i, num, badops = 0;
|
BIO *out=NULL;
|
||||||
BIO *out = NULL;
|
int informat,outformat;
|
||||||
int informat, outformat;
|
char *infile=NULL,*outfile=NULL,*context=NULL;
|
||||||
char *infile = NULL, *outfile = NULL, *context = NULL;
|
int cert=0,noout=0,text=0;
|
||||||
int cert = 0, noout = 0, text = 0;
|
|
||||||
const char **pp;
|
const char **pp;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
informat = FORMAT_PEM;
|
informat=FORMAT_PEM;
|
||||||
outformat = FORMAT_PEM;
|
outformat=FORMAT_PEM;
|
||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
num = 0;
|
num=0;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-inform") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-inform") == 0)
|
||||||
goto bad;
|
{
|
||||||
informat = str2fmt(*(++argv));
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-outform") == 0) {
|
informat=str2fmt(*(++argv));
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-outform") == 0)
|
||||||
outformat = str2fmt(*(++argv));
|
{
|
||||||
} else if (strcmp(*argv, "-in") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
outformat=str2fmt(*(++argv));
|
||||||
goto bad;
|
}
|
||||||
infile = *(++argv);
|
else if (strcmp(*argv,"-in") == 0)
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
infile= *(++argv);
|
||||||
outfile = *(++argv);
|
}
|
||||||
} else if (strcmp(*argv, "-text") == 0)
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
text = ++num;
|
{
|
||||||
else if (strcmp(*argv, "-cert") == 0)
|
if (--argc < 1) goto bad;
|
||||||
cert = ++num;
|
outfile= *(++argv);
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
}
|
||||||
noout = ++num;
|
else if (strcmp(*argv,"-text") == 0)
|
||||||
else if (strcmp(*argv, "-context") == 0) {
|
text= ++num;
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-cert") == 0)
|
||||||
goto bad;
|
cert= ++num;
|
||||||
context = *++argv;
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
} else {
|
noout= ++num;
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
else if (strcmp(*argv,"-context") == 0)
|
||||||
badops = 1;
|
{
|
||||||
|
if(--argc < 1) goto bad;
|
||||||
|
context=*++argv;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
badops=1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
for (pp = sess_id_usage; (*pp != NULL); pp++)
|
bad:
|
||||||
BIO_printf(bio_err, "%s", *pp);
|
for (pp=sess_id_usage; (*pp != NULL); pp++)
|
||||||
|
BIO_printf(bio_err,"%s",*pp);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
x = load_sess_id(infile, informat);
|
x=load_sess_id(infile,informat);
|
||||||
if (x == NULL) {
|
if (x == NULL) { goto end; }
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
peer = SSL_SESSION_get0_peer(x);
|
|
||||||
|
|
||||||
if (context) {
|
if(context)
|
||||||
size_t ctx_len = strlen(context);
|
{
|
||||||
if (ctx_len > SSL_MAX_SID_CTX_LENGTH) {
|
x->sid_ctx_length=strlen(context);
|
||||||
BIO_printf(bio_err, "Context too long\n");
|
if(x->sid_ctx_length > SSL_MAX_SID_CTX_LENGTH)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err,"Context too long\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
SSL_SESSION_set1_id_context(x, (unsigned char *)context, ctx_len);
|
memcpy(x->sid_ctx,context,x->sid_ctx_length);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef undef
|
#ifdef undef
|
||||||
/* just testing for memory leaks :-) */
|
/* just testing for memory leaks :-) */
|
||||||
{
|
{
|
||||||
SSL_SESSION *s;
|
SSL_SESSION *s;
|
||||||
char buf[1024 * 10], *p;
|
char buf[1024*10],*p;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
s = SSL_SESSION_new();
|
s=SSL_SESSION_new();
|
||||||
|
|
||||||
p = &buf;
|
p= &buf;
|
||||||
i = i2d_SSL_SESSION(x, &p);
|
i=i2d_SSL_SESSION(x,&p);
|
||||||
p = &buf;
|
p= &buf;
|
||||||
d2i_SSL_SESSION(&s, &p, (long)i);
|
d2i_SSL_SESSION(&s,&p,(long)i);
|
||||||
p = &buf;
|
p= &buf;
|
||||||
d2i_SSL_SESSION(&s, &p, (long)i);
|
d2i_SSL_SESSION(&s,&p,(long)i);
|
||||||
p = &buf;
|
p= &buf;
|
||||||
d2i_SSL_SESSION(&s, &p, (long)i);
|
d2i_SSL_SESSION(&s,&p,(long)i);
|
||||||
SSL_SESSION_free(s);
|
SSL_SESSION_free(s);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!noout || text) {
|
if (!noout || text)
|
||||||
out = BIO_new(BIO_s_file());
|
{
|
||||||
if (out == NULL) {
|
out=BIO_new(BIO_s_file());
|
||||||
|
if (out == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile == NULL) {
|
if (outfile == NULL)
|
||||||
BIO_set_fp(out, stdout, BIO_NOCLOSE);
|
{
|
||||||
|
BIO_set_fp(out,stdout,BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
|
||||||
out = BIO_push(tmpbio, out);
|
out = BIO_push(tmpbio, out);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
}
|
||||||
if (BIO_write_filename(out, outfile) <= 0) {
|
else
|
||||||
|
{
|
||||||
|
if (BIO_write_filename(out,outfile) <= 0)
|
||||||
|
{
|
||||||
perror(outfile);
|
perror(outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
if (text)
|
||||||
SSL_SESSION_print(out, x);
|
{
|
||||||
|
SSL_SESSION_print(out,x);
|
||||||
|
|
||||||
if (cert) {
|
if (cert)
|
||||||
if (peer == NULL)
|
{
|
||||||
BIO_puts(out, "No certificate present\n");
|
if (x->peer == NULL)
|
||||||
|
BIO_puts(out,"No certificate present\n");
|
||||||
else
|
else
|
||||||
X509_print(out, peer);
|
X509_print(out,x->peer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout && !cert) {
|
if (!noout && !cert)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = i2d_SSL_SESSION_bio(out, x);
|
i=i2d_SSL_SESSION_bio(out,x);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_SSL_SESSION(out, x);
|
i=PEM_write_bio_SSL_SESSION(out,x);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i) {
|
||||||
BIO_printf(bio_err, "unable to write SSL_SESSION\n");
|
BIO_printf(bio_err,"unable to write SSL_SESSION\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else if (!noout && (peer != NULL)) { /* just print the certificate */
|
}
|
||||||
|
else if (!noout && (x->peer != NULL)) /* just print the certificate */
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
i = (int)i2d_X509_bio(out, peer);
|
i=(int)i2d_X509_bio(out,x->peer);
|
||||||
else if (outformat == FORMAT_PEM)
|
else if (outformat == FORMAT_PEM)
|
||||||
i = PEM_write_bio_X509(out, peer);
|
i=PEM_write_bio_X509(out,x->peer);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad output format specified for outfile\n");
|
BIO_printf(bio_err,"bad output format specified for outfile\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (!i) {
|
if (!i) {
|
||||||
BIO_printf(bio_err, "unable to write X509\n");
|
BIO_printf(bio_err,"unable to write X509\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (out != NULL)
|
if (out != NULL) BIO_free_all(out);
|
||||||
BIO_free_all(out);
|
if (x != NULL) SSL_SESSION_free(x);
|
||||||
if (x != NULL)
|
|
||||||
SSL_SESSION_free(x);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static SSL_SESSION *load_sess_id(char *infile, int format)
|
static SSL_SESSION *load_sess_id(char *infile, int format)
|
||||||
{
|
{
|
||||||
SSL_SESSION *x = NULL;
|
SSL_SESSION *x=NULL;
|
||||||
BIO *in = NULL;
|
BIO *in=NULL;
|
||||||
|
|
||||||
in = BIO_new(BIO_s_file());
|
in=BIO_new(BIO_s_file());
|
||||||
if (in == NULL) {
|
if (in == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == NULL)
|
if (infile == NULL)
|
||||||
BIO_set_fp(in, stdin, BIO_NOCLOSE);
|
BIO_set_fp(in,stdin,BIO_NOCLOSE);
|
||||||
else {
|
else
|
||||||
if (BIO_read_filename(in, infile) <= 0) {
|
{
|
||||||
|
if (BIO_read_filename(in,infile) <= 0)
|
||||||
|
{
|
||||||
perror(infile);
|
perror(infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (format == FORMAT_ASN1)
|
if (format == FORMAT_ASN1)
|
||||||
x = d2i_SSL_SESSION_bio(in, NULL);
|
x=d2i_SSL_SESSION_bio(in,NULL);
|
||||||
else if (format == FORMAT_PEM)
|
else if (format == FORMAT_PEM)
|
||||||
x = PEM_read_bio_SSL_SESSION(in, NULL, NULL, NULL);
|
x=PEM_read_bio_SSL_SESSION(in,NULL,NULL,NULL);
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "bad input format specified for input crl\n");
|
BIO_printf(bio_err,"bad input format specified for input crl\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (x == NULL) {
|
if (x == NULL)
|
||||||
BIO_printf(bio_err, "unable to load SSL_SESSION\n");
|
{
|
||||||
|
BIO_printf(bio_err,"unable to load SSL_SESSION\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
end:
|
end:
|
||||||
if (in != NULL)
|
if (in != NULL) BIO_free(in);
|
||||||
BIO_free(in);
|
return(x);
|
||||||
return (x);
|
}
|
||||||
}
|
|
||||||
|
|||||||
545
apps/smime.c
545
apps/smime.c
@@ -1,6 +1,5 @@
|
|||||||
/* smime.c */
|
/* smime.c */
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
|
||||||
* project.
|
* project.
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
@@ -86,7 +85,7 @@ static int smime_cb(int ok, X509_STORE_CTX *ctx);
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
int operation = 0;
|
int operation = 0;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
@@ -95,7 +94,7 @@ int MAIN(int argc, char **argv)
|
|||||||
char *infile = NULL, *outfile = NULL;
|
char *infile = NULL, *outfile = NULL;
|
||||||
char *signerfile = NULL, *recipfile = NULL;
|
char *signerfile = NULL, *recipfile = NULL;
|
||||||
STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
|
STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
|
||||||
char *certfile = NULL, *keyfile = NULL, *contfile = NULL;
|
char *certfile = NULL, *keyfile = NULL, *contfile=NULL;
|
||||||
const EVP_CIPHER *cipher = NULL;
|
const EVP_CIPHER *cipher = NULL;
|
||||||
PKCS7 *p7 = NULL;
|
PKCS7 *p7 = NULL;
|
||||||
X509_STORE *store = NULL;
|
X509_STORE *store = NULL;
|
||||||
@@ -115,7 +114,7 @@ int MAIN(int argc, char **argv)
|
|||||||
int informat = FORMAT_SMIME, outformat = FORMAT_SMIME;
|
int informat = FORMAT_SMIME, outformat = FORMAT_SMIME;
|
||||||
int keyform = FORMAT_PEM;
|
int keyform = FORMAT_PEM;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
X509_VERIFY_PARAM *vpm = NULL;
|
X509_VERIFY_PARAM *vpm = NULL;
|
||||||
@@ -125,92 +124,95 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL) {
|
if (bio_err == NULL)
|
||||||
|
{
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
while (!badarg && *args && *args[0] == '-') {
|
while (!badarg && *args && *args[0] == '-')
|
||||||
if (!strcmp(*args, "-encrypt"))
|
{
|
||||||
|
if (!strcmp (*args, "-encrypt"))
|
||||||
operation = SMIME_ENCRYPT;
|
operation = SMIME_ENCRYPT;
|
||||||
else if (!strcmp(*args, "-decrypt"))
|
else if (!strcmp (*args, "-decrypt"))
|
||||||
operation = SMIME_DECRYPT;
|
operation = SMIME_DECRYPT;
|
||||||
else if (!strcmp(*args, "-sign"))
|
else if (!strcmp (*args, "-sign"))
|
||||||
operation = SMIME_SIGN;
|
operation = SMIME_SIGN;
|
||||||
else if (!strcmp(*args, "-resign"))
|
else if (!strcmp (*args, "-resign"))
|
||||||
operation = SMIME_RESIGN;
|
operation = SMIME_RESIGN;
|
||||||
else if (!strcmp(*args, "-verify"))
|
else if (!strcmp (*args, "-verify"))
|
||||||
operation = SMIME_VERIFY;
|
operation = SMIME_VERIFY;
|
||||||
else if (!strcmp(*args, "-pk7out"))
|
else if (!strcmp (*args, "-pk7out"))
|
||||||
operation = SMIME_PK7OUT;
|
operation = SMIME_PK7OUT;
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
else if (!strcmp(*args, "-des3"))
|
else if (!strcmp (*args, "-des3"))
|
||||||
cipher = EVP_des_ede3_cbc();
|
cipher = EVP_des_ede3_cbc();
|
||||||
else if (!strcmp(*args, "-des"))
|
else if (!strcmp (*args, "-des"))
|
||||||
cipher = EVP_des_cbc();
|
cipher = EVP_des_cbc();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
else if (!strcmp(*args, "-seed"))
|
else if (!strcmp (*args, "-seed"))
|
||||||
cipher = EVP_seed_cbc();
|
cipher = EVP_seed_cbc();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
else if (!strcmp(*args, "-rc2-40"))
|
else if (!strcmp (*args, "-rc2-40"))
|
||||||
cipher = EVP_rc2_40_cbc();
|
cipher = EVP_rc2_40_cbc();
|
||||||
else if (!strcmp(*args, "-rc2-128"))
|
else if (!strcmp (*args, "-rc2-128"))
|
||||||
cipher = EVP_rc2_cbc();
|
cipher = EVP_rc2_cbc();
|
||||||
else if (!strcmp(*args, "-rc2-64"))
|
else if (!strcmp (*args, "-rc2-64"))
|
||||||
cipher = EVP_rc2_64_cbc();
|
cipher = EVP_rc2_64_cbc();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
else if (!strcmp(*args, "-aes128"))
|
else if (!strcmp(*args,"-aes128"))
|
||||||
cipher = EVP_aes_128_cbc();
|
cipher = EVP_aes_128_cbc();
|
||||||
else if (!strcmp(*args, "-aes192"))
|
else if (!strcmp(*args,"-aes192"))
|
||||||
cipher = EVP_aes_192_cbc();
|
cipher = EVP_aes_192_cbc();
|
||||||
else if (!strcmp(*args, "-aes256"))
|
else if (!strcmp(*args,"-aes256"))
|
||||||
cipher = EVP_aes_256_cbc();
|
cipher = EVP_aes_256_cbc();
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
else if (!strcmp(*args, "-camellia128"))
|
else if (!strcmp(*args,"-camellia128"))
|
||||||
cipher = EVP_camellia_128_cbc();
|
cipher = EVP_camellia_128_cbc();
|
||||||
else if (!strcmp(*args, "-camellia192"))
|
else if (!strcmp(*args,"-camellia192"))
|
||||||
cipher = EVP_camellia_192_cbc();
|
cipher = EVP_camellia_192_cbc();
|
||||||
else if (!strcmp(*args, "-camellia256"))
|
else if (!strcmp(*args,"-camellia256"))
|
||||||
cipher = EVP_camellia_256_cbc();
|
cipher = EVP_camellia_256_cbc();
|
||||||
#endif
|
#endif
|
||||||
else if (!strcmp(*args, "-text"))
|
else if (!strcmp (*args, "-text"))
|
||||||
flags |= PKCS7_TEXT;
|
flags |= PKCS7_TEXT;
|
||||||
else if (!strcmp(*args, "-nointern"))
|
else if (!strcmp (*args, "-nointern"))
|
||||||
flags |= PKCS7_NOINTERN;
|
flags |= PKCS7_NOINTERN;
|
||||||
else if (!strcmp(*args, "-noverify"))
|
else if (!strcmp (*args, "-noverify"))
|
||||||
flags |= PKCS7_NOVERIFY;
|
flags |= PKCS7_NOVERIFY;
|
||||||
else if (!strcmp(*args, "-nochain"))
|
else if (!strcmp (*args, "-nochain"))
|
||||||
flags |= PKCS7_NOCHAIN;
|
flags |= PKCS7_NOCHAIN;
|
||||||
else if (!strcmp(*args, "-nocerts"))
|
else if (!strcmp (*args, "-nocerts"))
|
||||||
flags |= PKCS7_NOCERTS;
|
flags |= PKCS7_NOCERTS;
|
||||||
else if (!strcmp(*args, "-noattr"))
|
else if (!strcmp (*args, "-noattr"))
|
||||||
flags |= PKCS7_NOATTR;
|
flags |= PKCS7_NOATTR;
|
||||||
else if (!strcmp(*args, "-nodetach"))
|
else if (!strcmp (*args, "-nodetach"))
|
||||||
flags &= ~PKCS7_DETACHED;
|
flags &= ~PKCS7_DETACHED;
|
||||||
else if (!strcmp(*args, "-nosmimecap"))
|
else if (!strcmp (*args, "-nosmimecap"))
|
||||||
flags |= PKCS7_NOSMIMECAP;
|
flags |= PKCS7_NOSMIMECAP;
|
||||||
else if (!strcmp(*args, "-binary"))
|
else if (!strcmp (*args, "-binary"))
|
||||||
flags |= PKCS7_BINARY;
|
flags |= PKCS7_BINARY;
|
||||||
else if (!strcmp(*args, "-nosigs"))
|
else if (!strcmp (*args, "-nosigs"))
|
||||||
flags |= PKCS7_NOSIGS;
|
flags |= PKCS7_NOSIGS;
|
||||||
else if (!strcmp(*args, "-stream"))
|
else if (!strcmp (*args, "-stream"))
|
||||||
indef = 1;
|
indef = 1;
|
||||||
else if (!strcmp(*args, "-indef"))
|
else if (!strcmp (*args, "-indef"))
|
||||||
indef = 1;
|
indef = 1;
|
||||||
else if (!strcmp(*args, "-noindef"))
|
else if (!strcmp (*args, "-noindef"))
|
||||||
indef = 0;
|
indef = 0;
|
||||||
else if (!strcmp(*args, "-nooldmime"))
|
else if (!strcmp (*args, "-nooldmime"))
|
||||||
flags |= PKCS7_NOOLDMIMETYPE;
|
flags |= PKCS7_NOOLDMIMETYPE;
|
||||||
else if (!strcmp(*args, "-crlfeol"))
|
else if (!strcmp (*args, "-crlfeol"))
|
||||||
flags |= PKCS7_CRLFEOL;
|
flags |= PKCS7_CRLFEOL;
|
||||||
else if (!strcmp(*args, "-rand")) {
|
else if (!strcmp(*args,"-rand"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
args++;
|
args++;
|
||||||
@@ -218,34 +220,45 @@ int MAIN(int argc, char **argv)
|
|||||||
need_rand = 1;
|
need_rand = 1;
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (!strcmp(*args, "-engine")) {
|
else if (!strcmp(*args,"-engine"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
engine = *++args;
|
engine = *++args;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (!strcmp(*args, "-passin")) {
|
else if (!strcmp(*args,"-passin"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
passargin = *++args;
|
passargin = *++args;
|
||||||
} else if (!strcmp(*args, "-to")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-to"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
to = *++args;
|
to = *++args;
|
||||||
} else if (!strcmp(*args, "-from")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-from"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
from = *++args;
|
from = *++args;
|
||||||
} else if (!strcmp(*args, "-subject")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-subject"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
subject = *++args;
|
subject = *++args;
|
||||||
} else if (!strcmp(*args, "-signer")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-signer"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
/* If previous -signer argument add signer to list */
|
/* If previous -signer argument add signer to list */
|
||||||
|
|
||||||
if (signerfile) {
|
if (signerfile)
|
||||||
|
{
|
||||||
if (!sksigners)
|
if (!sksigners)
|
||||||
sksigners = sk_OPENSSL_STRING_new_null();
|
sksigners = sk_OPENSSL_STRING_new_null();
|
||||||
sk_OPENSSL_STRING_push(sksigners, signerfile);
|
sk_OPENSSL_STRING_push(sksigners, signerfile);
|
||||||
@@ -257,24 +270,34 @@ int MAIN(int argc, char **argv)
|
|||||||
keyfile = NULL;
|
keyfile = NULL;
|
||||||
}
|
}
|
||||||
signerfile = *++args;
|
signerfile = *++args;
|
||||||
} else if (!strcmp(*args, "-recip")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-recip"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
recipfile = *++args;
|
recipfile = *++args;
|
||||||
} else if (!strcmp(*args, "-md")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-md"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
sign_md = EVP_get_digestbyname(*++args);
|
sign_md = EVP_get_digestbyname(*++args);
|
||||||
if (sign_md == NULL) {
|
if (sign_md == NULL)
|
||||||
BIO_printf(bio_err, "Unknown digest %s\n", *args);
|
{
|
||||||
|
BIO_printf(bio_err, "Unknown digest %s\n",
|
||||||
|
*args);
|
||||||
goto argerr;
|
goto argerr;
|
||||||
}
|
}
|
||||||
} else if (!strcmp(*args, "-inkey")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-inkey"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
/* If previous -inkey arument add signer to list */
|
/* If previous -inkey arument add signer to list */
|
||||||
if (keyfile) {
|
if (keyfile)
|
||||||
if (!signerfile) {
|
{
|
||||||
|
if (!signerfile)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Illegal -inkey without -signer\n");
|
BIO_puts(bio_err, "Illegal -inkey without -signer\n");
|
||||||
goto argerr;
|
goto argerr;
|
||||||
}
|
}
|
||||||
@@ -287,61 +310,84 @@ int MAIN(int argc, char **argv)
|
|||||||
sk_OPENSSL_STRING_push(skkeys, keyfile);
|
sk_OPENSSL_STRING_push(skkeys, keyfile);
|
||||||
}
|
}
|
||||||
keyfile = *++args;
|
keyfile = *++args;
|
||||||
} else if (!strcmp(*args, "-keyform")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-keyform"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
keyform = str2fmt(*++args);
|
keyform = str2fmt(*++args);
|
||||||
} else if (!strcmp(*args, "-certfile")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-certfile"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
certfile = *++args;
|
certfile = *++args;
|
||||||
} else if (!strcmp(*args, "-CAfile")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-CAfile"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
CAfile = *++args;
|
CAfile = *++args;
|
||||||
} else if (!strcmp(*args, "-CApath")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-CApath"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
CApath = *++args;
|
CApath = *++args;
|
||||||
} else if (!strcmp(*args, "-in")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-in"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
infile = *++args;
|
infile = *++args;
|
||||||
} else if (!strcmp(*args, "-inform")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-inform"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
informat = str2fmt(*++args);
|
informat = str2fmt(*++args);
|
||||||
} else if (!strcmp(*args, "-outform")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-outform"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
outformat = str2fmt(*++args);
|
outformat = str2fmt(*++args);
|
||||||
} else if (!strcmp(*args, "-out")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-out"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
outfile = *++args;
|
outfile = *++args;
|
||||||
} else if (!strcmp(*args, "-content")) {
|
}
|
||||||
|
else if (!strcmp (*args, "-content"))
|
||||||
|
{
|
||||||
if (!args[1])
|
if (!args[1])
|
||||||
goto argerr;
|
goto argerr;
|
||||||
contfile = *++args;
|
contfile = *++args;
|
||||||
} else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
|
}
|
||||||
|
else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
|
||||||
continue;
|
continue;
|
||||||
else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL)
|
else if ((cipher = EVP_get_cipherbyname(*args + 1)) == NULL)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
args++;
|
args++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) {
|
if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
|
BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
|
||||||
goto argerr;
|
goto argerr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (operation & SMIME_SIGNERS) {
|
if (operation & SMIME_SIGNERS)
|
||||||
|
{
|
||||||
/* Check to see if any final signer needs to be appended */
|
/* Check to see if any final signer needs to be appended */
|
||||||
if (keyfile && !signerfile) {
|
if (keyfile && !signerfile)
|
||||||
|
{
|
||||||
BIO_puts(bio_err, "Illegal -inkey without -signer\n");
|
BIO_puts(bio_err, "Illegal -inkey without -signer\n");
|
||||||
goto argerr;
|
goto argerr;
|
||||||
}
|
}
|
||||||
if (signerfile) {
|
if (signerfile)
|
||||||
|
{
|
||||||
if (!sksigners)
|
if (!sksigners)
|
||||||
sksigners = sk_OPENSSL_STRING_new_null();
|
sksigners = sk_OPENSSL_STRING_new_null();
|
||||||
sk_OPENSSL_STRING_push(sksigners, signerfile);
|
sk_OPENSSL_STRING_push(sksigners, signerfile);
|
||||||
@@ -351,129 +397,116 @@ int MAIN(int argc, char **argv)
|
|||||||
keyfile = signerfile;
|
keyfile = signerfile;
|
||||||
sk_OPENSSL_STRING_push(skkeys, keyfile);
|
sk_OPENSSL_STRING_push(skkeys, keyfile);
|
||||||
}
|
}
|
||||||
if (!sksigners) {
|
if (!sksigners)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "No signer certificate specified\n");
|
BIO_printf(bio_err, "No signer certificate specified\n");
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
signerfile = NULL;
|
signerfile = NULL;
|
||||||
keyfile = NULL;
|
keyfile = NULL;
|
||||||
need_rand = 1;
|
need_rand = 1;
|
||||||
} else if (operation == SMIME_DECRYPT) {
|
}
|
||||||
if (!recipfile && !keyfile) {
|
else if (operation == SMIME_DECRYPT)
|
||||||
BIO_printf(bio_err,
|
{
|
||||||
"No recipient certificate or key specified\n");
|
if (!recipfile && !keyfile)
|
||||||
|
{
|
||||||
|
BIO_printf(bio_err, "No recipient certificate or key specified\n");
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
} else if (operation == SMIME_ENCRYPT) {
|
}
|
||||||
if (!*args) {
|
else if (operation == SMIME_ENCRYPT)
|
||||||
|
{
|
||||||
|
if (!*args)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
|
BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
}
|
}
|
||||||
need_rand = 1;
|
need_rand = 1;
|
||||||
} else if (!operation)
|
}
|
||||||
|
else if (!operation)
|
||||||
badarg = 1;
|
badarg = 1;
|
||||||
|
|
||||||
if (badarg) {
|
if (badarg)
|
||||||
|
{
|
||||||
argerr:
|
argerr:
|
||||||
BIO_printf(bio_err, "Usage smime [options] cert.pem ...\n");
|
BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf (bio_err, "where options are\n");
|
||||||
BIO_printf(bio_err, "-encrypt encrypt message\n");
|
BIO_printf (bio_err, "-encrypt encrypt message\n");
|
||||||
BIO_printf(bio_err, "-decrypt decrypt encrypted message\n");
|
BIO_printf (bio_err, "-decrypt decrypt encrypted message\n");
|
||||||
BIO_printf(bio_err, "-sign sign message\n");
|
BIO_printf (bio_err, "-sign sign message\n");
|
||||||
BIO_printf(bio_err, "-verify verify signed message\n");
|
BIO_printf (bio_err, "-verify verify signed message\n");
|
||||||
BIO_printf(bio_err, "-pk7out output PKCS#7 structure\n");
|
BIO_printf (bio_err, "-pk7out output PKCS#7 structure\n");
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
BIO_printf(bio_err, "-des3 encrypt with triple DES\n");
|
BIO_printf (bio_err, "-des3 encrypt with triple DES\n");
|
||||||
BIO_printf(bio_err, "-des encrypt with DES\n");
|
BIO_printf (bio_err, "-des encrypt with DES\n");
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SEED
|
#ifndef OPENSSL_NO_SEED
|
||||||
BIO_printf(bio_err, "-seed encrypt with SEED\n");
|
BIO_printf (bio_err, "-seed encrypt with SEED\n");
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC2
|
#ifndef OPENSSL_NO_RC2
|
||||||
BIO_printf(bio_err, "-rc2-40 encrypt with RC2-40 (default)\n");
|
BIO_printf (bio_err, "-rc2-40 encrypt with RC2-40 (default)\n");
|
||||||
BIO_printf(bio_err, "-rc2-64 encrypt with RC2-64\n");
|
BIO_printf (bio_err, "-rc2-64 encrypt with RC2-64\n");
|
||||||
BIO_printf(bio_err, "-rc2-128 encrypt with RC2-128\n");
|
BIO_printf (bio_err, "-rc2-128 encrypt with RC2-128\n");
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_AES
|
#ifndef OPENSSL_NO_AES
|
||||||
BIO_printf(bio_err, "-aes128, -aes192, -aes256\n");
|
BIO_printf (bio_err, "-aes128, -aes192, -aes256\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, " encrypt PEM output with cbc aes\n");
|
||||||
" encrypt PEM output with cbc aes\n");
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_CAMELLIA
|
#ifndef OPENSSL_NO_CAMELLIA
|
||||||
BIO_printf(bio_err, "-camellia128, -camellia192, -camellia256\n");
|
BIO_printf (bio_err, "-camellia128, -camellia192, -camellia256\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n");
|
||||||
" encrypt PEM output with cbc camellia\n");
|
|
||||||
#endif
|
#endif
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-nointern don't search certificates in message for signer\n");
|
||||||
"-nointern don't search certificates in message for signer\n");
|
BIO_printf (bio_err, "-nosigs don't verify message signature\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-noverify don't verify signers certificate\n");
|
||||||
"-nosigs don't verify message signature\n");
|
BIO_printf (bio_err, "-nocerts don't include signers certificate when signing\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-nodetach use opaque signing\n");
|
||||||
"-noverify don't verify signers certificate\n");
|
BIO_printf (bio_err, "-noattr don't include any signed attributes\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-binary don't translate message to text\n");
|
||||||
"-nocerts don't include signers certificate when signing\n");
|
BIO_printf (bio_err, "-certfile file other certificates file\n");
|
||||||
BIO_printf(bio_err, "-nodetach use opaque signing\n");
|
BIO_printf (bio_err, "-signer file signer certificate file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
|
||||||
"-noattr don't include any signed attributes\n");
|
BIO_printf (bio_err, "-in file input file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
|
||||||
"-binary don't translate message to text\n");
|
BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");
|
||||||
BIO_printf(bio_err, "-certfile file other certificates file\n");
|
BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
|
||||||
BIO_printf(bio_err, "-signer file signer certificate file\n");
|
BIO_printf (bio_err, "-out file output file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
|
||||||
"-recip file recipient certificate file for decryption\n");
|
BIO_printf (bio_err, "-content file supply or override content for detached signature\n");
|
||||||
BIO_printf(bio_err, "-in file input file\n");
|
BIO_printf (bio_err, "-to addr to address\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-from ad from address\n");
|
||||||
"-inform arg input format SMIME (default), PEM or DER\n");
|
BIO_printf (bio_err, "-subject s subject\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-text include or delete text MIME headers\n");
|
||||||
"-inkey file input private key (if not signer or recipient)\n");
|
BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
|
||||||
"-keyform arg input private key format (PEM or ENGINE)\n");
|
BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n");
|
||||||
BIO_printf(bio_err, "-out file output file\n");
|
BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-outform arg output format SMIME (default), PEM or DER\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-content file supply or override content for detached signature\n");
|
|
||||||
BIO_printf(bio_err, "-to addr to address\n");
|
|
||||||
BIO_printf(bio_err, "-from ad from address\n");
|
|
||||||
BIO_printf(bio_err, "-subject s subject\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-text include or delete text MIME headers\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-CApath dir trusted certificates directory\n");
|
|
||||||
BIO_printf(bio_err, "-CAfile file trusted certificates file\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-no_alt_chains only ever use the first certificate chain found\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-crl_check check revocation status of signer's certificate using CRLs\n");
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-crl_check_all check revocation status of signer's certificate chain using CRLs\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
|
||||||
"-engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
|
BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
|
||||||
BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
|
BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
|
||||||
LIST_SEPARATOR_CHAR);
|
BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
|
||||||
BIO_printf(bio_err,
|
|
||||||
" load the file (or the files in the directory) into\n");
|
|
||||||
BIO_printf(bio_err, " the random number generator\n");
|
BIO_printf(bio_err, " the random number generator\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
|
||||||
"cert.pem recipient certificate(s) for encryption\n");
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (need_rand) {
|
if (need_rand)
|
||||||
|
{
|
||||||
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
app_RAND_load_file(NULL, bio_err, (inrand != NULL));
|
||||||
if (inrand != NULL)
|
if (inrand != NULL)
|
||||||
BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
|
BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
|
||||||
app_RAND_load_files(inrand));
|
app_RAND_load_files(inrand));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -482,39 +515,47 @@ int MAIN(int argc, char **argv)
|
|||||||
if (!(operation & SMIME_SIGNERS))
|
if (!(operation & SMIME_SIGNERS))
|
||||||
flags &= ~PKCS7_DETACHED;
|
flags &= ~PKCS7_DETACHED;
|
||||||
|
|
||||||
if (operation & SMIME_OP) {
|
if (operation & SMIME_OP)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_ASN1)
|
if (outformat == FORMAT_ASN1)
|
||||||
outmode = "wb";
|
outmode = "wb";
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
if (flags & PKCS7_BINARY)
|
if (flags & PKCS7_BINARY)
|
||||||
outmode = "wb";
|
outmode = "wb";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (operation & SMIME_IP) {
|
if (operation & SMIME_IP)
|
||||||
|
{
|
||||||
if (informat == FORMAT_ASN1)
|
if (informat == FORMAT_ASN1)
|
||||||
inmode = "rb";
|
inmode = "rb";
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
if (flags & PKCS7_BINARY)
|
if (flags & PKCS7_BINARY)
|
||||||
inmode = "rb";
|
inmode = "rb";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (operation == SMIME_ENCRYPT) {
|
if (operation == SMIME_ENCRYPT)
|
||||||
if (!cipher) {
|
{
|
||||||
#ifndef OPENSSL_NO_DES
|
if (!cipher)
|
||||||
cipher = EVP_des_ede3_cbc();
|
{
|
||||||
|
#ifndef OPENSSL_NO_RC2
|
||||||
|
cipher = EVP_rc2_40_cbc();
|
||||||
#else
|
#else
|
||||||
BIO_printf(bio_err, "No cipher selected\n");
|
BIO_printf(bio_err, "No cipher selected\n");
|
||||||
goto end;
|
goto end;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
encerts = sk_X509_new_null();
|
encerts = sk_X509_new_null();
|
||||||
while (*args) {
|
while (*args)
|
||||||
if (!(cert = load_cert(bio_err, *args, FORMAT_PEM,
|
{
|
||||||
NULL, e, "recipient certificate file"))) {
|
if (!(cert = load_cert(bio_err,*args,FORMAT_PEM,
|
||||||
|
NULL, e, "recipient certificate file")))
|
||||||
|
{
|
||||||
#if 0 /* An appropriate message is already printed */
|
#if 0 /* An appropriate message is already printed */
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args);
|
||||||
"Can't read recipient certificate file %s\n",
|
|
||||||
*args);
|
|
||||||
#endif
|
#endif
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
@@ -524,77 +565,99 @@ int MAIN(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (certfile) {
|
if (certfile)
|
||||||
if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL,
|
{
|
||||||
e, "certificate file"))) {
|
if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
|
||||||
|
e, "certificate file")))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (recipfile && (operation == SMIME_DECRYPT)) {
|
if (recipfile && (operation == SMIME_DECRYPT))
|
||||||
if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
|
{
|
||||||
e, "recipient certificate file"))) {
|
if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
|
||||||
|
e, "recipient certificate file")))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (operation == SMIME_DECRYPT) {
|
if (operation == SMIME_DECRYPT)
|
||||||
|
{
|
||||||
if (!keyfile)
|
if (!keyfile)
|
||||||
keyfile = recipfile;
|
keyfile = recipfile;
|
||||||
} else if (operation == SMIME_SIGN) {
|
}
|
||||||
|
else if (operation == SMIME_SIGN)
|
||||||
|
{
|
||||||
if (!keyfile)
|
if (!keyfile)
|
||||||
keyfile = signerfile;
|
keyfile = signerfile;
|
||||||
} else
|
}
|
||||||
keyfile = NULL;
|
else keyfile = NULL;
|
||||||
|
|
||||||
if (keyfile) {
|
if (keyfile)
|
||||||
|
{
|
||||||
key = load_key(bio_err, keyfile, keyform, 0, passin, e,
|
key = load_key(bio_err, keyfile, keyform, 0, passin, e,
|
||||||
"signing key file");
|
"signing key file");
|
||||||
if (!key)
|
if (!key)
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile) {
|
if (infile)
|
||||||
if (!(in = BIO_new_file(infile, inmode))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open input file %s\n", infile);
|
if (!(in = BIO_new_file(infile, inmode)))
|
||||||
|
{
|
||||||
|
BIO_printf (bio_err,
|
||||||
|
"Can't open input file %s\n", infile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
||||||
|
|
||||||
if (operation & SMIME_IP) {
|
if (operation & SMIME_IP)
|
||||||
|
{
|
||||||
if (informat == FORMAT_SMIME)
|
if (informat == FORMAT_SMIME)
|
||||||
p7 = SMIME_read_PKCS7(in, &indata);
|
p7 = SMIME_read_PKCS7(in, &indata);
|
||||||
else if (informat == FORMAT_PEM)
|
else if (informat == FORMAT_PEM)
|
||||||
p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL);
|
p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL);
|
||||||
else if (informat == FORMAT_ASN1)
|
else if (informat == FORMAT_ASN1)
|
||||||
p7 = d2i_PKCS7_bio(in, NULL);
|
p7 = d2i_PKCS7_bio(in, NULL);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad input format for PKCS#7 file\n");
|
BIO_printf(bio_err, "Bad input format for PKCS#7 file\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!p7) {
|
if (!p7)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error reading S/MIME message\n");
|
BIO_printf(bio_err, "Error reading S/MIME message\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (contfile) {
|
if (contfile)
|
||||||
|
{
|
||||||
BIO_free(indata);
|
BIO_free(indata);
|
||||||
if (!(indata = BIO_new_file(contfile, "rb"))) {
|
if (!(indata = BIO_new_file(contfile, "rb")))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Can't read content file %s\n", contfile);
|
BIO_printf(bio_err, "Can't read content file %s\n", contfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile) {
|
if (outfile)
|
||||||
if (!(out = BIO_new_file(outfile, outmode))) {
|
{
|
||||||
BIO_printf(bio_err, "Can't open output file %s\n", outfile);
|
if (!(out = BIO_new_file(outfile, outmode)))
|
||||||
|
{
|
||||||
|
BIO_printf (bio_err,
|
||||||
|
"Can't open output file %s\n", outfile);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
{
|
{
|
||||||
@@ -604,7 +667,8 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (operation == SMIME_VERIFY) {
|
if (operation == SMIME_VERIFY)
|
||||||
|
{
|
||||||
if (!(store = setup_verify(bio_err, CAfile, CApath)))
|
if (!(store = setup_verify(bio_err, CAfile, CApath)))
|
||||||
goto end;
|
goto end;
|
||||||
X509_STORE_set_verify_cb(store, smime_cb);
|
X509_STORE_set_verify_cb(store, smime_cb);
|
||||||
@@ -612,34 +676,42 @@ int MAIN(int argc, char **argv)
|
|||||||
X509_STORE_set1_param(store, vpm);
|
X509_STORE_set1_param(store, vpm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ret = 3;
|
ret = 3;
|
||||||
|
|
||||||
if (operation == SMIME_ENCRYPT) {
|
if (operation == SMIME_ENCRYPT)
|
||||||
|
{
|
||||||
if (indef)
|
if (indef)
|
||||||
flags |= PKCS7_STREAM;
|
flags |= PKCS7_STREAM;
|
||||||
p7 = PKCS7_encrypt(encerts, in, cipher, flags);
|
p7 = PKCS7_encrypt(encerts, in, cipher, flags);
|
||||||
} else if (operation & SMIME_SIGNERS) {
|
}
|
||||||
|
else if (operation & SMIME_SIGNERS)
|
||||||
|
{
|
||||||
int i;
|
int i;
|
||||||
/*
|
/* If detached data content we only enable streaming if
|
||||||
* If detached data content we only enable streaming if S/MIME output
|
* S/MIME output format.
|
||||||
* format.
|
|
||||||
*/
|
*/
|
||||||
if (operation == SMIME_SIGN) {
|
if (operation == SMIME_SIGN)
|
||||||
if (flags & PKCS7_DETACHED) {
|
{
|
||||||
|
if (flags & PKCS7_DETACHED)
|
||||||
|
{
|
||||||
if (outformat == FORMAT_SMIME)
|
if (outformat == FORMAT_SMIME)
|
||||||
flags |= PKCS7_STREAM;
|
flags |= PKCS7_STREAM;
|
||||||
} else if (indef)
|
}
|
||||||
|
else if (indef)
|
||||||
flags |= PKCS7_STREAM;
|
flags |= PKCS7_STREAM;
|
||||||
flags |= PKCS7_PARTIAL;
|
flags |= PKCS7_PARTIAL;
|
||||||
p7 = PKCS7_sign(NULL, NULL, other, in, flags);
|
p7 = PKCS7_sign(NULL, NULL, other, in, flags);
|
||||||
if (!p7)
|
if (!p7)
|
||||||
goto end;
|
goto end;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
flags |= PKCS7_REUSE_DIGEST;
|
flags |= PKCS7_REUSE_DIGEST;
|
||||||
for (i = 0; i < sk_OPENSSL_STRING_num(sksigners); i++) {
|
for (i = 0; i < sk_OPENSSL_STRING_num(sksigners); i++)
|
||||||
|
{
|
||||||
signerfile = sk_OPENSSL_STRING_value(sksigners, i);
|
signerfile = sk_OPENSSL_STRING_value(sksigners, i);
|
||||||
keyfile = sk_OPENSSL_STRING_value(skkeys, i);
|
keyfile = sk_OPENSSL_STRING_value(skkeys, i);
|
||||||
signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
|
signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL,
|
||||||
e, "signer certificate");
|
e, "signer certificate");
|
||||||
if (!signer)
|
if (!signer)
|
||||||
goto end;
|
goto end;
|
||||||
@@ -647,7 +719,8 @@ int MAIN(int argc, char **argv)
|
|||||||
"signing key file");
|
"signing key file");
|
||||||
if (!key)
|
if (!key)
|
||||||
goto end;
|
goto end;
|
||||||
if (!PKCS7_sign_add_signer(p7, signer, key, sign_md, flags))
|
if (!PKCS7_sign_add_signer(p7, signer, key,
|
||||||
|
sign_md, flags))
|
||||||
goto end;
|
goto end;
|
||||||
X509_free(signer);
|
X509_free(signer);
|
||||||
signer = NULL;
|
signer = NULL;
|
||||||
@@ -655,67 +728,80 @@ int MAIN(int argc, char **argv)
|
|||||||
key = NULL;
|
key = NULL;
|
||||||
}
|
}
|
||||||
/* If not streaming or resigning finalize structure */
|
/* If not streaming or resigning finalize structure */
|
||||||
if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
|
if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM))
|
||||||
|
{
|
||||||
if (!PKCS7_final(p7, in, flags))
|
if (!PKCS7_final(p7, in, flags))
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!p7) {
|
if (!p7)
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error creating PKCS#7 structure\n");
|
BIO_printf(bio_err, "Error creating PKCS#7 structure\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = 4;
|
ret = 4;
|
||||||
if (operation == SMIME_DECRYPT) {
|
if (operation == SMIME_DECRYPT)
|
||||||
if (!PKCS7_decrypt(p7, key, recip, out, flags)) {
|
{
|
||||||
|
if (!PKCS7_decrypt(p7, key, recip, out, flags))
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Error decrypting PKCS#7 structure\n");
|
BIO_printf(bio_err, "Error decrypting PKCS#7 structure\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else if (operation == SMIME_VERIFY) {
|
}
|
||||||
|
else if (operation == SMIME_VERIFY)
|
||||||
|
{
|
||||||
STACK_OF(X509) *signers;
|
STACK_OF(X509) *signers;
|
||||||
if (PKCS7_verify(p7, other, store, indata, out, flags))
|
if (PKCS7_verify(p7, other, store, indata, out, flags))
|
||||||
BIO_printf(bio_err, "Verification successful\n");
|
BIO_printf(bio_err, "Verification successful\n");
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Verification failure\n");
|
BIO_printf(bio_err, "Verification failure\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
signers = PKCS7_get0_signers(p7, other, flags);
|
signers = PKCS7_get0_signers(p7, other, flags);
|
||||||
if (!save_certs(signerfile, signers)) {
|
if (!save_certs(signerfile, signers))
|
||||||
BIO_printf(bio_err, "Error writing signers to %s\n", signerfile);
|
{
|
||||||
|
BIO_printf(bio_err, "Error writing signers to %s\n",
|
||||||
|
signerfile);
|
||||||
ret = 5;
|
ret = 5;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
sk_X509_free(signers);
|
sk_X509_free(signers);
|
||||||
} else if (operation == SMIME_PK7OUT)
|
}
|
||||||
|
else if (operation == SMIME_PK7OUT)
|
||||||
PEM_write_bio_PKCS7(out, p7);
|
PEM_write_bio_PKCS7(out, p7);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
if (to)
|
if (to)
|
||||||
BIO_printf(out, "To: %s\n", to);
|
BIO_printf(out, "To: %s\n", to);
|
||||||
if (from)
|
if (from)
|
||||||
BIO_printf(out, "From: %s\n", from);
|
BIO_printf(out, "From: %s\n", from);
|
||||||
if (subject)
|
if (subject)
|
||||||
BIO_printf(out, "Subject: %s\n", subject);
|
BIO_printf(out, "Subject: %s\n", subject);
|
||||||
if (outformat == FORMAT_SMIME) {
|
if (outformat == FORMAT_SMIME)
|
||||||
|
{
|
||||||
if (operation == SMIME_RESIGN)
|
if (operation == SMIME_RESIGN)
|
||||||
SMIME_write_PKCS7(out, p7, indata, flags);
|
SMIME_write_PKCS7(out, p7, indata, flags);
|
||||||
else
|
else
|
||||||
SMIME_write_PKCS7(out, p7, in, flags);
|
SMIME_write_PKCS7(out, p7, in, flags);
|
||||||
} else if (outformat == FORMAT_PEM)
|
}
|
||||||
|
else if (outformat == FORMAT_PEM)
|
||||||
PEM_write_bio_PKCS7_stream(out, p7, in, flags);
|
PEM_write_bio_PKCS7_stream(out, p7, in, flags);
|
||||||
else if (outformat == FORMAT_ASN1)
|
else if (outformat == FORMAT_ASN1)
|
||||||
i2d_PKCS7_bio_stream(out, p7, in, flags);
|
i2d_PKCS7_bio_stream(out,p7, in, flags);
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
BIO_printf(bio_err, "Bad output format for PKCS#7 file\n");
|
BIO_printf(bio_err, "Bad output format for PKCS#7 file\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ret = 0;
|
ret = 0;
|
||||||
end:
|
end:
|
||||||
if (need_rand)
|
if (need_rand)
|
||||||
app_RAND_write_file(NULL, bio_err);
|
app_RAND_write_file(NULL, bio_err);
|
||||||
if (ret)
|
if (ret) ERR_print_errors(bio_err);
|
||||||
ERR_print_errors(bio_err);
|
|
||||||
sk_X509_pop_free(encerts, X509_free);
|
sk_X509_pop_free(encerts, X509_free);
|
||||||
sk_X509_pop_free(other, X509_free);
|
sk_X509_pop_free(other, X509_free);
|
||||||
if (vpm)
|
if (vpm)
|
||||||
@@ -733,30 +819,29 @@ int MAIN(int argc, char **argv)
|
|||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
BIO_free(indata);
|
BIO_free(indata);
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
if (passin)
|
if (passin) OPENSSL_free(passin);
|
||||||
OPENSSL_free(passin);
|
|
||||||
return (ret);
|
return (ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int save_certs(char *signerfile, STACK_OF(X509) *signers)
|
static int save_certs(char *signerfile, STACK_OF(X509) *signers)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
BIO *tmp;
|
BIO *tmp;
|
||||||
if (!signerfile)
|
if (!signerfile)
|
||||||
return 1;
|
return 1;
|
||||||
tmp = BIO_new_file(signerfile, "w");
|
tmp = BIO_new_file(signerfile, "w");
|
||||||
if (!tmp)
|
if (!tmp) return 0;
|
||||||
return 0;
|
for(i = 0; i < sk_X509_num(signers); i++)
|
||||||
for (i = 0; i < sk_X509_num(signers); i++)
|
|
||||||
PEM_write_bio_X509(tmp, sk_X509_value(signers, i));
|
PEM_write_bio_X509(tmp, sk_X509_value(signers, i));
|
||||||
BIO_free(tmp);
|
BIO_free(tmp);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Minimal callback just to output policy info (if any) */
|
/* Minimal callback just to output policy info (if any) */
|
||||||
|
|
||||||
static int smime_cb(int ok, X509_STORE_CTX *ctx)
|
static int smime_cb(int ok, X509_STORE_CTX *ctx)
|
||||||
{
|
{
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
error = X509_STORE_CTX_get_error(ctx);
|
error = X509_STORE_CTX_get_error(ctx);
|
||||||
@@ -769,4 +854,4 @@ static int smime_cb(int ok, X509_STORE_CTX *ctx)
|
|||||||
|
|
||||||
return ok;
|
return ok;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
3997
apps/speed.c
3997
apps/speed.c
File diff suppressed because it is too large
Load Diff
200
apps/spkac.c
200
apps/spkac.c
@@ -1,8 +1,8 @@
|
|||||||
/* apps/spkac.c */
|
/* apps/spkac.c */
|
||||||
|
|
||||||
/*
|
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||||
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
|
* project 1999. Based on an original idea by Massimiliano Pala
|
||||||
* 1999. Based on an original idea by Massimiliano Pala (madwolf@openca.org).
|
* (madwolf@openca.org).
|
||||||
*/
|
*/
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
|
||||||
@@ -73,20 +73,19 @@
|
|||||||
#undef PROG
|
#undef PROG
|
||||||
#define PROG spkac_main
|
#define PROG spkac_main
|
||||||
|
|
||||||
/*-
|
/* -in arg - input file - default stdin
|
||||||
* -in arg - input file - default stdin
|
|
||||||
* -out arg - output file - default stdout
|
* -out arg - output file - default stdout
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
int i, badops = 0, ret = 1;
|
int i,badops=0, ret = 1;
|
||||||
BIO *in = NULL, *out = NULL;
|
BIO *in = NULL,*out = NULL;
|
||||||
int verify = 0, noout = 0, pubkey = 0;
|
int verify=0,noout=0,pubkey=0;
|
||||||
char *infile = NULL, *outfile = NULL, *prog;
|
char *infile = NULL,*outfile = NULL,*prog;
|
||||||
char *passargin = NULL, *passin = NULL;
|
char *passargin = NULL, *passin = NULL;
|
||||||
const char *spkac = "SPKAC", *spksect = "default";
|
const char *spkac = "SPKAC", *spksect = "default";
|
||||||
char *spkstr = NULL;
|
char *spkstr = NULL;
|
||||||
@@ -95,117 +94,119 @@ int MAIN(int argc, char **argv)
|
|||||||
NETSCAPE_SPKI *spki = NULL;
|
NETSCAPE_SPKI *spki = NULL;
|
||||||
EVP_PKEY *pkey = NULL;
|
EVP_PKEY *pkey = NULL;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (!bio_err)
|
if (!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
||||||
bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
prog = argv[0];
|
prog=argv[0];
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
while (argc >= 1) {
|
while (argc >= 1)
|
||||||
if (strcmp(*argv, "-in") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (strcmp(*argv,"-in") == 0)
|
||||||
goto bad;
|
{
|
||||||
infile = *(++argv);
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-out") == 0) {
|
infile= *(++argv);
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-out") == 0)
|
||||||
outfile = *(++argv);
|
{
|
||||||
} else if (strcmp(*argv, "-passin") == 0) {
|
if (--argc < 1) goto bad;
|
||||||
if (--argc < 1)
|
outfile= *(++argv);
|
||||||
goto bad;
|
}
|
||||||
passargin = *(++argv);
|
else if (strcmp(*argv,"-passin") == 0)
|
||||||
} else if (strcmp(*argv, "-key") == 0) {
|
{
|
||||||
if (--argc < 1)
|
if (--argc < 1) goto bad;
|
||||||
goto bad;
|
passargin= *(++argv);
|
||||||
keyfile = *(++argv);
|
}
|
||||||
} else if (strcmp(*argv, "-challenge") == 0) {
|
else if (strcmp(*argv,"-key") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
challenge = *(++argv);
|
keyfile= *(++argv);
|
||||||
} else if (strcmp(*argv, "-spkac") == 0) {
|
}
|
||||||
if (--argc < 1)
|
else if (strcmp(*argv,"-challenge") == 0)
|
||||||
goto bad;
|
{
|
||||||
spkac = *(++argv);
|
if (--argc < 1) goto bad;
|
||||||
} else if (strcmp(*argv, "-spksect") == 0) {
|
challenge= *(++argv);
|
||||||
if (--argc < 1)
|
}
|
||||||
goto bad;
|
else if (strcmp(*argv,"-spkac") == 0)
|
||||||
spksect = *(++argv);
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
spkac= *(++argv);
|
||||||
|
}
|
||||||
|
else if (strcmp(*argv,"-spksect") == 0)
|
||||||
|
{
|
||||||
|
if (--argc < 1) goto bad;
|
||||||
|
spksect= *(++argv);
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto bad;
|
if (--argc < 1) goto bad;
|
||||||
engine = *(++argv);
|
engine= *(++argv);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(*argv, "-noout") == 0)
|
else if (strcmp(*argv,"-noout") == 0)
|
||||||
noout = 1;
|
noout=1;
|
||||||
else if (strcmp(*argv, "-pubkey") == 0)
|
else if (strcmp(*argv,"-pubkey") == 0)
|
||||||
pubkey = 1;
|
pubkey=1;
|
||||||
else if (strcmp(*argv, "-verify") == 0)
|
else if (strcmp(*argv,"-verify") == 0)
|
||||||
verify = 1;
|
verify=1;
|
||||||
else
|
else badops = 1;
|
||||||
badops = 1;
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (badops) {
|
if (badops)
|
||||||
bad:
|
{
|
||||||
BIO_printf(bio_err, "%s [options]\n", prog);
|
bad:
|
||||||
BIO_printf(bio_err, "where options are\n");
|
BIO_printf(bio_err,"%s [options]\n",prog);
|
||||||
BIO_printf(bio_err, " -in arg input file\n");
|
BIO_printf(bio_err,"where options are\n");
|
||||||
BIO_printf(bio_err, " -out arg output file\n");
|
BIO_printf(bio_err," -in arg input file\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -out arg output file\n");
|
||||||
" -key arg create SPKAC using private key\n");
|
BIO_printf(bio_err," -key arg create SPKAC using private key\n");
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -passin arg input file pass phrase source\n");
|
||||||
" -passin arg input file pass phrase source\n");
|
BIO_printf(bio_err," -challenge arg challenge string\n");
|
||||||
BIO_printf(bio_err, " -challenge arg challenge string\n");
|
BIO_printf(bio_err," -spkac arg alternative SPKAC name\n");
|
||||||
BIO_printf(bio_err, " -spkac arg alternative SPKAC name\n");
|
BIO_printf(bio_err," -noout don't print SPKAC\n");
|
||||||
BIO_printf(bio_err, " -noout don't print SPKAC\n");
|
BIO_printf(bio_err," -pubkey output public key\n");
|
||||||
BIO_printf(bio_err, " -pubkey output public key\n");
|
BIO_printf(bio_err," -verify verify SPKAC signature\n");
|
||||||
BIO_printf(bio_err, " -verify verify SPKAC signature\n");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
|
||||||
" -engine e use engine e, possibly a hardware device.\n");
|
|
||||||
#endif
|
#endif
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
|
||||||
BIO_printf(bio_err, "Error getting password\n");
|
BIO_printf(bio_err, "Error getting password\n");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
e = setup_engine(bio_err, engine, 0);
|
e = setup_engine(bio_err, engine, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (keyfile) {
|
if(keyfile) {
|
||||||
pkey = load_key(bio_err,
|
pkey = load_key(bio_err,
|
||||||
strcmp(keyfile, "-") ? keyfile : NULL,
|
strcmp(keyfile, "-") ? keyfile : NULL,
|
||||||
FORMAT_PEM, 1, passin, e, "private key");
|
FORMAT_PEM, 1, passin, e, "private key");
|
||||||
if (!pkey) {
|
if(!pkey) {
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
spki = NETSCAPE_SPKI_new();
|
spki = NETSCAPE_SPKI_new();
|
||||||
if (challenge)
|
if(challenge) ASN1_STRING_set(spki->spkac->challenge,
|
||||||
ASN1_STRING_set(spki->spkac->challenge,
|
|
||||||
challenge, (int)strlen(challenge));
|
challenge, (int)strlen(challenge));
|
||||||
NETSCAPE_SPKI_set_pubkey(spki, pkey);
|
NETSCAPE_SPKI_set_pubkey(spki, pkey);
|
||||||
NETSCAPE_SPKI_sign(spki, pkey, EVP_md5());
|
NETSCAPE_SPKI_sign(spki, pkey, EVP_md5());
|
||||||
spkstr = NETSCAPE_SPKI_b64_encode(spki);
|
spkstr = NETSCAPE_SPKI_b64_encode(spki);
|
||||||
|
|
||||||
if (outfile)
|
if (outfile) out = BIO_new_file(outfile, "w");
|
||||||
out = BIO_new_file(outfile, "w");
|
|
||||||
else {
|
else {
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
@@ -216,7 +217,7 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!out) {
|
if(!out) {
|
||||||
BIO_printf(bio_err, "Error opening output file\n");
|
BIO_printf(bio_err, "Error opening output file\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -227,12 +228,12 @@ int MAIN(int argc, char **argv)
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile)
|
|
||||||
in = BIO_new_file(infile, "r");
|
|
||||||
else
|
|
||||||
in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
|
||||||
|
|
||||||
if (!in) {
|
|
||||||
|
if (infile) in = BIO_new_file(infile, "r");
|
||||||
|
else in = BIO_new_fp(stdin, BIO_NOCLOSE);
|
||||||
|
|
||||||
|
if(!in) {
|
||||||
BIO_printf(bio_err, "Error opening input file\n");
|
BIO_printf(bio_err, "Error opening input file\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -241,7 +242,7 @@ int MAIN(int argc, char **argv)
|
|||||||
conf = NCONF_new(NULL);
|
conf = NCONF_new(NULL);
|
||||||
i = NCONF_load_bio(conf, in, NULL);
|
i = NCONF_load_bio(conf, in, NULL);
|
||||||
|
|
||||||
if (!i) {
|
if(!i) {
|
||||||
BIO_printf(bio_err, "Error parsing config file\n");
|
BIO_printf(bio_err, "Error parsing config file\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -249,7 +250,7 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
spkstr = NCONF_get_string(conf, spksect, spkac);
|
spkstr = NCONF_get_string(conf, spksect, spkac);
|
||||||
|
|
||||||
if (!spkstr) {
|
if(!spkstr) {
|
||||||
BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n", spkac);
|
BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n", spkac);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
@@ -257,14 +258,13 @@ int MAIN(int argc, char **argv)
|
|||||||
|
|
||||||
spki = NETSCAPE_SPKI_b64_decode(spkstr, -1);
|
spki = NETSCAPE_SPKI_b64_decode(spkstr, -1);
|
||||||
|
|
||||||
if (!spki) {
|
if(!spki) {
|
||||||
BIO_printf(bio_err, "Error loading SPKAC\n");
|
BIO_printf(bio_err, "Error loading SPKAC\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outfile)
|
if (outfile) out = BIO_new_file(outfile, "w");
|
||||||
out = BIO_new_file(outfile, "w");
|
|
||||||
else {
|
else {
|
||||||
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
@@ -275,38 +275,34 @@ int MAIN(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!out) {
|
if(!out) {
|
||||||
BIO_printf(bio_err, "Error opening output file\n");
|
BIO_printf(bio_err, "Error opening output file\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!noout)
|
if(!noout) NETSCAPE_SPKI_print(out, spki);
|
||||||
NETSCAPE_SPKI_print(out, spki);
|
|
||||||
pkey = NETSCAPE_SPKI_get_pubkey(spki);
|
pkey = NETSCAPE_SPKI_get_pubkey(spki);
|
||||||
if (verify) {
|
if(verify) {
|
||||||
i = NETSCAPE_SPKI_verify(spki, pkey);
|
i = NETSCAPE_SPKI_verify(spki, pkey);
|
||||||
if (i > 0)
|
if (i > 0) BIO_printf(bio_err, "Signature OK\n");
|
||||||
BIO_printf(bio_err, "Signature OK\n");
|
|
||||||
else {
|
else {
|
||||||
BIO_printf(bio_err, "Signature Failure\n");
|
BIO_printf(bio_err, "Signature Failure\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (pubkey)
|
if(pubkey) PEM_write_bio_PUBKEY(out, pkey);
|
||||||
PEM_write_bio_PUBKEY(out, pkey);
|
|
||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
|
||||||
end:
|
end:
|
||||||
NCONF_free(conf);
|
NCONF_free(conf);
|
||||||
NETSCAPE_SPKI_free(spki);
|
NETSCAPE_SPKI_free(spki);
|
||||||
BIO_free(in);
|
BIO_free(in);
|
||||||
BIO_free_all(out);
|
BIO_free_all(out);
|
||||||
EVP_PKEY_free(pkey);
|
EVP_PKEY_free(pkey);
|
||||||
if (passin)
|
if(passin) OPENSSL_free(passin);
|
||||||
OPENSSL_free(passin);
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
768
apps/srp.c
768
apps/srp.c
@@ -1,768 +0,0 @@
|
|||||||
/* apps/srp.c */
|
|
||||||
/*
|
|
||||||
* Written by Peter Sylvester (peter.sylvester@edelweb.fr) for the EdelKey
|
|
||||||
* project and contributed to the OpenSSL project 2004.
|
|
||||||
*/
|
|
||||||
/* ====================================================================
|
|
||||||
* Copyright (c) 2004 The OpenSSL Project. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions
|
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in
|
|
||||||
* the documentation and/or other materials provided with the
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
* 3. All advertising materials mentioning features or use of this
|
|
||||||
* software must display the following acknowledgment:
|
|
||||||
* "This product includes software developed by the OpenSSL Project
|
|
||||||
* for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
|
|
||||||
*
|
|
||||||
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
|
||||||
* endorse or promote products derived from this software without
|
|
||||||
* prior written permission. For written permission, please contact
|
|
||||||
* licensing@OpenSSL.org.
|
|
||||||
*
|
|
||||||
* 5. Products derived from this software may not be called "OpenSSL"
|
|
||||||
* nor may "OpenSSL" appear in their names without prior written
|
|
||||||
* permission of the OpenSSL Project.
|
|
||||||
*
|
|
||||||
* 6. Redistributions of any form whatsoever must retain the following
|
|
||||||
* acknowledgment:
|
|
||||||
* "This product includes software developed by the OpenSSL Project
|
|
||||||
* for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
|
||||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
|
||||||
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
||||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
* ====================================================================
|
|
||||||
*
|
|
||||||
* This product includes cryptographic software written by Eric Young
|
|
||||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
|
||||||
* Hudson (tjh@cryptsoft.com).
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#include <openssl/opensslconf.h>
|
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_SRP
|
|
||||||
# include <stdio.h>
|
|
||||||
# include <stdlib.h>
|
|
||||||
# include <string.h>
|
|
||||||
# include <openssl/conf.h>
|
|
||||||
# include <openssl/bio.h>
|
|
||||||
# include <openssl/err.h>
|
|
||||||
# include <openssl/txt_db.h>
|
|
||||||
# include <openssl/buffer.h>
|
|
||||||
# include <openssl/srp.h>
|
|
||||||
|
|
||||||
# include "apps.h"
|
|
||||||
|
|
||||||
# undef PROG
|
|
||||||
# define PROG srp_main
|
|
||||||
|
|
||||||
# define BASE_SECTION "srp"
|
|
||||||
# define CONFIG_FILE "openssl.cnf"
|
|
||||||
|
|
||||||
# define ENV_RANDFILE "RANDFILE"
|
|
||||||
|
|
||||||
# define ENV_DATABASE "srpvfile"
|
|
||||||
# define ENV_DEFAULT_SRP "default_srp"
|
|
||||||
|
|
||||||
static char *srp_usage[] = {
|
|
||||||
"usage: srp [args] [user] \n",
|
|
||||||
"\n",
|
|
||||||
" -verbose Talk alot while doing things\n",
|
|
||||||
" -config file A config file\n",
|
|
||||||
" -name arg The particular srp definition to use\n",
|
|
||||||
" -srpvfile arg The srp verifier file name\n",
|
|
||||||
" -add add an user and srp verifier\n",
|
|
||||||
" -modify modify the srp verifier of an existing user\n",
|
|
||||||
" -delete delete user from verifier file\n",
|
|
||||||
" -list list user\n",
|
|
||||||
" -gn arg g and N values to be used for new verifier\n",
|
|
||||||
" -userinfo arg additional info to be set for user\n",
|
|
||||||
" -passin arg input file pass phrase source\n",
|
|
||||||
" -passout arg output file pass phrase source\n",
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
" -engine e - use engine e, possibly a hardware device.\n",
|
|
||||||
# endif
|
|
||||||
NULL
|
|
||||||
};
|
|
||||||
|
|
||||||
# ifdef EFENCE
|
|
||||||
extern int EF_PROTECT_FREE;
|
|
||||||
extern int EF_PROTECT_BELOW;
|
|
||||||
extern int EF_ALIGNMENT;
|
|
||||||
# endif
|
|
||||||
|
|
||||||
static CONF *conf = NULL;
|
|
||||||
static char *section = NULL;
|
|
||||||
|
|
||||||
# define VERBOSE if (verbose)
|
|
||||||
# define VVERBOSE if (verbose>1)
|
|
||||||
|
|
||||||
int MAIN(int, char **);
|
|
||||||
|
|
||||||
static int get_index(CA_DB *db, char *id, char type)
|
|
||||||
{
|
|
||||||
char **pp;
|
|
||||||
int i;
|
|
||||||
if (id == NULL)
|
|
||||||
return -1;
|
|
||||||
if (type == DB_SRP_INDEX)
|
|
||||||
for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
|
|
||||||
pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
|
|
||||||
if (pp[DB_srptype][0] == DB_SRP_INDEX
|
|
||||||
&& !strcmp(id, pp[DB_srpid]))
|
|
||||||
return i;
|
|
||||||
} else
|
|
||||||
for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
|
|
||||||
pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
|
|
||||||
|
|
||||||
if (pp[DB_srptype][0] != DB_SRP_INDEX
|
|
||||||
&& !strcmp(id, pp[DB_srpid]))
|
|
||||||
return i;
|
|
||||||
}
|
|
||||||
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
|
|
||||||
{
|
|
||||||
if (indx >= 0 && verbose) {
|
|
||||||
int j;
|
|
||||||
char **pp = sk_OPENSSL_PSTRING_value(db->db->data, indx);
|
|
||||||
BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
|
|
||||||
for (j = 0; j < DB_NUMBER; j++) {
|
|
||||||
BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
|
|
||||||
{
|
|
||||||
print_entry(db, bio, indexindex, verbose, "g N entry");
|
|
||||||
}
|
|
||||||
|
|
||||||
static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
|
|
||||||
{
|
|
||||||
if (verbose > 0) {
|
|
||||||
char **pp = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
|
|
||||||
|
|
||||||
if (pp[DB_srptype][0] != 'I') {
|
|
||||||
print_entry(db, bio, userindex, verbose, "User entry");
|
|
||||||
print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose,
|
|
||||||
"g N entry");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static int update_index(CA_DB *db, BIO *bio, char **row)
|
|
||||||
{
|
|
||||||
char **irow;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
if ((irow =
|
|
||||||
(char **)OPENSSL_malloc(sizeof(char *) * (DB_NUMBER + 1))) == NULL) {
|
|
||||||
BIO_printf(bio_err, "Memory allocation failure\n");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (i = 0; i < DB_NUMBER; i++) {
|
|
||||||
irow[i] = row[i];
|
|
||||||
row[i] = NULL;
|
|
||||||
}
|
|
||||||
irow[DB_NUMBER] = NULL;
|
|
||||||
|
|
||||||
if (!TXT_DB_insert(db->db, irow)) {
|
|
||||||
BIO_printf(bio, "failed to update srpvfile\n");
|
|
||||||
BIO_printf(bio, "TXT_DB error number %ld\n", db->db->error);
|
|
||||||
OPENSSL_free(irow);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void lookup_fail(const char *name, char *tag)
|
|
||||||
{
|
|
||||||
BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
|
|
||||||
}
|
|
||||||
|
|
||||||
static char *srp_verify_user(const char *user, const char *srp_verifier,
|
|
||||||
char *srp_usersalt, const char *g, const char *N,
|
|
||||||
const char *passin, BIO *bio, int verbose)
|
|
||||||
{
|
|
||||||
char password[1024];
|
|
||||||
PW_CB_DATA cb_tmp;
|
|
||||||
char *verifier = NULL;
|
|
||||||
char *gNid = NULL;
|
|
||||||
|
|
||||||
cb_tmp.prompt_info = user;
|
|
||||||
cb_tmp.password = passin;
|
|
||||||
|
|
||||||
if (password_callback(password, 1024, 0, &cb_tmp) > 0) {
|
|
||||||
VERBOSE BIO_printf(bio,
|
|
||||||
"Validating\n user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
|
|
||||||
user, srp_verifier, srp_usersalt, g, N);
|
|
||||||
BIO_printf(bio, "Pass %s\n", password);
|
|
||||||
|
|
||||||
if (!
|
|
||||||
(gNid =
|
|
||||||
SRP_create_verifier(user, password, &srp_usersalt, &verifier, N,
|
|
||||||
g))) {
|
|
||||||
BIO_printf(bio, "Internal error validating SRP verifier\n");
|
|
||||||
} else {
|
|
||||||
if (strcmp(verifier, srp_verifier))
|
|
||||||
gNid = NULL;
|
|
||||||
OPENSSL_free(verifier);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return gNid;
|
|
||||||
}
|
|
||||||
|
|
||||||
static char *srp_create_user(char *user, char **srp_verifier,
|
|
||||||
char **srp_usersalt, char *g, char *N,
|
|
||||||
char *passout, BIO *bio, int verbose)
|
|
||||||
{
|
|
||||||
char password[1024];
|
|
||||||
PW_CB_DATA cb_tmp;
|
|
||||||
char *gNid = NULL;
|
|
||||||
char *salt = NULL;
|
|
||||||
cb_tmp.prompt_info = user;
|
|
||||||
cb_tmp.password = passout;
|
|
||||||
|
|
||||||
if (password_callback(password, 1024, 1, &cb_tmp) > 0) {
|
|
||||||
VERBOSE BIO_printf(bio,
|
|
||||||
"Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
|
|
||||||
user, g, N);
|
|
||||||
if (!
|
|
||||||
(gNid =
|
|
||||||
SRP_create_verifier(user, password, &salt, srp_verifier, N,
|
|
||||||
g))) {
|
|
||||||
BIO_printf(bio, "Internal error creating SRP verifier\n");
|
|
||||||
} else
|
|
||||||
*srp_usersalt = salt;
|
|
||||||
VVERBOSE BIO_printf(bio, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
|
|
||||||
gNid, salt, *srp_verifier);
|
|
||||||
|
|
||||||
}
|
|
||||||
return gNid;
|
|
||||||
}
|
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
|
||||||
{
|
|
||||||
int add_user = 0;
|
|
||||||
int list_user = 0;
|
|
||||||
int delete_user = 0;
|
|
||||||
int modify_user = 0;
|
|
||||||
char *user = NULL;
|
|
||||||
|
|
||||||
char *passargin = NULL, *passargout = NULL;
|
|
||||||
char *passin = NULL, *passout = NULL;
|
|
||||||
char *gN = NULL;
|
|
||||||
int gNindex = -1;
|
|
||||||
char **gNrow = NULL;
|
|
||||||
int maxgN = -1;
|
|
||||||
|
|
||||||
char *userinfo = NULL;
|
|
||||||
|
|
||||||
int badops = 0;
|
|
||||||
int ret = 1;
|
|
||||||
int errors = 0;
|
|
||||||
int verbose = 0;
|
|
||||||
int doupdatedb = 0;
|
|
||||||
char *configfile = NULL;
|
|
||||||
char *dbfile = NULL;
|
|
||||||
CA_DB *db = NULL;
|
|
||||||
char **pp;
|
|
||||||
int i;
|
|
||||||
long errorline = -1;
|
|
||||||
char *randfile = NULL;
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
char *engine = NULL;
|
|
||||||
# endif
|
|
||||||
char *tofree = NULL;
|
|
||||||
DB_ATTR db_attr;
|
|
||||||
|
|
||||||
# ifdef EFENCE
|
|
||||||
EF_PROTECT_FREE = 1;
|
|
||||||
EF_PROTECT_BELOW = 1;
|
|
||||||
EF_ALIGNMENT = 0;
|
|
||||||
# endif
|
|
||||||
|
|
||||||
apps_startup();
|
|
||||||
|
|
||||||
conf = NULL;
|
|
||||||
section = NULL;
|
|
||||||
|
|
||||||
if (bio_err == NULL)
|
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
|
||||||
|
|
||||||
argc--;
|
|
||||||
argv++;
|
|
||||||
while (argc >= 1 && badops == 0) {
|
|
||||||
if (strcmp(*argv, "-verbose") == 0)
|
|
||||||
verbose++;
|
|
||||||
else if (strcmp(*argv, "-config") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
configfile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-name") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
section = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-srpvfile") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
dbfile = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-add") == 0)
|
|
||||||
add_user = 1;
|
|
||||||
else if (strcmp(*argv, "-delete") == 0)
|
|
||||||
delete_user = 1;
|
|
||||||
else if (strcmp(*argv, "-modify") == 0)
|
|
||||||
modify_user = 1;
|
|
||||||
else if (strcmp(*argv, "-list") == 0)
|
|
||||||
list_user = 1;
|
|
||||||
else if (strcmp(*argv, "-gn") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
gN = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-userinfo") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
userinfo = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-passin") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargin = *(++argv);
|
|
||||||
} else if (strcmp(*argv, "-passout") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
passargout = *(++argv);
|
|
||||||
}
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
|
||||||
if (--argc < 1)
|
|
||||||
goto bad;
|
|
||||||
engine = *(++argv);
|
|
||||||
}
|
|
||||||
# endif
|
|
||||||
|
|
||||||
else if (**argv == '-') {
|
|
||||||
bad:
|
|
||||||
BIO_printf(bio_err, "unknown option %s\n", *argv);
|
|
||||||
badops = 1;
|
|
||||||
break;
|
|
||||||
} else
|
|
||||||
break;
|
|
||||||
|
|
||||||
argc--;
|
|
||||||
argv++;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (dbfile && configfile) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-dbfile and -configfile cannot be specified together.\n");
|
|
||||||
badops = 1;
|
|
||||||
}
|
|
||||||
if (add_user + delete_user + modify_user + list_user != 1) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"Exactly one of the options -add, -delete, -modify -list must be specified.\n");
|
|
||||||
badops = 1;
|
|
||||||
}
|
|
||||||
if (delete_user + modify_user + delete_user == 1 && argc <= 0) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"Need at least one user for options -add, -delete, -modify. \n");
|
|
||||||
badops = 1;
|
|
||||||
}
|
|
||||||
if ((passin || passout) && argc != 1) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"-passin, -passout arguments only valid with one user.\n");
|
|
||||||
badops = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (badops) {
|
|
||||||
for (pp = srp_usage; (*pp != NULL); pp++)
|
|
||||||
BIO_printf(bio_err, "%s", *pp);
|
|
||||||
|
|
||||||
BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
|
|
||||||
LIST_SEPARATOR_CHAR);
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
" load the file (or the files in the directory) into\n");
|
|
||||||
BIO_printf(bio_err, " the random number generator\n");
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
|
||||||
|
|
||||||
# ifndef OPENSSL_NO_ENGINE
|
|
||||||
setup_engine(bio_err, engine, 0);
|
|
||||||
# endif
|
|
||||||
|
|
||||||
if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
|
|
||||||
BIO_printf(bio_err, "Error getting passwords\n");
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!dbfile) {
|
|
||||||
|
|
||||||
/*****************************************************************/
|
|
||||||
tofree = NULL;
|
|
||||||
if (configfile == NULL)
|
|
||||||
configfile = getenv("OPENSSL_CONF");
|
|
||||||
if (configfile == NULL)
|
|
||||||
configfile = getenv("SSLEAY_CONF");
|
|
||||||
if (configfile == NULL) {
|
|
||||||
const char *s = X509_get_default_cert_area();
|
|
||||||
size_t len;
|
|
||||||
|
|
||||||
# ifdef OPENSSL_SYS_VMS
|
|
||||||
len = strlen(s) + sizeof(CONFIG_FILE);
|
|
||||||
tofree = OPENSSL_malloc(len);
|
|
||||||
if (!tofree) {
|
|
||||||
BIO_printf(bio_err, "Out of memory\n");
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
strcpy(tofree, s);
|
|
||||||
# else
|
|
||||||
len = strlen(s) + sizeof(CONFIG_FILE) + 1;
|
|
||||||
tofree = OPENSSL_malloc(len);
|
|
||||||
if (!tofree) {
|
|
||||||
BIO_printf(bio_err, "Out of memory\n");
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
BUF_strlcpy(tofree, s, len);
|
|
||||||
BUF_strlcat(tofree, "/", len);
|
|
||||||
# endif
|
|
||||||
BUF_strlcat(tofree, CONFIG_FILE, len);
|
|
||||||
configfile = tofree;
|
|
||||||
}
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "Using configuration from %s\n",
|
|
||||||
configfile);
|
|
||||||
conf = NCONF_new(NULL);
|
|
||||||
if (NCONF_load(conf, configfile, &errorline) <= 0) {
|
|
||||||
if (errorline <= 0)
|
|
||||||
BIO_printf(bio_err, "error loading the config file '%s'\n",
|
|
||||||
configfile);
|
|
||||||
else
|
|
||||||
BIO_printf(bio_err, "error on line %ld of config file '%s'\n",
|
|
||||||
errorline, configfile);
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
if (tofree) {
|
|
||||||
OPENSSL_free(tofree);
|
|
||||||
tofree = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!load_config(bio_err, conf))
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
/* Lets get the config section we are using */
|
|
||||||
if (section == NULL) {
|
|
||||||
VERBOSE BIO_printf(bio_err,
|
|
||||||
"trying to read " ENV_DEFAULT_SRP
|
|
||||||
" in \" BASE_SECTION \"\n");
|
|
||||||
|
|
||||||
section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_SRP);
|
|
||||||
if (section == NULL) {
|
|
||||||
lookup_fail(BASE_SECTION, ENV_DEFAULT_SRP);
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (randfile == NULL && conf)
|
|
||||||
randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err,
|
|
||||||
"trying to read " ENV_DATABASE
|
|
||||||
" in section \"%s\"\n", section);
|
|
||||||
|
|
||||||
if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
|
|
||||||
lookup_fail(section, ENV_DATABASE);
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
if (randfile == NULL)
|
|
||||||
ERR_clear_error();
|
|
||||||
else
|
|
||||||
app_RAND_load_file(randfile, bio_err, 0);
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n",
|
|
||||||
dbfile);
|
|
||||||
|
|
||||||
db = load_index(dbfile, &db_attr);
|
|
||||||
if (db == NULL)
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
/* Lets check some fields */
|
|
||||||
for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
|
|
||||||
pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
|
|
||||||
|
|
||||||
if (pp[DB_srptype][0] == DB_SRP_INDEX) {
|
|
||||||
maxgN = i;
|
|
||||||
if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
|
|
||||||
gNindex = i;
|
|
||||||
|
|
||||||
print_index(db, bio_err, i, verbose > 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "Database initialised\n");
|
|
||||||
|
|
||||||
if (gNindex >= 0) {
|
|
||||||
gNrow = sk_OPENSSL_PSTRING_value(db->db->data, gNindex);
|
|
||||||
print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");
|
|
||||||
} else if (maxgN > 0 && !SRP_get_default_gN(gN)) {
|
|
||||||
BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
|
|
||||||
goto err;
|
|
||||||
} else {
|
|
||||||
VERBOSE BIO_printf(bio_err, "Database has no g N information.\n");
|
|
||||||
gNrow = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
VVERBOSE BIO_printf(bio_err, "Starting user processing\n");
|
|
||||||
|
|
||||||
if (argc > 0)
|
|
||||||
user = *(argv++);
|
|
||||||
|
|
||||||
while (list_user || user) {
|
|
||||||
int userindex = -1;
|
|
||||||
if (user)
|
|
||||||
VVERBOSE BIO_printf(bio_err, "Processing user \"%s\"\n", user);
|
|
||||||
if ((userindex = get_index(db, user, 'U')) >= 0) {
|
|
||||||
print_user(db, bio_err, userindex, (verbose > 0) || list_user);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (list_user) {
|
|
||||||
if (user == NULL) {
|
|
||||||
BIO_printf(bio_err, "List all users\n");
|
|
||||||
|
|
||||||
for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
|
|
||||||
print_user(db, bio_err, i, 1);
|
|
||||||
}
|
|
||||||
list_user = 0;
|
|
||||||
} else if (userindex < 0) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"user \"%s\" does not exist, ignored. t\n", user);
|
|
||||||
errors++;
|
|
||||||
}
|
|
||||||
} else if (add_user) {
|
|
||||||
if (userindex >= 0) {
|
|
||||||
/* reactivation of a new user */
|
|
||||||
char **row =
|
|
||||||
sk_OPENSSL_PSTRING_value(db->db->data, userindex);
|
|
||||||
BIO_printf(bio_err, "user \"%s\" reactivated.\n", user);
|
|
||||||
row[DB_srptype][0] = 'V';
|
|
||||||
|
|
||||||
doupdatedb = 1;
|
|
||||||
} else {
|
|
||||||
char *row[DB_NUMBER];
|
|
||||||
char *gNid;
|
|
||||||
row[DB_srpverifier] = NULL;
|
|
||||||
row[DB_srpsalt] = NULL;
|
|
||||||
row[DB_srpinfo] = NULL;
|
|
||||||
if (!
|
|
||||||
(gNid =
|
|
||||||
srp_create_user(user, &(row[DB_srpverifier]),
|
|
||||||
&(row[DB_srpsalt]),
|
|
||||||
gNrow ? gNrow[DB_srpsalt] : gN,
|
|
||||||
gNrow ? gNrow[DB_srpverifier] : NULL,
|
|
||||||
passout, bio_err, verbose))) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"Cannot create srp verifier for user \"%s\", operation abandoned .\n",
|
|
||||||
user);
|
|
||||||
errors++;
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
row[DB_srpid] = BUF_strdup(user);
|
|
||||||
row[DB_srptype] = BUF_strdup("v");
|
|
||||||
row[DB_srpgN] = BUF_strdup(gNid);
|
|
||||||
|
|
||||||
if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
|
|
||||||
|| !row[DB_srpverifier] || !row[DB_srpsalt] || (userinfo
|
|
||||||
&&
|
|
||||||
(!(row
|
|
||||||
[DB_srpinfo]
|
|
||||||
=
|
|
||||||
BUF_strdup
|
|
||||||
(userinfo))))
|
|
||||||
|| !update_index(db, bio_err, row)) {
|
|
||||||
if (row[DB_srpid])
|
|
||||||
OPENSSL_free(row[DB_srpid]);
|
|
||||||
if (row[DB_srpgN])
|
|
||||||
OPENSSL_free(row[DB_srpgN]);
|
|
||||||
if (row[DB_srpinfo])
|
|
||||||
OPENSSL_free(row[DB_srpinfo]);
|
|
||||||
if (row[DB_srptype])
|
|
||||||
OPENSSL_free(row[DB_srptype]);
|
|
||||||
if (row[DB_srpverifier])
|
|
||||||
OPENSSL_free(row[DB_srpverifier]);
|
|
||||||
if (row[DB_srpsalt])
|
|
||||||
OPENSSL_free(row[DB_srpsalt]);
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
doupdatedb = 1;
|
|
||||||
}
|
|
||||||
} else if (modify_user) {
|
|
||||||
if (userindex < 0) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"user \"%s\" does not exist, operation ignored.\n",
|
|
||||||
user);
|
|
||||||
errors++;
|
|
||||||
} else {
|
|
||||||
|
|
||||||
char **row =
|
|
||||||
sk_OPENSSL_PSTRING_value(db->db->data, userindex);
|
|
||||||
char type = row[DB_srptype][0];
|
|
||||||
if (type == 'v') {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"user \"%s\" already updated, operation ignored.\n",
|
|
||||||
user);
|
|
||||||
errors++;
|
|
||||||
} else {
|
|
||||||
char *gNid;
|
|
||||||
|
|
||||||
if (row[DB_srptype][0] == 'V') {
|
|
||||||
int user_gN;
|
|
||||||
char **irow = NULL;
|
|
||||||
VERBOSE BIO_printf(bio_err,
|
|
||||||
"Verifying password for user \"%s\"\n",
|
|
||||||
user);
|
|
||||||
if ((user_gN =
|
|
||||||
get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
|
|
||||||
irow =
|
|
||||||
(char **)sk_OPENSSL_PSTRING_value(db->
|
|
||||||
db->data,
|
|
||||||
userindex);
|
|
||||||
|
|
||||||
if (!srp_verify_user
|
|
||||||
(user, row[DB_srpverifier], row[DB_srpsalt],
|
|
||||||
irow ? irow[DB_srpsalt] : row[DB_srpgN],
|
|
||||||
irow ? irow[DB_srpverifier] : NULL, passin,
|
|
||||||
bio_err, verbose)) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"Invalid password for user \"%s\", operation abandoned.\n",
|
|
||||||
user);
|
|
||||||
errors++;
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
VERBOSE BIO_printf(bio_err,
|
|
||||||
"Password for user \"%s\" ok.\n",
|
|
||||||
user);
|
|
||||||
|
|
||||||
if (!
|
|
||||||
(gNid =
|
|
||||||
srp_create_user(user, &(row[DB_srpverifier]),
|
|
||||||
&(row[DB_srpsalt]),
|
|
||||||
gNrow ? gNrow[DB_srpsalt] : NULL,
|
|
||||||
gNrow ? gNrow[DB_srpverifier] : NULL,
|
|
||||||
passout, bio_err, verbose))) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"Cannot create srp verifier for user \"%s\", operation abandoned.\n",
|
|
||||||
user);
|
|
||||||
errors++;
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
|
|
||||||
row[DB_srptype][0] = 'v';
|
|
||||||
row[DB_srpgN] = BUF_strdup(gNid);
|
|
||||||
|
|
||||||
if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
|
|
||||||
|| !row[DB_srpverifier] || !row[DB_srpsalt]
|
|
||||||
|| (userinfo
|
|
||||||
&& (!(row[DB_srpinfo] = BUF_strdup(userinfo)))))
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
doupdatedb = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else if (delete_user) {
|
|
||||||
if (userindex < 0) {
|
|
||||||
BIO_printf(bio_err,
|
|
||||||
"user \"%s\" does not exist, operation ignored. t\n",
|
|
||||||
user);
|
|
||||||
errors++;
|
|
||||||
} else {
|
|
||||||
char **xpp =
|
|
||||||
sk_OPENSSL_PSTRING_value(db->db->data, userindex);
|
|
||||||
BIO_printf(bio_err, "user \"%s\" revoked. t\n", user);
|
|
||||||
|
|
||||||
xpp[DB_srptype][0] = 'R';
|
|
||||||
|
|
||||||
doupdatedb = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (--argc > 0)
|
|
||||||
user = *(argv++);
|
|
||||||
else {
|
|
||||||
user = NULL;
|
|
||||||
list_user = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "User procession done.\n");
|
|
||||||
|
|
||||||
if (doupdatedb) {
|
|
||||||
/* Lets check some fields */
|
|
||||||
for (i = 0; i < sk_OPENSSL_PSTRING_num(db->db->data); i++) {
|
|
||||||
pp = sk_OPENSSL_PSTRING_value(db->db->data, i);
|
|
||||||
|
|
||||||
if (pp[DB_srptype][0] == 'v') {
|
|
||||||
pp[DB_srptype][0] = 'V';
|
|
||||||
print_user(db, bio_err, i, verbose);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "Trying to update srpvfile.\n");
|
|
||||||
if (!save_index(dbfile, "new", db))
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "Temporary srpvfile created.\n");
|
|
||||||
if (!rotate_index(dbfile, "new", "old"))
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "srpvfile updated.\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
ret = (errors != 0);
|
|
||||||
err:
|
|
||||||
if (errors != 0)
|
|
||||||
VERBOSE BIO_printf(bio_err, "User errors %d.\n", errors);
|
|
||||||
|
|
||||||
VERBOSE BIO_printf(bio_err, "SRP terminating with code %d.\n", ret);
|
|
||||||
if (tofree)
|
|
||||||
OPENSSL_free(tofree);
|
|
||||||
if (ret)
|
|
||||||
ERR_print_errors(bio_err);
|
|
||||||
if (randfile)
|
|
||||||
app_RAND_write_file(randfile, bio_err);
|
|
||||||
if (conf)
|
|
||||||
NCONF_free(conf);
|
|
||||||
if (db)
|
|
||||||
free_index(db);
|
|
||||||
|
|
||||||
OBJ_cleanup();
|
|
||||||
apps_shutdown();
|
|
||||||
OPENSSL_EXIT(ret);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
410
apps/testdsa.h
410
apps/testdsa.h
@@ -1,233 +1,217 @@
|
|||||||
/* NOCW */
|
/* NOCW */
|
||||||
/* used by apps/speed.c */
|
/* used by apps/speed.c */
|
||||||
DSA *get_dsa512(void);
|
DSA *get_dsa512(void );
|
||||||
DSA *get_dsa1024(void);
|
DSA *get_dsa1024(void );
|
||||||
DSA *get_dsa2048(void);
|
DSA *get_dsa2048(void );
|
||||||
static unsigned char dsa512_priv[] = {
|
static unsigned char dsa512_priv[] = {
|
||||||
0x65, 0xe5, 0xc7, 0x38, 0x60, 0x24, 0xb5, 0x89, 0xd4, 0x9c, 0xeb, 0x4c,
|
0x65,0xe5,0xc7,0x38,0x60,0x24,0xb5,0x89,0xd4,0x9c,0xeb,0x4c,
|
||||||
0x9c, 0x1d, 0x7a, 0x22, 0xbd, 0xd1, 0xc2, 0xd2,
|
0x9c,0x1d,0x7a,0x22,0xbd,0xd1,0xc2,0xd2,
|
||||||
};
|
};
|
||||||
|
|
||||||
static unsigned char dsa512_pub[] = {
|
static unsigned char dsa512_pub[] = {
|
||||||
0x00, 0x95, 0xa7, 0x0d, 0xec, 0x93, 0x68, 0xba, 0x5f, 0xf7, 0x5f, 0x07,
|
0x00,0x95,0xa7,0x0d,0xec,0x93,0x68,0xba,0x5f,0xf7,0x5f,0x07,
|
||||||
0xf2, 0x3b, 0xad, 0x6b, 0x01, 0xdc, 0xbe, 0xec, 0xde, 0x04, 0x7a, 0x3a,
|
0xf2,0x3b,0xad,0x6b,0x01,0xdc,0xbe,0xec,0xde,0x04,0x7a,0x3a,
|
||||||
0x27, 0xb3, 0xec, 0x49, 0xfd, 0x08, 0x43, 0x3d, 0x7e, 0xa8, 0x2c, 0x5e,
|
0x27,0xb3,0xec,0x49,0xfd,0x08,0x43,0x3d,0x7e,0xa8,0x2c,0x5e,
|
||||||
0x7b, 0xbb, 0xfc, 0xf4, 0x6e, 0xeb, 0x6c, 0xb0, 0x6e, 0xf8, 0x02, 0x12,
|
0x7b,0xbb,0xfc,0xf4,0x6e,0xeb,0x6c,0xb0,0x6e,0xf8,0x02,0x12,
|
||||||
0x8c, 0x38, 0x5d, 0x83, 0x56, 0x7d, 0xee, 0x53, 0x05, 0x3e, 0x24, 0x84,
|
0x8c,0x38,0x5d,0x83,0x56,0x7d,0xee,0x53,0x05,0x3e,0x24,0x84,
|
||||||
0xbe, 0xba, 0x0a, 0x6b, 0xc8,
|
0xbe,0xba,0x0a,0x6b,0xc8,
|
||||||
};
|
};
|
||||||
|
static unsigned char dsa512_p[]={
|
||||||
static unsigned char dsa512_p[] = {
|
0x9D,0x1B,0x69,0x8E,0x26,0xDB,0xF2,0x2B,0x11,0x70,0x19,0x86,
|
||||||
0x9D, 0x1B, 0x69, 0x8E, 0x26, 0xDB, 0xF2, 0x2B, 0x11, 0x70, 0x19, 0x86,
|
0xF6,0x19,0xC8,0xF8,0x19,0xF2,0x18,0x53,0x94,0x46,0x06,0xD0,
|
||||||
0xF6, 0x19, 0xC8, 0xF8, 0x19, 0xF2, 0x18, 0x53, 0x94, 0x46, 0x06, 0xD0,
|
0x62,0x50,0x33,0x4B,0x02,0x3C,0x52,0x30,0x03,0x8B,0x3B,0xF9,
|
||||||
0x62, 0x50, 0x33, 0x4B, 0x02, 0x3C, 0x52, 0x30, 0x03, 0x8B, 0x3B, 0xF9,
|
0x5F,0xD1,0x24,0x06,0x4F,0x7B,0x4C,0xBA,0xAA,0x40,0x9B,0xFD,
|
||||||
0x5F, 0xD1, 0x24, 0x06, 0x4F, 0x7B, 0x4C, 0xBA, 0xAA, 0x40, 0x9B, 0xFD,
|
0x96,0xE4,0x37,0x33,0xBB,0x2D,0x5A,0xD7,0x5A,0x11,0x40,0x66,
|
||||||
0x96, 0xE4, 0x37, 0x33, 0xBB, 0x2D, 0x5A, 0xD7, 0x5A, 0x11, 0x40, 0x66,
|
0xA2,0x76,0x7D,0x31,
|
||||||
0xA2, 0x76, 0x7D, 0x31,
|
};
|
||||||
};
|
static unsigned char dsa512_q[]={
|
||||||
|
0xFB,0x53,0xEF,0x50,0xB4,0x40,0x92,0x31,0x56,0x86,0x53,0x7A,
|
||||||
static unsigned char dsa512_q[] = {
|
0xE8,0x8B,0x22,0x9A,0x49,0xFB,0x71,0x8F,
|
||||||
0xFB, 0x53, 0xEF, 0x50, 0xB4, 0x40, 0x92, 0x31, 0x56, 0x86, 0x53, 0x7A,
|
};
|
||||||
0xE8, 0x8B, 0x22, 0x9A, 0x49, 0xFB, 0x71, 0x8F,
|
static unsigned char dsa512_g[]={
|
||||||
};
|
0x83,0x3E,0x88,0xE5,0xC5,0x89,0x73,0xCE,0x3B,0x6C,0x01,0x49,
|
||||||
|
0xBF,0xB3,0xC7,0x9F,0x0A,0xEA,0x44,0x91,0xE5,0x30,0xAA,0xD9,
|
||||||
static unsigned char dsa512_g[] = {
|
0xBE,0x5B,0x5F,0xB7,0x10,0xD7,0x89,0xB7,0x8E,0x74,0xFB,0xCF,
|
||||||
0x83, 0x3E, 0x88, 0xE5, 0xC5, 0x89, 0x73, 0xCE, 0x3B, 0x6C, 0x01, 0x49,
|
0x29,0x1E,0xEB,0xA8,0x2C,0x54,0x51,0xB8,0x10,0xDE,0xA0,0xCE,
|
||||||
0xBF, 0xB3, 0xC7, 0x9F, 0x0A, 0xEA, 0x44, 0x91, 0xE5, 0x30, 0xAA, 0xD9,
|
0x2F,0xCC,0x24,0x6B,0x90,0x77,0xDE,0xA2,0x68,0xA6,0x52,0x12,
|
||||||
0xBE, 0x5B, 0x5F, 0xB7, 0x10, 0xD7, 0x89, 0xB7, 0x8E, 0x74, 0xFB, 0xCF,
|
0xA2,0x03,0x9D,0x20,
|
||||||
0x29, 0x1E, 0xEB, 0xA8, 0x2C, 0x54, 0x51, 0xB8, 0x10, 0xDE, 0xA0, 0xCE,
|
};
|
||||||
0x2F, 0xCC, 0x24, 0x6B, 0x90, 0x77, 0xDE, 0xA2, 0x68, 0xA6, 0x52, 0x12,
|
|
||||||
0xA2, 0x03, 0x9D, 0x20,
|
|
||||||
};
|
|
||||||
|
|
||||||
DSA *get_dsa512()
|
DSA *get_dsa512()
|
||||||
{
|
{
|
||||||
DSA *dsa;
|
DSA *dsa;
|
||||||
|
|
||||||
if ((dsa = DSA_new()) == NULL)
|
if ((dsa=DSA_new()) == NULL) return(NULL);
|
||||||
return (NULL);
|
dsa->priv_key=BN_bin2bn(dsa512_priv,sizeof(dsa512_priv),NULL);
|
||||||
dsa->priv_key = BN_bin2bn(dsa512_priv, sizeof(dsa512_priv), NULL);
|
dsa->pub_key=BN_bin2bn(dsa512_pub,sizeof(dsa512_pub),NULL);
|
||||||
dsa->pub_key = BN_bin2bn(dsa512_pub, sizeof(dsa512_pub), NULL);
|
dsa->p=BN_bin2bn(dsa512_p,sizeof(dsa512_p),NULL);
|
||||||
dsa->p = BN_bin2bn(dsa512_p, sizeof(dsa512_p), NULL);
|
dsa->q=BN_bin2bn(dsa512_q,sizeof(dsa512_q),NULL);
|
||||||
dsa->q = BN_bin2bn(dsa512_q, sizeof(dsa512_q), NULL);
|
dsa->g=BN_bin2bn(dsa512_g,sizeof(dsa512_g),NULL);
|
||||||
dsa->g = BN_bin2bn(dsa512_g, sizeof(dsa512_g), NULL);
|
if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
|
||||||
if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL)
|
(dsa->q == NULL) || (dsa->g == NULL))
|
||||||
|| (dsa->q == NULL) || (dsa->g == NULL))
|
return(NULL);
|
||||||
return (NULL);
|
return(dsa);
|
||||||
return (dsa);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned char dsa1024_priv[] = {
|
static unsigned char dsa1024_priv[]={
|
||||||
0x7d, 0x21, 0xda, 0xbb, 0x62, 0x15, 0x47, 0x36, 0x07, 0x67, 0x12, 0xe8,
|
0x7d,0x21,0xda,0xbb,0x62,0x15,0x47,0x36,0x07,0x67,0x12,0xe8,
|
||||||
0x8c, 0xaa, 0x1c, 0xcd, 0x38, 0x12, 0x61, 0x18,
|
0x8c,0xaa,0x1c,0xcd,0x38,0x12,0x61,0x18,
|
||||||
};
|
};
|
||||||
|
static unsigned char dsa1024_pub[]={
|
||||||
static unsigned char dsa1024_pub[] = {
|
0x3c,0x4e,0x9c,0x2a,0x7f,0x16,0xc1,0x25,0xeb,0xac,0x78,0x63,
|
||||||
0x3c, 0x4e, 0x9c, 0x2a, 0x7f, 0x16, 0xc1, 0x25, 0xeb, 0xac, 0x78, 0x63,
|
0x90,0x14,0x8c,0x8b,0xf4,0x68,0x43,0x3c,0x2d,0xee,0x65,0x50,
|
||||||
0x90, 0x14, 0x8c, 0x8b, 0xf4, 0x68, 0x43, 0x3c, 0x2d, 0xee, 0x65, 0x50,
|
0x7d,0x9c,0x8f,0x8c,0x8a,0x51,0xd6,0x11,0x2b,0x99,0xaf,0x1e,
|
||||||
0x7d, 0x9c, 0x8f, 0x8c, 0x8a, 0x51, 0xd6, 0x11, 0x2b, 0x99, 0xaf, 0x1e,
|
0x90,0x97,0xb5,0xd3,0xa6,0x20,0x25,0xd6,0xfe,0x43,0x02,0xd5,
|
||||||
0x90, 0x97, 0xb5, 0xd3, 0xa6, 0x20, 0x25, 0xd6, 0xfe, 0x43, 0x02, 0xd5,
|
0x91,0x7d,0xa7,0x8c,0xdb,0xc9,0x85,0xa3,0x36,0x48,0xf7,0x68,
|
||||||
0x91, 0x7d, 0xa7, 0x8c, 0xdb, 0xc9, 0x85, 0xa3, 0x36, 0x48, 0xf7, 0x68,
|
0xaa,0x60,0xb1,0xf7,0x05,0x68,0x3a,0xa3,0x3f,0xd3,0x19,0x82,
|
||||||
0xaa, 0x60, 0xb1, 0xf7, 0x05, 0x68, 0x3a, 0xa3, 0x3f, 0xd3, 0x19, 0x82,
|
0xd8,0x82,0x7a,0x77,0xfb,0xef,0xf4,0x15,0x0a,0xeb,0x06,0x04,
|
||||||
0xd8, 0x82, 0x7a, 0x77, 0xfb, 0xef, 0xf4, 0x15, 0x0a, 0xeb, 0x06, 0x04,
|
0x7f,0x53,0x07,0x0c,0xbc,0xcb,0x2d,0x83,0xdb,0x3e,0xd1,0x28,
|
||||||
0x7f, 0x53, 0x07, 0x0c, 0xbc, 0xcb, 0x2d, 0x83, 0xdb, 0x3e, 0xd1, 0x28,
|
0xa5,0xa1,0x31,0xe0,0x67,0xfa,0x50,0xde,0x9b,0x07,0x83,0x7e,
|
||||||
0xa5, 0xa1, 0x31, 0xe0, 0x67, 0xfa, 0x50, 0xde, 0x9b, 0x07, 0x83, 0x7e,
|
0x2c,0x0b,0xc3,0x13,0x50,0x61,0xe5,0xad,0xbd,0x36,0xb8,0x97,
|
||||||
0x2c, 0x0b, 0xc3, 0x13, 0x50, 0x61, 0xe5, 0xad, 0xbd, 0x36, 0xb8, 0x97,
|
0x4e,0x40,0x7d,0xe8,0x83,0x0d,0xbc,0x4b
|
||||||
0x4e, 0x40, 0x7d, 0xe8, 0x83, 0x0d, 0xbc, 0x4b
|
};
|
||||||
};
|
static unsigned char dsa1024_p[]={
|
||||||
|
0xA7,0x3F,0x6E,0x85,0xBF,0x41,0x6A,0x29,0x7D,0xF0,0x9F,0x47,
|
||||||
static unsigned char dsa1024_p[] = {
|
0x19,0x30,0x90,0x9A,0x09,0x1D,0xDA,0x6A,0x33,0x1E,0xC5,0x3D,
|
||||||
0xA7, 0x3F, 0x6E, 0x85, 0xBF, 0x41, 0x6A, 0x29, 0x7D, 0xF0, 0x9F, 0x47,
|
0x86,0x96,0xB3,0x15,0xE0,0x53,0x2E,0x8F,0xE0,0x59,0x82,0x73,
|
||||||
0x19, 0x30, 0x90, 0x9A, 0x09, 0x1D, 0xDA, 0x6A, 0x33, 0x1E, 0xC5, 0x3D,
|
0x90,0x3E,0x75,0x31,0x99,0x47,0x7A,0x52,0xFB,0x85,0xE4,0xD9,
|
||||||
0x86, 0x96, 0xB3, 0x15, 0xE0, 0x53, 0x2E, 0x8F, 0xE0, 0x59, 0x82, 0x73,
|
0xA6,0x7B,0x38,0x9B,0x68,0x8A,0x84,0x9B,0x87,0xC6,0x1E,0xB5,
|
||||||
0x90, 0x3E, 0x75, 0x31, 0x99, 0x47, 0x7A, 0x52, 0xFB, 0x85, 0xE4, 0xD9,
|
0x7E,0x86,0x4B,0x53,0x5B,0x59,0xCF,0x71,0x65,0x19,0x88,0x6E,
|
||||||
0xA6, 0x7B, 0x38, 0x9B, 0x68, 0x8A, 0x84, 0x9B, 0x87, 0xC6, 0x1E, 0xB5,
|
0xCE,0x66,0xAE,0x6B,0x88,0x36,0xFB,0xEC,0x28,0xDC,0xC2,0xD7,
|
||||||
0x7E, 0x86, 0x4B, 0x53, 0x5B, 0x59, 0xCF, 0x71, 0x65, 0x19, 0x88, 0x6E,
|
0xA5,0xBB,0xE5,0x2C,0x39,0x26,0x4B,0xDA,0x9A,0x70,0x18,0x95,
|
||||||
0xCE, 0x66, 0xAE, 0x6B, 0x88, 0x36, 0xFB, 0xEC, 0x28, 0xDC, 0xC2, 0xD7,
|
0x37,0x95,0x10,0x56,0x23,0xF6,0x15,0xED,0xBA,0x04,0x5E,0xDE,
|
||||||
0xA5, 0xBB, 0xE5, 0x2C, 0x39, 0x26, 0x4B, 0xDA, 0x9A, 0x70, 0x18, 0x95,
|
0x39,0x4F,0xFD,0xB7,0x43,0x1F,0xB5,0xA4,0x65,0x6F,0xCD,0x80,
|
||||||
0x37, 0x95, 0x10, 0x56, 0x23, 0xF6, 0x15, 0xED, 0xBA, 0x04, 0x5E, 0xDE,
|
0x11,0xE4,0x70,0x95,0x5B,0x50,0xCD,0x49,
|
||||||
0x39, 0x4F, 0xFD, 0xB7, 0x43, 0x1F, 0xB5, 0xA4, 0x65, 0x6F, 0xCD, 0x80,
|
};
|
||||||
0x11, 0xE4, 0x70, 0x95, 0x5B, 0x50, 0xCD, 0x49,
|
static unsigned char dsa1024_q[]={
|
||||||
};
|
0xF7,0x07,0x31,0xED,0xFA,0x6C,0x06,0x03,0xD5,0x85,0x8A,0x1C,
|
||||||
|
0xAC,0x9C,0x65,0xE7,0x50,0x66,0x65,0x6F,
|
||||||
static unsigned char dsa1024_q[] = {
|
};
|
||||||
0xF7, 0x07, 0x31, 0xED, 0xFA, 0x6C, 0x06, 0x03, 0xD5, 0x85, 0x8A, 0x1C,
|
static unsigned char dsa1024_g[]={
|
||||||
0xAC, 0x9C, 0x65, 0xE7, 0x50, 0x66, 0x65, 0x6F,
|
0x4D,0xDF,0x4C,0x03,0xA6,0x91,0x8A,0xF5,0x19,0x6F,0x50,0x46,
|
||||||
};
|
0x25,0x99,0xE5,0x68,0x6F,0x30,0xE3,0x69,0xE1,0xE5,0xB3,0x5D,
|
||||||
|
0x98,0xBB,0x28,0x86,0x48,0xFC,0xDE,0x99,0x04,0x3F,0x5F,0x88,
|
||||||
static unsigned char dsa1024_g[] = {
|
0x0C,0x9C,0x73,0x24,0x0D,0x20,0x5D,0xB9,0x2A,0x9A,0x3F,0x18,
|
||||||
0x4D, 0xDF, 0x4C, 0x03, 0xA6, 0x91, 0x8A, 0xF5, 0x19, 0x6F, 0x50, 0x46,
|
0x96,0x27,0xE4,0x62,0x87,0xC1,0x7B,0x74,0x62,0x53,0xFC,0x61,
|
||||||
0x25, 0x99, 0xE5, 0x68, 0x6F, 0x30, 0xE3, 0x69, 0xE1, 0xE5, 0xB3, 0x5D,
|
0x27,0xA8,0x7A,0x91,0x09,0x9D,0xB6,0xF1,0x4D,0x9C,0x54,0x0F,
|
||||||
0x98, 0xBB, 0x28, 0x86, 0x48, 0xFC, 0xDE, 0x99, 0x04, 0x3F, 0x5F, 0x88,
|
0x58,0x06,0xEE,0x49,0x74,0x07,0xCE,0x55,0x7E,0x23,0xCE,0x16,
|
||||||
0x0C, 0x9C, 0x73, 0x24, 0x0D, 0x20, 0x5D, 0xB9, 0x2A, 0x9A, 0x3F, 0x18,
|
0xF6,0xCA,0xDC,0x5A,0x61,0x01,0x7E,0xC9,0x71,0xB5,0x4D,0xF6,
|
||||||
0x96, 0x27, 0xE4, 0x62, 0x87, 0xC1, 0x7B, 0x74, 0x62, 0x53, 0xFC, 0x61,
|
0xDC,0x34,0x29,0x87,0x68,0xF6,0x5E,0x20,0x93,0xB3,0xDB,0xF5,
|
||||||
0x27, 0xA8, 0x7A, 0x91, 0x09, 0x9D, 0xB6, 0xF1, 0x4D, 0x9C, 0x54, 0x0F,
|
0xE4,0x09,0x6C,0x41,0x17,0x95,0x92,0xEB,0x01,0xB5,0x73,0xA5,
|
||||||
0x58, 0x06, 0xEE, 0x49, 0x74, 0x07, 0xCE, 0x55, 0x7E, 0x23, 0xCE, 0x16,
|
0x6A,0x7E,0xD8,0x32,0xED,0x0E,0x02,0xB8,
|
||||||
0xF6, 0xCA, 0xDC, 0x5A, 0x61, 0x01, 0x7E, 0xC9, 0x71, 0xB5, 0x4D, 0xF6,
|
};
|
||||||
0xDC, 0x34, 0x29, 0x87, 0x68, 0xF6, 0x5E, 0x20, 0x93, 0xB3, 0xDB, 0xF5,
|
|
||||||
0xE4, 0x09, 0x6C, 0x41, 0x17, 0x95, 0x92, 0xEB, 0x01, 0xB5, 0x73, 0xA5,
|
|
||||||
0x6A, 0x7E, 0xD8, 0x32, 0xED, 0x0E, 0x02, 0xB8,
|
|
||||||
};
|
|
||||||
|
|
||||||
DSA *get_dsa1024()
|
DSA *get_dsa1024()
|
||||||
{
|
{
|
||||||
DSA *dsa;
|
DSA *dsa;
|
||||||
|
|
||||||
if ((dsa = DSA_new()) == NULL)
|
if ((dsa=DSA_new()) == NULL) return(NULL);
|
||||||
return (NULL);
|
dsa->priv_key=BN_bin2bn(dsa1024_priv,sizeof(dsa1024_priv),NULL);
|
||||||
dsa->priv_key = BN_bin2bn(dsa1024_priv, sizeof(dsa1024_priv), NULL);
|
dsa->pub_key=BN_bin2bn(dsa1024_pub,sizeof(dsa1024_pub),NULL);
|
||||||
dsa->pub_key = BN_bin2bn(dsa1024_pub, sizeof(dsa1024_pub), NULL);
|
dsa->p=BN_bin2bn(dsa1024_p,sizeof(dsa1024_p),NULL);
|
||||||
dsa->p = BN_bin2bn(dsa1024_p, sizeof(dsa1024_p), NULL);
|
dsa->q=BN_bin2bn(dsa1024_q,sizeof(dsa1024_q),NULL);
|
||||||
dsa->q = BN_bin2bn(dsa1024_q, sizeof(dsa1024_q), NULL);
|
dsa->g=BN_bin2bn(dsa1024_g,sizeof(dsa1024_g),NULL);
|
||||||
dsa->g = BN_bin2bn(dsa1024_g, sizeof(dsa1024_g), NULL);
|
if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
|
||||||
if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL)
|
(dsa->q == NULL) || (dsa->g == NULL))
|
||||||
|| (dsa->q == NULL) || (dsa->g == NULL))
|
return(NULL);
|
||||||
return (NULL);
|
return(dsa);
|
||||||
return (dsa);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static unsigned char dsa2048_priv[] = {
|
static unsigned char dsa2048_priv[]={
|
||||||
0x32, 0x67, 0x92, 0xf6, 0xc4, 0xe2, 0xe2, 0xe8, 0xa0, 0x8b, 0x6b, 0x45,
|
0x32,0x67,0x92,0xf6,0xc4,0xe2,0xe2,0xe8,0xa0,0x8b,0x6b,0x45,
|
||||||
0x0c, 0x8a, 0x76, 0xb0, 0xee, 0xcf, 0x91, 0xa7,
|
0x0c,0x8a,0x76,0xb0,0xee,0xcf,0x91,0xa7,
|
||||||
};
|
};
|
||||||
|
static unsigned char dsa2048_pub[]={
|
||||||
static unsigned char dsa2048_pub[] = {
|
0x17,0x8f,0xa8,0x11,0x84,0x92,0xec,0x83,0x47,0xc7,0x6a,0xb0,
|
||||||
0x17, 0x8f, 0xa8, 0x11, 0x84, 0x92, 0xec, 0x83, 0x47, 0xc7, 0x6a, 0xb0,
|
0x92,0xaf,0x5a,0x20,0x37,0xa3,0x64,0x79,0xd2,0xd0,0x3d,0xcd,
|
||||||
0x92, 0xaf, 0x5a, 0x20, 0x37, 0xa3, 0x64, 0x79, 0xd2, 0xd0, 0x3d, 0xcd,
|
0xe0,0x61,0x88,0x88,0x21,0xcc,0x74,0x5d,0xce,0x4c,0x51,0x47,
|
||||||
0xe0, 0x61, 0x88, 0x88, 0x21, 0xcc, 0x74, 0x5d, 0xce, 0x4c, 0x51, 0x47,
|
0xf0,0xc5,0x5c,0x4c,0x82,0x7a,0xaf,0x72,0xad,0xb9,0xe0,0x53,
|
||||||
0xf0, 0xc5, 0x5c, 0x4c, 0x82, 0x7a, 0xaf, 0x72, 0xad, 0xb9, 0xe0, 0x53,
|
0xf2,0x78,0xb7,0xf0,0xb5,0x48,0x7f,0x8a,0x3a,0x18,0xd1,0x9f,
|
||||||
0xf2, 0x78, 0xb7, 0xf0, 0xb5, 0x48, 0x7f, 0x8a, 0x3a, 0x18, 0xd1, 0x9f,
|
0x8b,0x7d,0xa5,0x47,0xb7,0x95,0xab,0x98,0xf8,0x7b,0x74,0x50,
|
||||||
0x8b, 0x7d, 0xa5, 0x47, 0xb7, 0x95, 0xab, 0x98, 0xf8, 0x7b, 0x74, 0x50,
|
0x56,0x8e,0x57,0xf0,0xee,0xf5,0xb7,0xba,0xab,0x85,0x86,0xf9,
|
||||||
0x56, 0x8e, 0x57, 0xf0, 0xee, 0xf5, 0xb7, 0xba, 0xab, 0x85, 0x86, 0xf9,
|
0x2b,0xef,0x41,0x56,0xa0,0xa4,0x9f,0xb7,0x38,0x00,0x46,0x0a,
|
||||||
0x2b, 0xef, 0x41, 0x56, 0xa0, 0xa4, 0x9f, 0xb7, 0x38, 0x00, 0x46, 0x0a,
|
0xa6,0xf1,0xfc,0x1f,0xd8,0x4e,0x85,0x44,0x92,0x43,0x21,0x5d,
|
||||||
0xa6, 0xf1, 0xfc, 0x1f, 0xd8, 0x4e, 0x85, 0x44, 0x92, 0x43, 0x21, 0x5d,
|
0x6e,0xcc,0xc2,0xcb,0x26,0x31,0x0d,0x21,0xc4,0xbd,0x8d,0x24,
|
||||||
0x6e, 0xcc, 0xc2, 0xcb, 0x26, 0x31, 0x0d, 0x21, 0xc4, 0xbd, 0x8d, 0x24,
|
0xbc,0xd9,0x18,0x19,0xd7,0xdc,0xf1,0xe7,0x93,0x50,0x48,0x03,
|
||||||
0xbc, 0xd9, 0x18, 0x19, 0xd7, 0xdc, 0xf1, 0xe7, 0x93, 0x50, 0x48, 0x03,
|
0x2c,0xae,0x2e,0xe7,0x49,0x88,0x5f,0x93,0x57,0x27,0x99,0x36,
|
||||||
0x2c, 0xae, 0x2e, 0xe7, 0x49, 0x88, 0x5f, 0x93, 0x57, 0x27, 0x99, 0x36,
|
0xb4,0x20,0xab,0xfc,0xa7,0x2b,0xf2,0xd9,0x98,0xd7,0xd4,0x34,
|
||||||
0xb4, 0x20, 0xab, 0xfc, 0xa7, 0x2b, 0xf2, 0xd9, 0x98, 0xd7, 0xd4, 0x34,
|
0x9d,0x96,0x50,0x58,0x9a,0xea,0x54,0xf3,0xee,0xf5,0x63,0x14,
|
||||||
0x9d, 0x96, 0x50, 0x58, 0x9a, 0xea, 0x54, 0xf3, 0xee, 0xf5, 0x63, 0x14,
|
0xee,0x85,0x83,0x74,0x76,0xe1,0x52,0x95,0xc3,0xf7,0xeb,0x04,
|
||||||
0xee, 0x85, 0x83, 0x74, 0x76, 0xe1, 0x52, 0x95, 0xc3, 0xf7, 0xeb, 0x04,
|
0x04,0x7b,0xa7,0x28,0x1b,0xcc,0xea,0x4a,0x4e,0x84,0xda,0xd8,
|
||||||
0x04, 0x7b, 0xa7, 0x28, 0x1b, 0xcc, 0xea, 0x4a, 0x4e, 0x84, 0xda, 0xd8,
|
0x9c,0x79,0xd8,0x9b,0x66,0x89,0x2f,0xcf,0xac,0xd7,0x79,0xf9,
|
||||||
0x9c, 0x79, 0xd8, 0x9b, 0x66, 0x89, 0x2f, 0xcf, 0xac, 0xd7, 0x79, 0xf9,
|
0xa9,0xd8,0x45,0x13,0x78,0xb9,0x00,0x14,0xc9,0x7e,0x22,0x51,
|
||||||
0xa9, 0xd8, 0x45, 0x13, 0x78, 0xb9, 0x00, 0x14, 0xc9, 0x7e, 0x22, 0x51,
|
0x86,0x67,0xb0,0x9f,0x26,0x11,0x23,0xc8,0x38,0xd7,0x70,0x1d,
|
||||||
0x86, 0x67, 0xb0, 0x9f, 0x26, 0x11, 0x23, 0xc8, 0x38, 0xd7, 0x70, 0x1d,
|
0x15,0x8e,0x4d,0x4f,0x95,0x97,0x40,0xa1,0xc2,0x7e,0x01,0x18,
|
||||||
0x15, 0x8e, 0x4d, 0x4f, 0x95, 0x97, 0x40, 0xa1, 0xc2, 0x7e, 0x01, 0x18,
|
0x72,0xf4,0x10,0xe6,0x8d,0x52,0x16,0x7f,0xf2,0xc9,0xf8,0x33,
|
||||||
0x72, 0xf4, 0x10, 0xe6, 0x8d, 0x52, 0x16, 0x7f, 0xf2, 0xc9, 0xf8, 0x33,
|
0x8b,0x33,0xb7,0xce,
|
||||||
0x8b, 0x33, 0xb7, 0xce,
|
};
|
||||||
};
|
static unsigned char dsa2048_p[]={
|
||||||
|
0xA0,0x25,0xFA,0xAD,0xF4,0x8E,0xB9,0xE5,0x99,0xF3,0x5D,0x6F,
|
||||||
static unsigned char dsa2048_p[] = {
|
0x4F,0x83,0x34,0xE2,0x7E,0xCF,0x6F,0xBF,0x30,0xAF,0x6F,0x81,
|
||||||
0xA0, 0x25, 0xFA, 0xAD, 0xF4, 0x8E, 0xB9, 0xE5, 0x99, 0xF3, 0x5D, 0x6F,
|
0xEB,0xF8,0xC4,0x13,0xD9,0xA0,0x5D,0x8B,0x5C,0x8E,0xDC,0xC2,
|
||||||
0x4F, 0x83, 0x34, 0xE2, 0x7E, 0xCF, 0x6F, 0xBF, 0x30, 0xAF, 0x6F, 0x81,
|
0x1D,0x0B,0x41,0x32,0xB0,0x1F,0xFE,0xEF,0x0C,0xC2,0xA2,0x7E,
|
||||||
0xEB, 0xF8, 0xC4, 0x13, 0xD9, 0xA0, 0x5D, 0x8B, 0x5C, 0x8E, 0xDC, 0xC2,
|
0x68,0x5C,0x28,0x21,0xE9,0xF5,0xB1,0x58,0x12,0x63,0x4C,0x19,
|
||||||
0x1D, 0x0B, 0x41, 0x32, 0xB0, 0x1F, 0xFE, 0xEF, 0x0C, 0xC2, 0xA2, 0x7E,
|
0x4E,0xFF,0x02,0x4B,0x92,0xED,0xD2,0x07,0x11,0x4D,0x8C,0x58,
|
||||||
0x68, 0x5C, 0x28, 0x21, 0xE9, 0xF5, 0xB1, 0x58, 0x12, 0x63, 0x4C, 0x19,
|
0x16,0x5C,0x55,0x8E,0xAD,0xA3,0x67,0x7D,0xB9,0x86,0x6E,0x0B,
|
||||||
0x4E, 0xFF, 0x02, 0x4B, 0x92, 0xED, 0xD2, 0x07, 0x11, 0x4D, 0x8C, 0x58,
|
0xE6,0x54,0x6F,0x40,0xAE,0x0E,0x67,0x4C,0xF9,0x12,0x5B,0x3C,
|
||||||
0x16, 0x5C, 0x55, 0x8E, 0xAD, 0xA3, 0x67, 0x7D, 0xB9, 0x86, 0x6E, 0x0B,
|
0x08,0x7A,0xF7,0xFC,0x67,0x86,0x69,0xE7,0x0A,0x94,0x40,0xBF,
|
||||||
0xE6, 0x54, 0x6F, 0x40, 0xAE, 0x0E, 0x67, 0x4C, 0xF9, 0x12, 0x5B, 0x3C,
|
0x8B,0x76,0xFE,0x26,0xD1,0xF2,0xA1,0x1A,0x84,0xA1,0x43,0x56,
|
||||||
0x08, 0x7A, 0xF7, 0xFC, 0x67, 0x86, 0x69, 0xE7, 0x0A, 0x94, 0x40, 0xBF,
|
0x28,0xBC,0x9A,0x5F,0xD7,0x3B,0x69,0x89,0x8A,0x36,0x2C,0x51,
|
||||||
0x8B, 0x76, 0xFE, 0x26, 0xD1, 0xF2, 0xA1, 0x1A, 0x84, 0xA1, 0x43, 0x56,
|
0xDF,0x12,0x77,0x2F,0x57,0x7B,0xA0,0xAA,0xDD,0x7F,0xA1,0x62,
|
||||||
0x28, 0xBC, 0x9A, 0x5F, 0xD7, 0x3B, 0x69, 0x89, 0x8A, 0x36, 0x2C, 0x51,
|
0x3B,0x40,0x7B,0x68,0x1A,0x8F,0x0D,0x38,0xBB,0x21,0x5D,0x18,
|
||||||
0xDF, 0x12, 0x77, 0x2F, 0x57, 0x7B, 0xA0, 0xAA, 0xDD, 0x7F, 0xA1, 0x62,
|
0xFC,0x0F,0x46,0xF7,0xA3,0xB0,0x1D,0x23,0xC3,0xD2,0xC7,0x72,
|
||||||
0x3B, 0x40, 0x7B, 0x68, 0x1A, 0x8F, 0x0D, 0x38, 0xBB, 0x21, 0x5D, 0x18,
|
0x51,0x18,0xDF,0x46,0x95,0x79,0xD9,0xBD,0xB5,0x19,0x02,0x2C,
|
||||||
0xFC, 0x0F, 0x46, 0xF7, 0xA3, 0xB0, 0x1D, 0x23, 0xC3, 0xD2, 0xC7, 0x72,
|
0x87,0xDC,0xE7,0x57,0x82,0x7E,0xF1,0x8B,0x06,0x3D,0x00,0xA5,
|
||||||
0x51, 0x18, 0xDF, 0x46, 0x95, 0x79, 0xD9, 0xBD, 0xB5, 0x19, 0x02, 0x2C,
|
0x7B,0x6B,0x26,0x27,0x91,0x0F,0x6A,0x77,0xE4,0xD5,0x04,0xE4,
|
||||||
0x87, 0xDC, 0xE7, 0x57, 0x82, 0x7E, 0xF1, 0x8B, 0x06, 0x3D, 0x00, 0xA5,
|
0x12,0x2C,0x42,0xFF,0xD2,0x88,0xBB,0xD3,0x92,0xA0,0xF9,0xC8,
|
||||||
0x7B, 0x6B, 0x26, 0x27, 0x91, 0x0F, 0x6A, 0x77, 0xE4, 0xD5, 0x04, 0xE4,
|
0x51,0x64,0x14,0x5C,0xD8,0xF9,0x6C,0x47,0x82,0xB4,0x1C,0x7F,
|
||||||
0x12, 0x2C, 0x42, 0xFF, 0xD2, 0x88, 0xBB, 0xD3, 0x92, 0xA0, 0xF9, 0xC8,
|
0x09,0xB8,0xF0,0x25,0x83,0x1D,0x3F,0x3F,0x05,0xB3,0x21,0x0A,
|
||||||
0x51, 0x64, 0x14, 0x5C, 0xD8, 0xF9, 0x6C, 0x47, 0x82, 0xB4, 0x1C, 0x7F,
|
0x5D,0xA7,0xD8,0x54,0xC3,0x65,0x7D,0xC3,0xB0,0x1D,0xBF,0xAE,
|
||||||
0x09, 0xB8, 0xF0, 0x25, 0x83, 0x1D, 0x3F, 0x3F, 0x05, 0xB3, 0x21, 0x0A,
|
0xF8,0x68,0xCF,0x9B,
|
||||||
0x5D, 0xA7, 0xD8, 0x54, 0xC3, 0x65, 0x7D, 0xC3, 0xB0, 0x1D, 0xBF, 0xAE,
|
};
|
||||||
0xF8, 0x68, 0xCF, 0x9B,
|
static unsigned char dsa2048_q[]={
|
||||||
};
|
0x97,0xE7,0x33,0x4D,0xD3,0x94,0x3E,0x0B,0xDB,0x62,0x74,0xC6,
|
||||||
|
0xA1,0x08,0xDD,0x19,0xA3,0x75,0x17,0x1B,
|
||||||
static unsigned char dsa2048_q[] = {
|
};
|
||||||
0x97, 0xE7, 0x33, 0x4D, 0xD3, 0x94, 0x3E, 0x0B, 0xDB, 0x62, 0x74, 0xC6,
|
static unsigned char dsa2048_g[]={
|
||||||
0xA1, 0x08, 0xDD, 0x19, 0xA3, 0x75, 0x17, 0x1B,
|
0x2C,0x78,0x16,0x59,0x34,0x63,0xF4,0xF3,0x92,0xFC,0xB5,0xA5,
|
||||||
};
|
0x4F,0x13,0xDE,0x2F,0x1C,0xA4,0x3C,0xAE,0xAD,0x38,0x3F,0x7E,
|
||||||
|
0x90,0xBF,0x96,0xA6,0xAE,0x25,0x90,0x72,0xF5,0x8E,0x80,0x0C,
|
||||||
static unsigned char dsa2048_g[] = {
|
0x39,0x1C,0xD9,0xEC,0xBA,0x90,0x5B,0x3A,0xE8,0x58,0x6C,0x9E,
|
||||||
0x2C, 0x78, 0x16, 0x59, 0x34, 0x63, 0xF4, 0xF3, 0x92, 0xFC, 0xB5, 0xA5,
|
0x30,0x42,0x37,0x02,0x31,0x82,0xBC,0x6A,0xDF,0x6A,0x09,0x29,
|
||||||
0x4F, 0x13, 0xDE, 0x2F, 0x1C, 0xA4, 0x3C, 0xAE, 0xAD, 0x38, 0x3F, 0x7E,
|
0xE3,0xC0,0x46,0xD1,0xCB,0x85,0xEC,0x0C,0x30,0x5E,0xEA,0xC8,
|
||||||
0x90, 0xBF, 0x96, 0xA6, 0xAE, 0x25, 0x90, 0x72, 0xF5, 0x8E, 0x80, 0x0C,
|
0x39,0x8E,0x22,0x9F,0x22,0x10,0xD2,0x34,0x61,0x68,0x37,0x3D,
|
||||||
0x39, 0x1C, 0xD9, 0xEC, 0xBA, 0x90, 0x5B, 0x3A, 0xE8, 0x58, 0x6C, 0x9E,
|
0x2E,0x4A,0x5B,0x9A,0xF5,0xC1,0x48,0xC6,0xF6,0xDC,0x63,0x1A,
|
||||||
0x30, 0x42, 0x37, 0x02, 0x31, 0x82, 0xBC, 0x6A, 0xDF, 0x6A, 0x09, 0x29,
|
0xD3,0x96,0x64,0xBA,0x34,0xC9,0xD1,0xA0,0xD1,0xAE,0x6C,0x2F,
|
||||||
0xE3, 0xC0, 0x46, 0xD1, 0xCB, 0x85, 0xEC, 0x0C, 0x30, 0x5E, 0xEA, 0xC8,
|
0x48,0x17,0x93,0x14,0x43,0xED,0xF0,0x21,0x30,0x19,0xC3,0x1B,
|
||||||
0x39, 0x8E, 0x22, 0x9F, 0x22, 0x10, 0xD2, 0x34, 0x61, 0x68, 0x37, 0x3D,
|
0x5F,0xDE,0xA3,0xF0,0x70,0x78,0x18,0xE1,0xA8,0xE4,0xEE,0x2E,
|
||||||
0x2E, 0x4A, 0x5B, 0x9A, 0xF5, 0xC1, 0x48, 0xC6, 0xF6, 0xDC, 0x63, 0x1A,
|
0x00,0xA5,0xE4,0xB3,0x17,0xC8,0x0C,0x7D,0x6E,0x42,0xDC,0xB7,
|
||||||
0xD3, 0x96, 0x64, 0xBA, 0x34, 0xC9, 0xD1, 0xA0, 0xD1, 0xAE, 0x6C, 0x2F,
|
0x46,0x00,0x36,0x4D,0xD4,0x46,0xAA,0x3D,0x3C,0x46,0x89,0x40,
|
||||||
0x48, 0x17, 0x93, 0x14, 0x43, 0xED, 0xF0, 0x21, 0x30, 0x19, 0xC3, 0x1B,
|
0xBF,0x1D,0x84,0x77,0x0A,0x75,0xF3,0x87,0x1D,0x08,0x4C,0xA6,
|
||||||
0x5F, 0xDE, 0xA3, 0xF0, 0x70, 0x78, 0x18, 0xE1, 0xA8, 0xE4, 0xEE, 0x2E,
|
0xD1,0xA9,0x1C,0x1E,0x12,0x1E,0xE1,0xC7,0x30,0x28,0x76,0xA5,
|
||||||
0x00, 0xA5, 0xE4, 0xB3, 0x17, 0xC8, 0x0C, 0x7D, 0x6E, 0x42, 0xDC, 0xB7,
|
0x7F,0x6C,0x85,0x96,0x2B,0x6F,0xDB,0x80,0x66,0x26,0xAE,0xF5,
|
||||||
0x46, 0x00, 0x36, 0x4D, 0xD4, 0x46, 0xAA, 0x3D, 0x3C, 0x46, 0x89, 0x40,
|
0x93,0xC7,0x8E,0xAE,0x9A,0xED,0xE4,0xCA,0x04,0xEA,0x3B,0x72,
|
||||||
0xBF, 0x1D, 0x84, 0x77, 0x0A, 0x75, 0xF3, 0x87, 0x1D, 0x08, 0x4C, 0xA6,
|
0xEF,0xDC,0x87,0xED,0x0D,0xA5,0x4C,0x4A,0xDD,0x71,0x22,0x64,
|
||||||
0xD1, 0xA9, 0x1C, 0x1E, 0x12, 0x1E, 0xE1, 0xC7, 0x30, 0x28, 0x76, 0xA5,
|
0x59,0x69,0x4E,0x8E,0xBF,0x43,0xDC,0xAB,0x8E,0x66,0xBB,0x01,
|
||||||
0x7F, 0x6C, 0x85, 0x96, 0x2B, 0x6F, 0xDB, 0x80, 0x66, 0x26, 0xAE, 0xF5,
|
0xB6,0xF4,0xE7,0xFD,0xD2,0xAD,0x9F,0x36,0xC1,0xA0,0x29,0x99,
|
||||||
0x93, 0xC7, 0x8E, 0xAE, 0x9A, 0xED, 0xE4, 0xCA, 0x04, 0xEA, 0x3B, 0x72,
|
0xD1,0x96,0x70,0x59,0x06,0x78,0x35,0xBD,0x65,0x55,0x52,0x9E,
|
||||||
0xEF, 0xDC, 0x87, 0xED, 0x0D, 0xA5, 0x4C, 0x4A, 0xDD, 0x71, 0x22, 0x64,
|
0xF8,0xB2,0xE5,0x38,
|
||||||
0x59, 0x69, 0x4E, 0x8E, 0xBF, 0x43, 0xDC, 0xAB, 0x8E, 0x66, 0xBB, 0x01,
|
};
|
||||||
0xB6, 0xF4, 0xE7, 0xFD, 0xD2, 0xAD, 0x9F, 0x36, 0xC1, 0xA0, 0x29, 0x99,
|
|
||||||
0xD1, 0x96, 0x70, 0x59, 0x06, 0x78, 0x35, 0xBD, 0x65, 0x55, 0x52, 0x9E,
|
|
||||||
0xF8, 0xB2, 0xE5, 0x38,
|
|
||||||
};
|
|
||||||
|
|
||||||
DSA *get_dsa2048()
|
DSA *get_dsa2048()
|
||||||
{
|
{
|
||||||
DSA *dsa;
|
DSA *dsa;
|
||||||
|
|
||||||
if ((dsa = DSA_new()) == NULL)
|
if ((dsa=DSA_new()) == NULL) return(NULL);
|
||||||
return (NULL);
|
dsa->priv_key=BN_bin2bn(dsa2048_priv,sizeof(dsa2048_priv),NULL);
|
||||||
dsa->priv_key = BN_bin2bn(dsa2048_priv, sizeof(dsa2048_priv), NULL);
|
dsa->pub_key=BN_bin2bn(dsa2048_pub,sizeof(dsa2048_pub),NULL);
|
||||||
dsa->pub_key = BN_bin2bn(dsa2048_pub, sizeof(dsa2048_pub), NULL);
|
dsa->p=BN_bin2bn(dsa2048_p,sizeof(dsa2048_p),NULL);
|
||||||
dsa->p = BN_bin2bn(dsa2048_p, sizeof(dsa2048_p), NULL);
|
dsa->q=BN_bin2bn(dsa2048_q,sizeof(dsa2048_q),NULL);
|
||||||
dsa->q = BN_bin2bn(dsa2048_q, sizeof(dsa2048_q), NULL);
|
dsa->g=BN_bin2bn(dsa2048_g,sizeof(dsa2048_g),NULL);
|
||||||
dsa->g = BN_bin2bn(dsa2048_g, sizeof(dsa2048_g), NULL);
|
if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
|
||||||
if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL)
|
(dsa->q == NULL) || (dsa->g == NULL))
|
||||||
|| (dsa->q == NULL) || (dsa->g == NULL))
|
return(NULL);
|
||||||
return (NULL);
|
return(dsa);
|
||||||
return (dsa);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static const char rnd_seed[] =
|
static const char rnd_seed[] = "string to make the random number generator think it has entropy";
|
||||||
"string to make the random number generator think it has entropy";
|
|
||||||
static int rnd_fake = 0;
|
static int rnd_fake = 0;
|
||||||
|
|||||||
910
apps/testrsa.h
910
apps/testrsa.h
@@ -57,462 +57,462 @@
|
|||||||
* [including the GNU Public Licence.]
|
* [including the GNU Public Licence.]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static unsigned char test512[] = {
|
static unsigned char test512[]={
|
||||||
0x30, 0x82, 0x01, 0x3a, 0x02, 0x01, 0x00, 0x02, 0x41, 0x00,
|
0x30,0x82,0x01,0x3a,0x02,0x01,0x00,0x02,0x41,0x00,
|
||||||
0xd6, 0x33, 0xb9, 0xc8, 0xfb, 0x4f, 0x3c, 0x7d, 0xc0, 0x01,
|
0xd6,0x33,0xb9,0xc8,0xfb,0x4f,0x3c,0x7d,0xc0,0x01,
|
||||||
0x86, 0xd0, 0xe7, 0xa0, 0x55, 0xf2, 0x95, 0x93, 0xcc, 0x4f,
|
0x86,0xd0,0xe7,0xa0,0x55,0xf2,0x95,0x93,0xcc,0x4f,
|
||||||
0xb7, 0x5b, 0x67, 0x5b, 0x94, 0x68, 0xc9, 0x34, 0x15, 0xde,
|
0xb7,0x5b,0x67,0x5b,0x94,0x68,0xc9,0x34,0x15,0xde,
|
||||||
0xa5, 0x2e, 0x1c, 0x33, 0xc2, 0x6e, 0xfc, 0x34, 0x5e, 0x71,
|
0xa5,0x2e,0x1c,0x33,0xc2,0x6e,0xfc,0x34,0x5e,0x71,
|
||||||
0x13, 0xb7, 0xd6, 0xee, 0xd8, 0xa5, 0x65, 0x05, 0x72, 0x87,
|
0x13,0xb7,0xd6,0xee,0xd8,0xa5,0x65,0x05,0x72,0x87,
|
||||||
0xa8, 0xb0, 0x77, 0xfe, 0x57, 0xf5, 0xfc, 0x5f, 0x55, 0x83,
|
0xa8,0xb0,0x77,0xfe,0x57,0xf5,0xfc,0x5f,0x55,0x83,
|
||||||
0x87, 0xdd, 0x57, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0x02,
|
0x87,0xdd,0x57,0x49,0x02,0x03,0x01,0x00,0x01,0x02,
|
||||||
0x41, 0x00, 0xa7, 0xf7, 0x91, 0xc5, 0x0f, 0x84, 0x57, 0xdc,
|
0x41,0x00,0xa7,0xf7,0x91,0xc5,0x0f,0x84,0x57,0xdc,
|
||||||
0x07, 0xf7, 0x6a, 0x7f, 0x60, 0x52, 0xb3, 0x72, 0xf1, 0x66,
|
0x07,0xf7,0x6a,0x7f,0x60,0x52,0xb3,0x72,0xf1,0x66,
|
||||||
0x1f, 0x7d, 0x97, 0x3b, 0x9e, 0xb6, 0x0a, 0x8f, 0x8c, 0xcf,
|
0x1f,0x7d,0x97,0x3b,0x9e,0xb6,0x0a,0x8f,0x8c,0xcf,
|
||||||
0x42, 0x23, 0x00, 0x04, 0xd4, 0x28, 0x0e, 0x1c, 0x90, 0xc4,
|
0x42,0x23,0x00,0x04,0xd4,0x28,0x0e,0x1c,0x90,0xc4,
|
||||||
0x11, 0x25, 0x25, 0xa5, 0x93, 0xa5, 0x2f, 0x70, 0x02, 0xdf,
|
0x11,0x25,0x25,0xa5,0x93,0xa5,0x2f,0x70,0x02,0xdf,
|
||||||
0x81, 0x9c, 0x49, 0x03, 0xa0, 0xf8, 0x6d, 0x54, 0x2e, 0x26,
|
0x81,0x9c,0x49,0x03,0xa0,0xf8,0x6d,0x54,0x2e,0x26,
|
||||||
0xde, 0xaa, 0x85, 0x59, 0xa8, 0x31, 0x02, 0x21, 0x00, 0xeb,
|
0xde,0xaa,0x85,0x59,0xa8,0x31,0x02,0x21,0x00,0xeb,
|
||||||
0x47, 0xd7, 0x3b, 0xf6, 0xc3, 0xdd, 0x5a, 0x46, 0xc5, 0xb9,
|
0x47,0xd7,0x3b,0xf6,0xc3,0xdd,0x5a,0x46,0xc5,0xb9,
|
||||||
0x2b, 0x9a, 0xa0, 0x09, 0x8f, 0xa6, 0xfb, 0xf3, 0x78, 0x7a,
|
0x2b,0x9a,0xa0,0x09,0x8f,0xa6,0xfb,0xf3,0x78,0x7a,
|
||||||
0x33, 0x70, 0x9d, 0x0f, 0x42, 0x6b, 0x13, 0x68, 0x24, 0xd3,
|
0x33,0x70,0x9d,0x0f,0x42,0x6b,0x13,0x68,0x24,0xd3,
|
||||||
0x15, 0x02, 0x21, 0x00, 0xe9, 0x10, 0xb0, 0xb3, 0x0d, 0xe2,
|
0x15,0x02,0x21,0x00,0xe9,0x10,0xb0,0xb3,0x0d,0xe2,
|
||||||
0x82, 0x68, 0x77, 0x8a, 0x6e, 0x7c, 0xda, 0xbc, 0x3e, 0x53,
|
0x82,0x68,0x77,0x8a,0x6e,0x7c,0xda,0xbc,0x3e,0x53,
|
||||||
0x83, 0xfb, 0xd6, 0x22, 0xe7, 0xb5, 0xae, 0x6e, 0x80, 0xda,
|
0x83,0xfb,0xd6,0x22,0xe7,0xb5,0xae,0x6e,0x80,0xda,
|
||||||
0x00, 0x55, 0x97, 0xc1, 0xd0, 0x65, 0x02, 0x20, 0x4c, 0xf8,
|
0x00,0x55,0x97,0xc1,0xd0,0x65,0x02,0x20,0x4c,0xf8,
|
||||||
0x73, 0xb1, 0x6a, 0x49, 0x29, 0x61, 0x1f, 0x46, 0x10, 0x0d,
|
0x73,0xb1,0x6a,0x49,0x29,0x61,0x1f,0x46,0x10,0x0d,
|
||||||
0xf3, 0xc7, 0xe7, 0x58, 0xd7, 0x88, 0x15, 0x5e, 0x94, 0x9b,
|
0xf3,0xc7,0xe7,0x58,0xd7,0x88,0x15,0x5e,0x94,0x9b,
|
||||||
0xbf, 0x7b, 0xa2, 0x42, 0x58, 0x45, 0x41, 0x0c, 0xcb, 0x01,
|
0xbf,0x7b,0xa2,0x42,0x58,0x45,0x41,0x0c,0xcb,0x01,
|
||||||
0x02, 0x20, 0x12, 0x11, 0xba, 0x31, 0x57, 0x9d, 0x3d, 0x11,
|
0x02,0x20,0x12,0x11,0xba,0x31,0x57,0x9d,0x3d,0x11,
|
||||||
0x0e, 0x5b, 0x8c, 0x2f, 0x5f, 0xe2, 0x02, 0x4f, 0x05, 0x47,
|
0x0e,0x5b,0x8c,0x2f,0x5f,0xe2,0x02,0x4f,0x05,0x47,
|
||||||
0x8c, 0x15, 0x8e, 0xb3, 0x56, 0x3f, 0xb8, 0xfb, 0xad, 0xd4,
|
0x8c,0x15,0x8e,0xb3,0x56,0x3f,0xb8,0xfb,0xad,0xd4,
|
||||||
0xf4, 0xfc, 0x10, 0xc5, 0x02, 0x20, 0x18, 0xa1, 0x29, 0x99,
|
0xf4,0xfc,0x10,0xc5,0x02,0x20,0x18,0xa1,0x29,0x99,
|
||||||
0x5b, 0xd9, 0xc8, 0xd4, 0xfc, 0x49, 0x7a, 0x2a, 0x21, 0x2c,
|
0x5b,0xd9,0xc8,0xd4,0xfc,0x49,0x7a,0x2a,0x21,0x2c,
|
||||||
0x49, 0xe4, 0x4f, 0xeb, 0xef, 0x51, 0xf1, 0xab, 0x6d, 0xfb,
|
0x49,0xe4,0x4f,0xeb,0xef,0x51,0xf1,0xab,0x6d,0xfb,
|
||||||
0x4b, 0x14, 0xe9, 0x4b, 0x52, 0xb5, 0x82, 0x2c,
|
0x4b,0x14,0xe9,0x4b,0x52,0xb5,0x82,0x2c,
|
||||||
};
|
};
|
||||||
|
|
||||||
static unsigned char test1024[] = {
|
static unsigned char test1024[]={
|
||||||
0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 0x81, 0x81,
|
0x30,0x82,0x02,0x5c,0x02,0x01,0x00,0x02,0x81,0x81,
|
||||||
0x00, 0xdc, 0x98, 0x43, 0xe8, 0x3d, 0x43, 0x5b, 0xe4, 0x05,
|
0x00,0xdc,0x98,0x43,0xe8,0x3d,0x43,0x5b,0xe4,0x05,
|
||||||
0xcd, 0xd0, 0xa9, 0x3e, 0xcb, 0x83, 0x75, 0xf6, 0xb5, 0xa5,
|
0xcd,0xd0,0xa9,0x3e,0xcb,0x83,0x75,0xf6,0xb5,0xa5,
|
||||||
0x9f, 0x6b, 0xe9, 0x34, 0x41, 0x29, 0x18, 0xfa, 0x6a, 0x55,
|
0x9f,0x6b,0xe9,0x34,0x41,0x29,0x18,0xfa,0x6a,0x55,
|
||||||
0x4d, 0x70, 0xfc, 0xec, 0xae, 0x87, 0x38, 0x0a, 0x20, 0xa9,
|
0x4d,0x70,0xfc,0xec,0xae,0x87,0x38,0x0a,0x20,0xa9,
|
||||||
0xc0, 0x45, 0x77, 0x6e, 0x57, 0x60, 0x57, 0xf4, 0xed, 0x96,
|
0xc0,0x45,0x77,0x6e,0x57,0x60,0x57,0xf4,0xed,0x96,
|
||||||
0x22, 0xcb, 0x8f, 0xe1, 0x33, 0x3a, 0x17, 0x1f, 0xed, 0x37,
|
0x22,0xcb,0x8f,0xe1,0x33,0x3a,0x17,0x1f,0xed,0x37,
|
||||||
0xa5, 0x6f, 0xeb, 0xa6, 0xbc, 0x12, 0x80, 0x1d, 0x53, 0xbd,
|
0xa5,0x6f,0xeb,0xa6,0xbc,0x12,0x80,0x1d,0x53,0xbd,
|
||||||
0x70, 0xeb, 0x21, 0x76, 0x3e, 0xc9, 0x2f, 0x1a, 0x45, 0x24,
|
0x70,0xeb,0x21,0x76,0x3e,0xc9,0x2f,0x1a,0x45,0x24,
|
||||||
0x82, 0xff, 0xcd, 0x59, 0x32, 0x06, 0x2e, 0x12, 0x3b, 0x23,
|
0x82,0xff,0xcd,0x59,0x32,0x06,0x2e,0x12,0x3b,0x23,
|
||||||
0x78, 0xed, 0x12, 0x3d, 0xe0, 0x8d, 0xf9, 0x67, 0x4f, 0x37,
|
0x78,0xed,0x12,0x3d,0xe0,0x8d,0xf9,0x67,0x4f,0x37,
|
||||||
0x4e, 0x47, 0x02, 0x4c, 0x2d, 0xc0, 0x4f, 0x1f, 0xb3, 0x94,
|
0x4e,0x47,0x02,0x4c,0x2d,0xc0,0x4f,0x1f,0xb3,0x94,
|
||||||
0xe1, 0x41, 0x2e, 0x2d, 0x90, 0x10, 0xfc, 0x82, 0x91, 0x8b,
|
0xe1,0x41,0x2e,0x2d,0x90,0x10,0xfc,0x82,0x91,0x8b,
|
||||||
0x0f, 0x22, 0xd4, 0xf2, 0xfc, 0x2c, 0xab, 0x53, 0x55, 0x02,
|
0x0f,0x22,0xd4,0xf2,0xfc,0x2c,0xab,0x53,0x55,0x02,
|
||||||
0x03, 0x01, 0x00, 0x01, 0x02, 0x81, 0x80, 0x2b, 0xcc, 0x3f,
|
0x03,0x01,0x00,0x01,0x02,0x81,0x80,0x2b,0xcc,0x3f,
|
||||||
0x8f, 0x58, 0xba, 0x8b, 0x00, 0x16, 0xf6, 0xea, 0x3a, 0xf0,
|
0x8f,0x58,0xba,0x8b,0x00,0x16,0xf6,0xea,0x3a,0xf0,
|
||||||
0x30, 0xd0, 0x05, 0x17, 0xda, 0xb0, 0xeb, 0x9a, 0x2d, 0x4f,
|
0x30,0xd0,0x05,0x17,0xda,0xb0,0xeb,0x9a,0x2d,0x4f,
|
||||||
0x26, 0xb0, 0xd6, 0x38, 0xc1, 0xeb, 0xf5, 0xd8, 0x3d, 0x1f,
|
0x26,0xb0,0xd6,0x38,0xc1,0xeb,0xf5,0xd8,0x3d,0x1f,
|
||||||
0x70, 0xf7, 0x7f, 0xf4, 0xe2, 0xcf, 0x51, 0x51, 0x79, 0x88,
|
0x70,0xf7,0x7f,0xf4,0xe2,0xcf,0x51,0x51,0x79,0x88,
|
||||||
0xfa, 0xe8, 0x32, 0x0e, 0x7b, 0x2d, 0x97, 0xf2, 0xfa, 0xba,
|
0xfa,0xe8,0x32,0x0e,0x7b,0x2d,0x97,0xf2,0xfa,0xba,
|
||||||
0x27, 0xc5, 0x9c, 0xd9, 0xc5, 0xeb, 0x8a, 0x79, 0x52, 0x3c,
|
0x27,0xc5,0x9c,0xd9,0xc5,0xeb,0x8a,0x79,0x52,0x3c,
|
||||||
0x64, 0x34, 0x7d, 0xc2, 0xcf, 0x28, 0xc7, 0x4e, 0xd5, 0x43,
|
0x64,0x34,0x7d,0xc2,0xcf,0x28,0xc7,0x4e,0xd5,0x43,
|
||||||
0x0b, 0xd1, 0xa6, 0xca, 0x6d, 0x03, 0x2d, 0x72, 0x23, 0xbc,
|
0x0b,0xd1,0xa6,0xca,0x6d,0x03,0x2d,0x72,0x23,0xbc,
|
||||||
0x6d, 0x05, 0xfa, 0x16, 0x09, 0x2f, 0x2e, 0x5c, 0xb6, 0xee,
|
0x6d,0x05,0xfa,0x16,0x09,0x2f,0x2e,0x5c,0xb6,0xee,
|
||||||
0x74, 0xdd, 0xd2, 0x48, 0x8e, 0x36, 0x0c, 0x06, 0x3d, 0x4d,
|
0x74,0xdd,0xd2,0x48,0x8e,0x36,0x0c,0x06,0x3d,0x4d,
|
||||||
0xe5, 0x10, 0x82, 0xeb, 0x6a, 0xf3, 0x4b, 0x9f, 0xd6, 0xed,
|
0xe5,0x10,0x82,0xeb,0x6a,0xf3,0x4b,0x9f,0xd6,0xed,
|
||||||
0x11, 0xb1, 0x6e, 0xec, 0xf4, 0xfe, 0x8e, 0x75, 0x94, 0x20,
|
0x11,0xb1,0x6e,0xec,0xf4,0xfe,0x8e,0x75,0x94,0x20,
|
||||||
0x2f, 0xcb, 0xac, 0x46, 0xf1, 0x02, 0x41, 0x00, 0xf9, 0x8c,
|
0x2f,0xcb,0xac,0x46,0xf1,0x02,0x41,0x00,0xf9,0x8c,
|
||||||
0xa3, 0x85, 0xb1, 0xdd, 0x29, 0xaf, 0x65, 0xc1, 0x33, 0xf3,
|
0xa3,0x85,0xb1,0xdd,0x29,0xaf,0x65,0xc1,0x33,0xf3,
|
||||||
0x95, 0xc5, 0x52, 0x68, 0x0b, 0xd4, 0xf1, 0xe5, 0x0e, 0x02,
|
0x95,0xc5,0x52,0x68,0x0b,0xd4,0xf1,0xe5,0x0e,0x02,
|
||||||
0x9f, 0x4f, 0xfa, 0x77, 0xdc, 0x46, 0x9e, 0xc7, 0xa6, 0xe4,
|
0x9f,0x4f,0xfa,0x77,0xdc,0x46,0x9e,0xc7,0xa6,0xe4,
|
||||||
0x16, 0x29, 0xda, 0xb0, 0x07, 0xcf, 0x5b, 0xa9, 0x12, 0x8a,
|
0x16,0x29,0xda,0xb0,0x07,0xcf,0x5b,0xa9,0x12,0x8a,
|
||||||
0xdd, 0x63, 0x0a, 0xde, 0x2e, 0x8c, 0x66, 0x8b, 0x8c, 0xdc,
|
0xdd,0x63,0x0a,0xde,0x2e,0x8c,0x66,0x8b,0x8c,0xdc,
|
||||||
0x19, 0xa3, 0x7e, 0xf4, 0x3b, 0xd0, 0x1a, 0x8c, 0xa4, 0xc2,
|
0x19,0xa3,0x7e,0xf4,0x3b,0xd0,0x1a,0x8c,0xa4,0xc2,
|
||||||
0xe1, 0xd3, 0x02, 0x41, 0x00, 0xe2, 0x4c, 0x05, 0xf2, 0x04,
|
0xe1,0xd3,0x02,0x41,0x00,0xe2,0x4c,0x05,0xf2,0x04,
|
||||||
0x86, 0x4e, 0x61, 0x43, 0xdb, 0xb0, 0xb9, 0x96, 0x86, 0x52,
|
0x86,0x4e,0x61,0x43,0xdb,0xb0,0xb9,0x96,0x86,0x52,
|
||||||
0x2c, 0xca, 0x8d, 0x7b, 0xab, 0x0b, 0x13, 0x0d, 0x7e, 0x38,
|
0x2c,0xca,0x8d,0x7b,0xab,0x0b,0x13,0x0d,0x7e,0x38,
|
||||||
0x5b, 0xe2, 0x2e, 0x7b, 0x0e, 0xe7, 0x19, 0x99, 0x38, 0xe7,
|
0x5b,0xe2,0x2e,0x7b,0x0e,0xe7,0x19,0x99,0x38,0xe7,
|
||||||
0xf2, 0x21, 0xbd, 0x85, 0x85, 0xe3, 0xfd, 0x28, 0x77, 0x20,
|
0xf2,0x21,0xbd,0x85,0x85,0xe3,0xfd,0x28,0x77,0x20,
|
||||||
0x31, 0x71, 0x2c, 0xd0, 0xff, 0xfb, 0x2e, 0xaf, 0x85, 0xb4,
|
0x31,0x71,0x2c,0xd0,0xff,0xfb,0x2e,0xaf,0x85,0xb4,
|
||||||
0x86, 0xca, 0xf3, 0xbb, 0xca, 0xaa, 0x0f, 0x95, 0x37, 0x02,
|
0x86,0xca,0xf3,0xbb,0xca,0xaa,0x0f,0x95,0x37,0x02,
|
||||||
0x40, 0x0e, 0x41, 0x9a, 0x95, 0xe8, 0xb3, 0x59, 0xce, 0x4b,
|
0x40,0x0e,0x41,0x9a,0x95,0xe8,0xb3,0x59,0xce,0x4b,
|
||||||
0x61, 0xde, 0x35, 0xec, 0x38, 0x79, 0x9c, 0xb8, 0x10, 0x52,
|
0x61,0xde,0x35,0xec,0x38,0x79,0x9c,0xb8,0x10,0x52,
|
||||||
0x41, 0x63, 0xab, 0x82, 0xae, 0x6f, 0x00, 0xa9, 0xf4, 0xde,
|
0x41,0x63,0xab,0x82,0xae,0x6f,0x00,0xa9,0xf4,0xde,
|
||||||
0xdd, 0x49, 0x0b, 0x7e, 0xb8, 0xa5, 0x65, 0xa9, 0x0c, 0x8f,
|
0xdd,0x49,0x0b,0x7e,0xb8,0xa5,0x65,0xa9,0x0c,0x8f,
|
||||||
0x8f, 0xf9, 0x1f, 0x35, 0xc6, 0x92, 0xb8, 0x5e, 0xb0, 0x66,
|
0x8f,0xf9,0x1f,0x35,0xc6,0x92,0xb8,0x5e,0xb0,0x66,
|
||||||
0xab, 0x52, 0x40, 0xc0, 0xb6, 0x36, 0x6a, 0x7d, 0x80, 0x46,
|
0xab,0x52,0x40,0xc0,0xb6,0x36,0x6a,0x7d,0x80,0x46,
|
||||||
0x04, 0x02, 0xe5, 0x9f, 0x41, 0x02, 0x41, 0x00, 0xc0, 0xad,
|
0x04,0x02,0xe5,0x9f,0x41,0x02,0x41,0x00,0xc0,0xad,
|
||||||
0xcc, 0x4e, 0x21, 0xee, 0x1d, 0x24, 0x91, 0xfb, 0xa7, 0x80,
|
0xcc,0x4e,0x21,0xee,0x1d,0x24,0x91,0xfb,0xa7,0x80,
|
||||||
0x8d, 0x9a, 0xb6, 0xb3, 0x2e, 0x8f, 0xc2, 0xe1, 0x82, 0xdf,
|
0x8d,0x9a,0xb6,0xb3,0x2e,0x8f,0xc2,0xe1,0x82,0xdf,
|
||||||
0x69, 0x18, 0xb4, 0x71, 0xff, 0xa6, 0x65, 0xde, 0xed, 0x84,
|
0x69,0x18,0xb4,0x71,0xff,0xa6,0x65,0xde,0xed,0x84,
|
||||||
0x8d, 0x42, 0xb7, 0xb3, 0x21, 0x69, 0x56, 0x1c, 0x07, 0x60,
|
0x8d,0x42,0xb7,0xb3,0x21,0x69,0x56,0x1c,0x07,0x60,
|
||||||
0x51, 0x29, 0x04, 0xff, 0x34, 0x06, 0xdd, 0xb9, 0x67, 0x2c,
|
0x51,0x29,0x04,0xff,0x34,0x06,0xdd,0xb9,0x67,0x2c,
|
||||||
0x7c, 0x04, 0x93, 0x0e, 0x46, 0x15, 0xbb, 0x2a, 0xb7, 0x1b,
|
0x7c,0x04,0x93,0x0e,0x46,0x15,0xbb,0x2a,0xb7,0x1b,
|
||||||
0xe7, 0x87, 0x02, 0x40, 0x78, 0xda, 0x5d, 0x07, 0x51, 0x0c,
|
0xe7,0x87,0x02,0x40,0x78,0xda,0x5d,0x07,0x51,0x0c,
|
||||||
0x16, 0x7a, 0x9f, 0x29, 0x20, 0x84, 0x0d, 0x42, 0xfa, 0xd7,
|
0x16,0x7a,0x9f,0x29,0x20,0x84,0x0d,0x42,0xfa,0xd7,
|
||||||
0x00, 0xd8, 0x77, 0x7e, 0xb0, 0xb0, 0x6b, 0xd6, 0x5b, 0x53,
|
0x00,0xd8,0x77,0x7e,0xb0,0xb0,0x6b,0xd6,0x5b,0x53,
|
||||||
0xb8, 0x9b, 0x7a, 0xcd, 0xc7, 0x2b, 0xb8, 0x6a, 0x63, 0xa9,
|
0xb8,0x9b,0x7a,0xcd,0xc7,0x2b,0xb8,0x6a,0x63,0xa9,
|
||||||
0xfb, 0x6f, 0xa4, 0x72, 0xbf, 0x4c, 0x5d, 0x00, 0x14, 0xba,
|
0xfb,0x6f,0xa4,0x72,0xbf,0x4c,0x5d,0x00,0x14,0xba,
|
||||||
0xfa, 0x59, 0x88, 0xed, 0xe4, 0xe0, 0x8c, 0xa2, 0xec, 0x14,
|
0xfa,0x59,0x88,0xed,0xe4,0xe0,0x8c,0xa2,0xec,0x14,
|
||||||
0x7e, 0x2d, 0xe2, 0xf0, 0x46, 0x49, 0x95, 0x45,
|
0x7e,0x2d,0xe2,0xf0,0x46,0x49,0x95,0x45,
|
||||||
};
|
};
|
||||||
|
|
||||||
static unsigned char test2048[] = {
|
static unsigned char test2048[]={
|
||||||
0x30, 0x82, 0x04, 0xa3, 0x02, 0x01, 0x00, 0x02, 0x82, 0x01,
|
0x30,0x82,0x04,0xa3,0x02,0x01,0x00,0x02,0x82,0x01,
|
||||||
0x01, 0x00, 0xc0, 0xc0, 0xce, 0x3e, 0x3c, 0x53, 0x67, 0x3f,
|
0x01,0x00,0xc0,0xc0,0xce,0x3e,0x3c,0x53,0x67,0x3f,
|
||||||
0x4f, 0xc5, 0x2f, 0xa4, 0xc2, 0x5a, 0x2f, 0x58, 0xfd, 0x27,
|
0x4f,0xc5,0x2f,0xa4,0xc2,0x5a,0x2f,0x58,0xfd,0x27,
|
||||||
0x52, 0x6a, 0xe8, 0xcf, 0x4a, 0x73, 0x47, 0x8d, 0x25, 0x0f,
|
0x52,0x6a,0xe8,0xcf,0x4a,0x73,0x47,0x8d,0x25,0x0f,
|
||||||
0x5f, 0x03, 0x26, 0x78, 0xef, 0xf0, 0x22, 0x12, 0xd3, 0xde,
|
0x5f,0x03,0x26,0x78,0xef,0xf0,0x22,0x12,0xd3,0xde,
|
||||||
0x47, 0xb2, 0x1c, 0x0b, 0x38, 0x63, 0x1a, 0x6c, 0x85, 0x7a,
|
0x47,0xb2,0x1c,0x0b,0x38,0x63,0x1a,0x6c,0x85,0x7a,
|
||||||
0x80, 0xc6, 0x8f, 0xa0, 0x41, 0xaf, 0x62, 0xc4, 0x67, 0x32,
|
0x80,0xc6,0x8f,0xa0,0x41,0xaf,0x62,0xc4,0x67,0x32,
|
||||||
0x88, 0xf8, 0xa6, 0x9c, 0xf5, 0x23, 0x1d, 0xe4, 0xac, 0x3f,
|
0x88,0xf8,0xa6,0x9c,0xf5,0x23,0x1d,0xe4,0xac,0x3f,
|
||||||
0x29, 0xf9, 0xec, 0xe1, 0x8b, 0x26, 0x03, 0x2c, 0xb2, 0xab,
|
0x29,0xf9,0xec,0xe1,0x8b,0x26,0x03,0x2c,0xb2,0xab,
|
||||||
0xf3, 0x7d, 0xb5, 0xca, 0x49, 0xc0, 0x8f, 0x1c, 0xdf, 0x33,
|
0xf3,0x7d,0xb5,0xca,0x49,0xc0,0x8f,0x1c,0xdf,0x33,
|
||||||
0x3a, 0x60, 0xda, 0x3c, 0xb0, 0x16, 0xf8, 0xa9, 0x12, 0x8f,
|
0x3a,0x60,0xda,0x3c,0xb0,0x16,0xf8,0xa9,0x12,0x8f,
|
||||||
0x64, 0xac, 0x23, 0x0c, 0x69, 0x64, 0x97, 0x5d, 0x99, 0xd4,
|
0x64,0xac,0x23,0x0c,0x69,0x64,0x97,0x5d,0x99,0xd4,
|
||||||
0x09, 0x83, 0x9b, 0x61, 0xd3, 0xac, 0xf0, 0xde, 0xdd, 0x5e,
|
0x09,0x83,0x9b,0x61,0xd3,0xac,0xf0,0xde,0xdd,0x5e,
|
||||||
0x9f, 0x44, 0x94, 0xdb, 0x3a, 0x4d, 0x97, 0xe8, 0x52, 0x29,
|
0x9f,0x44,0x94,0xdb,0x3a,0x4d,0x97,0xe8,0x52,0x29,
|
||||||
0xf7, 0xdb, 0x94, 0x07, 0x45, 0x90, 0x78, 0x1e, 0x31, 0x0b,
|
0xf7,0xdb,0x94,0x07,0x45,0x90,0x78,0x1e,0x31,0x0b,
|
||||||
0x80, 0xf7, 0x57, 0xad, 0x1c, 0x79, 0xc5, 0xcb, 0x32, 0xb0,
|
0x80,0xf7,0x57,0xad,0x1c,0x79,0xc5,0xcb,0x32,0xb0,
|
||||||
0xce, 0xcd, 0x74, 0xb3, 0xe2, 0x94, 0xc5, 0x78, 0x2f, 0x34,
|
0xce,0xcd,0x74,0xb3,0xe2,0x94,0xc5,0x78,0x2f,0x34,
|
||||||
0x1a, 0x45, 0xf7, 0x8c, 0x52, 0xa5, 0xbc, 0x8d, 0xec, 0xd1,
|
0x1a,0x45,0xf7,0x8c,0x52,0xa5,0xbc,0x8d,0xec,0xd1,
|
||||||
0x2f, 0x31, 0x3b, 0xf0, 0x49, 0x59, 0x5e, 0x88, 0x9d, 0x15,
|
0x2f,0x31,0x3b,0xf0,0x49,0x59,0x5e,0x88,0x9d,0x15,
|
||||||
0x92, 0x35, 0x32, 0xc1, 0xe7, 0x61, 0xec, 0x50, 0x48, 0x7c,
|
0x92,0x35,0x32,0xc1,0xe7,0x61,0xec,0x50,0x48,0x7c,
|
||||||
0xba, 0x05, 0xf9, 0xf8, 0xf8, 0xa7, 0x8c, 0x83, 0xe8, 0x66,
|
0xba,0x05,0xf9,0xf8,0xf8,0xa7,0x8c,0x83,0xe8,0x66,
|
||||||
0x5b, 0xeb, 0xfe, 0xd8, 0x4f, 0xdd, 0x6d, 0x36, 0xc0, 0xb2,
|
0x5b,0xeb,0xfe,0xd8,0x4f,0xdd,0x6d,0x36,0xc0,0xb2,
|
||||||
0x90, 0x0f, 0xb8, 0x52, 0xf9, 0x04, 0x9b, 0x40, 0x2c, 0x27,
|
0x90,0x0f,0xb8,0x52,0xf9,0x04,0x9b,0x40,0x2c,0x27,
|
||||||
0xd6, 0x36, 0x8e, 0xc2, 0x1b, 0x44, 0xf3, 0x92, 0xd5, 0x15,
|
0xd6,0x36,0x8e,0xc2,0x1b,0x44,0xf3,0x92,0xd5,0x15,
|
||||||
0x9e, 0x9a, 0xbc, 0xf3, 0x7d, 0x03, 0xd7, 0x02, 0x14, 0x20,
|
0x9e,0x9a,0xbc,0xf3,0x7d,0x03,0xd7,0x02,0x14,0x20,
|
||||||
0xe9, 0x10, 0x92, 0xfd, 0xf9, 0xfc, 0x8f, 0xe5, 0x18, 0xe1,
|
0xe9,0x10,0x92,0xfd,0xf9,0xfc,0x8f,0xe5,0x18,0xe1,
|
||||||
0x95, 0xcc, 0x9e, 0x60, 0xa6, 0xfa, 0x38, 0x4d, 0x02, 0x03,
|
0x95,0xcc,0x9e,0x60,0xa6,0xfa,0x38,0x4d,0x02,0x03,
|
||||||
0x01, 0x00, 0x01, 0x02, 0x82, 0x01, 0x00, 0x00, 0xc3, 0xc3,
|
0x01,0x00,0x01,0x02,0x82,0x01,0x00,0x00,0xc3,0xc3,
|
||||||
0x0d, 0xb4, 0x27, 0x90, 0x8d, 0x4b, 0xbf, 0xb8, 0x84, 0xaa,
|
0x0d,0xb4,0x27,0x90,0x8d,0x4b,0xbf,0xb8,0x84,0xaa,
|
||||||
0xd0, 0xb8, 0xc7, 0x5d, 0x99, 0xbe, 0x55, 0xf6, 0x3e, 0x7c,
|
0xd0,0xb8,0xc7,0x5d,0x99,0xbe,0x55,0xf6,0x3e,0x7c,
|
||||||
0x49, 0x20, 0xcb, 0x8a, 0x8e, 0x19, 0x0e, 0x66, 0x24, 0xac,
|
0x49,0x20,0xcb,0x8a,0x8e,0x19,0x0e,0x66,0x24,0xac,
|
||||||
0xaf, 0x03, 0x33, 0x97, 0xeb, 0x95, 0xd5, 0x3b, 0x0f, 0x40,
|
0xaf,0x03,0x33,0x97,0xeb,0x95,0xd5,0x3b,0x0f,0x40,
|
||||||
0x56, 0x04, 0x50, 0xd1, 0xe6, 0xbe, 0x84, 0x0b, 0x25, 0xd3,
|
0x56,0x04,0x50,0xd1,0xe6,0xbe,0x84,0x0b,0x25,0xd3,
|
||||||
0x9c, 0xe2, 0x83, 0x6c, 0xf5, 0x62, 0x5d, 0xba, 0x2b, 0x7d,
|
0x9c,0xe2,0x83,0x6c,0xf5,0x62,0x5d,0xba,0x2b,0x7d,
|
||||||
0x3d, 0x7a, 0x6c, 0xe1, 0xd2, 0x0e, 0x54, 0x93, 0x80, 0x01,
|
0x3d,0x7a,0x6c,0xe1,0xd2,0x0e,0x54,0x93,0x80,0x01,
|
||||||
0x91, 0x51, 0x09, 0xe8, 0x5b, 0x8e, 0x47, 0xbd, 0x64, 0xe4,
|
0x91,0x51,0x09,0xe8,0x5b,0x8e,0x47,0xbd,0x64,0xe4,
|
||||||
0x0e, 0x03, 0x83, 0x55, 0xcf, 0x5a, 0x37, 0xf0, 0x25, 0xb5,
|
0x0e,0x03,0x83,0x55,0xcf,0x5a,0x37,0xf0,0x25,0xb5,
|
||||||
0x7d, 0x21, 0xd7, 0x69, 0xdf, 0x6f, 0xc2, 0xcf, 0x10, 0xc9,
|
0x7d,0x21,0xd7,0x69,0xdf,0x6f,0xc2,0xcf,0x10,0xc9,
|
||||||
0x8a, 0x40, 0x9f, 0x7a, 0x70, 0xc0, 0xe8, 0xe8, 0xc0, 0xe6,
|
0x8a,0x40,0x9f,0x7a,0x70,0xc0,0xe8,0xe8,0xc0,0xe6,
|
||||||
0x9a, 0x15, 0x0a, 0x8d, 0x4e, 0x46, 0xcb, 0x7a, 0xdb, 0xb3,
|
0x9a,0x15,0x0a,0x8d,0x4e,0x46,0xcb,0x7a,0xdb,0xb3,
|
||||||
0xcb, 0x83, 0x02, 0xc4, 0xf0, 0xab, 0xeb, 0x02, 0x01, 0x0e,
|
0xcb,0x83,0x02,0xc4,0xf0,0xab,0xeb,0x02,0x01,0x0e,
|
||||||
0x23, 0xfc, 0x1d, 0xc4, 0xbd, 0xd4, 0xaa, 0x5d, 0x31, 0x46,
|
0x23,0xfc,0x1d,0xc4,0xbd,0xd4,0xaa,0x5d,0x31,0x46,
|
||||||
0x99, 0xce, 0x9e, 0xf8, 0x04, 0x75, 0x10, 0x67, 0xc4, 0x53,
|
0x99,0xce,0x9e,0xf8,0x04,0x75,0x10,0x67,0xc4,0x53,
|
||||||
0x47, 0x44, 0xfa, 0xc2, 0x25, 0x73, 0x7e, 0xd0, 0x8e, 0x59,
|
0x47,0x44,0xfa,0xc2,0x25,0x73,0x7e,0xd0,0x8e,0x59,
|
||||||
0xd1, 0xb2, 0x5a, 0xf4, 0xc7, 0x18, 0x92, 0x2f, 0x39, 0xab,
|
0xd1,0xb2,0x5a,0xf4,0xc7,0x18,0x92,0x2f,0x39,0xab,
|
||||||
0xcd, 0xa3, 0xb5, 0xc2, 0xb9, 0xc7, 0xb9, 0x1b, 0x9f, 0x48,
|
0xcd,0xa3,0xb5,0xc2,0xb9,0xc7,0xb9,0x1b,0x9f,0x48,
|
||||||
0xfa, 0x13, 0xc6, 0x98, 0x4d, 0xca, 0x84, 0x9c, 0x06, 0xca,
|
0xfa,0x13,0xc6,0x98,0x4d,0xca,0x84,0x9c,0x06,0xca,
|
||||||
0xe7, 0x89, 0x01, 0x04, 0xc4, 0x6c, 0xfd, 0x29, 0x59, 0x35,
|
0xe7,0x89,0x01,0x04,0xc4,0x6c,0xfd,0x29,0x59,0x35,
|
||||||
0xe7, 0xf3, 0xdd, 0xce, 0x64, 0x59, 0xbf, 0x21, 0x13, 0xa9,
|
0xe7,0xf3,0xdd,0xce,0x64,0x59,0xbf,0x21,0x13,0xa9,
|
||||||
0x9f, 0x0e, 0xc5, 0xff, 0xbd, 0x33, 0x00, 0xec, 0xac, 0x6b,
|
0x9f,0x0e,0xc5,0xff,0xbd,0x33,0x00,0xec,0xac,0x6b,
|
||||||
0x11, 0xef, 0x51, 0x5e, 0xad, 0x07, 0x15, 0xde, 0xb8, 0x5f,
|
0x11,0xef,0x51,0x5e,0xad,0x07,0x15,0xde,0xb8,0x5f,
|
||||||
0xc6, 0xb9, 0xa3, 0x22, 0x65, 0x46, 0x83, 0x14, 0xdf, 0xd0,
|
0xc6,0xb9,0xa3,0x22,0x65,0x46,0x83,0x14,0xdf,0xd0,
|
||||||
0xf1, 0x44, 0x8a, 0xe1, 0x9c, 0x23, 0x33, 0xb4, 0x97, 0x33,
|
0xf1,0x44,0x8a,0xe1,0x9c,0x23,0x33,0xb4,0x97,0x33,
|
||||||
0xe6, 0x6b, 0x81, 0x02, 0x81, 0x81, 0x00, 0xec, 0x12, 0xa7,
|
0xe6,0x6b,0x81,0x02,0x81,0x81,0x00,0xec,0x12,0xa7,
|
||||||
0x59, 0x74, 0x6a, 0xde, 0x3e, 0xad, 0xd8, 0x36, 0x80, 0x50,
|
0x59,0x74,0x6a,0xde,0x3e,0xad,0xd8,0x36,0x80,0x50,
|
||||||
0xa2, 0xd5, 0x21, 0x81, 0x07, 0xf1, 0xd0, 0x91, 0xf2, 0x6c,
|
0xa2,0xd5,0x21,0x81,0x07,0xf1,0xd0,0x91,0xf2,0x6c,
|
||||||
0x12, 0x2f, 0x9d, 0x1a, 0x26, 0xf8, 0x30, 0x65, 0xdf, 0xe8,
|
0x12,0x2f,0x9d,0x1a,0x26,0xf8,0x30,0x65,0xdf,0xe8,
|
||||||
0xc0, 0x9b, 0x6a, 0x30, 0x98, 0x82, 0x87, 0xec, 0xa2, 0x56,
|
0xc0,0x9b,0x6a,0x30,0x98,0x82,0x87,0xec,0xa2,0x56,
|
||||||
0x87, 0x62, 0x6f, 0xe7, 0x9f, 0xf6, 0x56, 0xe6, 0x71, 0x8f,
|
0x87,0x62,0x6f,0xe7,0x9f,0xf6,0x56,0xe6,0x71,0x8f,
|
||||||
0x49, 0x86, 0x93, 0x5a, 0x4d, 0x34, 0x58, 0xfe, 0xd9, 0x04,
|
0x49,0x86,0x93,0x5a,0x4d,0x34,0x58,0xfe,0xd9,0x04,
|
||||||
0x13, 0xaf, 0x79, 0xb7, 0xad, 0x11, 0xd1, 0x30, 0x9a, 0x14,
|
0x13,0xaf,0x79,0xb7,0xad,0x11,0xd1,0x30,0x9a,0x14,
|
||||||
0x06, 0xa0, 0xfa, 0xb7, 0x55, 0xdc, 0x6c, 0x5a, 0x4c, 0x2c,
|
0x06,0xa0,0xfa,0xb7,0x55,0xdc,0x6c,0x5a,0x4c,0x2c,
|
||||||
0x59, 0x56, 0xf6, 0xe8, 0x9d, 0xaf, 0x0a, 0x78, 0x99, 0x06,
|
0x59,0x56,0xf6,0xe8,0x9d,0xaf,0x0a,0x78,0x99,0x06,
|
||||||
0x06, 0x9e, 0xe7, 0x9c, 0x51, 0x55, 0x43, 0xfc, 0x3b, 0x6c,
|
0x06,0x9e,0xe7,0x9c,0x51,0x55,0x43,0xfc,0x3b,0x6c,
|
||||||
0x0b, 0xbf, 0x2d, 0x41, 0xa7, 0xaf, 0xb7, 0xe0, 0xe8, 0x28,
|
0x0b,0xbf,0x2d,0x41,0xa7,0xaf,0xb7,0xe0,0xe8,0x28,
|
||||||
0x18, 0xb4, 0x13, 0xd1, 0xe6, 0x97, 0xd0, 0x9f, 0x6a, 0x80,
|
0x18,0xb4,0x13,0xd1,0xe6,0x97,0xd0,0x9f,0x6a,0x80,
|
||||||
0xca, 0xdd, 0x1a, 0x7e, 0x15, 0x02, 0x81, 0x81, 0x00, 0xd1,
|
0xca,0xdd,0x1a,0x7e,0x15,0x02,0x81,0x81,0x00,0xd1,
|
||||||
0x06, 0x0c, 0x1f, 0xe3, 0xd0, 0xab, 0xd6, 0xca, 0x7c, 0xbc,
|
0x06,0x0c,0x1f,0xe3,0xd0,0xab,0xd6,0xca,0x7c,0xbc,
|
||||||
0x7d, 0x13, 0x35, 0xce, 0x27, 0xcd, 0xd8, 0x49, 0x51, 0x63,
|
0x7d,0x13,0x35,0xce,0x27,0xcd,0xd8,0x49,0x51,0x63,
|
||||||
0x64, 0x0f, 0xca, 0x06, 0x12, 0xfc, 0x07, 0x3e, 0xaf, 0x61,
|
0x64,0x0f,0xca,0x06,0x12,0xfc,0x07,0x3e,0xaf,0x61,
|
||||||
0x6d, 0xe2, 0x53, 0x39, 0x27, 0xae, 0xc3, 0x11, 0x9e, 0x94,
|
0x6d,0xe2,0x53,0x39,0x27,0xae,0xc3,0x11,0x9e,0x94,
|
||||||
0x01, 0x4f, 0xe3, 0xf3, 0x67, 0xf9, 0x77, 0xf9, 0xe7, 0x95,
|
0x01,0x4f,0xe3,0xf3,0x67,0xf9,0x77,0xf9,0xe7,0x95,
|
||||||
0x3a, 0x6f, 0xe2, 0x20, 0x73, 0x3e, 0xa4, 0x7a, 0x28, 0xd4,
|
0x3a,0x6f,0xe2,0x20,0x73,0x3e,0xa4,0x7a,0x28,0xd4,
|
||||||
0x61, 0x97, 0xf6, 0x17, 0xa0, 0x23, 0x10, 0x2b, 0xce, 0x84,
|
0x61,0x97,0xf6,0x17,0xa0,0x23,0x10,0x2b,0xce,0x84,
|
||||||
0x57, 0x7e, 0x25, 0x1f, 0xf4, 0xa8, 0x54, 0xd2, 0x65, 0x94,
|
0x57,0x7e,0x25,0x1f,0xf4,0xa8,0x54,0xd2,0x65,0x94,
|
||||||
0xcc, 0x95, 0x0a, 0xab, 0x30, 0xc1, 0x59, 0x1f, 0x61, 0x8e,
|
0xcc,0x95,0x0a,0xab,0x30,0xc1,0x59,0x1f,0x61,0x8e,
|
||||||
0xb9, 0x6b, 0xd7, 0x4e, 0xb9, 0x83, 0x43, 0x79, 0x85, 0x11,
|
0xb9,0x6b,0xd7,0x4e,0xb9,0x83,0x43,0x79,0x85,0x11,
|
||||||
0xbc, 0x0f, 0xae, 0x25, 0x20, 0x05, 0xbc, 0xd2, 0x48, 0xa1,
|
0xbc,0x0f,0xae,0x25,0x20,0x05,0xbc,0xd2,0x48,0xa1,
|
||||||
0x68, 0x09, 0x84, 0xf6, 0x12, 0x9a, 0x66, 0xb9, 0x2b, 0xbb,
|
0x68,0x09,0x84,0xf6,0x12,0x9a,0x66,0xb9,0x2b,0xbb,
|
||||||
0x76, 0x03, 0x17, 0x46, 0x4e, 0x97, 0x59, 0x02, 0x81, 0x80,
|
0x76,0x03,0x17,0x46,0x4e,0x97,0x59,0x02,0x81,0x80,
|
||||||
0x09, 0x4c, 0xfa, 0xd6, 0xe5, 0x65, 0x48, 0x78, 0x43, 0xb5,
|
0x09,0x4c,0xfa,0xd6,0xe5,0x65,0x48,0x78,0x43,0xb5,
|
||||||
0x1f, 0x00, 0x93, 0x2c, 0xb7, 0x24, 0xe8, 0xc6, 0x7d, 0x5a,
|
0x1f,0x00,0x93,0x2c,0xb7,0x24,0xe8,0xc6,0x7d,0x5a,
|
||||||
0x70, 0x45, 0x92, 0xc8, 0x6c, 0xa3, 0xcd, 0xe1, 0xf7, 0x29,
|
0x70,0x45,0x92,0xc8,0x6c,0xa3,0xcd,0xe1,0xf7,0x29,
|
||||||
0x40, 0xfa, 0x3f, 0x5b, 0x47, 0x44, 0x39, 0xc1, 0xe8, 0x72,
|
0x40,0xfa,0x3f,0x5b,0x47,0x44,0x39,0xc1,0xe8,0x72,
|
||||||
0x9e, 0x7a, 0x0e, 0xda, 0xaa, 0xa0, 0x2a, 0x09, 0xfd, 0x54,
|
0x9e,0x7a,0x0e,0xda,0xaa,0xa0,0x2a,0x09,0xfd,0x54,
|
||||||
0x93, 0x23, 0xaa, 0x37, 0x85, 0x5b, 0xcc, 0xd4, 0xf9, 0xd8,
|
0x93,0x23,0xaa,0x37,0x85,0x5b,0xcc,0xd4,0xf9,0xd8,
|
||||||
0xff, 0xc1, 0x61, 0x0d, 0xbd, 0x7e, 0x18, 0x24, 0x73, 0x6d,
|
0xff,0xc1,0x61,0x0d,0xbd,0x7e,0x18,0x24,0x73,0x6d,
|
||||||
0x40, 0x72, 0xf1, 0x93, 0x09, 0x48, 0x97, 0x6c, 0x84, 0x90,
|
0x40,0x72,0xf1,0x93,0x09,0x48,0x97,0x6c,0x84,0x90,
|
||||||
0xa8, 0x46, 0x14, 0x01, 0x39, 0x11, 0xe5, 0x3c, 0x41, 0x27,
|
0xa8,0x46,0x14,0x01,0x39,0x11,0xe5,0x3c,0x41,0x27,
|
||||||
0x32, 0x75, 0x24, 0xed, 0xa1, 0xd9, 0x12, 0x29, 0x8a, 0x28,
|
0x32,0x75,0x24,0xed,0xa1,0xd9,0x12,0x29,0x8a,0x28,
|
||||||
0x71, 0x89, 0x8d, 0xca, 0x30, 0xb0, 0x01, 0xc4, 0x2f, 0x82,
|
0x71,0x89,0x8d,0xca,0x30,0xb0,0x01,0xc4,0x2f,0x82,
|
||||||
0x19, 0x14, 0x4c, 0x70, 0x1c, 0xb8, 0x23, 0x2e, 0xe8, 0x90,
|
0x19,0x14,0x4c,0x70,0x1c,0xb8,0x23,0x2e,0xe8,0x90,
|
||||||
0x49, 0x97, 0x92, 0x97, 0x6b, 0x7a, 0x9d, 0xb9, 0x02, 0x81,
|
0x49,0x97,0x92,0x97,0x6b,0x7a,0x9d,0xb9,0x02,0x81,
|
||||||
0x80, 0x0f, 0x0e, 0xa1, 0x76, 0xf6, 0xa1, 0x44, 0x8f, 0xaf,
|
0x80,0x0f,0x0e,0xa1,0x76,0xf6,0xa1,0x44,0x8f,0xaf,
|
||||||
0x7c, 0x76, 0xd3, 0x87, 0xbb, 0xbb, 0x83, 0x10, 0x88, 0x01,
|
0x7c,0x76,0xd3,0x87,0xbb,0xbb,0x83,0x10,0x88,0x01,
|
||||||
0x18, 0x14, 0xd1, 0xd3, 0x75, 0x59, 0x24, 0xaa, 0xf5, 0x16,
|
0x18,0x14,0xd1,0xd3,0x75,0x59,0x24,0xaa,0xf5,0x16,
|
||||||
0xa5, 0xe9, 0x9d, 0xd1, 0xcc, 0xee, 0xf4, 0x15, 0xd9, 0xc5,
|
0xa5,0xe9,0x9d,0xd1,0xcc,0xee,0xf4,0x15,0xd9,0xc5,
|
||||||
0x7e, 0x27, 0xe9, 0x44, 0x49, 0x06, 0x72, 0xb9, 0xfc, 0xd3,
|
0x7e,0x27,0xe9,0x44,0x49,0x06,0x72,0xb9,0xfc,0xd3,
|
||||||
0x8a, 0xc4, 0x2c, 0x36, 0x7d, 0x12, 0x9b, 0x5a, 0xaa, 0xdc,
|
0x8a,0xc4,0x2c,0x36,0x7d,0x12,0x9b,0x5a,0xaa,0xdc,
|
||||||
0x85, 0xee, 0x6e, 0xad, 0x54, 0xb3, 0xf4, 0xfc, 0x31, 0xa1,
|
0x85,0xee,0x6e,0xad,0x54,0xb3,0xf4,0xfc,0x31,0xa1,
|
||||||
0x06, 0x3a, 0x70, 0x57, 0x0c, 0xf3, 0x95, 0x5b, 0x3e, 0xe8,
|
0x06,0x3a,0x70,0x57,0x0c,0xf3,0x95,0x5b,0x3e,0xe8,
|
||||||
0xfd, 0x1a, 0x4f, 0xf6, 0x78, 0x93, 0x46, 0x6a, 0xd7, 0x31,
|
0xfd,0x1a,0x4f,0xf6,0x78,0x93,0x46,0x6a,0xd7,0x31,
|
||||||
0xb4, 0x84, 0x64, 0x85, 0x09, 0x38, 0x89, 0x92, 0x94, 0x1c,
|
0xb4,0x84,0x64,0x85,0x09,0x38,0x89,0x92,0x94,0x1c,
|
||||||
0xbf, 0xe2, 0x3c, 0x2a, 0xe0, 0xff, 0x99, 0xa3, 0xf0, 0x2b,
|
0xbf,0xe2,0x3c,0x2a,0xe0,0xff,0x99,0xa3,0xf0,0x2b,
|
||||||
0x31, 0xc2, 0x36, 0xcd, 0x60, 0xbf, 0x9d, 0x2d, 0x74, 0x32,
|
0x31,0xc2,0x36,0xcd,0x60,0xbf,0x9d,0x2d,0x74,0x32,
|
||||||
0xe8, 0x9c, 0x93, 0x6e, 0xbb, 0x91, 0x7b, 0xfd, 0xd9, 0x02,
|
0xe8,0x9c,0x93,0x6e,0xbb,0x91,0x7b,0xfd,0xd9,0x02,
|
||||||
0x81, 0x81, 0x00, 0xa2, 0x71, 0x25, 0x38, 0xeb, 0x2a, 0xe9,
|
0x81,0x81,0x00,0xa2,0x71,0x25,0x38,0xeb,0x2a,0xe9,
|
||||||
0x37, 0xcd, 0xfe, 0x44, 0xce, 0x90, 0x3f, 0x52, 0x87, 0x84,
|
0x37,0xcd,0xfe,0x44,0xce,0x90,0x3f,0x52,0x87,0x84,
|
||||||
0x52, 0x1b, 0xae, 0x8d, 0x22, 0x94, 0xce, 0x38, 0xe6, 0x04,
|
0x52,0x1b,0xae,0x8d,0x22,0x94,0xce,0x38,0xe6,0x04,
|
||||||
0x88, 0x76, 0x85, 0x9a, 0xd3, 0x14, 0x09, 0xe5, 0x69, 0x9a,
|
0x88,0x76,0x85,0x9a,0xd3,0x14,0x09,0xe5,0x69,0x9a,
|
||||||
0xff, 0x58, 0x92, 0x02, 0x6a, 0x7d, 0x7c, 0x1e, 0x2c, 0xfd,
|
0xff,0x58,0x92,0x02,0x6a,0x7d,0x7c,0x1e,0x2c,0xfd,
|
||||||
0xa8, 0xca, 0x32, 0x14, 0x4f, 0x0d, 0x84, 0x0d, 0x37, 0x43,
|
0xa8,0xca,0x32,0x14,0x4f,0x0d,0x84,0x0d,0x37,0x43,
|
||||||
0xbf, 0xe4, 0x5d, 0x12, 0xc8, 0x24, 0x91, 0x27, 0x8d, 0x46,
|
0xbf,0xe4,0x5d,0x12,0xc8,0x24,0x91,0x27,0x8d,0x46,
|
||||||
0xd9, 0x54, 0x53, 0xe7, 0x62, 0x71, 0xa8, 0x2b, 0x71, 0x41,
|
0xd9,0x54,0x53,0xe7,0x62,0x71,0xa8,0x2b,0x71,0x41,
|
||||||
0x8d, 0x75, 0xf8, 0x3a, 0xa0, 0x61, 0x29, 0x46, 0xa6, 0xe5,
|
0x8d,0x75,0xf8,0x3a,0xa0,0x61,0x29,0x46,0xa6,0xe5,
|
||||||
0x82, 0xfa, 0x3a, 0xd9, 0x08, 0xfa, 0xfc, 0x63, 0xfd, 0x6b,
|
0x82,0xfa,0x3a,0xd9,0x08,0xfa,0xfc,0x63,0xfd,0x6b,
|
||||||
0x30, 0xbc, 0xf4, 0x4e, 0x9e, 0x8c, 0x25, 0x0c, 0xb6, 0x55,
|
0x30,0xbc,0xf4,0x4e,0x9e,0x8c,0x25,0x0c,0xb6,0x55,
|
||||||
0xe7, 0x3c, 0xd4, 0x4e, 0x0b, 0xfd, 0x8b, 0xc3, 0x0e, 0x1d,
|
0xe7,0x3c,0xd4,0x4e,0x0b,0xfd,0x8b,0xc3,0x0e,0x1d,
|
||||||
0x9c, 0x44, 0x57, 0x8f, 0x1f, 0x86, 0xf7, 0xd5, 0x1b, 0xe4,
|
0x9c,0x44,0x57,0x8f,0x1f,0x86,0xf7,0xd5,0x1b,0xe4,
|
||||||
0x95,
|
0x95,
|
||||||
};
|
};
|
||||||
|
|
||||||
static unsigned char test4096[] = {
|
static unsigned char test4096[]={
|
||||||
0x30, 0x82, 0x09, 0x29, 0x02, 0x01, 0x00, 0x02, 0x82, 0x02,
|
0x30,0x82,0x09,0x29,0x02,0x01,0x00,0x02,0x82,0x02,
|
||||||
0x01, 0x00, 0xc0, 0x71, 0xac, 0x1a, 0x13, 0x88, 0x82, 0x43,
|
0x01,0x00,0xc0,0x71,0xac,0x1a,0x13,0x88,0x82,0x43,
|
||||||
0x3b, 0x51, 0x57, 0x71, 0x8d, 0xb6, 0x2b, 0x82, 0x65, 0x21,
|
0x3b,0x51,0x57,0x71,0x8d,0xb6,0x2b,0x82,0x65,0x21,
|
||||||
0x53, 0x5f, 0x28, 0x29, 0x4f, 0x8d, 0x7c, 0x8a, 0xb9, 0x44,
|
0x53,0x5f,0x28,0x29,0x4f,0x8d,0x7c,0x8a,0xb9,0x44,
|
||||||
0xb3, 0x28, 0x41, 0x4f, 0xd3, 0xfa, 0x6a, 0xf8, 0xb9, 0x28,
|
0xb3,0x28,0x41,0x4f,0xd3,0xfa,0x6a,0xf8,0xb9,0x28,
|
||||||
0x50, 0x39, 0x67, 0x53, 0x2c, 0x3c, 0xd7, 0xcb, 0x96, 0x41,
|
0x50,0x39,0x67,0x53,0x2c,0x3c,0xd7,0xcb,0x96,0x41,
|
||||||
0x40, 0x32, 0xbb, 0xeb, 0x70, 0xae, 0x1f, 0xb0, 0x65, 0xf7,
|
0x40,0x32,0xbb,0xeb,0x70,0xae,0x1f,0xb0,0x65,0xf7,
|
||||||
0x3a, 0xd9, 0x22, 0xfd, 0x10, 0xae, 0xbd, 0x02, 0xe2, 0xdd,
|
0x3a,0xd9,0x22,0xfd,0x10,0xae,0xbd,0x02,0xe2,0xdd,
|
||||||
0xf3, 0xc2, 0x79, 0x3c, 0xc6, 0xfc, 0x75, 0xbb, 0xaf, 0x4e,
|
0xf3,0xc2,0x79,0x3c,0xc6,0xfc,0x75,0xbb,0xaf,0x4e,
|
||||||
0x3a, 0x36, 0xc2, 0x4f, 0xea, 0x25, 0xdf, 0x13, 0x16, 0x4b,
|
0x3a,0x36,0xc2,0x4f,0xea,0x25,0xdf,0x13,0x16,0x4b,
|
||||||
0x20, 0xfe, 0x4b, 0x69, 0x16, 0xc4, 0x7f, 0x1a, 0x43, 0xa6,
|
0x20,0xfe,0x4b,0x69,0x16,0xc4,0x7f,0x1a,0x43,0xa6,
|
||||||
0x17, 0x1b, 0xb9, 0x0a, 0xf3, 0x09, 0x86, 0x28, 0x89, 0xcf,
|
0x17,0x1b,0xb9,0x0a,0xf3,0x09,0x86,0x28,0x89,0xcf,
|
||||||
0x2c, 0xd0, 0xd4, 0x81, 0xaf, 0xc6, 0x6d, 0xe6, 0x21, 0x8d,
|
0x2c,0xd0,0xd4,0x81,0xaf,0xc6,0x6d,0xe6,0x21,0x8d,
|
||||||
0xee, 0xef, 0xea, 0xdc, 0xb7, 0xc6, 0x3b, 0x63, 0x9f, 0x0e,
|
0xee,0xef,0xea,0xdc,0xb7,0xc6,0x3b,0x63,0x9f,0x0e,
|
||||||
0xad, 0x89, 0x78, 0x23, 0x18, 0xbf, 0x70, 0x7e, 0x84, 0xe0,
|
0xad,0x89,0x78,0x23,0x18,0xbf,0x70,0x7e,0x84,0xe0,
|
||||||
0x37, 0xec, 0xdb, 0x8e, 0x9c, 0x3e, 0x6a, 0x19, 0xcc, 0x99,
|
0x37,0xec,0xdb,0x8e,0x9c,0x3e,0x6a,0x19,0xcc,0x99,
|
||||||
0x72, 0xe6, 0xb5, 0x7d, 0x6d, 0xfa, 0xe5, 0xd3, 0xe4, 0x90,
|
0x72,0xe6,0xb5,0x7d,0x6d,0xfa,0xe5,0xd3,0xe4,0x90,
|
||||||
0xb5, 0xb2, 0xb2, 0x12, 0x70, 0x4e, 0xca, 0xf8, 0x10, 0xf8,
|
0xb5,0xb2,0xb2,0x12,0x70,0x4e,0xca,0xf8,0x10,0xf8,
|
||||||
0xa3, 0x14, 0xc2, 0x48, 0x19, 0xeb, 0x60, 0x99, 0xbb, 0x2a,
|
0xa3,0x14,0xc2,0x48,0x19,0xeb,0x60,0x99,0xbb,0x2a,
|
||||||
0x1f, 0xb1, 0x7a, 0xb1, 0x3d, 0x24, 0xfb, 0xa0, 0x29, 0xda,
|
0x1f,0xb1,0x7a,0xb1,0x3d,0x24,0xfb,0xa0,0x29,0xda,
|
||||||
0xbd, 0x1b, 0xd7, 0xa4, 0xbf, 0xef, 0x60, 0x2d, 0x22, 0xca,
|
0xbd,0x1b,0xd7,0xa4,0xbf,0xef,0x60,0x2d,0x22,0xca,
|
||||||
0x65, 0x98, 0xf1, 0xc4, 0xe1, 0xc9, 0x02, 0x6b, 0x16, 0x28,
|
0x65,0x98,0xf1,0xc4,0xe1,0xc9,0x02,0x6b,0x16,0x28,
|
||||||
0x2f, 0xa1, 0xaa, 0x79, 0x00, 0xda, 0xdc, 0x7c, 0x43, 0xf7,
|
0x2f,0xa1,0xaa,0x79,0x00,0xda,0xdc,0x7c,0x43,0xf7,
|
||||||
0x42, 0x3c, 0xa0, 0xef, 0x68, 0xf7, 0xdf, 0xb9, 0x69, 0xfb,
|
0x42,0x3c,0xa0,0xef,0x68,0xf7,0xdf,0xb9,0x69,0xfb,
|
||||||
0x8e, 0x01, 0xed, 0x01, 0x42, 0xb5, 0x4e, 0x57, 0xa6, 0x26,
|
0x8e,0x01,0xed,0x01,0x42,0xb5,0x4e,0x57,0xa6,0x26,
|
||||||
0xb8, 0xd0, 0x7b, 0x56, 0x6d, 0x03, 0xc6, 0x40, 0x8c, 0x8c,
|
0xb8,0xd0,0x7b,0x56,0x6d,0x03,0xc6,0x40,0x8c,0x8c,
|
||||||
0x2a, 0x55, 0xd7, 0x9c, 0x35, 0x00, 0x94, 0x93, 0xec, 0x03,
|
0x2a,0x55,0xd7,0x9c,0x35,0x00,0x94,0x93,0xec,0x03,
|
||||||
0xeb, 0x22, 0xef, 0x77, 0xbb, 0x79, 0x13, 0x3f, 0x15, 0xa1,
|
0xeb,0x22,0xef,0x77,0xbb,0x79,0x13,0x3f,0x15,0xa1,
|
||||||
0x8f, 0xca, 0xdf, 0xfd, 0xd3, 0xb8, 0xe1, 0xd4, 0xcc, 0x09,
|
0x8f,0xca,0xdf,0xfd,0xd3,0xb8,0xe1,0xd4,0xcc,0x09,
|
||||||
0x3f, 0x3c, 0x2c, 0xdb, 0xd1, 0x49, 0x7f, 0x38, 0x07, 0x83,
|
0x3f,0x3c,0x2c,0xdb,0xd1,0x49,0x7f,0x38,0x07,0x83,
|
||||||
0x6d, 0xeb, 0x08, 0x66, 0xe9, 0x06, 0x44, 0x12, 0xac, 0x95,
|
0x6d,0xeb,0x08,0x66,0xe9,0x06,0x44,0x12,0xac,0x95,
|
||||||
0x22, 0x90, 0x23, 0x67, 0xd4, 0x08, 0xcc, 0xf4, 0xb7, 0xdc,
|
0x22,0x90,0x23,0x67,0xd4,0x08,0xcc,0xf4,0xb7,0xdc,
|
||||||
0xcc, 0x87, 0xd4, 0xac, 0x69, 0x35, 0x4c, 0xb5, 0x39, 0x36,
|
0xcc,0x87,0xd4,0xac,0x69,0x35,0x4c,0xb5,0x39,0x36,
|
||||||
0xcd, 0xa4, 0xd2, 0x95, 0xca, 0x0d, 0xc5, 0xda, 0xc2, 0xc5,
|
0xcd,0xa4,0xd2,0x95,0xca,0x0d,0xc5,0xda,0xc2,0xc5,
|
||||||
0x22, 0x32, 0x28, 0x08, 0xe3, 0xd2, 0x8b, 0x38, 0x30, 0xdc,
|
0x22,0x32,0x28,0x08,0xe3,0xd2,0x8b,0x38,0x30,0xdc,
|
||||||
0x8c, 0x75, 0x4f, 0x6a, 0xec, 0x7a, 0xac, 0x16, 0x3e, 0xa8,
|
0x8c,0x75,0x4f,0x6a,0xec,0x7a,0xac,0x16,0x3e,0xa8,
|
||||||
0xd4, 0x6a, 0x45, 0xe1, 0xa8, 0x4f, 0x2e, 0x80, 0x34, 0xaa,
|
0xd4,0x6a,0x45,0xe1,0xa8,0x4f,0x2e,0x80,0x34,0xaa,
|
||||||
0x54, 0x1b, 0x02, 0x95, 0x7d, 0x8a, 0x6d, 0xcc, 0x79, 0xca,
|
0x54,0x1b,0x02,0x95,0x7d,0x8a,0x6d,0xcc,0x79,0xca,
|
||||||
0xf2, 0xa4, 0x2e, 0x8d, 0xfb, 0xfe, 0x15, 0x51, 0x10, 0x0e,
|
0xf2,0xa4,0x2e,0x8d,0xfb,0xfe,0x15,0x51,0x10,0x0e,
|
||||||
0x4d, 0x88, 0xb1, 0xc7, 0xf4, 0x79, 0xdb, 0xf0, 0xb4, 0x56,
|
0x4d,0x88,0xb1,0xc7,0xf4,0x79,0xdb,0xf0,0xb4,0x56,
|
||||||
0x44, 0x37, 0xca, 0x5a, 0xc1, 0x8c, 0x48, 0xac, 0xae, 0x48,
|
0x44,0x37,0xca,0x5a,0xc1,0x8c,0x48,0xac,0xae,0x48,
|
||||||
0x80, 0x83, 0x01, 0x3f, 0xde, 0xd9, 0xd3, 0x2c, 0x51, 0x46,
|
0x80,0x83,0x01,0x3f,0xde,0xd9,0xd3,0x2c,0x51,0x46,
|
||||||
0xb1, 0x41, 0xb6, 0xc6, 0x91, 0x72, 0xf9, 0x83, 0x55, 0x1b,
|
0xb1,0x41,0xb6,0xc6,0x91,0x72,0xf9,0x83,0x55,0x1b,
|
||||||
0x8c, 0xba, 0xf3, 0x73, 0xe5, 0x2c, 0x74, 0x50, 0x3a, 0xbe,
|
0x8c,0xba,0xf3,0x73,0xe5,0x2c,0x74,0x50,0x3a,0xbe,
|
||||||
0xc5, 0x2f, 0xa7, 0xb2, 0x6d, 0x8c, 0x9e, 0x13, 0x77, 0xa3,
|
0xc5,0x2f,0xa7,0xb2,0x6d,0x8c,0x9e,0x13,0x77,0xa3,
|
||||||
0x13, 0xcd, 0x6d, 0x8c, 0x45, 0xe1, 0xfc, 0x0b, 0xb7, 0x69,
|
0x13,0xcd,0x6d,0x8c,0x45,0xe1,0xfc,0x0b,0xb7,0x69,
|
||||||
0xe9, 0x27, 0xbc, 0x65, 0xc3, 0xfa, 0x9b, 0xd0, 0xef, 0xfe,
|
0xe9,0x27,0xbc,0x65,0xc3,0xfa,0x9b,0xd0,0xef,0xfe,
|
||||||
0xe8, 0x1f, 0xb3, 0x5e, 0x34, 0xf4, 0x8c, 0xea, 0xfc, 0xd3,
|
0xe8,0x1f,0xb3,0x5e,0x34,0xf4,0x8c,0xea,0xfc,0xd3,
|
||||||
0x81, 0xbf, 0x3d, 0x30, 0xb2, 0xb4, 0x01, 0xe8, 0x43, 0x0f,
|
0x81,0xbf,0x3d,0x30,0xb2,0xb4,0x01,0xe8,0x43,0x0f,
|
||||||
0xba, 0x02, 0x23, 0x42, 0x76, 0x82, 0x31, 0x73, 0x91, 0xed,
|
0xba,0x02,0x23,0x42,0x76,0x82,0x31,0x73,0x91,0xed,
|
||||||
0x07, 0x46, 0x61, 0x0d, 0x39, 0x83, 0x40, 0xce, 0x7a, 0xd4,
|
0x07,0x46,0x61,0x0d,0x39,0x83,0x40,0xce,0x7a,0xd4,
|
||||||
0xdb, 0x80, 0x2c, 0x1f, 0x0d, 0xd1, 0x34, 0xd4, 0x92, 0xe3,
|
0xdb,0x80,0x2c,0x1f,0x0d,0xd1,0x34,0xd4,0x92,0xe3,
|
||||||
0xd4, 0xf1, 0xc2, 0x01, 0x02, 0x03, 0x01, 0x00, 0x01, 0x02,
|
0xd4,0xf1,0xc2,0x01,0x02,0x03,0x01,0x00,0x01,0x02,
|
||||||
0x82, 0x02, 0x01, 0x00, 0x97, 0x6c, 0xda, 0x6e, 0xea, 0x4f,
|
0x82,0x02,0x01,0x00,0x97,0x6c,0xda,0x6e,0xea,0x4f,
|
||||||
0xcf, 0xaf, 0xf7, 0x4c, 0xd9, 0xf1, 0x90, 0x00, 0x77, 0xdb,
|
0xcf,0xaf,0xf7,0x4c,0xd9,0xf1,0x90,0x00,0x77,0xdb,
|
||||||
0xf2, 0x97, 0x76, 0x72, 0xb9, 0xb7, 0x47, 0xd1, 0x9c, 0xdd,
|
0xf2,0x97,0x76,0x72,0xb9,0xb7,0x47,0xd1,0x9c,0xdd,
|
||||||
0xcb, 0x4a, 0x33, 0x6e, 0xc9, 0x75, 0x76, 0xe6, 0xe4, 0xa5,
|
0xcb,0x4a,0x33,0x6e,0xc9,0x75,0x76,0xe6,0xe4,0xa5,
|
||||||
0x31, 0x8c, 0x77, 0x13, 0xb4, 0x29, 0xcd, 0xf5, 0x52, 0x17,
|
0x31,0x8c,0x77,0x13,0xb4,0x29,0xcd,0xf5,0x52,0x17,
|
||||||
0xef, 0xf3, 0x08, 0x00, 0xe3, 0xbd, 0x2e, 0xbc, 0xd4, 0x52,
|
0xef,0xf3,0x08,0x00,0xe3,0xbd,0x2e,0xbc,0xd4,0x52,
|
||||||
0x88, 0xe9, 0x30, 0x75, 0x0b, 0x02, 0xf5, 0xcd, 0x89, 0x0c,
|
0x88,0xe9,0x30,0x75,0x0b,0x02,0xf5,0xcd,0x89,0x0c,
|
||||||
0x6c, 0x57, 0x19, 0x27, 0x3d, 0x1e, 0x85, 0xb4, 0xc1, 0x2f,
|
0x6c,0x57,0x19,0x27,0x3d,0x1e,0x85,0xb4,0xc1,0x2f,
|
||||||
0x1d, 0x92, 0x00, 0x5c, 0x76, 0x29, 0x4b, 0xa4, 0xe1, 0x12,
|
0x1d,0x92,0x00,0x5c,0x76,0x29,0x4b,0xa4,0xe1,0x12,
|
||||||
0xb3, 0xc8, 0x09, 0xfe, 0x0e, 0x78, 0x72, 0x61, 0xcb, 0x61,
|
0xb3,0xc8,0x09,0xfe,0x0e,0x78,0x72,0x61,0xcb,0x61,
|
||||||
0x6f, 0x39, 0x91, 0x95, 0x4e, 0xd5, 0x3e, 0xc7, 0x8f, 0xb8,
|
0x6f,0x39,0x91,0x95,0x4e,0xd5,0x3e,0xc7,0x8f,0xb8,
|
||||||
0xf6, 0x36, 0xfe, 0x9c, 0x93, 0x9a, 0x38, 0x25, 0x7a, 0xf4,
|
0xf6,0x36,0xfe,0x9c,0x93,0x9a,0x38,0x25,0x7a,0xf4,
|
||||||
0x4a, 0x12, 0xd4, 0xa0, 0x13, 0xbd, 0xf9, 0x1d, 0x12, 0x3e,
|
0x4a,0x12,0xd4,0xa0,0x13,0xbd,0xf9,0x1d,0x12,0x3e,
|
||||||
0x21, 0x39, 0xfb, 0x72, 0xe0, 0x05, 0x3d, 0xc3, 0xe5, 0x50,
|
0x21,0x39,0xfb,0x72,0xe0,0x05,0x3d,0xc3,0xe5,0x50,
|
||||||
0xa8, 0x5d, 0x85, 0xa3, 0xea, 0x5f, 0x1c, 0xb2, 0x3f, 0xea,
|
0xa8,0x5d,0x85,0xa3,0xea,0x5f,0x1c,0xb2,0x3f,0xea,
|
||||||
0x6d, 0x03, 0x91, 0x55, 0xd8, 0x19, 0x0a, 0x21, 0x12, 0x16,
|
0x6d,0x03,0x91,0x55,0xd8,0x19,0x0a,0x21,0x12,0x16,
|
||||||
0xd9, 0x12, 0xc4, 0xe6, 0x07, 0x18, 0x5b, 0x26, 0xa4, 0xae,
|
0xd9,0x12,0xc4,0xe6,0x07,0x18,0x5b,0x26,0xa4,0xae,
|
||||||
0xed, 0x2b, 0xb7, 0xa6, 0xed, 0xf8, 0xad, 0xec, 0x77, 0xe6,
|
0xed,0x2b,0xb7,0xa6,0xed,0xf8,0xad,0xec,0x77,0xe6,
|
||||||
0x7f, 0x4f, 0x76, 0x00, 0xc0, 0xfa, 0x15, 0x92, 0xb4, 0x2c,
|
0x7f,0x4f,0x76,0x00,0xc0,0xfa,0x15,0x92,0xb4,0x2c,
|
||||||
0x22, 0xc2, 0xeb, 0x6a, 0xad, 0x14, 0x05, 0xb2, 0xe5, 0x8a,
|
0x22,0xc2,0xeb,0x6a,0xad,0x14,0x05,0xb2,0xe5,0x8a,
|
||||||
0x9e, 0x85, 0x83, 0xcc, 0x04, 0xf1, 0x56, 0x78, 0x44, 0x5e,
|
0x9e,0x85,0x83,0xcc,0x04,0xf1,0x56,0x78,0x44,0x5e,
|
||||||
0xde, 0xe0, 0x60, 0x1a, 0x65, 0x79, 0x31, 0x23, 0x05, 0xbb,
|
0xde,0xe0,0x60,0x1a,0x65,0x79,0x31,0x23,0x05,0xbb,
|
||||||
0x01, 0xff, 0xdd, 0x2e, 0xb7, 0xb3, 0xaa, 0x74, 0xe0, 0xa5,
|
0x01,0xff,0xdd,0x2e,0xb7,0xb3,0xaa,0x74,0xe0,0xa5,
|
||||||
0x94, 0xaf, 0x4b, 0xde, 0x58, 0x0f, 0x55, 0xde, 0x33, 0xf6,
|
0x94,0xaf,0x4b,0xde,0x58,0x0f,0x55,0xde,0x33,0xf6,
|
||||||
0xe3, 0xd6, 0x34, 0x36, 0x57, 0xd6, 0x79, 0x91, 0x2e, 0xbe,
|
0xe3,0xd6,0x34,0x36,0x57,0xd6,0x79,0x91,0x2e,0xbe,
|
||||||
0x3b, 0xd9, 0x4e, 0xb6, 0x9d, 0x21, 0x5c, 0xd3, 0x48, 0x14,
|
0x3b,0xd9,0x4e,0xb6,0x9d,0x21,0x5c,0xd3,0x48,0x14,
|
||||||
0x7f, 0x4a, 0xc4, 0x60, 0xa9, 0x29, 0xf8, 0x53, 0x7f, 0x88,
|
0x7f,0x4a,0xc4,0x60,0xa9,0x29,0xf8,0x53,0x7f,0x88,
|
||||||
0x11, 0x2d, 0xb5, 0xc5, 0x2d, 0x6f, 0xee, 0x85, 0x0b, 0xf7,
|
0x11,0x2d,0xb5,0xc5,0x2d,0x6f,0xee,0x85,0x0b,0xf7,
|
||||||
0x8d, 0x9a, 0xbe, 0xb0, 0x42, 0xf2, 0x2e, 0x71, 0xaf, 0x19,
|
0x8d,0x9a,0xbe,0xb0,0x42,0xf2,0x2e,0x71,0xaf,0x19,
|
||||||
0x31, 0x6d, 0xec, 0xcd, 0x6f, 0x2b, 0x23, 0xdf, 0xb4, 0x40,
|
0x31,0x6d,0xec,0xcd,0x6f,0x2b,0x23,0xdf,0xb4,0x40,
|
||||||
0xaf, 0x2c, 0x0a, 0xc3, 0x1b, 0x7d, 0x7d, 0x03, 0x1d, 0x4b,
|
0xaf,0x2c,0x0a,0xc3,0x1b,0x7d,0x7d,0x03,0x1d,0x4b,
|
||||||
0xf3, 0xb5, 0xe0, 0x85, 0xd8, 0xdf, 0x91, 0x6b, 0x0a, 0x69,
|
0xf3,0xb5,0xe0,0x85,0xd8,0xdf,0x91,0x6b,0x0a,0x69,
|
||||||
0xf7, 0xf2, 0x69, 0x66, 0x5b, 0xf1, 0xcf, 0x46, 0x7d, 0xe9,
|
0xf7,0xf2,0x69,0x66,0x5b,0xf1,0xcf,0x46,0x7d,0xe9,
|
||||||
0x70, 0xfa, 0x6d, 0x7e, 0x75, 0x4e, 0xa9, 0x77, 0xe6, 0x8c,
|
0x70,0xfa,0x6d,0x7e,0x75,0x4e,0xa9,0x77,0xe6,0x8c,
|
||||||
0x02, 0xf7, 0x14, 0x4d, 0xa5, 0x41, 0x8f, 0x3f, 0xc1, 0x62,
|
0x02,0xf7,0x14,0x4d,0xa5,0x41,0x8f,0x3f,0xc1,0x62,
|
||||||
0x1e, 0x71, 0x5e, 0x38, 0xb4, 0xd6, 0xe6, 0xe1, 0x4b, 0xc2,
|
0x1e,0x71,0x5e,0x38,0xb4,0xd6,0xe6,0xe1,0x4b,0xc2,
|
||||||
0x2c, 0x30, 0x83, 0x81, 0x6f, 0x49, 0x2e, 0x96, 0xe6, 0xc9,
|
0x2c,0x30,0x83,0x81,0x6f,0x49,0x2e,0x96,0xe6,0xc9,
|
||||||
0x9a, 0xf7, 0x5d, 0x09, 0xa0, 0x55, 0x02, 0xa5, 0x3a, 0x25,
|
0x9a,0xf7,0x5d,0x09,0xa0,0x55,0x02,0xa5,0x3a,0x25,
|
||||||
0x23, 0xd0, 0x92, 0xc3, 0xa3, 0xe3, 0x0e, 0x12, 0x2f, 0x4d,
|
0x23,0xd0,0x92,0xc3,0xa3,0xe3,0x0e,0x12,0x2f,0x4d,
|
||||||
0xef, 0xf3, 0x55, 0x5a, 0xbe, 0xe6, 0x19, 0x86, 0x31, 0xab,
|
0xef,0xf3,0x55,0x5a,0xbe,0xe6,0x19,0x86,0x31,0xab,
|
||||||
0x75, 0x9a, 0xd3, 0xf0, 0x2c, 0xc5, 0x41, 0x92, 0xd9, 0x1f,
|
0x75,0x9a,0xd3,0xf0,0x2c,0xc5,0x41,0x92,0xd9,0x1f,
|
||||||
0x5f, 0x11, 0x8c, 0x75, 0x1c, 0x63, 0xd0, 0x02, 0x80, 0x2c,
|
0x5f,0x11,0x8c,0x75,0x1c,0x63,0xd0,0x02,0x80,0x2c,
|
||||||
0x68, 0xcb, 0x93, 0xfb, 0x51, 0x73, 0x49, 0xb4, 0x60, 0xda,
|
0x68,0xcb,0x93,0xfb,0x51,0x73,0x49,0xb4,0x60,0xda,
|
||||||
0xe2, 0x26, 0xaf, 0xa9, 0x46, 0x12, 0xb8, 0xec, 0x50, 0xdd,
|
0xe2,0x26,0xaf,0xa9,0x46,0x12,0xb8,0xec,0x50,0xdd,
|
||||||
0x12, 0x06, 0x5f, 0xce, 0x59, 0xe6, 0xf6, 0x1c, 0xe0, 0x54,
|
0x12,0x06,0x5f,0xce,0x59,0xe6,0xf6,0x1c,0xe0,0x54,
|
||||||
0x10, 0xad, 0xf6, 0xcd, 0x98, 0xcc, 0x0f, 0xfb, 0xcb, 0x41,
|
0x10,0xad,0xf6,0xcd,0x98,0xcc,0x0f,0xfb,0xcb,0x41,
|
||||||
0x14, 0x9d, 0xed, 0xe4, 0xb4, 0x74, 0x5f, 0x09, 0x60, 0xc7,
|
0x14,0x9d,0xed,0xe4,0xb4,0x74,0x5f,0x09,0x60,0xc7,
|
||||||
0x12, 0xf6, 0x7b, 0x3c, 0x8f, 0xa7, 0x20, 0xbc, 0xe4, 0xb1,
|
0x12,0xf6,0x7b,0x3c,0x8f,0xa7,0x20,0xbc,0xe4,0xb1,
|
||||||
0xef, 0xeb, 0xa4, 0x93, 0xc5, 0x06, 0xca, 0x9a, 0x27, 0x9d,
|
0xef,0xeb,0xa4,0x93,0xc5,0x06,0xca,0x9a,0x27,0x9d,
|
||||||
0x87, 0xf3, 0xde, 0xca, 0xe5, 0xe7, 0xf6, 0x1c, 0x01, 0x65,
|
0x87,0xf3,0xde,0xca,0xe5,0xe7,0xf6,0x1c,0x01,0x65,
|
||||||
0x5b, 0xfb, 0x19, 0x79, 0x6e, 0x08, 0x26, 0xc5, 0xc8, 0x28,
|
0x5b,0xfb,0x19,0x79,0x6e,0x08,0x26,0xc5,0xc8,0x28,
|
||||||
0x0e, 0xb6, 0x3b, 0x07, 0x08, 0xc1, 0x02, 0x82, 0x01, 0x01,
|
0x0e,0xb6,0x3b,0x07,0x08,0xc1,0x02,0x82,0x01,0x01,
|
||||||
0x00, 0xe8, 0x1c, 0x73, 0xa6, 0xb8, 0xe0, 0x0e, 0x6d, 0x8d,
|
0x00,0xe8,0x1c,0x73,0xa6,0xb8,0xe0,0x0e,0x6d,0x8d,
|
||||||
0x1b, 0xb9, 0x53, 0xed, 0x58, 0x94, 0xe6, 0x1d, 0x60, 0x14,
|
0x1b,0xb9,0x53,0xed,0x58,0x94,0xe6,0x1d,0x60,0x14,
|
||||||
0x5c, 0x76, 0x43, 0xc4, 0x58, 0x19, 0xc4, 0x24, 0xe8, 0xbc,
|
0x5c,0x76,0x43,0xc4,0x58,0x19,0xc4,0x24,0xe8,0xbc,
|
||||||
0x1b, 0x3b, 0x0b, 0x13, 0x24, 0x45, 0x54, 0x0e, 0xcc, 0x37,
|
0x1b,0x3b,0x0b,0x13,0x24,0x45,0x54,0x0e,0xcc,0x37,
|
||||||
0xf0, 0xe0, 0x63, 0x7d, 0xc3, 0xf7, 0xfb, 0x81, 0x74, 0x81,
|
0xf0,0xe0,0x63,0x7d,0xc3,0xf7,0xfb,0x81,0x74,0x81,
|
||||||
0xc4, 0x0f, 0x1a, 0x21, 0x48, 0xaf, 0xce, 0xc1, 0xc4, 0x94,
|
0xc4,0x0f,0x1a,0x21,0x48,0xaf,0xce,0xc1,0xc4,0x94,
|
||||||
0x18, 0x06, 0x44, 0x8d, 0xd3, 0xd2, 0x22, 0x2d, 0x2d, 0x3e,
|
0x18,0x06,0x44,0x8d,0xd3,0xd2,0x22,0x2d,0x2d,0x3e,
|
||||||
0x5a, 0x31, 0xdc, 0x95, 0x8e, 0xf4, 0x41, 0xfc, 0x58, 0xc9,
|
0x5a,0x31,0xdc,0x95,0x8e,0xf4,0x41,0xfc,0x58,0xc9,
|
||||||
0x40, 0x92, 0x17, 0x5f, 0xe3, 0xda, 0xac, 0x9e, 0x3f, 0x1c,
|
0x40,0x92,0x17,0x5f,0xe3,0xda,0xac,0x9e,0x3f,0x1c,
|
||||||
0x2a, 0x6b, 0x58, 0x5f, 0x48, 0x78, 0x20, 0xb1, 0xaf, 0x24,
|
0x2a,0x6b,0x58,0x5f,0x48,0x78,0x20,0xb1,0xaf,0x24,
|
||||||
0x9b, 0x3c, 0x20, 0x8b, 0x93, 0x25, 0x9e, 0xe6, 0x6b, 0xbc,
|
0x9b,0x3c,0x20,0x8b,0x93,0x25,0x9e,0xe6,0x6b,0xbc,
|
||||||
0x13, 0x42, 0x14, 0x6c, 0x36, 0x31, 0xff, 0x7a, 0xd1, 0xc1,
|
0x13,0x42,0x14,0x6c,0x36,0x31,0xff,0x7a,0xd1,0xc1,
|
||||||
0x1a, 0x26, 0x14, 0x7f, 0xa9, 0x76, 0xa7, 0x0c, 0xf8, 0xcc,
|
0x1a,0x26,0x14,0x7f,0xa9,0x76,0xa7,0x0c,0xf8,0xcc,
|
||||||
0xed, 0x07, 0x6a, 0xd2, 0xdf, 0x62, 0xee, 0x0a, 0x7c, 0x84,
|
0xed,0x07,0x6a,0xd2,0xdf,0x62,0xee,0x0a,0x7c,0x84,
|
||||||
0xcb, 0x49, 0x90, 0xb2, 0x03, 0x0d, 0xa2, 0x82, 0x06, 0x77,
|
0xcb,0x49,0x90,0xb2,0x03,0x0d,0xa2,0x82,0x06,0x77,
|
||||||
0xf1, 0xcd, 0x67, 0xf2, 0x47, 0x21, 0x02, 0x3f, 0x43, 0x21,
|
0xf1,0xcd,0x67,0xf2,0x47,0x21,0x02,0x3f,0x43,0x21,
|
||||||
0xf0, 0x46, 0x30, 0x62, 0x51, 0x72, 0xb1, 0xe7, 0x48, 0xc6,
|
0xf0,0x46,0x30,0x62,0x51,0x72,0xb1,0xe7,0x48,0xc6,
|
||||||
0x67, 0x12, 0xcd, 0x9e, 0xd6, 0x15, 0xe5, 0x21, 0xed, 0xfa,
|
0x67,0x12,0xcd,0x9e,0xd6,0x15,0xe5,0x21,0xed,0xfa,
|
||||||
0x8f, 0x30, 0xa6, 0x41, 0xfe, 0xb6, 0xfa, 0x8f, 0x34, 0x14,
|
0x8f,0x30,0xa6,0x41,0xfe,0xb6,0xfa,0x8f,0x34,0x14,
|
||||||
0x19, 0xe8, 0x11, 0xf7, 0xa5, 0x77, 0x3e, 0xb7, 0xf9, 0x39,
|
0x19,0xe8,0x11,0xf7,0xa5,0x77,0x3e,0xb7,0xf9,0x39,
|
||||||
0x07, 0x8c, 0x67, 0x2a, 0xab, 0x7b, 0x08, 0xf8, 0xb0, 0x06,
|
0x07,0x8c,0x67,0x2a,0xab,0x7b,0x08,0xf8,0xb0,0x06,
|
||||||
0xa8, 0xea, 0x2f, 0x8f, 0xfa, 0xcc, 0xcc, 0x40, 0xce, 0xf3,
|
0xa8,0xea,0x2f,0x8f,0xfa,0xcc,0xcc,0x40,0xce,0xf3,
|
||||||
0x70, 0x4f, 0x3f, 0x7f, 0xe2, 0x0c, 0xea, 0x76, 0x4a, 0x35,
|
0x70,0x4f,0x3f,0x7f,0xe2,0x0c,0xea,0x76,0x4a,0x35,
|
||||||
0x4e, 0x47, 0xad, 0x2b, 0xa7, 0x97, 0x5d, 0x74, 0x43, 0x97,
|
0x4e,0x47,0xad,0x2b,0xa7,0x97,0x5d,0x74,0x43,0x97,
|
||||||
0x90, 0xd2, 0xfb, 0xd9, 0xf9, 0x96, 0x01, 0x33, 0x05, 0xed,
|
0x90,0xd2,0xfb,0xd9,0xf9,0x96,0x01,0x33,0x05,0xed,
|
||||||
0x7b, 0x03, 0x05, 0xad, 0xf8, 0x49, 0x03, 0x02, 0x82, 0x01,
|
0x7b,0x03,0x05,0xad,0xf8,0x49,0x03,0x02,0x82,0x01,
|
||||||
0x01, 0x00, 0xd4, 0x40, 0x17, 0x66, 0x10, 0x92, 0x95, 0xc8,
|
0x01,0x00,0xd4,0x40,0x17,0x66,0x10,0x92,0x95,0xc8,
|
||||||
0xec, 0x62, 0xa9, 0x7a, 0xcb, 0x93, 0x8e, 0xe6, 0x53, 0xd4,
|
0xec,0x62,0xa9,0x7a,0xcb,0x93,0x8e,0xe6,0x53,0xd4,
|
||||||
0x80, 0x48, 0x27, 0x4b, 0x41, 0xce, 0x61, 0xdf, 0xbf, 0x94,
|
0x80,0x48,0x27,0x4b,0x41,0xce,0x61,0xdf,0xbf,0x94,
|
||||||
0xa4, 0x3d, 0x71, 0x03, 0x0b, 0xed, 0x25, 0x71, 0x98, 0xa4,
|
0xa4,0x3d,0x71,0x03,0x0b,0xed,0x25,0x71,0x98,0xa4,
|
||||||
0xd6, 0xd5, 0x4a, 0x57, 0xf5, 0x6c, 0x1b, 0xda, 0x21, 0x7d,
|
0xd6,0xd5,0x4a,0x57,0xf5,0x6c,0x1b,0xda,0x21,0x7d,
|
||||||
0x35, 0x45, 0xb3, 0xf3, 0x6a, 0xd9, 0xd3, 0x43, 0xe8, 0x5c,
|
0x35,0x45,0xb3,0xf3,0x6a,0xd9,0xd3,0x43,0xe8,0x5c,
|
||||||
0x54, 0x1c, 0x83, 0x1b, 0xb4, 0x5f, 0xf2, 0x97, 0x24, 0x2e,
|
0x54,0x1c,0x83,0x1b,0xb4,0x5f,0xf2,0x97,0x24,0x2e,
|
||||||
0xdc, 0x40, 0xde, 0x92, 0x23, 0x59, 0x8e, 0xbc, 0xd2, 0xa1,
|
0xdc,0x40,0xde,0x92,0x23,0x59,0x8e,0xbc,0xd2,0xa1,
|
||||||
0xf2, 0xe0, 0x4c, 0xdd, 0x0b, 0xd1, 0xe7, 0xae, 0x65, 0xbc,
|
0xf2,0xe0,0x4c,0xdd,0x0b,0xd1,0xe7,0xae,0x65,0xbc,
|
||||||
0xb5, 0xf5, 0x5b, 0x98, 0xe9, 0xd7, 0xc2, 0xb7, 0x0e, 0x55,
|
0xb5,0xf5,0x5b,0x98,0xe9,0xd7,0xc2,0xb7,0x0e,0x55,
|
||||||
0x71, 0x0e, 0x3c, 0x0a, 0x24, 0x6b, 0xa6, 0xe6, 0x14, 0x61,
|
0x71,0x0e,0x3c,0x0a,0x24,0x6b,0xa6,0xe6,0x14,0x61,
|
||||||
0x11, 0xfd, 0x33, 0x42, 0x99, 0x2b, 0x84, 0x77, 0x74, 0x92,
|
0x11,0xfd,0x33,0x42,0x99,0x2b,0x84,0x77,0x74,0x92,
|
||||||
0x91, 0xf5, 0x79, 0x79, 0xcf, 0xad, 0x8e, 0x04, 0xef, 0x80,
|
0x91,0xf5,0x79,0x79,0xcf,0xad,0x8e,0x04,0xef,0x80,
|
||||||
0x1e, 0x57, 0xf4, 0x14, 0xf5, 0x35, 0x09, 0x74, 0xb2, 0x13,
|
0x1e,0x57,0xf4,0x14,0xf5,0x35,0x09,0x74,0xb2,0x13,
|
||||||
0x71, 0x58, 0x6b, 0xea, 0x32, 0x5d, 0xf3, 0xd3, 0x76, 0x48,
|
0x71,0x58,0x6b,0xea,0x32,0x5d,0xf3,0xd3,0x76,0x48,
|
||||||
0x39, 0x10, 0x23, 0x84, 0x9d, 0xbe, 0x92, 0x77, 0x4a, 0xed,
|
0x39,0x10,0x23,0x84,0x9d,0xbe,0x92,0x77,0x4a,0xed,
|
||||||
0x70, 0x3e, 0x1a, 0xa2, 0x6c, 0xb3, 0x81, 0x00, 0xc3, 0xc9,
|
0x70,0x3e,0x1a,0xa2,0x6c,0xb3,0x81,0x00,0xc3,0xc9,
|
||||||
0xe4, 0x52, 0xc8, 0x24, 0x88, 0x0c, 0x41, 0xad, 0x87, 0x5a,
|
0xe4,0x52,0xc8,0x24,0x88,0x0c,0x41,0xad,0x87,0x5a,
|
||||||
0xea, 0xa3, 0x7a, 0x85, 0x1c, 0x5e, 0x31, 0x7f, 0xc3, 0x35,
|
0xea,0xa3,0x7a,0x85,0x1c,0x5e,0x31,0x7f,0xc3,0x35,
|
||||||
0xc6, 0xfa, 0x10, 0xc8, 0x75, 0x10, 0xc4, 0x96, 0x99, 0xe7,
|
0xc6,0xfa,0x10,0xc8,0x75,0x10,0xc4,0x96,0x99,0xe7,
|
||||||
0xfe, 0x01, 0xb4, 0x74, 0xdb, 0xb4, 0x11, 0xc3, 0xc8, 0x8c,
|
0xfe,0x01,0xb4,0x74,0xdb,0xb4,0x11,0xc3,0xc8,0x8c,
|
||||||
0xf6, 0xf7, 0x3b, 0x66, 0x50, 0xfc, 0xdb, 0xeb, 0xca, 0x47,
|
0xf6,0xf7,0x3b,0x66,0x50,0xfc,0xdb,0xeb,0xca,0x47,
|
||||||
0x85, 0x89, 0xe1, 0x65, 0xd9, 0x62, 0x34, 0x3c, 0x70, 0xd8,
|
0x85,0x89,0xe1,0x65,0xd9,0x62,0x34,0x3c,0x70,0xd8,
|
||||||
0x2e, 0xb4, 0x2f, 0x65, 0x3c, 0x4a, 0xa6, 0x2a, 0xe7, 0xc7,
|
0x2e,0xb4,0x2f,0x65,0x3c,0x4a,0xa6,0x2a,0xe7,0xc7,
|
||||||
0xd8, 0x41, 0x8f, 0x8a, 0x43, 0xbf, 0x42, 0xf2, 0x4d, 0xbc,
|
0xd8,0x41,0x8f,0x8a,0x43,0xbf,0x42,0xf2,0x4d,0xbc,
|
||||||
0xfc, 0x9e, 0x27, 0x95, 0xfb, 0x75, 0xff, 0xab, 0x02, 0x82,
|
0xfc,0x9e,0x27,0x95,0xfb,0x75,0xff,0xab,0x02,0x82,
|
||||||
0x01, 0x00, 0x41, 0x2f, 0x44, 0x57, 0x6d, 0x12, 0x17, 0x5b,
|
0x01,0x00,0x41,0x2f,0x44,0x57,0x6d,0x12,0x17,0x5b,
|
||||||
0x32, 0xc6, 0xb7, 0x6c, 0x57, 0x7a, 0x8a, 0x0e, 0x79, 0xef,
|
0x32,0xc6,0xb7,0x6c,0x57,0x7a,0x8a,0x0e,0x79,0xef,
|
||||||
0x72, 0xa8, 0x68, 0xda, 0x2d, 0x38, 0xe4, 0xbb, 0x8d, 0xf6,
|
0x72,0xa8,0x68,0xda,0x2d,0x38,0xe4,0xbb,0x8d,0xf6,
|
||||||
0x02, 0x65, 0xcf, 0x56, 0x13, 0xe1, 0x1a, 0xcb, 0x39, 0x80,
|
0x02,0x65,0xcf,0x56,0x13,0xe1,0x1a,0xcb,0x39,0x80,
|
||||||
0xa6, 0xb1, 0x32, 0x03, 0x1e, 0xdd, 0xbb, 0x35, 0xd9, 0xac,
|
0xa6,0xb1,0x32,0x03,0x1e,0xdd,0xbb,0x35,0xd9,0xac,
|
||||||
0x43, 0x89, 0x31, 0x08, 0x90, 0x92, 0x5e, 0x35, 0x3d, 0x7b,
|
0x43,0x89,0x31,0x08,0x90,0x92,0x5e,0x35,0x3d,0x7b,
|
||||||
0x9c, 0x6f, 0x86, 0xcb, 0x17, 0xdd, 0x85, 0xe4, 0xed, 0x35,
|
0x9c,0x6f,0x86,0xcb,0x17,0xdd,0x85,0xe4,0xed,0x35,
|
||||||
0x08, 0x8e, 0xc1, 0xf4, 0x05, 0xd8, 0x68, 0xc6, 0x63, 0x3c,
|
0x08,0x8e,0xc1,0xf4,0x05,0xd8,0x68,0xc6,0x63,0x3c,
|
||||||
0xf7, 0xff, 0xf7, 0x47, 0x33, 0x39, 0xc5, 0x3e, 0xb7, 0x0e,
|
0xf7,0xff,0xf7,0x47,0x33,0x39,0xc5,0x3e,0xb7,0x0e,
|
||||||
0x58, 0x35, 0x9d, 0x81, 0xea, 0xf8, 0x6a, 0x2c, 0x1c, 0x5a,
|
0x58,0x35,0x9d,0x81,0xea,0xf8,0x6a,0x2c,0x1c,0x5a,
|
||||||
0x68, 0x78, 0x64, 0x11, 0x6b, 0xc1, 0x3e, 0x4e, 0x7a, 0xbd,
|
0x68,0x78,0x64,0x11,0x6b,0xc1,0x3e,0x4e,0x7a,0xbd,
|
||||||
0x84, 0xcb, 0x0f, 0xc2, 0xb6, 0x85, 0x1d, 0xd3, 0x76, 0xc5,
|
0x84,0xcb,0x0f,0xc2,0xb6,0x85,0x1d,0xd3,0x76,0xc5,
|
||||||
0x93, 0x6a, 0x69, 0x89, 0x56, 0x34, 0xdc, 0x4a, 0x9b, 0xbc,
|
0x93,0x6a,0x69,0x89,0x56,0x34,0xdc,0x4a,0x9b,0xbc,
|
||||||
0xff, 0xa8, 0x0d, 0x6e, 0x35, 0x9c, 0x60, 0xa7, 0x23, 0x30,
|
0xff,0xa8,0x0d,0x6e,0x35,0x9c,0x60,0xa7,0x23,0x30,
|
||||||
0xc7, 0x06, 0x64, 0x39, 0x8b, 0x94, 0x89, 0xee, 0xba, 0x7f,
|
0xc7,0x06,0x64,0x39,0x8b,0x94,0x89,0xee,0xba,0x7f,
|
||||||
0x60, 0x8d, 0xfa, 0xb6, 0x97, 0x76, 0xdc, 0x51, 0x4a, 0x3c,
|
0x60,0x8d,0xfa,0xb6,0x97,0x76,0xdc,0x51,0x4a,0x3c,
|
||||||
0xeb, 0x3a, 0x14, 0x2c, 0x20, 0x60, 0x69, 0x4a, 0x86, 0xfe,
|
0xeb,0x3a,0x14,0x2c,0x20,0x60,0x69,0x4a,0x86,0xfe,
|
||||||
0x8c, 0x21, 0x84, 0x49, 0x54, 0xb3, 0x20, 0xe1, 0x01, 0x7f,
|
0x8c,0x21,0x84,0x49,0x54,0xb3,0x20,0xe1,0x01,0x7f,
|
||||||
0x58, 0xdf, 0x7f, 0xb5, 0x21, 0x51, 0x8c, 0x47, 0x9f, 0x91,
|
0x58,0xdf,0x7f,0xb5,0x21,0x51,0x8c,0x47,0x9f,0x91,
|
||||||
0xeb, 0x97, 0x3e, 0xf2, 0x54, 0xcf, 0x16, 0x46, 0xf9, 0xd9,
|
0xeb,0x97,0x3e,0xf2,0x54,0xcf,0x16,0x46,0xf9,0xd9,
|
||||||
0xb6, 0xe7, 0x64, 0xc9, 0xd0, 0x54, 0xea, 0x2f, 0xa1, 0xcf,
|
0xb6,0xe7,0x64,0xc9,0xd0,0x54,0xea,0x2f,0xa1,0xcf,
|
||||||
0xa5, 0x7f, 0x28, 0x8d, 0x84, 0xec, 0xd5, 0x39, 0x03, 0x76,
|
0xa5,0x7f,0x28,0x8d,0x84,0xec,0xd5,0x39,0x03,0x76,
|
||||||
0x5b, 0x2d, 0x8e, 0x43, 0xf2, 0x01, 0x24, 0xc9, 0x6f, 0xc0,
|
0x5b,0x2d,0x8e,0x43,0xf2,0x01,0x24,0xc9,0x6f,0xc0,
|
||||||
0xf5, 0x69, 0x6f, 0x7d, 0xb5, 0x85, 0xd2, 0x5f, 0x7f, 0x78,
|
0xf5,0x69,0x6f,0x7d,0xb5,0x85,0xd2,0x5f,0x7f,0x78,
|
||||||
0x40, 0x07, 0x7f, 0x09, 0x15, 0xb5, 0x1f, 0x28, 0x65, 0x10,
|
0x40,0x07,0x7f,0x09,0x15,0xb5,0x1f,0x28,0x65,0x10,
|
||||||
0xe4, 0x19, 0xa8, 0xc6, 0x9e, 0x8d, 0xdc, 0xcb, 0x02, 0x82,
|
0xe4,0x19,0xa8,0xc6,0x9e,0x8d,0xdc,0xcb,0x02,0x82,
|
||||||
0x01, 0x00, 0x13, 0x01, 0xee, 0x56, 0x80, 0x93, 0x70, 0x00,
|
0x01,0x00,0x13,0x01,0xee,0x56,0x80,0x93,0x70,0x00,
|
||||||
0x7f, 0x52, 0xd2, 0x94, 0xa1, 0x98, 0x84, 0x4a, 0x92, 0x25,
|
0x7f,0x52,0xd2,0x94,0xa1,0x98,0x84,0x4a,0x92,0x25,
|
||||||
0x4c, 0x9b, 0xa9, 0x91, 0x2e, 0xc2, 0x79, 0xb7, 0x5c, 0xe3,
|
0x4c,0x9b,0xa9,0x91,0x2e,0xc2,0x79,0xb7,0x5c,0xe3,
|
||||||
0xc5, 0xd5, 0x8e, 0xc2, 0x54, 0x16, 0x17, 0xad, 0x55, 0x9b,
|
0xc5,0xd5,0x8e,0xc2,0x54,0x16,0x17,0xad,0x55,0x9b,
|
||||||
0x25, 0x76, 0x12, 0x63, 0x50, 0x22, 0x2f, 0x58, 0x58, 0x79,
|
0x25,0x76,0x12,0x63,0x50,0x22,0x2f,0x58,0x58,0x79,
|
||||||
0x6b, 0x04, 0xe3, 0xf9, 0x9f, 0x8f, 0x04, 0x41, 0x67, 0x94,
|
0x6b,0x04,0xe3,0xf9,0x9f,0x8f,0x04,0x41,0x67,0x94,
|
||||||
0xa5, 0x1f, 0xac, 0x8a, 0x15, 0x9c, 0x26, 0x10, 0x6c, 0xf8,
|
0xa5,0x1f,0xac,0x8a,0x15,0x9c,0x26,0x10,0x6c,0xf8,
|
||||||
0x19, 0x57, 0x61, 0xd7, 0x3a, 0x7d, 0x31, 0xb0, 0x2d, 0x38,
|
0x19,0x57,0x61,0xd7,0x3a,0x7d,0x31,0xb0,0x2d,0x38,
|
||||||
0xbd, 0x94, 0x62, 0xad, 0xc4, 0xfa, 0x36, 0x42, 0x42, 0xf0,
|
0xbd,0x94,0x62,0xad,0xc4,0xfa,0x36,0x42,0x42,0xf0,
|
||||||
0x24, 0x67, 0x65, 0x9d, 0x8b, 0x0b, 0x7c, 0x6f, 0x82, 0x44,
|
0x24,0x67,0x65,0x9d,0x8b,0x0b,0x7c,0x6f,0x82,0x44,
|
||||||
0x1a, 0x8c, 0xc8, 0xc9, 0xab, 0xbb, 0x4c, 0x45, 0xfc, 0x7b,
|
0x1a,0x8c,0xc8,0xc9,0xab,0xbb,0x4c,0x45,0xfc,0x7b,
|
||||||
0x38, 0xee, 0x30, 0xe1, 0xfc, 0xef, 0x8d, 0xbc, 0x58, 0xdf,
|
0x38,0xee,0x30,0xe1,0xfc,0xef,0x8d,0xbc,0x58,0xdf,
|
||||||
0x2b, 0x5d, 0x0d, 0x54, 0xe0, 0x49, 0x4d, 0x97, 0x99, 0x8f,
|
0x2b,0x5d,0x0d,0x54,0xe0,0x49,0x4d,0x97,0x99,0x8f,
|
||||||
0x22, 0xa8, 0x83, 0xbe, 0x40, 0xbb, 0x50, 0x2e, 0x78, 0x28,
|
0x22,0xa8,0x83,0xbe,0x40,0xbb,0x50,0x2e,0x78,0x28,
|
||||||
0x0f, 0x95, 0x78, 0x8c, 0x8f, 0x98, 0x24, 0x56, 0xc2, 0x97,
|
0x0f,0x95,0x78,0x8c,0x8f,0x98,0x24,0x56,0xc2,0x97,
|
||||||
0xf3, 0x2c, 0x43, 0xd2, 0x03, 0x82, 0x66, 0x81, 0x72, 0x5f,
|
0xf3,0x2c,0x43,0xd2,0x03,0x82,0x66,0x81,0x72,0x5f,
|
||||||
0x53, 0x16, 0xec, 0xb1, 0xb1, 0x04, 0x5e, 0x40, 0x20, 0x48,
|
0x53,0x16,0xec,0xb1,0xb1,0x04,0x5e,0x40,0x20,0x48,
|
||||||
0x7b, 0x3f, 0x02, 0x97, 0x6a, 0xeb, 0x96, 0x12, 0x21, 0x35,
|
0x7b,0x3f,0x02,0x97,0x6a,0xeb,0x96,0x12,0x21,0x35,
|
||||||
0xfe, 0x1f, 0x47, 0xc0, 0x95, 0xea, 0xc5, 0x8a, 0x08, 0x84,
|
0xfe,0x1f,0x47,0xc0,0x95,0xea,0xc5,0x8a,0x08,0x84,
|
||||||
0x4f, 0x5e, 0x63, 0x94, 0x60, 0x0f, 0x71, 0x5b, 0x7f, 0x4a,
|
0x4f,0x5e,0x63,0x94,0x60,0x0f,0x71,0x5b,0x7f,0x4a,
|
||||||
0xec, 0x4f, 0x60, 0xc6, 0xba, 0x4a, 0x24, 0xf1, 0x20, 0x8b,
|
0xec,0x4f,0x60,0xc6,0xba,0x4a,0x24,0xf1,0x20,0x8b,
|
||||||
0xa7, 0x2e, 0x3a, 0xce, 0x8d, 0xe0, 0x27, 0x1d, 0xb5, 0x8e,
|
0xa7,0x2e,0x3a,0xce,0x8d,0xe0,0x27,0x1d,0xb5,0x8e,
|
||||||
0xb4, 0x21, 0xc5, 0xe2, 0xa6, 0x16, 0x0a, 0x51, 0x83, 0x55,
|
0xb4,0x21,0xc5,0xe2,0xa6,0x16,0x0a,0x51,0x83,0x55,
|
||||||
0x88, 0xd1, 0x30, 0x11, 0x63, 0xd5, 0xd7, 0x8d, 0xae, 0x16,
|
0x88,0xd1,0x30,0x11,0x63,0xd5,0xd7,0x8d,0xae,0x16,
|
||||||
0x12, 0x82, 0xc4, 0x85, 0x00, 0x4e, 0x27, 0x83, 0xa5, 0x7c,
|
0x12,0x82,0xc4,0x85,0x00,0x4e,0x27,0x83,0xa5,0x7c,
|
||||||
0x90, 0x2e, 0xe5, 0xa2, 0xa3, 0xd3, 0x4c, 0x63, 0x02, 0x82,
|
0x90,0x2e,0xe5,0xa2,0xa3,0xd3,0x4c,0x63,0x02,0x82,
|
||||||
0x01, 0x01, 0x00, 0x86, 0x08, 0x98, 0x98, 0xa5, 0x00, 0x05,
|
0x01,0x01,0x00,0x86,0x08,0x98,0x98,0xa5,0x00,0x05,
|
||||||
0x39, 0x77, 0xd9, 0x66, 0xb3, 0xcf, 0xca, 0xa0, 0x71, 0xb3,
|
0x39,0x77,0xd9,0x66,0xb3,0xcf,0xca,0xa0,0x71,0xb3,
|
||||||
0x50, 0xce, 0x3d, 0xb1, 0x93, 0x95, 0x35, 0xc4, 0xd4, 0x2e,
|
0x50,0xce,0x3d,0xb1,0x93,0x95,0x35,0xc4,0xd4,0x2e,
|
||||||
0x90, 0xdf, 0x0f, 0xfc, 0x60, 0xc1, 0x94, 0x68, 0x61, 0x43,
|
0x90,0xdf,0x0f,0xfc,0x60,0xc1,0x94,0x68,0x61,0x43,
|
||||||
0xca, 0x9a, 0x23, 0x4a, 0x1e, 0x45, 0x72, 0x99, 0xb5, 0x1e,
|
0xca,0x9a,0x23,0x4a,0x1e,0x45,0x72,0x99,0xb5,0x1e,
|
||||||
0x61, 0x8d, 0x77, 0x0f, 0xa0, 0xbb, 0xd7, 0x77, 0xb4, 0x2a,
|
0x61,0x8d,0x77,0x0f,0xa0,0xbb,0xd7,0x77,0xb4,0x2a,
|
||||||
0x15, 0x11, 0x88, 0x2d, 0xb3, 0x56, 0x61, 0x5e, 0x6a, 0xed,
|
0x15,0x11,0x88,0x2d,0xb3,0x56,0x61,0x5e,0x6a,0xed,
|
||||||
0xa4, 0x46, 0x4a, 0x3f, 0x50, 0x11, 0xd6, 0xba, 0xb6, 0xd7,
|
0xa4,0x46,0x4a,0x3f,0x50,0x11,0xd6,0xba,0xb6,0xd7,
|
||||||
0x95, 0x65, 0x53, 0xc3, 0xa1, 0x8f, 0xe0, 0xa3, 0xf5, 0x1c,
|
0x95,0x65,0x53,0xc3,0xa1,0x8f,0xe0,0xa3,0xf5,0x1c,
|
||||||
0xfd, 0xaf, 0x6e, 0x43, 0xd7, 0x17, 0xa7, 0xd3, 0x81, 0x1b,
|
0xfd,0xaf,0x6e,0x43,0xd7,0x17,0xa7,0xd3,0x81,0x1b,
|
||||||
0xa4, 0xdf, 0xe0, 0x97, 0x8a, 0x46, 0x03, 0xd3, 0x46, 0x0e,
|
0xa4,0xdf,0xe0,0x97,0x8a,0x46,0x03,0xd3,0x46,0x0e,
|
||||||
0x83, 0x48, 0x4e, 0xd2, 0x02, 0xcb, 0xc0, 0xad, 0x79, 0x95,
|
0x83,0x48,0x4e,0xd2,0x02,0xcb,0xc0,0xad,0x79,0x95,
|
||||||
0x8c, 0x96, 0xba, 0x40, 0x34, 0x11, 0x71, 0x5e, 0xe9, 0x11,
|
0x8c,0x96,0xba,0x40,0x34,0x11,0x71,0x5e,0xe9,0x11,
|
||||||
0xf9, 0xc5, 0x4a, 0x5e, 0x91, 0x9d, 0xf5, 0x92, 0x4f, 0xeb,
|
0xf9,0xc5,0x4a,0x5e,0x91,0x9d,0xf5,0x92,0x4f,0xeb,
|
||||||
0xc6, 0x70, 0x02, 0x2d, 0x3d, 0x04, 0xaa, 0xe9, 0x3a, 0x8e,
|
0xc6,0x70,0x02,0x2d,0x3d,0x04,0xaa,0xe9,0x3a,0x8e,
|
||||||
0xd5, 0xa8, 0xad, 0xf7, 0xce, 0x0d, 0x16, 0xb2, 0xec, 0x0a,
|
0xd5,0xa8,0xad,0xf7,0xce,0x0d,0x16,0xb2,0xec,0x0a,
|
||||||
0x9c, 0xf5, 0x94, 0x39, 0xb9, 0x8a, 0xfc, 0x1e, 0xf9, 0xcc,
|
0x9c,0xf5,0x94,0x39,0xb9,0x8a,0xfc,0x1e,0xf9,0xcc,
|
||||||
0xf2, 0x5f, 0x21, 0x31, 0x74, 0x72, 0x6b, 0x64, 0xae, 0x35,
|
0xf2,0x5f,0x21,0x31,0x74,0x72,0x6b,0x64,0xae,0x35,
|
||||||
0x61, 0x8d, 0x0d, 0xcb, 0xe7, 0xda, 0x39, 0xca, 0xf3, 0x21,
|
0x61,0x8d,0x0d,0xcb,0xe7,0xda,0x39,0xca,0xf3,0x21,
|
||||||
0x66, 0x0b, 0x95, 0xd7, 0x0a, 0x7c, 0xca, 0xa1, 0xa9, 0x5a,
|
0x66,0x0b,0x95,0xd7,0x0a,0x7c,0xca,0xa1,0xa9,0x5a,
|
||||||
0xe8, 0xac, 0xe0, 0x71, 0x54, 0xaf, 0x28, 0xcf, 0xd5, 0x70,
|
0xe8,0xac,0xe0,0x71,0x54,0xaf,0x28,0xcf,0xd5,0x70,
|
||||||
0x89, 0xe0, 0xf3, 0x9e, 0x43, 0x6c, 0x8d, 0x7b, 0x99, 0x01,
|
0x89,0xe0,0xf3,0x9e,0x43,0x6c,0x8d,0x7b,0x99,0x01,
|
||||||
0x68, 0x4d, 0xa1, 0x45, 0x46, 0x0c, 0x43, 0xbc, 0xcc, 0x2c,
|
0x68,0x4d,0xa1,0x45,0x46,0x0c,0x43,0xbc,0xcc,0x2c,
|
||||||
0xdd, 0xc5, 0x46, 0xc8, 0x4e, 0x0e, 0xbe, 0xed, 0xb9, 0x26,
|
0xdd,0xc5,0x46,0xc8,0x4e,0x0e,0xbe,0xed,0xb9,0x26,
|
||||||
0xab, 0x2e, 0xdb, 0xeb, 0x8f, 0xff, 0xdb, 0xb0, 0xc6, 0x55,
|
0xab,0x2e,0xdb,0xeb,0x8f,0xff,0xdb,0xb0,0xc6,0x55,
|
||||||
0xaf, 0xf8, 0x2a, 0x91, 0x9d, 0x50, 0x44, 0x21, 0x17,
|
0xaf,0xf8,0x2a,0x91,0x9d,0x50,0x44,0x21,0x17,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -58,10 +58,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INCLUDED_TIMEOUTS_H
|
#ifndef INCLUDED_TIMEOUTS_H
|
||||||
# define INCLUDED_TIMEOUTS_H
|
#define INCLUDED_TIMEOUTS_H
|
||||||
|
|
||||||
/* numbers in us */
|
/* numbers in us */
|
||||||
# define DGRAM_RCV_TIMEOUT 250000
|
#define DGRAM_RCV_TIMEOUT 250000
|
||||||
# define DGRAM_SND_TIMEOUT 250000
|
#define DGRAM_SND_TIMEOUT 250000
|
||||||
|
|
||||||
#endif /* ! INCLUDED_TIMEOUTS_H */
|
#endif /* ! INCLUDED_TIMEOUTS_H */
|
||||||
|
|||||||
243
apps/verify.c
243
apps/verify.c
@@ -73,88 +73,97 @@ static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
|
|||||||
static int check(X509_STORE *ctx, char *file,
|
static int check(X509_STORE *ctx, char *file,
|
||||||
STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
|
STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
|
||||||
STACK_OF(X509_CRL) *crls, ENGINE *e);
|
STACK_OF(X509_CRL) *crls, ENGINE *e);
|
||||||
static int v_verbose = 0, vflags = 0;
|
static int v_verbose=0, vflags = 0;
|
||||||
|
|
||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
ENGINE *e = NULL;
|
ENGINE *e = NULL;
|
||||||
int i, ret = 1, badarg = 0;
|
int i,ret=1, badarg = 0;
|
||||||
char *CApath = NULL, *CAfile = NULL;
|
char *CApath=NULL,*CAfile=NULL;
|
||||||
char *untfile = NULL, *trustfile = NULL, *crlfile = NULL;
|
char *untfile = NULL, *trustfile = NULL, *crlfile = NULL;
|
||||||
STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
|
STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
|
||||||
STACK_OF(X509_CRL) *crls = NULL;
|
STACK_OF(X509_CRL) *crls = NULL;
|
||||||
X509_STORE *cert_ctx = NULL;
|
X509_STORE *cert_ctx=NULL;
|
||||||
X509_LOOKUP *lookup = NULL;
|
X509_LOOKUP *lookup=NULL;
|
||||||
X509_VERIFY_PARAM *vpm = NULL;
|
X509_VERIFY_PARAM *vpm = NULL;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
char *engine = NULL;
|
char *engine=NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cert_ctx = X509_STORE_new();
|
cert_ctx=X509_STORE_new();
|
||||||
if (cert_ctx == NULL)
|
if (cert_ctx == NULL) goto end;
|
||||||
goto end;
|
X509_STORE_set_verify_cb(cert_ctx,cb);
|
||||||
X509_STORE_set_verify_cb(cert_ctx, cb);
|
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (!load_config(bio_err, NULL))
|
if (!load_config(bio_err, NULL))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
for (;;) {
|
for (;;)
|
||||||
if (argc >= 1) {
|
{
|
||||||
if (strcmp(*argv, "-CApath") == 0) {
|
if (argc >= 1)
|
||||||
if (argc-- < 1)
|
{
|
||||||
goto end;
|
if (strcmp(*argv,"-CApath") == 0)
|
||||||
CApath = *(++argv);
|
{
|
||||||
} else if (strcmp(*argv, "-CAfile") == 0) {
|
if (argc-- < 1) goto end;
|
||||||
if (argc-- < 1)
|
CApath= *(++argv);
|
||||||
goto end;
|
}
|
||||||
CAfile = *(++argv);
|
else if (strcmp(*argv,"-CAfile") == 0)
|
||||||
} else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) {
|
{
|
||||||
|
if (argc-- < 1) goto end;
|
||||||
|
CAfile= *(++argv);
|
||||||
|
}
|
||||||
|
else if (args_verify(&argv, &argc, &badarg, bio_err,
|
||||||
|
&vpm))
|
||||||
|
{
|
||||||
if (badarg)
|
if (badarg)
|
||||||
goto end;
|
goto end;
|
||||||
continue;
|
continue;
|
||||||
} else if (strcmp(*argv, "-untrusted") == 0) {
|
}
|
||||||
if (argc-- < 1)
|
else if (strcmp(*argv,"-untrusted") == 0)
|
||||||
goto end;
|
{
|
||||||
untfile = *(++argv);
|
if (argc-- < 1) goto end;
|
||||||
} else if (strcmp(*argv, "-trusted") == 0) {
|
untfile= *(++argv);
|
||||||
if (argc-- < 1)
|
}
|
||||||
goto end;
|
else if (strcmp(*argv,"-trusted") == 0)
|
||||||
trustfile = *(++argv);
|
{
|
||||||
} else if (strcmp(*argv, "-CRLfile") == 0) {
|
if (argc-- < 1) goto end;
|
||||||
if (argc-- < 1)
|
trustfile= *(++argv);
|
||||||
goto end;
|
}
|
||||||
crlfile = *(++argv);
|
else if (strcmp(*argv,"-CRLfile") == 0)
|
||||||
|
{
|
||||||
|
if (argc-- < 1) goto end;
|
||||||
|
crlfile= *(++argv);
|
||||||
}
|
}
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
else if (strcmp(*argv, "-engine") == 0) {
|
else if (strcmp(*argv,"-engine") == 0)
|
||||||
if (--argc < 1)
|
{
|
||||||
goto end;
|
if (--argc < 1) goto end;
|
||||||
engine = *(++argv);
|
engine= *(++argv);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(*argv, "-help") == 0)
|
else if (strcmp(*argv,"-help") == 0)
|
||||||
goto end;
|
goto end;
|
||||||
else if (strcmp(*argv, "-verbose") == 0)
|
else if (strcmp(*argv,"-verbose") == 0)
|
||||||
v_verbose = 1;
|
v_verbose=1;
|
||||||
else if (argv[0][0] == '-')
|
else if (argv[0][0] == '-')
|
||||||
goto end;
|
goto end;
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
} else
|
}
|
||||||
|
else
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -165,144 +174,137 @@ int MAIN(int argc, char **argv)
|
|||||||
if (vpm)
|
if (vpm)
|
||||||
X509_STORE_set1_param(cert_ctx, vpm);
|
X509_STORE_set1_param(cert_ctx, vpm);
|
||||||
|
|
||||||
lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file());
|
lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_file());
|
||||||
if (lookup == NULL)
|
if (lookup == NULL) abort();
|
||||||
abort();
|
|
||||||
if (CAfile) {
|
if (CAfile) {
|
||||||
i = X509_LOOKUP_load_file(lookup, CAfile, X509_FILETYPE_PEM);
|
i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
|
||||||
if (!i) {
|
if(!i) {
|
||||||
BIO_printf(bio_err, "Error loading file %s\n", CAfile);
|
BIO_printf(bio_err, "Error loading file %s\n", CAfile);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
} else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
|
||||||
X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
|
|
||||||
|
|
||||||
lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_hash_dir());
|
lookup=X509_STORE_add_lookup(cert_ctx,X509_LOOKUP_hash_dir());
|
||||||
if (lookup == NULL)
|
if (lookup == NULL) abort();
|
||||||
abort();
|
|
||||||
if (CApath) {
|
if (CApath) {
|
||||||
i = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
|
i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
|
||||||
if (!i) {
|
if(!i) {
|
||||||
BIO_printf(bio_err, "Error loading directory %s\n", CApath);
|
BIO_printf(bio_err, "Error loading directory %s\n", CApath);
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else
|
} else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
|
||||||
X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
|
|
||||||
|
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
|
|
||||||
if (untfile) {
|
if(untfile)
|
||||||
|
{
|
||||||
untrusted = load_certs(bio_err, untfile, FORMAT_PEM,
|
untrusted = load_certs(bio_err, untfile, FORMAT_PEM,
|
||||||
NULL, e, "untrusted certificates");
|
NULL, e, "untrusted certificates");
|
||||||
if (!untrusted)
|
if(!untrusted)
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (trustfile) {
|
if(trustfile)
|
||||||
|
{
|
||||||
trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
|
trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
|
||||||
NULL, e, "trusted certificates");
|
NULL, e, "trusted certificates");
|
||||||
if (!trusted)
|
if(!trusted)
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (crlfile) {
|
if(crlfile)
|
||||||
crls = load_crls(bio_err, crlfile, FORMAT_PEM, NULL, e, "other CRLs");
|
{
|
||||||
if (!crls)
|
crls = load_crls(bio_err, crlfile, FORMAT_PEM,
|
||||||
|
NULL, e, "other CRLs");
|
||||||
|
if(!crls)
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = 0;
|
if (argc < 1) check(cert_ctx, NULL, untrusted, trusted, crls, e);
|
||||||
if (argc < 1) {
|
else
|
||||||
if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
|
for (i=0; i<argc; i++)
|
||||||
ret = -1;
|
check(cert_ctx,argv[i], untrusted, trusted, crls, e);
|
||||||
} else {
|
ret=0;
|
||||||
for (i = 0; i < argc; i++)
|
end:
|
||||||
if (1 != check(cert_ctx, argv[i], untrusted, trusted, crls, e))
|
|
||||||
ret = -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
end:
|
|
||||||
if (ret == 1) {
|
if (ret == 1) {
|
||||||
BIO_printf(bio_err,
|
BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
|
||||||
"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
|
|
||||||
BIO_printf(bio_err, " [-no_alt_chains] [-attime timestamp]");
|
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
BIO_printf(bio_err, " [-engine e]");
|
BIO_printf(bio_err," [-engine e]");
|
||||||
#endif
|
#endif
|
||||||
BIO_printf(bio_err, " cert1 cert2 ...\n");
|
BIO_printf(bio_err," cert1 cert2 ...\n");
|
||||||
|
BIO_printf(bio_err,"recognized usages:\n");
|
||||||
BIO_printf(bio_err, "recognized usages:\n");
|
for(i = 0; i < X509_PURPOSE_get_count(); i++) {
|
||||||
for (i = 0; i < X509_PURPOSE_get_count(); i++) {
|
|
||||||
X509_PURPOSE *ptmp;
|
X509_PURPOSE *ptmp;
|
||||||
ptmp = X509_PURPOSE_get0(i);
|
ptmp = X509_PURPOSE_get0(i);
|
||||||
BIO_printf(bio_err, "\t%-10s\t%s\n",
|
BIO_printf(bio_err, "\t%-10s\t%s\n", X509_PURPOSE_get0_sname(ptmp),
|
||||||
X509_PURPOSE_get0_sname(ptmp),
|
|
||||||
X509_PURPOSE_get0_name(ptmp));
|
X509_PURPOSE_get0_name(ptmp));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (vpm)
|
if (vpm) X509_VERIFY_PARAM_free(vpm);
|
||||||
X509_VERIFY_PARAM_free(vpm);
|
if (cert_ctx != NULL) X509_STORE_free(cert_ctx);
|
||||||
if (cert_ctx != NULL)
|
|
||||||
X509_STORE_free(cert_ctx);
|
|
||||||
sk_X509_pop_free(untrusted, X509_free);
|
sk_X509_pop_free(untrusted, X509_free);
|
||||||
sk_X509_pop_free(trusted, X509_free);
|
sk_X509_pop_free(trusted, X509_free);
|
||||||
sk_X509_CRL_pop_free(crls, X509_CRL_free);
|
sk_X509_CRL_pop_free(crls, X509_CRL_free);
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret < 0 ? 2 : ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int check(X509_STORE *ctx, char *file,
|
static int check(X509_STORE *ctx, char *file,
|
||||||
STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
|
STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
|
||||||
STACK_OF(X509_CRL) *crls, ENGINE *e)
|
STACK_OF(X509_CRL) *crls, ENGINE *e)
|
||||||
{
|
{
|
||||||
X509 *x = NULL;
|
X509 *x=NULL;
|
||||||
int i = 0, ret = 0;
|
int i=0,ret=0;
|
||||||
X509_STORE_CTX *csc;
|
X509_STORE_CTX *csc;
|
||||||
|
|
||||||
x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file");
|
x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file");
|
||||||
if (x == NULL)
|
if (x == NULL)
|
||||||
goto end;
|
goto end;
|
||||||
fprintf(stdout, "%s: ", (file == NULL) ? "stdin" : file);
|
fprintf(stdout,"%s: ",(file == NULL)?"stdin":file);
|
||||||
|
|
||||||
csc = X509_STORE_CTX_new();
|
csc = X509_STORE_CTX_new();
|
||||||
if (csc == NULL) {
|
if (csc == NULL)
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
X509_STORE_set_flags(ctx, vflags);
|
X509_STORE_set_flags(ctx, vflags);
|
||||||
if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) {
|
if(!X509_STORE_CTX_init(csc,ctx,x,uchain))
|
||||||
|
{
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
if (tchain)
|
if(tchain) X509_STORE_CTX_trusted_stack(csc, tchain);
|
||||||
X509_STORE_CTX_trusted_stack(csc, tchain);
|
|
||||||
if (crls)
|
if (crls)
|
||||||
X509_STORE_CTX_set0_crls(csc, crls);
|
X509_STORE_CTX_set0_crls(csc, crls);
|
||||||
i = X509_verify_cert(csc);
|
i=X509_verify_cert(csc);
|
||||||
X509_STORE_CTX_free(csc);
|
X509_STORE_CTX_free(csc);
|
||||||
|
|
||||||
ret = 0;
|
ret=0;
|
||||||
end:
|
end:
|
||||||
if (i > 0) {
|
if (i > 0)
|
||||||
fprintf(stdout, "OK\n");
|
{
|
||||||
ret = 1;
|
fprintf(stdout,"OK\n");
|
||||||
} else
|
ret=1;
|
||||||
|
}
|
||||||
|
else
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
if (x != NULL)
|
if (x != NULL) X509_free(x);
|
||||||
X509_free(x);
|
|
||||||
|
|
||||||
return (ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
|
static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
|
||||||
{
|
{
|
||||||
int cert_error = X509_STORE_CTX_get_error(ctx);
|
int cert_error = X509_STORE_CTX_get_error(ctx);
|
||||||
X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx);
|
X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx);
|
||||||
|
|
||||||
if (!ok) {
|
if (!ok)
|
||||||
if (current_cert) {
|
{
|
||||||
|
if (current_cert)
|
||||||
|
{
|
||||||
X509_NAME_print_ex_fp(stdout,
|
X509_NAME_print_ex_fp(stdout,
|
||||||
X509_get_subject_name(current_cert),
|
X509_get_subject_name(current_cert),
|
||||||
0, XN_FLAG_ONELINE);
|
0, XN_FLAG_ONELINE);
|
||||||
@@ -313,14 +315,15 @@ static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
|
|||||||
cert_error,
|
cert_error,
|
||||||
X509_STORE_CTX_get_error_depth(ctx),
|
X509_STORE_CTX_get_error_depth(ctx),
|
||||||
X509_verify_cert_error_string(cert_error));
|
X509_verify_cert_error_string(cert_error));
|
||||||
switch (cert_error) {
|
switch(cert_error)
|
||||||
|
{
|
||||||
case X509_V_ERR_NO_EXPLICIT_POLICY:
|
case X509_V_ERR_NO_EXPLICIT_POLICY:
|
||||||
policies_print(NULL, ctx);
|
policies_print(NULL, ctx);
|
||||||
case X509_V_ERR_CERT_HAS_EXPIRED:
|
case X509_V_ERR_CERT_HAS_EXPIRED:
|
||||||
|
|
||||||
/*
|
/* since we are just checking the certificates, it is
|
||||||
* since we are just checking the certificates, it is ok if they
|
* ok if they are self signed. But we should still warn
|
||||||
* are self signed. But we should still warn the user.
|
* the user.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
|
case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
|
||||||
@@ -343,5 +346,5 @@ static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
|
|||||||
policies_print(NULL, ctx);
|
policies_print(NULL, ctx);
|
||||||
if (!v_verbose)
|
if (!v_verbose)
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
return (ok);
|
return(ok);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -138,77 +138,80 @@
|
|||||||
int MAIN(int, char **);
|
int MAIN(int, char **);
|
||||||
|
|
||||||
int MAIN(int argc, char **argv)
|
int MAIN(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, ret = 0;
|
int i,ret=0;
|
||||||
int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0;
|
int cflags=0,version=0,date=0,options=0,platform=0,dir=0;
|
||||||
|
|
||||||
apps_startup();
|
apps_startup();
|
||||||
|
|
||||||
if (bio_err == NULL)
|
if (bio_err == NULL)
|
||||||
if ((bio_err = BIO_new(BIO_s_file())) != NULL)
|
if ((bio_err=BIO_new(BIO_s_file())) != NULL)
|
||||||
BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
|
BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
|
||||||
|
|
||||||
if (argc == 1)
|
if (argc == 1) version=1;
|
||||||
version = 1;
|
for (i=1; i<argc; i++)
|
||||||
for (i = 1; i < argc; i++) {
|
{
|
||||||
if (strcmp(argv[i], "-v") == 0)
|
if (strcmp(argv[i],"-v") == 0)
|
||||||
version = 1;
|
version=1;
|
||||||
else if (strcmp(argv[i], "-b") == 0)
|
else if (strcmp(argv[i],"-b") == 0)
|
||||||
date = 1;
|
date=1;
|
||||||
else if (strcmp(argv[i], "-f") == 0)
|
else if (strcmp(argv[i],"-f") == 0)
|
||||||
cflags = 1;
|
cflags=1;
|
||||||
else if (strcmp(argv[i], "-o") == 0)
|
else if (strcmp(argv[i],"-o") == 0)
|
||||||
options = 1;
|
options=1;
|
||||||
else if (strcmp(argv[i], "-p") == 0)
|
else if (strcmp(argv[i],"-p") == 0)
|
||||||
platform = 1;
|
platform=1;
|
||||||
else if (strcmp(argv[i], "-d") == 0)
|
else if (strcmp(argv[i],"-d") == 0)
|
||||||
dir = 1;
|
dir=1;
|
||||||
else if (strcmp(argv[i], "-a") == 0)
|
else if (strcmp(argv[i],"-a") == 0)
|
||||||
date = version = cflags = options = platform = dir = 1;
|
date=version=cflags=options=platform=dir=1;
|
||||||
else {
|
else
|
||||||
BIO_printf(bio_err, "usage:version -[avbofpd]\n");
|
{
|
||||||
ret = 1;
|
BIO_printf(bio_err,"usage:version -[avbofpd]\n");
|
||||||
|
ret=1;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version) {
|
if (version)
|
||||||
if (SSLeay() == SSLEAY_VERSION_NUMBER) {
|
{
|
||||||
printf("%s\n", SSLeay_version(SSLEAY_VERSION));
|
if (SSLeay() == SSLEAY_VERSION_NUMBER)
|
||||||
} else {
|
{
|
||||||
|
printf("%s\n",SSLeay_version(SSLEAY_VERSION));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
printf("%s (Library: %s)\n",
|
printf("%s (Library: %s)\n",
|
||||||
OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION));
|
OPENSSL_VERSION_TEXT,
|
||||||
|
SSLeay_version(SSLEAY_VERSION));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (date)
|
if (date) printf("%s\n",SSLeay_version(SSLEAY_BUILT_ON));
|
||||||
printf("%s\n", SSLeay_version(SSLEAY_BUILT_ON));
|
if (platform) printf("%s\n",SSLeay_version(SSLEAY_PLATFORM));
|
||||||
if (platform)
|
if (options)
|
||||||
printf("%s\n", SSLeay_version(SSLEAY_PLATFORM));
|
{
|
||||||
if (options) {
|
|
||||||
printf("options: ");
|
printf("options: ");
|
||||||
printf("%s ", BN_options());
|
printf("%s ",BN_options());
|
||||||
#ifndef OPENSSL_NO_MD2
|
#ifndef OPENSSL_NO_MD2
|
||||||
printf("%s ", MD2_options());
|
printf("%s ",MD2_options());
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_RC4
|
#ifndef OPENSSL_NO_RC4
|
||||||
printf("%s ", RC4_options());
|
printf("%s ",RC4_options());
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_DES
|
#ifndef OPENSSL_NO_DES
|
||||||
printf("%s ", DES_options());
|
printf("%s ",DES_options());
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_IDEA
|
#ifndef OPENSSL_NO_IDEA
|
||||||
printf("%s ", idea_options());
|
printf("%s ",idea_options());
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_BF
|
#ifndef OPENSSL_NO_BF
|
||||||
printf("%s ", BF_options());
|
printf("%s ",BF_options());
|
||||||
#endif
|
#endif
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
if (cflags)
|
if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
|
||||||
printf("%s\n", SSLeay_version(SSLEAY_CFLAGS));
|
if (dir) printf("%s\n",SSLeay_version(SSLEAY_DIR));
|
||||||
if (dir)
|
end:
|
||||||
printf("%s\n", SSLeay_version(SSLEAY_DIR));
|
|
||||||
end:
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
OPENSSL_EXIT(ret);
|
OPENSSL_EXIT(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,172 +0,0 @@
|
|||||||
#if defined( __VMS) && !defined( OPENSSL_NO_DECC_INIT) && \
|
|
||||||
defined( __DECC) && !defined( __VAX) && (__CRTL_VER >= 70301000)
|
|
||||||
# define USE_DECC_INIT 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_DECC_INIT
|
|
||||||
|
|
||||||
/*-
|
|
||||||
* 2010-04-26 SMS.
|
|
||||||
*
|
|
||||||
*----------------------------------------------------------------------
|
|
||||||
*
|
|
||||||
* decc_init()
|
|
||||||
*
|
|
||||||
* On non-VAX systems, uses LIB$INITIALIZE to set a collection of C
|
|
||||||
* RTL features without using the DECC$* logical name method.
|
|
||||||
*
|
|
||||||
*----------------------------------------------------------------------
|
|
||||||
*/
|
|
||||||
|
|
||||||
# include <stdio.h>
|
|
||||||
# include <stdlib.h>
|
|
||||||
# include <unixlib.h>
|
|
||||||
|
|
||||||
/* Global storage. */
|
|
||||||
|
|
||||||
/* Flag to sense if decc_init() was called. */
|
|
||||||
|
|
||||||
int decc_init_done = -1;
|
|
||||||
|
|
||||||
/* Structure to hold a DECC$* feature name and its desired value. */
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
char *name;
|
|
||||||
int value;
|
|
||||||
} decc_feat_t;
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Array of DECC$* feature names and their desired values. Note:
|
|
||||||
* DECC$ARGV_PARSE_STYLE is the urgent one.
|
|
||||||
*/
|
|
||||||
|
|
||||||
decc_feat_t decc_feat_array[] = {
|
|
||||||
/* Preserve command-line case with SET PROCESS/PARSE_STYLE=EXTENDED */
|
|
||||||
{"DECC$ARGV_PARSE_STYLE", 1},
|
|
||||||
|
|
||||||
/* Preserve case for file names on ODS5 disks. */
|
|
||||||
{"DECC$EFS_CASE_PRESERVE", 1},
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Enable multiple dots (and most characters) in ODS5 file names, while
|
|
||||||
* preserving VMS-ness of ";version".
|
|
||||||
*/
|
|
||||||
{"DECC$EFS_CHARSET", 1},
|
|
||||||
|
|
||||||
/* List terminator. */
|
|
||||||
{(char *)NULL, 0}
|
|
||||||
};
|
|
||||||
|
|
||||||
/* LIB$INITIALIZE initialization function. */
|
|
||||||
|
|
||||||
static void decc_init(void)
|
|
||||||
{
|
|
||||||
char *openssl_debug_decc_init;
|
|
||||||
int verbose = 0;
|
|
||||||
int feat_index;
|
|
||||||
int feat_value;
|
|
||||||
int feat_value_max;
|
|
||||||
int feat_value_min;
|
|
||||||
int i;
|
|
||||||
int sts;
|
|
||||||
|
|
||||||
/* Get debug option. */
|
|
||||||
openssl_debug_decc_init = getenv("OPENSSL_DEBUG_DECC_INIT");
|
|
||||||
if (openssl_debug_decc_init != NULL) {
|
|
||||||
verbose = strtol(openssl_debug_decc_init, NULL, 10);
|
|
||||||
if (verbose <= 0) {
|
|
||||||
verbose = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set the global flag to indicate that LIB$INITIALIZE worked. */
|
|
||||||
decc_init_done = 1;
|
|
||||||
|
|
||||||
/* Loop through all items in the decc_feat_array[]. */
|
|
||||||
|
|
||||||
for (i = 0; decc_feat_array[i].name != NULL; i++) {
|
|
||||||
/* Get the feature index. */
|
|
||||||
feat_index = decc$feature_get_index(decc_feat_array[i].name);
|
|
||||||
if (feat_index >= 0) {
|
|
||||||
/* Valid item. Collect its properties. */
|
|
||||||
feat_value = decc$feature_get_value(feat_index, 1);
|
|
||||||
feat_value_min = decc$feature_get_value(feat_index, 2);
|
|
||||||
feat_value_max = decc$feature_get_value(feat_index, 3);
|
|
||||||
|
|
||||||
/* Check the validity of our desired value. */
|
|
||||||
if ((decc_feat_array[i].value >= feat_value_min) &&
|
|
||||||
(decc_feat_array[i].value <= feat_value_max)) {
|
|
||||||
/* Valid value. Set it if necessary. */
|
|
||||||
if (feat_value != decc_feat_array[i].value) {
|
|
||||||
sts = decc$feature_set_value(feat_index,
|
|
||||||
1, decc_feat_array[i].value);
|
|
||||||
|
|
||||||
if (verbose > 1) {
|
|
||||||
fprintf(stderr, " %s = %d, sts = %d.\n",
|
|
||||||
decc_feat_array[i].name,
|
|
||||||
decc_feat_array[i].value, sts);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
/* Invalid DECC feature value. */
|
|
||||||
fprintf(stderr,
|
|
||||||
" INVALID DECC$FEATURE VALUE, %d: %d <= %s <= %d.\n",
|
|
||||||
feat_value,
|
|
||||||
feat_value_min, decc_feat_array[i].name,
|
|
||||||
feat_value_max);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
/* Invalid DECC feature name. */
|
|
||||||
fprintf(stderr,
|
|
||||||
" UNKNOWN DECC$FEATURE: %s.\n", decc_feat_array[i].name);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (verbose > 0) {
|
|
||||||
fprintf(stderr, " DECC_INIT complete.\n");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
|
|
||||||
|
|
||||||
# pragma nostandard
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Establish the LIB$INITIALIZE PSECTs, with proper alignment and other
|
|
||||||
* attributes. Note that "nopic" is significant only on VAX.
|
|
||||||
*/
|
|
||||||
# pragma extern_model save
|
|
||||||
|
|
||||||
# if __INITIAL_POINTER_SIZE == 64
|
|
||||||
# define PSECT_ALIGN 3
|
|
||||||
# else
|
|
||||||
# define PSECT_ALIGN 2
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt
|
|
||||||
const int spare[8] = { 0 };
|
|
||||||
|
|
||||||
# pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
|
|
||||||
void (*const x_decc_init) () = decc_init;
|
|
||||||
|
|
||||||
# pragma extern_model restore
|
|
||||||
|
|
||||||
/* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */
|
|
||||||
|
|
||||||
# pragma extern_model save
|
|
||||||
|
|
||||||
int LIB$INITIALIZE(void);
|
|
||||||
|
|
||||||
# pragma extern_model strict_refdef
|
|
||||||
int dmy_lib$initialize = (int)LIB$INITIALIZE;
|
|
||||||
|
|
||||||
# pragma extern_model restore
|
|
||||||
|
|
||||||
# pragma standard
|
|
||||||
|
|
||||||
#else /* def USE_DECC_INIT */
|
|
||||||
|
|
||||||
/* Dummy code to avoid a %CC-W-EMPTYFILE complaint. */
|
|
||||||
int decc_init_dummy(void);
|
|
||||||
|
|
||||||
#endif /* def USE_DECC_INIT */
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user