summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | link to correct renamed pagesderaadt2000-04-164-10/+10
| | | |
* | | | Fix this for the case where the file is a device - make sure we don'tbeck2000-04-161-5/+14
| | | | | | | | | | | | | | | | attempt to read from a device forever.
* | | | OpenSSL 0.9.5a mergebeck2000-04-15147-18188/+1798
| | | |
* | | | Fix an oopsie so these get initialized even when RSA isn't there,beck2000-04-131-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this
* | | | correct Xr to where we actually install the man pagesderaadt2000-04-0320-23/+25
| | | |
* | | | force shell execution; TDeval@PrimeOBJ.COMderaadt2000-03-211-1/+1
| | | |
* | | | No, I'm a luser and a moron. this is *not* supposed to be here.beck2000-03-191-955/+0
| | | |
* | | | this appears to be needed again.beck2000-03-191-0/+955
| | | |
* | | | OpenSSL 0.9.5 mergebeck2000-03-19489-12148/+27215
| | | | | | | | | | | | | | | | | | | | | | | | *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
* | | | $OpenBSD$todd2000-03-021-1/+1
| | | |
* | | | fread() of /dev/random reads an entire huge stdio buffer, instead of the 32deraadt2000-02-241-5/+9
| | | | | | | | | | | | | | | | | | | | bytes that we actually need, thus wasting a lot of system entropy. found by alecm@coyote.uk.sun.com, passed on by Pete.Zaytsev@EBay.Sun.COM
* | | | do not assume shell scripts are +x; dderaadt1999-11-2336-39/+39
| | | |
* | | | new files for OpenSSL 0.9.4beck1999-09-2979-0/+10174
| | | |
* | | | OpenSSL 0.9.4 mergebeck1999-09-29650-34646/+58691
| | | |
* | | | do not put a bad crypt() in libcrypt, it is in libcderaadt1999-09-281-2/+2
| | | |
* | | | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-05161-0/+43824
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-05158-0/+26957
|\| | | | | | | | | | | branch.
| * | | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-05158-0/+26957
| / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | / This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-05284-0/+62789
|\| | | |/ |/| branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-05284-0/+62789
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0536-0/+3569
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.