Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wording tweaks | Jack Lloyd | 2018-05-26 | 1 | -3/+3 |
| | |||||
* | Small tweaks to the build docs | Jack Lloyd | 2018-05-24 | 1 | -13/+14 |
| | |||||
* | Document PBE better [ci skip] | Jack Lloyd | 2018-05-24 | 1 | -0/+16 |
| | |||||
* | Add list of available KDFs | Jack Lloyd | 2018-05-22 | 1 | -0/+69 |
| | |||||
* | Correct outdated material in filter doc [ci skip] | Jack Lloyd | 2018-05-22 | 1 | -7/+4 |
| | |||||
* | Move the roadmap into the handbook so end-users can find it. | Jack Lloyd | 2018-05-21 | 3 | -5/+112 |
| | |||||
* | Add Scrypt key dervation function | Jack Lloyd | 2018-05-16 | 1 | -0/+33 |
| | |||||
* | Doc updates [ci skip] | Jack Lloyd | 2018-05-15 | 3 | -3/+288 |
| | |||||
* | Add docs for TOTP | Jack Lloyd | 2018-05-11 | 1 | -0/+29 |
| | |||||
* | Update BigInt docs | Jack Lloyd | 2018-05-11 | 1 | -41/+195 |
| | |||||
* | typo: fixed AES key wrapping RFC number | Ori Peleg | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | Note MSVC 2013 deprecation | Jack Lloyd | 2018-04-26 | 1 | -0/+2 |
| | |||||
* | Correct name of script [ci skip] | Jack Lloyd | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Update docs [ci skip] | Jack Lloyd | 2018-04-07 | 1 | -1/+1 |
| | |||||
* | Fix ReST formatting | Jack Lloyd | 2018-04-04 | 1 | -2/+4 |
| | |||||
* | Update side channel doc, and update RSA blinding test | Jack Lloyd | 2018-04-04 | 1 | -1/+5 |
| | | | | | It needs to account for bits taking from the blinding RNG for exponent blinding. | ||||
* | Remove duplicate doc for tls_decode_group_param | Jack Lloyd | 2018-03-28 | 1 | -5/+0 |
| | |||||
* | Merge GH #1513 Update TLS docs re custom curves | Jack Lloyd | 2018-03-28 | 1 | -11/+399 |
|\ | |||||
| * | updated tls client/server docs | Never | 2018-03-27 | 1 | -5/+5 |
| | | |||||
| * | add tls-custom-curve documentation + examples | Never | 2018-03-27 | 1 | -6/+394 |
| | | |||||
* | | Update TLS docs re new APIs for 2.5 [ci skip] | Jack Lloyd | 2018-03-28 | 2 | -1/+28 |
| | | |||||
* | | Update docs | Jack Lloyd | 2018-03-27 | 1 | -3/+2 |
| | | |||||
* | | Add --enable-sanitizers= flag to specify which sanitizers to use | Jack Lloyd | 2018-03-27 | 1 | -1/+4 |
|/ | | | | Allows adding support for MSan with Clang and UBsan with GCC | ||||
* | Update side channel doc | Jack Lloyd | 2018-03-20 | 1 | -29/+34 |
| | |||||
* | Use RtlGenRandom instead of CryptoAPI | Jack Lloyd | 2018-03-14 | 1 | -0/+2 |
| | |||||
* | FPE doc updates [ci skip] | Jack Lloyd | 2018-03-10 | 1 | -2/+7 |
| | |||||
* | Fix error in FPE_FE1 | Jack Lloyd | 2018-03-10 | 1 | -7/+12 |
| | | | | | | | | | An implementation mistake led to choosing a >= b when the original paper assumes a <= b. Add a boolean to control which version is used. Increase the default FE1 rounds to 5 for a safety factor. GH #500 | ||||
* | Rename threefish module to threefish_512 | Jack Lloyd | 2018-03-06 | 1 | -1/+1 |
| | | | | GH #1477 | ||||
* | Mention MSVC 2017 | Jack Lloyd | 2018-03-04 | 1 | -1/+2 |
| | |||||
* | Optimize FE1 format preserving encryption | Jack Lloyd | 2018-02-28 | 1 | -30/+62 |
| | | | | | Expose the state as the FPE_FE1 class which allows most values to be precomputed. Approx 6-8 times faster. | ||||
* | Fix duplicate document entries [ci skip] | Jack Lloyd | 2018-02-28 | 1 | -9/+0 |
| | |||||
* | Format warning in a ReST warning block [ci skip] | Jack Lloyd | 2018-02-27 | 1 | -14/+14 |
| | |||||
* | Merge GH #1464 Add test results for PKCS11 impl | Jack Lloyd | 2018-02-27 | 1 | -0/+155 |
|\ | |||||
| * | Added pkcs11 test results | Sergii Cherkavskyi | 2018-02-27 | 1 | -0/+155 |
| | | |||||
* | | Update news/docs | Jack Lloyd | 2018-02-24 | 1 | -7/+5 |
| | | |||||
* | | Fix missing semicolon in pubkey example [ci skip] | Jack Lloyd | 2018-02-22 | 1 | -1/+1 |
| | | |||||
* | | Create a persistent registry for ECC group data | Jack Lloyd | 2018-02-04 | 1 | -1/+4 |
| | | | | | | | | Now a single copy is maintained of each EC group info | ||||
* | | Improve X.509 documentation | Jack Lloyd | 2018-01-29 | 1 | -85/+141 |
| | | | | | | | | GH #1428 | ||||
* | | Remove vestigial support for TLS compression | Jack Lloyd | 2018-01-21 | 1 | -9/+0 |
| | | | | | | | | | | It was never supported and never will be. Removing negotiation entirely simplifies the code a bit. | ||||
* | | Fix headers of command line docs | Jack Lloyd | 2018-01-21 | 1 | -4/+1 |
| | | | | | | | | | | | | | | Sphinx and rst2man want slightly different things, so just edit the Sphinx-formatted ReST into a file in build dir Fixes #1398 | ||||
* | | Merge GH #1420 Changes to (eventually) allow making BER_Object members private | Jack Lloyd | 2018-01-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Prepare for making BER_Object members private | Jack Lloyd | 2018-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Now there are usable accessors that allow the library to avoid using BER_Object members directly. | ||||
* | | | Document --with-boost option | Jack Lloyd | 2018-01-18 | 2 | -15/+17 |
|/ / | | | | | | | Fixes GH #1419 | ||||
* | | Remove the Perl XS wrapper | Jack Lloyd | 2018-01-15 | 2 | -40/+0 |
| | | |||||
* | | Remove merge marker fixes GH #1384 | Jack Lloyd | 2018-01-04 | 1 | -2/+2 |
| | | |||||
* | | Remove obsolete instructions from building.rst [ci skip] | Jack Lloyd | 2018-01-03 | 1 | -24/+5 |
| | | | | | | | | The makefile style distinction is no more. | ||||
* | | Officially deprecate Perl-XS wrapper [ci skip] | Jack Lloyd | 2017-12-27 | 1 | -0/+2 |
| | | | | | | | | | | | | a) I don't care about Perl b) Apparently nobody else does c) Would be better to use SWIG, or ffi via XS | ||||
* | | Fix build issue on Haiku | Jack Lloyd | 2017-12-23 | 1 | -1/+1 |
| | | | | | | | | Undeprecate it since it seems easy enough to support. | ||||
* | | Enable signing X509 structures with rsa-pss | Fabian Weissberg | 2017-12-22 | 2 | -6/+41 |
| | | |||||
* | | Update Windows build instructions | Jack Lloyd | 2017-12-21 | 2 | -9/+9 |
| | | | | | | | | Remove obsolete note about Windows 95 and NT4 support |