Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reuse outLength in ProcessLastBlock | Jeffrey Walton | 2019-10-12 | 1 | -4/+4 | |
| | ||||||
* | Clear UBsan warning in hmac.cpp | Jeffrey Walton | 2019-10-12 | 1 | -1/+5 | |
| | ||||||
* | Make GF_Double 64-bit aware on MS platforms | Jeffrey Walton | 2019-10-12 | 1 | -1/+1 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-12 | 1 | -0/+2 | |
| | ||||||
* | Validate XTS block size when CRYPTOPP_XTS_WIDE_BLOCK_CIPHERS==0 | Jeffrey Walton | 2019-10-12 | 1 | -0/+6 | |
| | ||||||
* | Revert BlowfishCompat changes (PR #877) | Jeffrey Walton | 2019-10-12 | 6 | -141/+40 | |
| | ||||||
* | Fix stray semicolons uder MSVC (GH #889) | Jeffrey Walton | 2019-10-12 | 2 | -7/+7 | |
| | ||||||
* | Fix XTS compile under Clang | Jeffrey Walton | 2019-10-12 | 1 | -1/+1 | |
| | ||||||
* | Fix XTS compile under Clang | Jeffrey Walton | 2019-10-12 | 1 | -1/+1 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-12 | 1 | -1/+7 | |
| | ||||||
* | Add XTS test vectors to All collection | Jeffrey Walton | 2019-10-12 | 2 | -0/+108 | |
| | ||||||
* | Add XTS block cipher mode of operation (GH #891, PR #892) | Jeffrey Walton | 2019-10-12 | 17 | -21/+8772 | |
| | ||||||
* | Make bt const in BERDecodePeekLength | Jeffrey Walton | 2019-10-08 | 2 | -2/+2 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-07 | 2 | -3/+4 | |
| | ||||||
* | Clear signed/unsigned warnings under Clang | Jeffrey Walton | 2019-10-05 | 1 | -22/+22 | |
| | ||||||
* | Clear virtual dtor warning under Clang | Jeffrey Walton | 2019-10-05 | 1 | -0/+1 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-05 | 2 | -1/+10 | |
| | ||||||
* | Cleanup stray semicolons | Jeffrey Walton | 2019-10-03 | 2 | -5/+4 | |
| | | | | I believe this is the last group from https://github.com/weidai11/cryptopp/issues/889 | |||||
* | Remove double semicolons after sed'ing defines | Jeffrey Walton | 2019-10-03 | 12 | -40/+40 | |
| | | | | Also see https://github.com/weidai11/cryptopp/issues/889 | |||||
* | Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889) | Jeffrey Walton | 2019-10-03 | 34 | -253/+254 | |
| | | | | This issue is a recurring issue. Let's try fixing it in the #define this time. | |||||
* | Update vs2005 solution files | Jeffrey Walton | 2019-10-03 | 1 | -0/+0 | |
| | ||||||
* | Clear deprecated warnings with early MSVC compilers | Jeffrey Walton | 2019-10-03 | 1 | -3/+2 | |
| | ||||||
* | Clear truncation warnings with early MSVC compilers | Jeffrey Walton | 2019-10-03 | 1 | -2/+6 | |
| | ||||||
* | Clear unreachable code warnings with early MSVC compilers | Jeffrey Walton | 2019-10-03 | 7 | -3/+24 | |
| | ||||||
* | Fix -Wundefined-var-template warning in Blowfish (PR #888) | Răzvan Cojocaru | 2019-10-03 | 1 | -0/+6 | |
| | ||||||
* | Add BytePtr and ConstBytePtr overloads for SecByteBlock (GH #890) | Jeffrey Walton | 2019-10-03 | 7 | -7/+87 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-01 | 1 | -3/+3 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-01 | 1 | -2/+25 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-01 | 1 | -2/+3 | |
| | ||||||
* | Add some missing OID's used in X.509 certificates | Jeffrey Walton | 2019-10-01 | 1 | -0/+6 | |
| | ||||||
* | Update documentation | Jeffrey Walton | 2019-10-01 | 1 | -0/+12 | |
| | ||||||
* | Add additional ANSI X9.62 OIDs | Jeffrey Walton | 2019-10-01 | 1 | -2/+8 | |
| | ||||||
* | Add OID operator<= and operator>= | Jeffrey Walton | 2019-10-01 | 1 | -0/+4 | |
| | | | | I thought the compiler was supposed to deduce these from operator== and operator<, but not for GCC 7.2 | |||||
* | Add additional ASN.1 string types | Jeffrey Walton | 2019-09-30 | 1 | -1/+3 | |
| | ||||||
* | Add allocate.cpp to nmake sources | Jeffrey Walton | 2019-09-30 | 1 | -2/+2 | |
| | ||||||
* | Add -DCRYPTOPP_DISABLE_ASM for 'make deps' recipe | Jeffrey Walton | 2019-09-30 | 2 | -2/+2 | |
| | | | | Clang needs it | |||||
* | Fix Travis build on OS X | Jeffrey Walton | 2019-09-30 | 2 | -5/+14 | |
| | ||||||
* | Fix compile error due to missing BytePtr overload | Jeffrey Walton | 2019-09-29 | 2 | -5/+4 | |
| | | | | This is a local change on a testing fork. It is not tested for Master yet. | |||||
* | Update documentation | Jeffrey Walton | 2019-09-29 | 1 | -0/+8 | |
| | ||||||
* | Add DEREncodeTextString overload | Jeffrey Walton | 2019-09-29 | 2 | -5/+33 | |
| | ||||||
* | Add ASN.1 Date type support | Jeffrey Walton | 2019-09-29 | 2 | -4/+97 | |
| | ||||||
* | Add dome missing OID's used in X.509 certificates | Jeffrey Walton | 2019-09-29 | 1 | -1/+17 | |
| | ||||||
* | Add support for Mcrypt's blowfish-compat (PR #877) | Răzvan Cojocaru | 2019-09-29 | 7 | -40/+136 | |
| | ||||||
* | Update BERDecodeTextString | Jeffrey Walton | 2019-09-29 | 2 | -7/+21 | |
| | ||||||
* | Fix Rijndael recursion overflow when -DCRYPTOPP_DISABLE_SSSE3 (GH #880, PR #886) | Jeffrey Walton | 2019-09-28 | 3 | -20/+123 | |
| | ||||||
* | Clear sign conversion warnings | Jeffrey Walton | 2019-09-28 | 1 | -3/+3 | |
| | ||||||
* | Clear sign conversion warnings | Jeffrey Walton | 2019-09-28 | 2 | -8/+10 | |
| | ||||||
* | Avoid circular dependency using AlignedAllocate (GH #885) | Jeffrey Walton | 2019-09-28 | 12 | -139/+199 | |
| | ||||||
* | Clear shadow warning in MSVC | Jeffrey Walton | 2019-09-28 | 1 | -1/+1 | |
| | ||||||
* | 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 |