aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/x509.rst
Commit message (Collapse)AuthorAgeFilesLines
* Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-311-906/+0
|
* functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-071-0/+4
|
* Fix some ReST format errorsJack Lloyd2018-10-301-1/+1
| | | | Diagnosed by Sphinx 1.8.0
* Spell check the documentationJack Lloyd2018-09-281-7/+7
|
* Fix some document formatting bugsJack Lloyd2018-07-031-2/+2
|
* Fix duplicate document entries [ci skip]Jack Lloyd2018-02-281-9/+0
|
* Improve X.509 documentationJack Lloyd2018-01-291-85/+141
| | | | GH #1428
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-0/+24
|
* Merge GH #884 Refactor X.509 cert/CRL internalsJack Lloyd2017-11-151-52/+89
|\
| * Documentation updatesJack Lloyd2017-11-141-52/+89
| |
* | Update manual to avoid use of old integer typedefs.Jack Lloyd2017-11-141-5/+5
|/
* Remove obsolete docJack Lloyd2017-11-091-13/+0
| | | | See also GH #1113
* Add http_util to module policies (GH #1109)René Korthaus2017-08-071-1/+3
| | | | | | http_util is required by the x509 module to perform online OCSP checks, which should be defaulted to ON. Without being part of the policy, it would be disabled.
* Allow OCSP requests without the full subject certificateNuno Goncalves2017-03-041-6/+18
| | | | | | | | | | | | | | | | A OCSP request doesn't need the full subject certificate. This extends the API to require instead of the subject certificate: * OCSP::Request: subject serial. * OCSP::online_check: subject serial AND ocsp responder url. API breaking change: * removal of OCSP::Request::subject() as OCSP::Request doesn't need to hold the certificate, but only the serial. Signed-off-by: Nuno Goncalves <[email protected]>
* Update OCSP manual, and inline to main X.509 docJack Lloyd2016-12-171-0/+116
| | | | [ci skip]
* Update the X.509 manual and add more informationRené Korthaus2016-12-171-58/+243
|
* resolved invalid links to build with sphinx 1.5Never2016-12-071-1/+1
|
* Remove references to deleted examples GH #339Jack Lloyd2015-12-191-12/+0
|
* Replace path src/cmd/ by new src/cli/ in documentationSimon Warta2015-12-111-4/+3
| | | | | | Closes #356. [ci skip]
* Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-201-3/+3
| | | | [ci skip]
* Fix typosSimon Warta2015-07-241-1/+1
| | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer
* Some documentation updates WRT DTLS and X.509 cert path processinglloyd2014-10-061-14/+86
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+433
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool