summaryrefslogtreecommitdiff
path: root/lib/libcrypto/sha.inc
AgeCommit message (Collapse)Author
2009-07-19OpenSSL moved to crypto/externalchristos
2009-05-26Add SHA224 implementation to libc.joerg
Make libcrypto use the SHA2 implementation of libc. Bump minor versions of libc and libcrypto.
2007-12-09Cosmetic path changes just clarifying where we actually get the contentsadrianp
of these files from.
2006-03-17Don't add every source directory to the -I path.dsl
Instead use CPPFLAGS.file to add the relevant directory for each file. Removes about 4000000 failed open() system calls from the libcrypto build, and reduces the compile time (on my system) from 154 seconds to 115 seconds. The arch/*/*.inc files need similar treatment.
2005-11-26Add some more files needed by opensslchristos
2005-11-25Adjust to the new openssl-0.9.8a. Notable changes:christos
- no more fips - new algorithms Bump version to 3.0
2003-11-13accelerate sha1 by using asm (i386). markus@openbsd.itojun
there's internal symbol name changes, but it does not warrant shlib minor bump as the symbol is totally internal.
2003-07-24upgrade openssl to 0.9.7b. (AES is now supported)itojun
alter des.h to be friendly with openssl/des.h (you can include both in the same file) make libkrb to depend on libdes. bump major. massage various portioin of heimdal to be friendly with openssl 0.9.7b.
2000-07-16update for openssl 0.9.5amrg
2000-06-21s/CFLAGS/CPPFLAGS/gthorpej
2000-06-16Import libcrypto build framework from cryptosrc-intl.thorpej