summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/x86_64-gcc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove workaround for old SIMICS toolchain.miod2015-09-121-45/+1
|
* Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.bcook2015-02-251-54/+49
| | | | | | | | | | | See https://www.openssl.org/news/secadv_20150108.txt for a more detailed discussion. Original OpenSSL patch here: https://github.com/openssl/openssl/commit/a7a44ba55cb4f884c6bc9ceac90072dea38e66d0 The regression test is modified a little for KNF. ok miod@
* deregister; no binary changejsg2014-10-281-3/+3
| | | | ok jsing@ miod@
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+0
| | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@
* import OpenSSL-1.0.0adjm2010-10-011-10/+19
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+4
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-18/+36
|
* import openssl-0.9.7dmarkus2004-04-071-1/+1
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-0/+575