aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Describe cross builds [ci skip]Jack Lloyd2017-11-301-0/+18
|
* Deprecate PathScale and HP aCC support [ci skip]Jack Lloyd2017-11-291-0/+2
| | | | | PathScale is out of business, and HP is untested and almost certainly doesn't work.
* PSK DatabaseJack Lloyd2017-11-263-4/+141
|
* Update support EOL datesJack Lloyd2017-11-241-8/+14
| | | | | | | | | Extend lifetime of 1.10 through end of 2018; some of the slower distros are still shipping only 1.10 so we need to give some additional support coverage. Also add one year to expected 2.x lifetime, and add expected dates wrt botan-3.
* Add keywrap documentationJack Lloyd2017-11-192-0/+61
|
* Add todosJack Lloyd2017-11-161-0/+1
|
* Merge GH #884 Refactor X.509 cert/CRL internalsJack Lloyd2017-11-151-52/+89
|\
| * Documentation updatesJack Lloyd2017-11-141-52/+89
| |
* | Update the roadmapJack Lloyd2017-11-151-39/+59
| |
* | Update manual to avoid use of old integer typedefs.Jack Lloyd2017-11-1421-172/+174
|/
* Deprecate TLS CCM-8 ciphersuites [ci skip]Jack Lloyd2017-11-111-0/+2
|
* Remove obsolete docJack Lloyd2017-11-091-13/+0
| | | | See also GH #1113
* Additionally deprecate static RSA key exchange.Jack Lloyd2017-11-051-3/+5
| | | | | | | | It complicates the state machine and has severe security problems. (Not just missing PFS, but also exposing a decryption oracle that otherwise is not available.) [ci skip]