Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README | Jeffrey Walton | 2019-06-15 | 1 | -2/+4 |
| | |||||
* | Update README | Jeffrey Walton | 2019-06-15 | 1 | -15/+19 |
| | |||||
* | Post-release version increment | Jeffrey Walton | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | Prepare for Crypto++ 8.2 release | Jeffrey Walton | 2019-04-28 | 1 | -1/+14 |
| | |||||
* | Post-release version increment | Jeffrey Walton | 2019-02-23 | 1 | -1/+1 |
| | | | | Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers | ||||
* | Prepare for Crypto++ 8.1 release | Jeffrey Walton | 2019-02-23 | 1 | -2/+17 |
| | | | | This should have been checked in with 1c34979592f7. Too late now, but fix it anyway. | ||||
* | Update Readme | Jeffrey Walton | 2019-02-15 | 1 | -6/+6 |
| | |||||
* | Update Readme | Jeffrey Walton | 2019-02-15 | 1 | -3/+4 |
| | |||||
* | Update README | Jeffrey Walton | 2019-02-10 | 1 | -2/+0 |
| | |||||
* | Update README | Jeffrey Walton | 2019-02-09 | 1 | -10/+18 |
| | |||||
* | Prepare for Crypto++ 8.0 releaseCRYPTOPP_8_0_0 | Jeffrey Walton | 2018-12-27 | 1 | -1/+0 |
| | |||||
* | Prepare for Crypto++ 8.0 release | Jeffrey Walton | 2018-12-27 | 1 | -67/+25 |
| | |||||
* | Update README.txt | Jeffrey Walton | 2018-12-25 | 1 | -4/+5 |
| | |||||
* | Add ARMv8.4 cpu feature detection support (GH #685) (#687) | Jeffrey Walton | 2018-07-15 | 1 | -0/+1 |
| | | | | | | | | | This PR adds ARMv8.4 cpu feature detection support. Previously we only needed ARMv8.1 and things were much easier. For example, ARMv8.1 `__ARM_FEATURE_CRYPTO` meant PMULL, AES, SHA-1 and SHA-256 were available. ARMv8.4 `__ARM_FEATURE_CRYPTO` means PMULL, AES, SHA-1, SHA-256, SHA-512, SHA-3, SM3 and SM4 are available. We still use the same pattern as before. We make something available based on compiler version and/or preprocessor macros. But this time around we had to tighten things up a bit to ensure ARMv8.4 did not cross-pollinate down into ARMv8.1. ARMv8.4 is largely untested at the moment. There is no hardware in the field and CI lacks QEMU with the relevant patches/support. We will probably have to revisit some of this stuff in the future. Since this update applies to ARM gadgets we took the time to expand Android and iOS testing on Travis. Travis now tests more platforms, and includes Autotools and CMake builds, too. | ||||
* | Prepare for Crypto++ 7.0 releaseCRYPTOPP_7_0_0 | Jeffrey Walton | 2018-04-08 | 1 | -7/+29 |
| | |||||
* | Update History.txt | Jeffrey Walton | 2018-02-22 | 1 | -41/+71 |
| | |||||
* | Add History.txt for full record | Jeffrey Walton | 2018-01-22 | 1 | -316/+9 |
| | | | | | | Trim History section in Readme.txt to most recent items Signed-off-by: Jeffrey Walton <noloader@gmail.com> | ||||
* | Whitespace check-in | Jeffrey Walton | 2018-01-22 | 1 | -50/+55 |
| | |||||
* | Update Readme.txt | Jeffrey Walton | 2018-01-22 | 1 | -1/+16 |
| | |||||
* | Update version info | Jeffrey Walton | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Add topic on Side Channel leakage | Jeffrey Walton | 2018-01-08 | 1 | -0/+8 |
| | |||||
* | Update documentation | Jeffrey Walton | 2017-11-24 | 1 | -9/+10 |
| | |||||
* | Update documentation | Jeffrey Walton | 2017-11-21 | 1 | -3/+4 |
| | |||||
* | Update documentation | Jeffrey Walton | 2017-11-20 | 1 | -3/+3 |
| | | | | Whitespace check-in | ||||
* | Removed OCB for the time being. The check-in did not occur. | Jeffrey Walton | 2017-10-20 | 1 | -1/+1 |
| | | | | Also see https://groups.google.com/d/msg/cryptopp-users/alCrCcPKv3A/alxMw3-dAgAJ | ||||
* | Update README to sync with Crypto++ website | Jeffrey Walton | 2017-09-16 | 1 | -5/+7 |
| | | | | | * Switch from cryptolounge.com to Crypto++ wiki * Add latest algorithms | ||||
* | Rollup CMake fixes for OpenBSD, MinGW (Issues 380, 466-468, PR #469) | Jeffrey Walton | 2017-08-24 | 1 | -9/+9 |
| | | | | | Rollup CMake fixes for OpenBSD (Issues 467-468) Rollup CMake fixes for MinGW (Issues 466) Add CRYPTOPP_ENABLE_ARCH (Issue 380) | ||||
* | Update Readme with FIPS 1402-2 info | Jeffrey Walton | 2017-08-19 | 1 | -18/+13 |
| | |||||
* | Update comments | Jeffrey Walton | 2017-08-19 | 1 | -4/+7 |
| | |||||
* | Update Readme | Jeffrey Walton | 2017-08-19 | 1 | -15/+14 |
| | |||||
* | Updated README with additional algorithms | Jeffrey Walton | 2017-05-18 | 1 | -12/+14 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-12-03 | 1 | -1/+1 |
| | |||||
* | Updated 5.6.5 release date | Jeffrey Walton | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | Add "Source Code and Contributing" section to Readme.txt (Issue 317) | Jeffrey Walton | 2016-10-11 | 1 | -0/+64 |
| | |||||
* | Add information on static linking and risk with dynamic runtime linking | Jeffrey Walton | 2016-09-18 | 1 | -1/+5 |
| | |||||
* | Add information on C++ Static Initialization Ordering | Jeffrey Walton | 2016-09-15 | 1 | -0/+13 |
| | |||||
* | Update README and INSTALL with -DNDEBUG requirement for production software ↵ | Jeffrey Walton | 2016-09-15 | 1 | -6/+17 |
| | | | | (thanks FW) | ||||
* | Fixed 5.6.4 rlease date (9/11 instead of 9/10) | Jeffrey Walton | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-11 | 1 | -0/+2 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -2/+2 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -1/+2 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -2/+1 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -0/+2 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -5/+6 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -3/+5 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -5/+9 |
| | |||||
* | Updated release notes | Jeffrey Walton | 2016-09-10 | 1 | -1/+2 |
| | |||||
* | Add missing Sun Studio 12.5 | Jeffrey Walton | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Update Install and Release notes | Jeffrey Walton | 2016-09-10 | 1 | -45/+75 |
| |