summaryrefslogtreecommitdiff
path: root/crypto/install.com
Commit message (Collapse)AuthorAgeFilesLines
* Add store.h among the exported headers on VMS.Richard Levitte2004-03-241-4/+9
|
* A new header.Richard Levitte2002-08-091-1/+2
|
* Make sure ECDSA is built and tested on VMS.Richard Levitte2002-05-231-1/+2
|
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-2/+2
| | | | | | | | | | 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.
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-1/+1
| | | | | | | | | | | | 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.
* Since ossl_typ.h is an exported header, we sure need to export it onRichard Levitte2001-10-041-1/+2
| | | | VMS as well :-).
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+3
| | | | | types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
* ui was forgotten when installing libcrypto and it's headers.Richard Levitte2001-05-141-1/+2
|
* Update the VMS build scripts for ECRichard Levitte2001-03-051-1/+2
|
* Let VMS catch up.Richard Levitte2001-02-201-1/+2
|
* Update VMS build procedures to match the current status.Richard Levitte2000-12-281-1/+1
|
* Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte2000-11-221-1/+1
|
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+3
| | | | At the same time, add VMS support for Rijndael.
* No engine stuff in the main trunk.Richard Levitte2000-09-181-2/+1
|
* Synchronise the VMS build with the Unix one.Richard Levitte2000-09-081-5/+7
|
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-071-1/+1
| | | | | centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.
* Modifications for VMS.Richard Levitte2000-06-181-1/+1
|
* Make sure installed files are world readableRichard Levitte1999-11-121-0/+1
|
* VMS updates.Ulf Möller1999-07-281-1/+1
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* VMS support.Ulf Möller1999-05-131-0/+128
Submitted by: Richard Levitte <richard@levitte.org>