summaryrefslogtreecommitdiff
path: root/Readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in Readme.txt (PR #1207)HEADmasterCryptAxe2023-05-041-3/+3
|
* Prepare for Crypto++ 8.7 releaseCRYPTOPP_8_7_0Jeffrey Walton2022-08-071-5/+18
|
* Prepare for Crypto++ 8.6 releaseJeffrey Walton2021-09-241-1/+1
|
* Prepare for Crypto++ 8.6 releaseCRYPTOPP_8_6_0Jeffrey Walton2021-09-241-0/+25
|
* Fix typos (PR #1061)The Potato Chronicler2021-07-141-2/+2
|
* Update Readme.txt (PR #1052)Ajinkya Bawaskar2021-06-241-3/+2
| | | Thank you very much.
* Add LSH-256 and LSH-512 hash functions (GH #1025, PR #1026)Jeffrey Walton2021-04-161-5/+5
| | | Add South Korea's LSH-256 and LSH-512 families of hash functions.
* Update commentsJeffrey Walton2021-03-081-1/+1
|
* Post-release version incrementJeffrey Walton2021-03-081-1/+1
|
* Prepare for Crypto++ 8.5 releaseCRYPTOPP_8_5_0Jeffrey Walton2021-03-071-4/+10
|
* Whitespace check-inJeffrey Walton2021-03-041-2/+2
|
* Fix typos in documentation and comments (PR #1012)Tobias Nießen2021-03-041-2/+2
|
* Fix spelling (PR #1000)HRXN2021-01-241-2/+2
| | | `Determinsitic` -> `Deterministic`
* Prepare for Crypto++ 8.4 releaseCRYPTOPP_8_4_0Jeffrey Walton2021-01-021-1/+9
|
* Remove some old history from READMEJeffrey Walton2020-12-271-58/+0
|
* Update README for Crypto++ 8.4Jeffrey Walton2020-12-271-0/+3
|
* Post-release version incrementJeffrey Walton2020-12-221-1/+4
|
* Prepare for Crypto++ 8.3 releaseCRYPTOPP_8_3_0Jeffrey Walton2020-12-201-5/+46
|
* Bump GCC and Clang versionsJeffrey Walton2020-05-051-4/+4
|
* Bump Visual Studio version (GH #922)Jeffrey Walton2020-01-081-1/+1
|
* Update READMEJeffrey Walton2019-06-151-2/+4
|
* Update READMEJeffrey Walton2019-06-151-15/+19
|
* Post-release version incrementJeffrey Walton2019-04-291-1/+1
|
* Prepare for Crypto++ 8.2 releaseJeffrey Walton2019-04-281-1/+14
|
* Post-release version incrementJeffrey Walton2019-02-231-1/+1
| | | | Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
* Prepare for Crypto++ 8.1 releaseJeffrey Walton2019-02-231-2/+17
| | | | This should have been checked in with 1c34979592f7. Too late now, but fix it anyway.
* Update ReadmeJeffrey Walton2019-02-151-6/+6
|
* Update ReadmeJeffrey Walton2019-02-151-3/+4
|
* Update READMEJeffrey Walton2019-02-101-2/+0
|
* Update READMEJeffrey Walton2019-02-091-10/+18
|
* Prepare for Crypto++ 8.0 releaseCRYPTOPP_8_0_0Jeffrey Walton2018-12-271-1/+0
|
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-67/+25
|
* Update README.txtJeffrey Walton2018-12-251-4/+5
|
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-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_0Jeffrey Walton2018-04-081-7/+29
|
* Update History.txtJeffrey Walton2018-02-221-41/+71
|
* Add History.txt for full recordJeffrey Walton2018-01-221-316/+9
| | | | | | Trim History section in Readme.txt to most recent items Signed-off-by: Jeffrey Walton <noloader@gmail.com>
* Whitespace check-inJeffrey Walton2018-01-221-50/+55
|
* Update Readme.txtJeffrey Walton2018-01-221-1/+16
|
* Update version infoJeffrey Walton2018-01-221-1/+1
|
* Add topic on Side Channel leakageJeffrey Walton2018-01-081-0/+8
|
* Update documentationJeffrey Walton2017-11-241-9/+10
|
* Update documentationJeffrey Walton2017-11-211-3/+4
|
* Update documentationJeffrey Walton2017-11-201-3/+3
| | | | Whitespace check-in
* Removed OCB for the time being. The check-in did not occur.Jeffrey Walton2017-10-201-1/+1
| | | | Also see https://groups.google.com/d/msg/cryptopp-users/alCrCcPKv3A/alxMw3-dAgAJ
* Update README to sync with Crypto++ websiteJeffrey Walton2017-09-161-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 Walton2017-08-241-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 infoJeffrey Walton2017-08-191-18/+13
|
* Update commentsJeffrey Walton2017-08-191-4/+7
|
* Update ReadmeJeffrey Walton2017-08-191-15/+14
|