Whitespace check-in

pull/574/head
Jeffrey Walton 2018-01-22 19:12:24 -05:00
parent 92b03cdf62
commit 886abb683e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 55 additions and 50 deletions

View File

@ -357,11 +357,11 @@ documentation is one of the highest returns on investment.
and XTR-DH and XTR-DH
- added a faster variant of Rabin's Information Dispersal Algorithm (IDA) - added a faster variant of Rabin's Information Dispersal Algorithm (IDA)
- added class wrappers for these operating system features: - added class wrappers for these operating system features:
- high resolution timers on Windows, Unix, and MacOS * high resolution timers on Windows, Unix, and MacOS
- Berkeley and Windows style sockets * Berkeley and Windows style sockets
- Windows named pipes * Windows named pipes
- /dev/random and /dev/urandom on Linux and FreeBSD * /dev/random and /dev/urandom on Linux and FreeBSD
- Microsoft's CryptGenRandom on Windows * Microsoft's CryptGenRandom on Windows
- added support for SEC 1 elliptic curve key format and compressed points - added support for SEC 1 elliptic curve key format and compressed points
- added support for X.509 public key format (subjectPublicKeyInfo) for - added support for X.509 public key format (subjectPublicKeyInfo) for
RSA, DSA, and elliptic curve schemes RSA, DSA, and elliptic curve schemes
@ -623,7 +623,8 @@ documentation is one of the highest returns on investment.
* added code generation tests based on CPU features * added code generation tests based on CPU features
* added C++03, C++11, C++14, C++17 testing * added C++03, C++11, C++14, C++17 testing
* added -O3, -O5, -Ofast and -Os testing * added -O3, -O5, -Ofast and -Os testing
- ported to MSVC 2015 SP3, Xcode 9.0, Sun Studio 12.5, GCC 7.0, MacPorts GCC 7.0, Clang 3.8, Intel C++ 17.00 - ported to MSVC 2015 SP3, Xcode 9.0, Sun Studio 12.5, GCC 7.0,
MacPorts GCC 7.0, Clang 3.8, Intel C++ 17.00
5.6.5 - maintenance release, recompile of programs recommended 5.6.5 - maintenance release, recompile of programs recommended
- expanded community input and support - expanded community input and support
@ -639,7 +640,8 @@ documentation is one of the highest returns on investment.
* expanded platforms and compilers * expanded platforms and compilers
* expanded Coverity into OS X and Windows platforms * expanded Coverity into OS X and Windows platforms
* added Windows test scripts using Strawberry Perl * added Windows test scripts using Strawberry Perl
- ported to MSVC 2015 SP3, Xcode 7.3, Sun Studio 12.5, GCC 7.0, MacPorts GCC 7.0, Clang 3.8, Intel C++ 17.00 - ported to MSVC 2015 SP3, Xcode 7.3, Sun Studio 12.5, GCC 7.0,
MacPorts GCC 7.0, Clang 3.8, Intel C++ 17.00
6.0.0 - Major release, recompile of programs required 6.0.0 - Major release, recompile of programs required
- expanded community input and support - expanded community input and support
@ -650,10 +652,13 @@ documentation is one of the highest returns on investment.
* BASE provides an architecture neutral C++ implementation * BASE provides an architecture neutral C++ implementation
* SIMD provides architecture specific hardware acceleration * SIMD provides architecture specific hardware acceleration
- improved PowerPC Power4, Power7 and Power8 support - improved PowerPC Power4, Power7 and Power8 support
- added ARIA, EC German DSA, Deterministic signatures (RFC 6979), Kalyna, NIST Hash and HMAC DRBG, Padlock RNG, Poly1305, SipHash, Simon, Speck, SM3, SM4, Threefish algorithms - added ARIA, EC German DSA, Deterministic signatures (RFC 6979),
Kalyna, NIST Hash and HMAC DRBG, Padlock RNG, Poly1305, SipHash,
Simon, Speck, SM3, SM4, Threefish algorithms
- added NaCl interface from the compact library - added NaCl interface from the compact library
* x25519 key exhange and ed25519 signing provided through NaCl interface * x25519 key exhange and ed25519 signing provided through NaCl interface
- improved Testing and QA - improved Testing and QA
- ported to MSVC 2017, Xcode 8.1, Sun Studio 12.5, GCC 7.0, MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1 - ported to MSVC 2017, Xcode 8.1, Sun Studio 12.5, GCC 7.0,
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
Written by Wei Dai and the Crypto++ Project Written by Wei Dai and the Crypto++ Project