aboutsummaryrefslogtreecommitdiffstats
path: root/demos/certs
Commit message (Collapse)AuthorAgeFilesLines
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-052-2/+2
|
* oops, revert, committed in errorDr. Stephen Henson2012-12-142-4/+1
|
* apps/ocsp.cDr. Stephen Henson2012-12-142-1/+4
|
* typoDr. Stephen Henson2012-10-271-1/+1
|
* update READMEDr. Stephen Henson2012-09-091-4/+16
|
* Extend certificate creation examples to include CRL generation and sampleDr. Stephen Henson2012-09-094-7/+99
| | | | scripts running the test OCSP responder.
* make EC test certificates usable for ECDHDr. Stephen Henson2012-08-312-2/+13
|
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+29
| | | | | | | | | is required by client or server. An application can decide which certificate chain to present based on arbitrary criteria: for example supported signature algorithms. Add very simple example to s_server. This fixes many of the problems and restrictions of the existing client certificate callback: for example you can now clear existing certificates and specify the whole chain.
* oops, revert unrelated changesDr. Stephen Henson2012-02-091-4/+1
|
* Modify client hello version when renegotiating to enhance interop withDr. Stephen Henson2012-02-091-1/+4
| | | | some servers.
* add example for DH certificate generationDr. Stephen Henson2012-01-252-1/+44
|
* Add private keys and generation scripts for test certificates in appsDr. Stephen Henson2011-12-147-0/+238
| | | | directory.
* Simple automated certificate creation demo.Dr. Stephen Henson2011-06-013-0/+91