summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove now unused des assembly.jsing2024-03-283-2630/+0
|
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-5/+4
| | | | | | responsible from getting the proper address of those blocks. ok tb@ jsing@
* Remove various unused assembly files and assembly generation scripts.jsing2023-01-191-209/+0
| | | | | | These are just creating clutter and cause grep noise. ok miod@
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* lenght -> lengthjsg2019-01-211-1/+1
|
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-201-1/+1
| | | | | | "the" with the obviously intended word. Started with a "the the" spotted by Mihal Mazurek.
* More adress -> addressmmcc2015-12-241-1/+1
|
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-121-131/+0
|
* resolve conflicts, fix local changesdjm2010-10-013-274/+243
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-2/+4
|\ | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-013-40/+245
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-061-114/+231
|\| | | | | branch.
| * import of OpenSSL 0.9.8kdjm2009-04-061-114/+231
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+1980
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-061-0/+1980
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-112-47/+49
| |
| * import openssl-0.9.7-beta1markus2002-09-053-28/+30
| |
* | use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-4/+8
| | | | | | | | | | | | | | | | 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-122-47/+49
| |
* | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-154-31/+31
| |
* | openssl-engine-0.9.6a mergebeck2001-06-223-4/+4
| |
* | openssl-engine0.9.6 mergebeck2000-12-152-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-4061/+0
| |
* | OpenSSL 0.9.4 mergebeck1999-09-296-4186/+10
| |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-054-0/+8239
| | | | | | | | | | | | | | | | | | | | 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-052-0/+361
|\ \ | |/ |/| branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+361
| | | | | | | | | | 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-053-0/+534
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.