aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual
Commit message (Collapse)AuthorAgeFilesLines
* Wording tweaksJack Lloyd2018-05-261-3/+3
|
* Small tweaks to the build docsJack Lloyd2018-05-241-13/+14
|
* Document PBE better [ci skip]Jack Lloyd2018-05-241-0/+16
|
* Add list of available KDFsJack Lloyd2018-05-221-0/+69
|
* Correct outdated material in filter doc [ci skip]Jack Lloyd2018-05-221-7/+4
|
* Move the roadmap into the handbook so end-users can find it.Jack Lloyd2018-05-213-5/+112
|
* Add Scrypt key dervation functionJack Lloyd2018-05-161-0/+33
|
* Doc updates [ci skip]Jack Lloyd2018-05-153-3/+288
|
* Add docs for TOTPJack Lloyd2018-05-111-0/+29
|
* Update BigInt docsJack Lloyd2018-05-111-41/+195
|
* typo: fixed AES key wrapping RFC numberOri Peleg2018-05-061-1/+1
|
* Note MSVC 2013 deprecationJack Lloyd2018-04-261-0/+2
|
* Correct name of script [ci skip]Jack Lloyd2018-04-121-1/+1
|
* Update docs [ci skip]Jack Lloyd2018-04-071-1/+1
|
* Fix ReST formattingJack Lloyd2018-04-041-2/+4
|
* Update side channel doc, and update RSA blinding testJack Lloyd2018-04-041-1/+5
| | | | | It needs to account for bits taking from the blinding RNG for exponent blinding.
* Remove duplicate doc for tls_decode_group_paramJack Lloyd2018-03-281-5/+0
|
* Merge GH #1513 Update TLS docs re custom curvesJack Lloyd2018-03-281-11/+399
|\
| * updated tls client/server docsNever2018-03-271-5/+5
| |
| * add tls-custom-curve documentation + examplesNever2018-03-271-6/+394
| |
* | Update TLS docs re new APIs for 2.5 [ci skip]Jack Lloyd2018-03-282-1/+28
| |
* | Update docsJack Lloyd2018-03-271-3/+2
| |
* | Add --enable-sanitizers= flag to specify which sanitizers to useJack Lloyd2018-03-271-1/+4
|/ | | | Allows adding support for MSan with Clang and UBsan with GCC
* Update side channel docJack Lloyd2018-03-201-29/+34
|
* Use RtlGenRandom instead of CryptoAPIJack Lloyd2018-03-141-0/+2
|
* FPE doc updates [ci skip]Jack Lloyd2018-03-101-2/+7
|
* Fix error in FPE_FE1Jack Lloyd2018-03-101-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_512Jack Lloyd2018-03-061-1/+1
| | | | GH #1477
* Mention MSVC 2017Jack Lloyd2018-03-041-1/+2
|
* Optimize FE1 format preserving encryptionJack Lloyd2018-02-281-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 Lloyd2018-02-281-9/+0
|
* Format warning in a ReST warning block [ci skip]Jack Lloyd2018-02-271-14/+14
|
* Merge GH #1464 Add test results for PKCS11 implJack Lloyd2018-02-271-0/+155
|\
| * Added pkcs11 test resultsSergii Cherkavskyi2018-02-271-0/+155
| |
* | Update news/docsJack Lloyd2018-02-241-7/+5
| |
* | Fix missing semicolon in pubkey example [ci skip]Jack Lloyd2018-02-221-1/+1
| |
* | Create a persistent registry for ECC group dataJack Lloyd2018-02-041-1/+4
| | | | | | | | Now a single copy is maintained of each EC group info
* | Improve X.509 documentationJack Lloyd2018-01-291-85/+141
| | | | | | | | GH #1428
* | Remove vestigial support for TLS compressionJack Lloyd2018-01-211-9/+0
| | | | | | | | | | It was never supported and never will be. Removing negotiation entirely simplifies the code a bit.
* | Fix headers of command line docsJack Lloyd2018-01-211-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 privateJack Lloyd2018-01-181-1/+1
|\ \
| * | Prepare for making BER_Object members privateJack Lloyd2018-01-181-1/+1
| | | | | | | | | | | | | | | Now there are usable accessors that allow the library to avoid using BER_Object members directly.
* | | Document --with-boost optionJack Lloyd2018-01-182-15/+17
|/ / | | | | | | Fixes GH #1419
* | Remove the Perl XS wrapperJack Lloyd2018-01-152-40/+0
| |
* | Remove merge marker fixes GH #1384Jack Lloyd2018-01-041-2/+2
| |
* | Remove obsolete instructions from building.rst [ci skip]Jack Lloyd2018-01-031-24/+5
| | | | | | | | The makefile style distinction is no more.
* | Officially deprecate Perl-XS wrapper [ci skip]Jack Lloyd2017-12-271-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 HaikuJack Lloyd2017-12-231-1/+1
| | | | | | | | Undeprecate it since it seems easy enough to support.
* | Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-222-6/+41
| |
* | Update Windows build instructionsJack Lloyd2017-12-212-9/+9
| | | | | | | | Remove obsolete note about Windows 95 and NT4 support