Merge the engine branch into the main trunk. All conflicts resolved.
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Oct 2000 21:07:28 +0000 (21:07 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Oct 2000 21:07:28 +0000 (21:07 +0000)
commit5270e7025e11b2fd1a5bdf8d81feded1167b1c87
tree3bb44c37f4bb6469f738a10127050b023e0d7fb5
parent1df586bec20de86c3086181c565aaee7629bb0a2
Merge the engine branch into the main trunk.  All conflicts resolved.
At the same time, add VMS support for Rijndael.
94 files changed:
CHANGES
Configure
Makefile.org
STATUS
TABLE
apps/Makefile.ssl
apps/apps.c
apps/apps.h
apps/ca.c
apps/dgst.c
apps/dh.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/enc.c
apps/gendh.c
apps/gendsa.c
apps/genrsa.c
apps/pkcs12.c
apps/pkcs7.c
apps/pkcs8.c
apps/rand.c
apps/req.c
apps/rsa.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/speed.c
apps/spkac.c
apps/verify.c
apps/x509.c
config
crypto/Makefile.ssl
crypto/bn/bn_exp.c
crypto/cryptlib.c
crypto/crypto-lib.com
crypto/crypto.h
crypto/dh/Makefile.ssl
crypto/dh/dh.h
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dsa/Makefile.ssl
crypto/dsa/dsa.h
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c
crypto/engine/.cvsignore [new file with mode: 0644]
crypto/engine/Makefile.ssl [new file with mode: 0644]
crypto/engine/README [new file with mode: 0644]
crypto/engine/engine.h [new file with mode: 0644]
crypto/engine/engine_err.c [new file with mode: 0644]
crypto/engine/engine_int.h [new file with mode: 0644]
crypto/engine/engine_lib.c [new file with mode: 0644]
crypto/engine/engine_list.c [new file with mode: 0644]
crypto/engine/engine_openssl.c [new file with mode: 0644]
crypto/engine/enginetest.c [new file with mode: 0644]
crypto/engine/hw_atalla.c [new file with mode: 0644]
crypto/engine/hw_cswift.c [new file with mode: 0644]
crypto/engine/hw_ncipher.c [new file with mode: 0644]
crypto/engine/hw_nuron.c [new file with mode: 0644]
crypto/engine/vendor_defns/atalla.h [new file with mode: 0644]
crypto/engine/vendor_defns/cswift.h [new file with mode: 0644]
crypto/engine/vendor_defns/hwcryptohook.h [new file with mode: 0644]
crypto/err/Makefile.ssl
crypto/err/err.c
crypto/err/err.h
crypto/err/err_all.c
crypto/err/openssl.ec
crypto/install.com
crypto/rand/Makefile.ssl
crypto/rand/rand.h
crypto/rand/rand_lib.c
crypto/rsa/Makefile.ssl
crypto/rsa/rsa.h
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_sign.c
doc/apps/s_client.pod
doc/apps/s_server.pod
doc/apps/speed.pod
doc/crypto/DH_set_method.pod
doc/crypto/DSA_set_method.pod
doc/crypto/RSA_set_method.pod
doc/crypto/dh.pod
doc/crypto/dsa.pod
doc/crypto/rsa.pod
makevms.com
test/Makefile.ssl
test/maketests.com
test/tests.com
util/libeay.num
util/mkdef.pl
util/mkfiles.pl