aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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 docsJack Lloyd2018-02-251-19/+17
| |
* | Todo - PKCS12 [ci skip]Jack Lloyd2018-02-251-0/+1
| |
* | 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 todo addressed by #1387Jack Lloyd2018-01-141-1/+0
| |
* | Merge GH #1378 Use OS feature flags instead of OS name for enabling system ↵Jack Lloyd2018-01-091-10/+10
|\ \ | | | | | | | | | specific code
| * | Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-10/+10
| | |
* | | Some more notes on release processJack Lloyd2018-01-081-4/+9
| | | | | | | | | | | | While fresh in my mind.
* | | Update expiration date of my PGP key [ci skip]Jack Lloyd2018-01-071-55/+57
| | |
* | | Document how the website is updated [ci skip]Jack Lloyd2018-01-051-3/+24
| | |
* | | 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.
* | | Add PKCS7 to todoJack Lloyd2017-12-311-0/+1
|/ / | | | | | | GH #1115
* | Note that PSK database is now availableJack Lloyd2017-12-281-0/+1
| |
* | 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
* | Correct script nameJack Lloyd2017-12-271-1/+1
| |
* | 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
* | Remove use of Sphinx extlinks extension [ci skip]Jack Lloyd2017-12-202-6/+6
| |
* | Note deprecation of X509_Certificate info access via subject_infoJack Lloyd2017-12-201-0/+5
| |
* | Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-2/+3
| |
* | Mention enabling features in the distributor notesJack Lloyd2017-12-161-1/+8
| |
* | Remove some unused OS feature flagsJack Lloyd2017-12-131-24/+22
| | | | | | | | | | We are unlikely to ever use gettimeofday or memset_s going forward. Also MinGW had the wrong flag for VirtualLock
* | Drop IRIX supportJack Lloyd2017-12-131-1/+1
| | | | | | | | | | | | It turns out that GCC dropped support for IRIX in 4.8, so likely there was never even a C++11 compiler that could have been used to compile 2.x in any case.
* | Add ability to generate man page with rst2man fixing #1349Jack Lloyd2017-12-111-80/+136
| |
* | Merge a couple of docs where appropriateJack Lloyd2017-12-069-122/+144
| |
* | Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-041-0/+2
| | | | | | | | | | | | | | We have to rely on non-portable OS calls to convert UTC times, and they are not available on many systems (including Solaris and MinGW). But instead there is a simple algorithm due to Howard Hinnant that does the same job. Woo.
* | Add a script for generating the documentationJack Lloyd2017-12-041-6/+6
| |
* | Remove completed todoJack Lloyd2017-12-041-2/+0
| |
* | Move deprecated and ABI notices to the handbookJack Lloyd2017-12-044-19/+28
| | | | | | | | | | Probably easier to find for most users since the handbook is packaged but the other stuff in doc isn't.
* | Documentation tweaksJack Lloyd2017-12-045-16/+18
| |
* | Split up symmetric crypto page into MAC, stream, block and mode pagesJack Lloyd2017-12-0413-709/+1091
| |
* | Hash function doc refreshJack Lloyd2017-12-042-46/+234
| |