aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/pkcs8.pod
Commit message (Collapse)AuthorAgeFilesLines
* Move manpages to man[1357] structure.Rich Salz2016-10-261-301/+0
| | | | | | | | | | Move manpages to manX directories Add Windows/VMS install fix from Richard Levitte Update README Fix typo's Remove some duplicates Reviewed-by: Richard Levitte <levitte@openssl.org>
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-24/+50
| | | | | | | | Add new function PEM_write_bio_PrivateKey_traditional() to enforce the use of legacy "traditional" private key format. Add -traditional option to pkcs8 and pkey utilities. Reviewed-by: Matt Caswell <matt@openssl.org>
* Doc nits cleanup, round 2Rich Salz2016-05-201-2/+0
| | | | | | | | | | | Fix some code examples, trailing whitespace Fix TBA sections in verify, remove others. Remove empty sections Use Mixed Case not ALL CAPS in head2 Enhance doc-nits script. Remove extra =cut line Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add copyright to manpagesRich Salz2016-05-191-0/+11
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-24/+22
| | | | | | | | Update pkcs8 utility to use 256 bit AES using SHA256 by default. Update documentation. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Update documentationDr. Stephen Henson2016-03-071-23/+0
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* use saner default parameters for scryptDr. Stephen Henson2016-03-051-1/+1
| | | | | | Thanks to Colin Percival for reporting this issue. Reviewed-by: Rich Salz <rsalz@openssl.org>
* GH628: Add -help to all apps docs.A J Mohan Rao2016-02-051-0/+5
| | | | | Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Fix L<> content in manpagesRich Salz2015-08-211-4/+4
| | | | | | | | | L<foo|foo> is sub-optimal If the xref is the same as the title, which is what we do, then you only need L<foo>. This fixes all 1457 occurrences in 349 files. Approximately. (And pod used to need both.) Reviewed-by: Richard Levitte <levitte@openssl.org>
* RT3472: Doc pkcs8 -iter flag is in OpenSSL 1.1Jeffrey Walton2015-06-021-3/+7
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* scrypt in pkcs8 utilDr. Stephen Henson2015-05-261-0/+15
| | | | | | | Add support for PKCS#8 private key encryption using the scrypt algorithm in the pkcs8 utility. Update documentation. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Added documentation for -iter for PKCS#8rfkrocktk2014-06-171-0/+12
|
* PKCS#8 support for alternative PRFs.Dr. Stephen Henson2014-03-011-0/+12
| | | | | | | | | | | Add option to set an alternative to the default hmacWithSHA1 PRF for PKCS#8 private key encryptions. This is used automatically by PKCS8_encrypt if the nid specified is a PRF. Add option to pkcs8 utility. Update docs. (cherry picked from commit b60272b01fcb4f69201b3e1659b4f7e9e9298dfb)
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-1/+1
|
* Document -engine where missing.Richard Levitte2003-01-301-0/+8
| | | | PR: 424
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-18/+8
|
* Update docs.Dr. Stephen Henson2000-02-081-2/+2
|
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-6/+26
|
* Update all links so they will be rendered better.Richard Levitte2000-01-271-1/+2
|
* Change the 'man' directory to 'apps'. Yes I wish cvsDr. Stephen Henson2000-01-211-0/+224
could rename too :-(