summaryrefslogtreecommitdiffstats
path: root/demos/certs/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
|
* 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.
* Add private keys and generation scripts for test certificates in appsDr. Stephen Henson2011-12-147-0/+238
directory.