summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-01-052-2/+4
|\| | | | | branch.
| * OpenSSL 1.0.0f: import upstream sourcedjm2012-01-052-2/+4
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-033-61/+65
|\| | | | | branch.
| * import OpenSSL 1.0.0edjm2011-11-033-61/+65
| |
* | resolve conflicts, fix local changesdjm2010-10-0134-9895/+166
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-015-189/+218
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-018-244/+384
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-0610-0/+4982
|\| | | | | branch.
| * import of OpenSSL 0.9.8kdjm2009-04-0610-0/+4982
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-061-0/+327
|\ \ | | | | | | branch.
| * | import of OpenSSL 0.9.8kdjm2009-04-061-0/+327
| /
* | resolve conflictsdjm2008-09-062-22/+99
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-062-0/+218
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-064-22/+317
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+603
|\ \ | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-061-0/+603
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-111-113/+141
| | |
| * | import openssl-0.9.7-beta1markus2002-09-054-910/+3542
| | |
| * | This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-1530-0/+13518
| | |
* | | resolve conflictsdjm2006-06-271-2/+14
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-13/+10
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7jdjm2006-06-272-15/+24
| | |
* | | resolve conflictsdjm2005-04-291-131/+86
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-292-18/+2117
|\| | | | | | | | branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-293-149/+2203
| | |
* | | merge 0.9.7dmarkus2004-04-081-1/+1
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendormarkus2004-04-071-1/+1
|\| | | | | | | | branch.
| * | import openssl-0.9.7dmarkus2004-04-072-2/+2
| | |
* | | use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.
* | | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-123-195/+330
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendormarkus2003-05-111-0/+575
|\| | | | | | | | branch.
| * | import 0.9.7b (without idea and rc5)markus2003-05-113-82/+764
| | |
| * | import openssl-0.9.7-beta1markus2002-09-053-420/+1901
| | |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-1513-0/+7078
| | |
* | | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-154-492/+1920
| | |
* | | merge openssl 0.9.6b-enginebeck2001-08-011-185/+245
| | | | | | | | | | | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* | | openssl-engine-0.9.6a mergebeck2001-06-223-6/+6
| | |
* | | openssl-engine0.9.6 mergebeck2000-12-153-0/+0
| | | | | | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | | openssl-engine-0.9.6 mergebeck2000-12-153-417/+3224
| | |
* | | OpenSSL 0.9.5a mergebeck2000-04-153-2779/+0
| | |
* | | OpenSSL 0.9.5 mergebeck2000-03-193-635/+1932
| | | | | | | | | | | | | | | | | | *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
* | | new files for OpenSSL 0.9.4beck1999-09-2930-0/+3561
| | |
* | | OpenSSL 0.9.4 mergebeck1999-09-2918-1399/+17172
| | |
* | | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-055-0/+2562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-054-0/+1730
|\ \ \ | |/ / |/| / | |/ branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-054-0/+1730
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+730
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.