summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast/c_enc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deregister; no binary changejsg2014-10-281-8/+8
| | | | ok jsing@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-271-2/+2
| | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change.
* resolve conflicts, fix local changesdjm2010-10-011-6/+7
|
* 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.4 mergebeck1999-09-291-23/+20
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+210
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.