summaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* not using key variable in vrfy.sig:genkeyrel-20161029William Ahern2016-10-291-1/+0
|
* add and use pkey:getDefaultDigestName because the old digest type names used ↵William Ahern2016-10-291-7/+10
| | | | in examples/vrfy.sig are not accepted by OpenSSL 1.1
* add script to test getParametersWilliam Ahern2015-12-181-0/+8
|
* fix argument handling bug in lm.hash examplewilliam2015-02-251-1/+1
|
* document des.set_odd_parity and add examplewilliam2015-02-251-0/+71
|
* make default key algorithm in self.x509 and vrfy.sig examples depend on ↵william2014-09-222-5/+33
| | | | whether EC is supported locally
* in self.x509 example script use new :text method added by kunkku rather than ↵william2014-07-151-3/+1
| | | | shelling out to openssl command-line utility to pretty-print a certificate
* fixup examples/ for pubkey -> pkey changeswilliam2014-03-272-7/+7
|
* copy over our examples/william2013-12-092-0/+89