summaryrefslogtreecommitdiffstats
path: root/demos/certs
AgeCommit message (Collapse)Author
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2012-12-14oops, revert, committed in errorDr. Stephen Henson
2012-12-14apps/ocsp.cDr. Stephen Henson
2012-10-27typoDr. Stephen Henson
2012-09-09update READMEDr. Stephen Henson
2012-09-09Extend certificate creation examples to include CRL generation and sampleDr. Stephen Henson
scripts running the test OCSP responder.
2012-08-31make EC test certificates usable for ECDHDr. Stephen Henson
2012-06-29Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson
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.
2012-02-09oops, revert unrelated changesDr. Stephen Henson
2012-02-09Modify client hello version when renegotiating to enhance interop withDr. Stephen Henson
some servers.
2012-01-25add example for DH certificate generationDr. Stephen Henson
2011-12-14Add private keys and generation scripts for test certificates in appsDr. Stephen Henson
directory.
2011-06-01Simple automated certificate creation demo.Dr. Stephen Henson