Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update documentation | Jeffrey Walton | 2020-01-01 | 1 | -3/+4 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-12-31 | 1 | -267/+261 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-12-31 | 1 | -111/+111 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-12-31 | 1 | -26/+30 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-12-31 | 1 | -12/+12 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-10-18 | 1 | -0/+4 |
| | |||||
* | Add Certificate interface (GH #884) | Jeffrey Walton | 2019-09-28 | 1 | -0/+5 |
| | | | | The Certificate interface will allow the library or third parties to add concrete classes like X509Certificate with expected library support or integration | ||||
* | Update documentation | Jeffrey Walton | 2019-09-28 | 1 | -2/+2 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-09-26 | 1 | -2/+11 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-08-17 | 1 | -26/+60 |
| | |||||
* | Fix use of MaxDerivedKeyLength (GH #874) | Jeffrey Walton | 2019-08-16 | 1 | -2/+2 |
| | |||||
* | Fix use of MaxDerivedKeyLength (GH #874) | Jeffrey Walton | 2019-08-16 | 1 | -2/+2 |
| | | | | Also fix memcpy with NULL buffer | ||||
* | Increase m_buf size (GH #862) | Jeffrey Walton | 2019-07-10 | 1 | -1/+4 |
| | |||||
* | Add BufferedTransformation GetWord64 and PutWord64 (GH #862) | Jeffrey Walton | 2019-07-10 | 1 | -12/+46 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Post-release version increment | Jeffrey Walton | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | Post-release version increment | Jeffrey Walton | 2019-02-23 | 1 | -1/+1 |
| | | | | Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers | ||||
* | Fix missing symbols in Windows DLL | Jeffrey Walton | 2019-02-22 | 1 | -3/+3 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-02-12 | 1 | -3/+5 |
| | |||||
* | Clear Doxygen warnings | Jeffrey Walton | 2019-01-28 | 1 | -5/+5 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-01-28 | 1 | -6/+38 |
| | |||||
* | Post-release version increment | Jeffrey Walton | 2018-12-28 | 1 | -1/+1 |
| | | | | Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers | ||||
* | Prepare for Crypto++ 8.0 release | Jeffrey Walton | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-12-25 | 1 | -4/+4 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-12-25 | 1 | -3/+3 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-12-12 | 1 | -4/+6 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-12-03 | 1 | -10/+16 |
| | |||||
* | Move DEFAULT_CHANNEL and AAD_CHANNEL defs into cryptlib.cpp (GH #751) | Jeffrey Walton | 2018-12-03 | 1 | -34/+4 |
| | | | | | | | | The library used to provide DEFAULT_CHANNEL and AAD_CHANNEL this way. We experienced Static Initialization Order Fiasco crashes on occassion, so we moved them into cryptlib.h with internal linkage. The cost was, each translation unit got a copy of the strings which contributed to bloat. Issue 751 shows Clang compiles the global constructors for DEFAULT_CHANNEL and AAD_CHANNEL above the base ISA so we caught crashes on OS X with down-level hardware. We are now at a "pick your poison" point. We selected Static Initialization Order Fiasco because it seems to be less prevalent. Hat tip to the C++ Committee for allowing this problem to fester for three decades. | ||||
* | cryptlib.h | Jeffrey Walton | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | Add ability to Seek64 in test framework (GH #732) | Jeffrey Walton | 2018-11-04 | 1 | -0/+18 |
| | | | | Also see https://github.com/randombit/botan/pull/1728 | ||||
* | Add VectorSource (GH #730) | orangefour | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Use version 7.0 rather than 6.2 | Jeffrey Walton | 2018-10-19 | 1 | -2/+2 |
| | | | | We had to perform a major version bump due to an ABI break | ||||
* | Add VectorSink | orangefour | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Remove Thread and Socket classes (GH #208, PR #703) | Jeffrey Walton | 2018-08-17 | 1 | -3/+3 |
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/5btwLoxXXD4. | ||||
* | Fix Solaris i386 compile of CHAM and LEA for SunStudio 12.3 and below | Jeffrey Walton | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | Fix SunStudio 12.6 runtime crash on i386 | Jeffrey Walton | 2018-07-16 | 1 | -2/+5 |
| | | | | This bug has been around since the Sun Studio 11/SunCC 5.8 days | ||||
* | Update documentation | Jeffrey Walton | 2018-07-06 | 1 | -1/+2 |
| | |||||
* | Add algorithm provider member function to Algorithm class | Jeffrey Walton | 2018-07-06 | 1 | -4/+20 |
| | |||||
* | Fix spelling | Jeffrey Walton | 2018-07-06 | 1 | -2/+2 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-06 | 1 | -3/+6 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-06 | 1 | -1/+3 |
| | |||||
* | Add HC-256 stream cipher (GH #680) | Jeffrey Walton | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-04 | 1 | -4/+4 |
| | |||||
* | Fix versioning that cross-pollinated when building docs | Jeffrey Walton | 2018-07-01 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-01 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-06-18 | 1 | -5/+6 |
| | |||||
* | Fix clang warnings in headers (#655) | Marcel Raad | 2018-05-10 | 1 | -1/+1 |
| | | | | | | | | | | * remove superfluous semicolon * Remove C-style casts from public headers clang warns about them with -Wold-style-cast. It also warns about implicitly casting away const with -Wcast-qual. Fix both by removing unnecessary casts and converting the remaining ones to C++ casts. | ||||
* | Post-release version increment | Jeffrey Walton | 2018-04-08 | 1 | -1/+1 |
| |