Changes since 5.2.1: 5.2.2 - added SHA-224 - put SHA-256, SHA-384, SHA-512, RSASSA-PSS into DLL 5.2.3 - fixed issues with FIPS algorithm test vectors - put RSASSA-ISO into DLL 5.3 - ported to MSVC 2005 with support for x86-64 - added defense against AES timing attacks, and more AES test vectors - changed StaticAlgorithmName() of Rijndael to "AES", CTR to "CTR" 5.4 - added Salsa20 - updated Whirlpool to version 3.0 - ported to GCC 4.1, Sun C++ 5.8, and Borland C++Builder 2006 5.5 - added VMAC and Sosemanuk (with x86-64 and SSE2 assembly) - improved speed of integer arithmetic, AES, SHA-512, Tiger, Salsa20, Whirlpool, and PANAMA cipher using assembly (x86-64, MMX, SSE2) - optimized Camellia and added defense against timing attacks - updated benchmarks code to show cycles per byte and to time key/IV setup - started using OpenMP for increased multi-core speed - enabled GCC optimization flags by default in GNUmakefile - added blinding and computational error checking for RW signing - changed RandomPool, X917RNG, GetNextIV, DSA/NR/ECDSA/ECNR to reduce the risk of reusing random numbers and IVs after virtual machine state rollback - changed default FIPS mode RNG from AutoSeededX917RNG<DES_EDE3> to AutoSeededX917RNG<AES> - fixed PANAMA cipher interface to accept 256-bit key and 256-bit IV - moved MD2, MD4, MD5, PanamaHash, ARC4, WAKE_CFB into the namespace "Weak" - removed HAVAL, MD5-MAC, XMAC 5.5.1 - fixed VMAC validation failure on 32-bit big-endian machines 5.5.2 - ported x64 assembly language code for AES, Salsa20, Sosemanuk, and Panama to MSVC 2005 (using MASM since MSVC doesn't support inline assembly on x64) - fixed Salsa20 initialization crash on non-SSE2 machines - fixed Whirlpool crash on Pentium 2 machines - fixed possible branch prediction analysis (BPA) vulnerability in MontgomeryReduce(), which may affect security of RSA, RW, LUC - fixed link error with MSVC 2003 when using "debug DLL" form of runtime library - fixed crash in SSE2_Add on P4 machines when compiled with MSVC 6.0 SP5 with Processor Pack - added support for newly released compilers: MSVC 2008, GCC 4.2, Sun CC 5.9, Intel C++ Compiler 10.0, and Borland C++Builder 2007
135 lines
3.4 KiB
Text
135 lines
3.4 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2007/12/01 04:17:50 rillig Exp $
|
|
bin/cryptest
|
|
include/cryptopp/3way.h
|
|
include/cryptopp/adler32.h
|
|
include/cryptopp/aes.h
|
|
include/cryptopp/algebra.h
|
|
include/cryptopp/algparam.h
|
|
include/cryptopp/arc4.h
|
|
include/cryptopp/argnames.h
|
|
include/cryptopp/asn.h
|
|
include/cryptopp/base32.h
|
|
include/cryptopp/base64.h
|
|
include/cryptopp/basecode.h
|
|
include/cryptopp/bench.h
|
|
include/cryptopp/blowfish.h
|
|
include/cryptopp/blumshub.h
|
|
include/cryptopp/camellia.h
|
|
include/cryptopp/cast.h
|
|
include/cryptopp/cbcmac.h
|
|
include/cryptopp/channels.h
|
|
include/cryptopp/config.h
|
|
include/cryptopp/cpu.h
|
|
include/cryptopp/crc.h
|
|
include/cryptopp/cryptlib.h
|
|
include/cryptopp/default.h
|
|
include/cryptopp/des.h
|
|
include/cryptopp/dh.h
|
|
include/cryptopp/dh2.h
|
|
include/cryptopp/dll.h
|
|
include/cryptopp/dmac.h
|
|
include/cryptopp/dsa.h
|
|
include/cryptopp/ec2n.h
|
|
include/cryptopp/eccrypto.h
|
|
include/cryptopp/ecp.h
|
|
include/cryptopp/elgamal.h
|
|
include/cryptopp/emsa2.h
|
|
include/cryptopp/eprecomp.h
|
|
include/cryptopp/esign.h
|
|
include/cryptopp/factory.h
|
|
include/cryptopp/files.h
|
|
include/cryptopp/filters.h
|
|
include/cryptopp/fips140.h
|
|
include/cryptopp/fltrimpl.h
|
|
include/cryptopp/gf256.h
|
|
include/cryptopp/gf2_32.h
|
|
include/cryptopp/gf2n.h
|
|
include/cryptopp/gfpcrypt.h
|
|
include/cryptopp/gost.h
|
|
include/cryptopp/gzip.h
|
|
include/cryptopp/hex.h
|
|
include/cryptopp/hmac.h
|
|
include/cryptopp/hrtimer.h
|
|
include/cryptopp/ida.h
|
|
include/cryptopp/idea.h
|
|
include/cryptopp/integer.h
|
|
include/cryptopp/iterhash.h
|
|
include/cryptopp/lubyrack.h
|
|
include/cryptopp/luc.h
|
|
include/cryptopp/mars.h
|
|
include/cryptopp/md2.h
|
|
include/cryptopp/md4.h
|
|
include/cryptopp/md5.h
|
|
include/cryptopp/mdc.h
|
|
include/cryptopp/misc.h
|
|
include/cryptopp/modarith.h
|
|
include/cryptopp/modes.h
|
|
include/cryptopp/modexppc.h
|
|
include/cryptopp/mqueue.h
|
|
include/cryptopp/mqv.h
|
|
include/cryptopp/nbtheory.h
|
|
include/cryptopp/network.h
|
|
include/cryptopp/nr.h
|
|
include/cryptopp/oaep.h
|
|
include/cryptopp/oids.h
|
|
include/cryptopp/osrng.h
|
|
include/cryptopp/panama.h
|
|
include/cryptopp/pch.h
|
|
include/cryptopp/pkcspad.h
|
|
include/cryptopp/polynomi.h
|
|
include/cryptopp/pssr.h
|
|
include/cryptopp/pubkey.h
|
|
include/cryptopp/pwdbased.h
|
|
include/cryptopp/queue.h
|
|
include/cryptopp/rabin.h
|
|
include/cryptopp/randpool.h
|
|
include/cryptopp/rc2.h
|
|
include/cryptopp/rc5.h
|
|
include/cryptopp/rc6.h
|
|
include/cryptopp/resource.h
|
|
include/cryptopp/rijndael.h
|
|
include/cryptopp/ripemd.h
|
|
include/cryptopp/rng.h
|
|
include/cryptopp/rsa.h
|
|
include/cryptopp/rw.h
|
|
include/cryptopp/safer.h
|
|
include/cryptopp/salsa.h
|
|
include/cryptopp/seal.h
|
|
include/cryptopp/secblock.h
|
|
include/cryptopp/seckey.h
|
|
include/cryptopp/serpent.h
|
|
include/cryptopp/serpentp.h
|
|
include/cryptopp/sha.h
|
|
include/cryptopp/shacal2.h
|
|
include/cryptopp/shark.h
|
|
include/cryptopp/simple.h
|
|
include/cryptopp/skipjack.h
|
|
include/cryptopp/smartptr.h
|
|
include/cryptopp/socketft.h
|
|
include/cryptopp/sosemanuk.h
|
|
include/cryptopp/square.h
|
|
include/cryptopp/stdcpp.h
|
|
include/cryptopp/strciphr.h
|
|
include/cryptopp/tea.h
|
|
include/cryptopp/tiger.h
|
|
include/cryptopp/trdlocal.h
|
|
include/cryptopp/trunhash.h
|
|
include/cryptopp/ttmac.h
|
|
include/cryptopp/twofish.h
|
|
include/cryptopp/validate.h
|
|
include/cryptopp/vmac.h
|
|
include/cryptopp/wait.h
|
|
include/cryptopp/wake.h
|
|
include/cryptopp/whrlpool.h
|
|
include/cryptopp/winpipes.h
|
|
include/cryptopp/words.h
|
|
include/cryptopp/xtr.h
|
|
include/cryptopp/xtrcrypt.h
|
|
include/cryptopp/zdeflate.h
|
|
include/cryptopp/zinflate.h
|
|
include/cryptopp/zlib.h
|
|
lib/libcryptopp.a
|
|
share/doc/cryptopp/License
|
|
share/doc/cryptopp/README
|
|
@dirrm share/doc/cryptopp
|
|
@dirrm include/cryptopp
|