summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bf/blowfish.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus preprocessor statements trying to pick the largest integermiod2014-07-101-8/+1
| | | | | | | | type for BF_LONG, MD[45]_LONG and SHA_LONG. First, the preprocessor symbols they check for a 64-bit system is __ILP64__ which no sane system provides; second, on the platforms which have assembler code to speed things up, the assembler code assumes a 32-bit type will be used.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
| | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-8/+1
| | | | | fixed-width types instead of choosing int or long depending upon what we think the architecture support.
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* resolve conflictsdjm2012-10-131-1/+3
|
* resolve conflicts, fix local changesdjm2010-10-011-4/+2
|
* resolve conflictsdjm2009-01-091-1/+3
|
* resolve conflictsdjm2008-09-061-4/+1
|
* resolve conflictsdjm2005-04-291-1/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-3/+5
|
* OpenSSL 0.9.5 mergebeck2000-03-191-11/+13
| | | | | | *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
* OpenSSL 0.9.4 mergebeck1999-09-291-19/+26
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+116
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.