summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md5/asm/md5-586.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide a readable assembly implementation for MD5 on amd64.jsing2025-01-241-1/+1
| | | | | | | | | | This appears to be about 5% faster than the current perlasm version on a modern Intel CPU. While here rename md5_block_asm_data_order to md5_block_data_order, for consistency with other hashes. ok tb@
* resolve conflicts, fix local changesdjm2010-10-011-1/+2
|
* resolve conflictsdjm2008-09-061-1/+1
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-1/+1
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* OpenSSL 0.9.4 mergebeck1999-09-291-19/+21
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+304
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.