summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/sha/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-0323-11026/+0
|
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-1/+1
| | | | Started by diff from Mical Mazurek.
* mutli -> multimiod2015-11-141-1/+1
|
* Various *syncron* -> *synchron* typos.miod2015-11-141-1/+1
|
* typosmiod2015-08-181-1/+1
|
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-071-1/+7
| | | | generating code for 64-bit mips userland.
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-072-8/+0
|
* Three independent typos for `independent' or `independently'.miod2014-08-191-1/+1
|
* The assembly sha512 code detects at runtime if it is running on a 64-bitmiod2014-05-021-0/+6
| | | | | | | | | | | | processor (PA2.0) and, if so, switches to 64-bit code. However, when running under a 32-bit OpenBSD/hppa kernel, there is no guarantee that the upper part of the registers will be preserved accross context switches (or even userland->kernel boundaries), which causes this code to fail. Wrap the generated code within #ifndef __OpenBSD__ in that case, to avoid using the 64-bit code completely. (OpenBSD/hppa64, once stable, will not be affected by this)
* Do not output SOM-specific directives.miod2014-05-012-0/+12
|
* Fix include filename to get register name aliases under BSDmiod2014-05-011-6/+1
|
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-109/+0
| | | | | | | scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be sufficient). ok miod@
* Aren't you glad to have this file tell you that ``C2.pl works''? Bonus pointmiod2014-04-171-1/+0
| | | | if you can spot C2.pl.
* No need to consider being compiled by NASM anymore.miod2014-04-171-4/+0
|
* Import OpenSSL 1.0.1gmiod2014-04-139-17/+23
|
* resolve conflictsdjm2012-10-131-49/+1058
|
* import OpenSSL-1.0.1cdjm2012-10-1317-556/+3906
|
* import OpenSSL 1.0.0edjm2011-11-036-69/+75
|
* resolve conflicts, fix local changesdjm2010-10-012-404/+1
|
* import OpenSSL-1.0.0adjm2010-10-0115-22/+4995
|
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
|
* resolve conflictsdjm2008-09-061-339/+133
|
* import of OpenSSL 0.9.8hdjm2008-09-065-295/+1713
|
* resolve conflictsdjm2005-04-291-1/+1
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+549
|
* merge 0.9.7dmarkus2004-04-081-203/+88
|
* openssl-engine-0.9.6a mergebeck2001-06-221-5/+7
|
* openssl-engine0.9.6 mergebeck2000-12-151-0/+0
| | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* OpenSSL 0.9.5a mergebeck2000-04-152-1717/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-192-573/+672
| | | | | | *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-292-1950/+2
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-054-0/+4104
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.