summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate sha1 into a single file.jsing2023-04-111-0/+460
|
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-221-125/+0
| | | | for 20th century historians, and can be put in the Attic.
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
| | | | | | | | they had resorted to manually protyping read(2) instead of incredible amount of preprocessor wizardry needed to find the ever illusive <unistd.h>. Let's just include <unistd.h> and we don't need to do this.. While we're at it flense out _OSD_POSIX and __DGJPP__ cruft. ok krw@
* OpenSSL 0.9.4 mergebeck1999-09-291-13/+5
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+135
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.