List Info

Thread: OpenSSL: openssl/doc/apps/ openssl.pod pkcs12.pod




OpenSSL: openssl/doc/apps/ openssl.pod pkcs12.pod
user name
2006-07-09 01:59:30
  OpenSSL CVS Repository
  http://cvs.openssl.org/
 
____________________________________________________________
________________

  Server: cvs.openssl.org                  Name:   Dr.
Stephen Henson
  Root:   /v/openssl/cvs                   Email:  steveopenssl.org
  Module: openssl                          Date:  
09-Jul-2006 03:59:30
  Branch: HEAD                             Handle:
2006070902592901

  Modified files:
    openssl/doc/apps        openssl.pod pkcs12.pod

  Log:
    Update docs.

  Summary:
    Revision    Changes     Path
    1.18        +9  -1      openssl/doc/apps/openssl.pod
    1.11        +24 -18     openssl/doc/apps/pkcs12.pod
 
____________________________________________________________
________________

  patch -p0 <<' .'
  Index: openssl/doc/apps/openssl.pod
 
============================================================
================
  $ cvs diff -u -r1.17 -r1.18 openssl.pod
  --- openssl/doc/apps/openssl.pod	12 Feb 2006 23:36:58
-0000	1.17
  +++ openssl/doc/apps/openssl.pod	9 Jul 2006 01:59:29
-0000	1.18
   -12,7 +12,7 
   [ I<command_opts> ]
   [ I<command_args> ]
   
  -B<openssl> [ B<list-standard-commands> |
B<list-message-digest-commands> |
B<list-cipher-commands> ]
  +B<openssl> [ B<list-standard-commands> |
B<list-message-digest-commands> |
B<list-cipher-commands> |
B<list-cipher-algorithms> |
B<list-message-digest-algorithms> |
B<list-public-key-algorithms]
   
   B<openssl> B<no->I<XXX> [
I<arbitrary options> ]
   
   -45,6 +45,14 
   of all standard commands, message digest commands, or
cipher commands,
   respectively, that are available in the present
B<openssl> utility.
   
  +The pseudo-commands B<list-cipher-algorithms> and
  +B<list-message-digest-algorithms> list all cipher
and message digest names, one entry per line. Aliases are
listed as:
  +
  + from => to
  +
  +The pseudo-command B<list-public-key-algorithms>
lists all supported public
  +key algorithms.
  +
   The pseudo-command B<no->I<XXX> tests whether
a command of the
   specified name is available.  If no command named
I<XXX> exists, it
   returns 0 (success) and prints B<no->I<XXX>;
otherwise it returns 1
   .
  patch -p0 <<' .'
  Index: openssl/doc/apps/pkcs12.pod
 
============================================================
================
  $ cvs diff -u -r1.10 -r1.11 pkcs12.pod
  --- openssl/doc/apps/pkcs12.pod	7 Sep 2001 06:13:26
-0000	1.10
  +++ openssl/doc/apps/pkcs12.pod	9 Jul 2006 01:59:30
-0000	1.11
   -63,25 +63,25 
   
   =item B<-out filename>
   
  -The filename to write certificates and private keys to,
standard output by default.
  -They are all written in PEM format.
  +The filename to write certificates and private keys to,
standard output by
  +default.  They are all written in PEM format.
   
   =item B<-pass arg>, B<-passin arg>
   
  -the PKCS#12 file (i.e. input file) password source. For
more information about the
  -format of B<arg> see the B<PASS PHRASE
ARGUMENTS> section in
  +the PKCS#12 file (i.e. input file) password source. For
more information about
  +the format of B<arg> see the B<PASS PHRASE
ARGUMENTS> section in
   L<openssl(1)|openssl(1)>.
   
   =item B<-passout arg>
   
  -pass phrase source to encrypt any outputed private keys
with. For more information
  -about the format of B<arg> see the B<PASS PHRASE
ARGUMENTS> section in
  -L<openssl(1)|openssl(1)>.
  +pass phrase source to encrypt any outputed private keys
with. For more
  +information about the format of B<arg> see the
B<PASS PHRASE ARGUMENTS> section
  +in L<openssl(1)|openssl(1)>.
   
   =item B<-noout>
   
  -this option inhibits output of the keys and certificates
to the output file version
  -of the PKCS#12 file.
  +this option inhibits output of the keys and certificates
to the output file
  +version of the PKCS#12 file.
   
   =item B<-clcerts>
   
   -148,10 +148,10 
   
   =item B<-in filename>
   
  -The filename to read certificates and private keys from,
standard input by default.
  -They must all be in PEM format. The order doesn't matter
but one private key and
  -its corresponding certificate should be present. If
additional certificates are
  -present they will also be included in the PKCS#12 file.
  +The filename to read certificates and private keys from,
standard input by
  +default.  They must all be in PEM format. The order
doesn't matter but one
  +private key and its corresponding certificate should be
present. If additional
  +certificates are present they will also be included in
the PKCS#12 file.
   
   =item B<-inkey filename>
   
   -160,8 +160,8 
   
   =item B<-name friendlyname>
   
  -This specifies the "friendly name" for the
certificate and private key. This name
  -is typically displayed in list boxes by software
importing the file.
  +This specifies the "friendly name" for the
certificate and private key. This
  +name is typically displayed in list boxes by software
importing the file.
   
   =item B<-certfile filename>
   
   -201,9 +201,11 
   =item B<-keypbe alg>, B<-certpbe alg>
   
   these options allow the algorithm used to encrypt the
private key and
  -certificates to be selected. Although any PKCS#5 v1.5 or
PKCS#12 algorithms
  -can be selected it is advisable only to use PKCS#12
algorithms. See the list
  -in the B<NOTES> section for more information.
  +certificates to be selected. Any PKCS#5 v1.5 or PKCS#12
PBE algorithm name
  +can be used (see B<NOTES> section for more
information). If a a cipher name
  +(as output by the B<list-cipher-algorithms> command
is specified then it
  +is used with PKCS#5 v2.0. For interoperability reasons it
is advisable to only
  +use PKCS#12 algorithms.
   
   =item B<-keyex|-keysig>
   
   -216,6 +218,10 
   authentication, however due to a bug only MSIE 5.0 and
later support
   the use of signing only keys for SSL client
authentication.
   
  +=item B<-macalg digest>
  +
  +specify the MAC digest algorithm. If not included them
SHA1 will be used.
  +
   =item B<-nomaciter>, B<-noiter>
   
   these options affect the iteration counts on the MAC and
key algorithms.
   .
____________________________________________________________
__________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                    
openssl-cvsopenssl.org
Automated List Manager                          
majordomoopenssl.org
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )