Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorg documentation layout. Rename manual to handbook. | Jack Lloyd | 2019-05-31 | 1 | -906/+0 |
| | |||||
* | functionality to support multiple OUs, missing unit tests on more_dns | ndotb | 2019-05-07 | 1 | -0/+4 |
| | |||||
* | Fix some ReST format errors | Jack Lloyd | 2018-10-30 | 1 | -1/+1 |
| | | | | Diagnosed by Sphinx 1.8.0 | ||||
* | Spell check the documentation | Jack Lloyd | 2018-09-28 | 1 | -7/+7 |
| | |||||
* | Fix some document formatting bugs | Jack Lloyd | 2018-07-03 | 1 | -2/+2 |
| | |||||
* | Fix duplicate document entries [ci skip] | Jack Lloyd | 2018-02-28 | 1 | -9/+0 |
| | |||||
* | Improve X.509 documentation | Jack Lloyd | 2018-01-29 | 1 | -85/+141 |
| | | | | GH #1428 | ||||
* | Enable signing X509 structures with rsa-pss | Fabian Weissberg | 2017-12-22 | 1 | -0/+24 |
| | |||||
* | Merge GH #884 Refactor X.509 cert/CRL internals | Jack Lloyd | 2017-11-15 | 1 | -52/+89 |
|\ | |||||
| * | Documentation updates | Jack Lloyd | 2017-11-14 | 1 | -52/+89 |
| | | |||||
* | | Update manual to avoid use of old integer typedefs. | Jack Lloyd | 2017-11-14 | 1 | -5/+5 |
|/ | |||||
* | Remove obsolete doc | Jack Lloyd | 2017-11-09 | 1 | -13/+0 |
| | | | | See also GH #1113 | ||||
* | Add http_util to module policies (GH #1109) | René Korthaus | 2017-08-07 | 1 | -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 certificate | Nuno Goncalves | 2017-03-04 | 1 | -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 doc | Jack Lloyd | 2016-12-17 | 1 | -0/+116 |
| | | | | [ci skip] | ||||
* | Update the X.509 manual and add more information | René Korthaus | 2016-12-17 | 1 | -58/+243 |
| | |||||
* | resolved invalid links to build with sphinx 1.5 | Never | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | Remove references to deleted examples GH #339 | Jack Lloyd | 2015-12-19 | 1 | -12/+0 |
| | |||||
* | Replace path src/cmd/ by new src/cli/ in documentation | Simon Warta | 2015-12-11 | 1 | -4/+3 |
| | | | | | | Closes #356. [ci skip] | ||||
* | Update doc for issuer_dn() and subject_dn() | Simon Warta | 2015-10-20 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -1/+1 |
| | | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer | ||||
* | Some documentation updates WRT DTLS and X.509 cert path processing | lloyd | 2014-10-06 | 1 | -14/+86 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -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 |