diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-06-11 14:18:15 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-06-11 14:18:15 +0200 |
commit | a91dedca48ec58e6baab75839753121fb725c9e1 (patch) | |
tree | 939e2269057c5d61dbfa1aca78369159282cb3bd /doc/apps/x509.pod | |
parent | In longer tests with g=2, DH exchange does not become quite as fast (diff) | |
download | openssl-a91dedca48ec58e6baab75839753121fb725c9e1.tar.xz openssl-a91dedca48ec58e6baab75839753121fb725c9e1.zip |
Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()
to support multiple calls.
New function to retrieve email address from certificates and
requests.
Diffstat (limited to 'doc/apps/x509.pod')
-rw-r--r-- | doc/apps/x509.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index e4ae5468da..133c4200ce 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -19,6 +19,7 @@ B<openssl> B<x509> [B<-hash>] [B<-subject>] [B<-issuer>] +[B<-email>] [B<-startdate>] [B<-enddate>] [B<-purpose>] @@ -137,6 +138,10 @@ outputs the subject name. outputs the issuer name. +=item B<-email> + +outputs the email address(es) if any. + =item B<-startdate> prints out the start date of the certificate, that is the notBefore date. @@ -402,6 +407,10 @@ two certificates with the same fingerprint can be considered to be the same. The Netscape fingerprint uses MD5 whereas MSIE uses SHA1. +The B<-email> option searches the subject name and the subject alternative +name extension. Only unique email addresses will be printed out: it will +not print the same address more than once. + =head1 CERTIFICATE EXTENSIONS The B<-purpose> option checks the certificate extensions and determines |