summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_enc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deregister; no binary changejsg2014-10-281-16/+16
| | | | ok jsing@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* resolve conflicts, fix local changesdjm2010-10-011-16/+5
|
* resolve conflictsdjm2009-01-091-0/+4
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-1/+4
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-061-9/+0
|
* resolve conflictsdjm2005-04-291-0/+8
|
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-0/+2
| | | | | | | | 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.
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-26/+27
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-118/+22
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+502
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.