summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/sha/sha_locl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-031-414/+0
|
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-2/+2
| | | | Started by diff from Mical Mazurek.
* Remove SHA-0 support.doug2015-09-131-24/+3
| | | | | | | SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@
* deregister; no binary changejsg2014-10-281-3/+3
| | | | ok jsing@ miod@
* remove return value from HOST_c2l/l2c macrosbcook2014-08-181-21/+21
| | | | | | | | | | | These macros and asm inlines simulate a function returning a value, but nothing ever uses this return value. Remove the pseudo-returns and (void) casts discarding the unused values. This, maybe unsurprisingly, speeds things up a bit. It also removes the GCC 4.9 warnings about unused values. ok miod@ deraadt@
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-2/+2
| | | | | more friendly to systems where the underscore flavours may be defined as empty. Found the hard way be bcook@; joint brainstrom with bcook beck and guenther
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-2/+2
| | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-2/+3
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* There are no plans to ever build this with the Metrojerks compiler.miod2014-04-171-8/+1
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-20/+20
|
* resolve conflictsdjm2012-10-131-1/+5
|
* resolve conflicts, fix local changesdjm2010-10-011-10/+1
|
* resolve conflictsdjm2009-01-091-0/+7
|
* resolve conflictsdjm2008-09-061-174/+132
|
* resolve conflictsdjm2005-04-291-0/+9
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-6/+6
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+3
|
* OpenSSL 0.9.5a mergebeck2000-04-151-4/+0
|
* OpenSSL 0.9.5 mergebeck2000-03-191-188/+375
| | | | | | *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-18/+60
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+246
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.