summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge openssl 0.9.6b-enginebeck2001-08-011-1/+1
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+2
|
* crank ssl lib version, just in casederaadt2001-04-231-1/+1
|
* Crank major number. openssl on m68k is now compiled in 32 bit mode insteadderaadt2001-03-101-1/+1
| | | | | of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
* Oops, missed makefile change, and must crank major on these, somebeck2000-12-151-2/+2
| | | | routines which used to be externally used are now macros. ugh.
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
|
* RSA goes in tree for next our next release, as it will be afterbeck2000-06-151-1/+1
| | | | | | Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :)
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+1
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* crank to version 2 for release, in case any dependencies have crept inderaadt1999-09-261-1/+1
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+2
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.