aboutsummaryrefslogtreecommitdiffstats
path: root/demos/certs/mkcerts.sh
Commit message (Collapse)AuthorAgeFilesLines
* demos: fix cert scriptsJames Muir2023-12-291-26/+31
| | | | | | | | | | | | | | set LD_LIBRARY_PATH so the correct libs can be found. Testing: cd demos/certs && sh mkcerts.sh cd demos/certs/apps && sh -x mkacerts.sh Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23142)
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
| | | | | | | | | | | | Trim trailing whitespace. It doesn't match OpenSSL coding standards, AFAICT, and it can cause problems with git tooling. Trailing whitespace remains in test data and external source. Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8092)
* oops, revert, committed in errorDr. Stephen Henson2012-12-141-1/+1
|
* apps/ocsp.cDr. Stephen Henson2012-12-141-1/+1
|
* typoDr. Stephen Henson2012-10-271-1/+1
|
* Extend certificate creation examples to include CRL generation and sampleDr. Stephen Henson2012-09-091-6/+46
| | | | scripts running the test OCSP responder.
* 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-251-1/+32
|
* Simple automated certificate creation demo.Dr. Stephen Henson2011-06-011-0/+25