summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/asm/sha1-586.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-14/+12
| | | | | | responsible from getting the proper address of those blocks. ok tb@ jsing@
* spelling fixes; from paul tagliamontejmc2022-12-261-4/+4
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-5/+5
| | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@
* Three independent typos for `independent' or `independently'.miod2014-08-191-1/+1
|
* No need to consider being compiled by NASM anymore.miod2014-04-171-4/+0
|
* resolve conflictsdjm2012-10-131-49/+1058
|
* resolve conflicts, fix local changesdjm2010-10-011-0/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
|
* resolve conflictsdjm2008-09-061-339/+133
|
* resolve conflictsdjm2005-04-291-1/+1
|
* merge 0.9.7dmarkus2004-04-081-203/+88
|
* openssl-engine-0.9.6a mergebeck2001-06-221-5/+7
|
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-191-30/+77
| | | | | | *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
* OpenSSL 0.9.4 mergebeck1999-09-291-2/+2
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+491
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.