Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add store.h among the exported headers on VMS. | Richard Levitte | 2004-03-24 | 1 | -4/+9 |
| | |||||
* | A new header. | Richard Levitte | 2002-08-09 | 1 | -1/+2 |
| | |||||
* | Make sure ECDSA is built and tested on VMS. | Richard Levitte | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | Because Rijndael is more known as AES, use crypto/aes instead of | Richard Levitte | 2002-01-02 | 1 | -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 and | Richard Levitte | 2001-10-24 | 1 | -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 on | Richard Levitte | 2001-10-04 | 1 | -1/+2 |
| | | | | VMS as well :-). | ||||
* | Because there's chances we clash with the system's types.h, rename our | Richard Levitte | 2001-10-04 | 1 | -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 Levitte | 2001-05-14 | 1 | -1/+2 |
| | |||||
* | Update the VMS build scripts for EC | Richard Levitte | 2001-03-05 | 1 | -1/+2 |
| | |||||
* | Let VMS catch up. | Richard Levitte | 2001-02-20 | 1 | -1/+2 |
| | |||||
* | Update VMS build procedures to match the current status. | Richard Levitte | 2000-12-28 | 1 | -1/+1 |
| | |||||
* | Addapt the VMS scripts to the changes in the Makefiles. | Richard Levitte | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -1/+3 |
| | | | | At the same time, add VMS support for Rijndael. | ||||
* | No engine stuff in the main trunk. | Richard Levitte | 2000-09-18 | 1 | -2/+1 |
| | |||||
* | Synchronise the VMS build with the Unix one. | Richard Levitte | 2000-09-08 | 1 | -5/+7 |
| | |||||
* | It's not just VMS that needs some symbols to be hacked. Let's | Richard Levitte | 2000-09-07 | 1 | -1/+1 |
| | | | | | centralise those hacks in crypto/symhacks.h and use it everywhere it's needed. | ||||
* | Modifications for VMS. | Richard Levitte | 2000-06-18 | 1 | -1/+1 |
| | |||||
* | Make sure installed files are world readable | Richard Levitte | 1999-11-12 | 1 | -0/+1 |
| | |||||
* | VMS updates. | Ulf Möller | 1999-07-28 | 1 | -1/+1 |
| | | | | Submitted by: Richard Levitte <levitte@stacken.kth.se> | ||||
* | VMS support. | Ulf Möller | 1999-05-13 | 1 | -0/+128 |
Submitted by: Richard Levitte <richard@levitte.org> |