summaryrefslogtreecommitdiffstats
path: root/crypto/install.com
AgeCommit message (Collapse)Author
2008-04-12Further synchronisation with Unix build. I hadn't noticed pq_compat.hRichard Levitte
was gone...
2008-04-11Synchronise with Unix buildRichard Levitte
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2006-06-10Keep synchronised with the Unix buildRichard Levitte
2006-02-26Add TS to the VMS build.Richard Levitte
2006-01-02Missing files in the VMS installationRichard Levitte
2005-11-29Build Whirlpool on VMS as wellRichard Levitte
2004-03-24Add store.h among the exported headers on VMS.Richard Levitte
2002-08-09A new header.Richard Levitte
2002-05-23Make sure ECDSA is built and tested on VMS.Richard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
2001-10-04Since ossl_typ.h is an exported header, we sure need to export it onRichard Levitte
VMS as well :-).
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
2001-05-14ui was forgotten when installing libcrypto and it's headers.Richard Levitte
2001-03-05Update the VMS build scripts for ECRichard Levitte
2001-02-20Let VMS catch up.Richard Levitte
2000-12-28Update VMS build procedures to match the current status.Richard Levitte
2000-11-22Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
At the same time, add VMS support for Rijndael.
2000-09-18No engine stuff in the main trunk.Richard Levitte
2000-09-08Synchronise the VMS build with the Unix one.Richard Levitte
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte
centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.
2000-06-18Modifications for VMS.Richard Levitte
1999-11-12Make sure installed files are world readableRichard Levitte
1999-07-28VMS updates.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>