Jeffrey Walton
5f3062442e
Update documentation
2021-02-24 20:43:38 -05:00
Jeffrey Walton
02f990cdc1
Fix typos
2021-02-03 04:12:33 -05:00
Jeffrey Walton
d8a8c87cde
Post-release version increment
2020-12-22 11:50:40 -05:00
Jeffrey Walton
524187d7d7
Update documentation
2020-12-20 22:17:53 -05:00
Jeffrey Walton
405e48dc7b
Update documentation
2020-12-20 21:58:25 -05:00
Jeffrey Walton
ac6987f3ae
Use \return and \throw consitently in the docs
2020-12-07 23:35:10 -05:00
Jeffrey Walton
58e7247a9c
Update documentation
2020-09-20 06:29:13 -04:00
Jeffrey Walton
20a4626b5d
Update documentation
2020-01-01 21:08:21 -05:00
Jeffrey Walton
898cdfa640
Update documentation
2019-12-31 23:01:25 -05:00
Jeffrey Walton
12e854d54c
Update documentation
2019-12-31 22:18:49 -05:00
Jeffrey Walton
6f16b59735
Update documentation
2019-12-31 21:05:33 -05:00
Jeffrey Walton
a91116b950
Update documentation
2019-12-31 20:39:54 -05:00
Jeffrey Walton
8250257ee3
Update documentation
2019-10-18 11:03:23 -04:00
Jeffrey Walton
a20f725438
Add Certificate interface (GH #884 )
...
The Certificate interface will allow the library or third parties to add concrete classes like X509Certificate with expected library support or integration
2019-09-28 16:09:06 -04:00
Jeffrey Walton
54e39a7bcd
Update documentation
2019-09-28 03:57:21 -04:00
Jeffrey Walton
f99c470cff
Update documentation
2019-09-26 23:36:56 -04:00
Jeffrey Walton
d49c1a1605
Update documentation
2019-08-17 14:49:03 -04:00
Jeffrey Walton
e22700f741
Fix use of MaxDerivedKeyLength (GH #874 )
2019-08-16 07:12:14 -04:00
Jeffrey Walton
c0a5a06a82
Fix use of MaxDerivedKeyLength (GH #874 )
...
Also fix memcpy with NULL buffer
2019-08-16 06:45:30 -04:00
Jeffrey Walton
8260dd1e81
Increase m_buf size (GH #862 )
2019-07-10 15:54:48 -04:00
Jeffrey Walton
6d69043403
Add BufferedTransformation GetWord64 and PutWord64 (GH #862 )
2019-07-10 10:04:58 -04:00
Jeffrey Walton
ab538471b1
Update documentation
2019-06-04 02:46:43 -04:00
Jeffrey Walton
38a4bb55cf
Post-release version increment
2019-04-29 00:12:18 -04:00
Jeffrey Walton
6138b8a127
Post-release version increment
...
Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
2019-02-23 14:03:49 -05:00
Jeffrey Walton
3185e93fe3
Fix missing symbols in Windows DLL
2019-02-22 08:38:13 -05:00
Jeffrey Walton
57465b5ae3
Update documentation
2019-02-12 23:38:38 -05:00
Jeffrey Walton
30e7469f5e
Clear Doxygen warnings
2019-01-28 09:06:49 -05:00
Jeffrey Walton
3cb86675af
Update documentation
2019-01-28 06:13:43 -05:00
Jeffrey Walton
b3a473878c
Post-release version increment
...
Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
2018-12-28 08:25:44 -05:00
Jeffrey Walton
5e48cfd0c9
Prepare for Crypto++ 8.0 release
2018-12-27 18:30:38 -05:00
Jeffrey Walton
bfd3f4e3c7
Update documentation
2018-12-25 09:00:52 -05:00
Jeffrey Walton
ae2677648b
Update documentation
2018-12-25 08:17:20 -05:00
Jeffrey Walton
220ae9b914
Update documentation
2018-12-12 10:35:00 -05:00
Jeffrey Walton
0b1162aa34
Update documentation
2018-12-03 06:55:57 -05:00
Jeffrey Walton
6729b29410
Move DEFAULT_CHANNEL and AAD_CHANNEL defs into cryptlib.cpp (GH #751 )
...
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.
2018-12-03 06:33:15 -05:00
Jeffrey Walton
4ee0b3e2f6
cryptlib.h
2018-11-04 15:46:44 -05:00
Jeffrey Walton
40fa6873f9
Add ability to Seek64 in test framework (GH #732 )
...
Also see https://github.com/randombit/botan/pull/1728
2018-11-04 14:21:54 -05:00
orangefour
20f82c067e
Add VectorSource (GH #730 )
2018-11-01 06:49:04 -04:00
Jeffrey Walton
c0471236f4
Use version 7.0 rather than 6.2
...
We had to perform a major version bump due to an ABI break
2018-10-19 20:43:23 -04:00
orangefour
9b81a545fc
Add VectorSink
2018-09-05 09:25:09 +02:00
Jeffrey Walton
f2171cbe2f
Remove Thread and Socket classes (GH #208 , PR #703 )
...
Also see https://groups.google.com/forum/#!topic/cryptopp-users/5btwLoxXXD4 .
2018-08-17 23:55:39 -04:00
Jeffrey Walton
b91491da4f
Fix Solaris i386 compile of CHAM and LEA for SunStudio 12.3 and below
2018-07-16 12:21:44 -04:00
Jeffrey Walton
8197732756
Fix SunStudio 12.6 runtime crash on i386
...
This bug has been around since the Sun Studio 11/SunCC 5.8 days
2018-07-16 10:33:14 -04:00
Jeffrey Walton
71cc002fd5
Update documentation
2018-07-06 22:12:15 -04:00
Jeffrey Walton
b74a6f4445
Add algorithm provider member function to Algorithm class
2018-07-06 09:23:37 -04:00
Jeffrey Walton
6d9047b444
Fix spelling
2018-07-06 09:21:13 -04:00
Jeffrey Walton
77cd5c69d0
Update documentation
2018-07-06 03:18:45 -04:00
Jeffrey Walton
ecababa006
Update documentation
2018-07-06 02:57:48 -04:00
Jeffrey Walton
989bf6dc5e
Add HC-256 stream cipher (GH #680 )
2018-07-05 06:43:04 -04:00
Jeffrey Walton
541cdf373c
Update documentation
2018-07-05 01:26:48 -04:00