summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_ver.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused, private version strings except SSL_version_strbcook2014-07-091-64/+0
| | | | | | Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-221-4/+2
| | | | | | libssl tree from all uses of these defines. ok miod@
* Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod2014-04-271-5/+0
| | | | redefine OPENSSL_EXTERN from `extern' to `extern'.
* resolve conflictsdjm2008-09-061-2/+2
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+6
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-2/+2
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+6
|
* OpenSSL 0.9.4 mergebeck1999-09-291-2/+3
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+60
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.