summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc
diff options
context:
space:
mode:
authorbeck <>2002-05-15 02:29:21 +0000
committerbeck <>2002-05-15 02:29:21 +0000
commitb64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch)
treefa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libssl/doc
parente471e1ea98d673597b182ea85f29e30c97cd08b5 (diff)
downloadopenbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz
openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2
openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'src/lib/libssl/doc')
-rw-r--r--src/lib/libssl/doc/openssl.cnf13
-rw-r--r--src/lib/libssl/doc/standards.txt19
2 files changed, 26 insertions, 6 deletions
diff --git a/src/lib/libssl/doc/openssl.cnf b/src/lib/libssl/doc/openssl.cnf
index dbe8cbefe0..eca51c3322 100644
--- a/src/lib/libssl/doc/openssl.cnf
+++ b/src/lib/libssl/doc/openssl.cnf
@@ -48,6 +48,14 @@ RANDFILE = $dir/private/.rand # private random number file
48 48
49x509_extensions = usr_cert # The extentions to add to the cert 49x509_extensions = usr_cert # The extentions to add to the cert
50 50
51# Comment out the following two lines for the "traditional"
52# (and highly broken) format.
53name_opt = ca_default # Subject Name options
54cert_opt = ca_default # Certificate field options
55
56# Extension copying option: use with caution.
57# copy_extensions = copy
58
51# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 59# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
52# so this is commented out by default to leave a V1 CRL. 60# so this is commented out by default to leave a V1 CRL.
53# crl_extensions = crl_ext 61# crl_extensions = crl_ext
@@ -132,7 +140,7 @@ commonName = Common Name (eg, YOUR name)
132commonName_max = 64 140commonName_max = 64
133 141
134emailAddress = Email Address 142emailAddress = Email Address
135emailAddress_max = 40 143emailAddress_max = 64
136 144
137# SET-ex3 = SET extension number 3 145# SET-ex3 = SET extension number 3
138 146
@@ -180,6 +188,9 @@ authorityKeyIdentifier=keyid,issuer:always
180# This stuff is for subjectAltName and issuerAltname. 188# This stuff is for subjectAltName and issuerAltname.
181# Import the email address. 189# Import the email address.
182# subjectAltName=email:copy 190# subjectAltName=email:copy
191# An alternative to produce certificates that aren't
192# deprecated according to PKIX.
193# subjectAltName=email:move
183 194
184# Copy subject details 195# Copy subject details
185# issuerAltName=issuer:copy 196# issuerAltName=issuer:copy
diff --git a/src/lib/libssl/doc/standards.txt b/src/lib/libssl/doc/standards.txt
index 61ccc5d7e0..596d9001e6 100644
--- a/src/lib/libssl/doc/standards.txt
+++ b/src/lib/libssl/doc/standards.txt
@@ -24,7 +24,8 @@ http://www.rsasecurity.com/rsalabs/pkcs/.
24Implemented: 24Implemented:
25------------ 25------------
26 26
27These are documents that describe things that are implemented in OpenSSL. 27These are documents that describe things that are implemented (in
28whole or at least great parts) in OpenSSL.
28 29
291319 The MD2 Message-Digest Algorithm. B. Kaliski. April 1992. 301319 The MD2 Message-Digest Algorithm. B. Kaliski. April 1992.
30 (Format: TXT=25661 bytes) (Status: INFORMATIONAL) 31 (Format: TXT=25661 bytes) (Status: INFORMATIONAL)
@@ -59,6 +60,11 @@ PKCS#8: Private-Key Information Syntax Standard
59 60
60PKCS#12: Personal Information Exchange Syntax Standard, version 1.0. 61PKCS#12: Personal Information Exchange Syntax Standard, version 1.0.
61 62
632560 X.509 Internet Public Key Infrastructure Online Certificate
64 Status Protocol - OCSP. M. Myers, R. Ankney, A. Malpani, S. Galperin,
65 C. Adams. June 1999. (Format: TXT=43243 bytes) (Status: PROPOSED
66 STANDARD)
67
62 68
63Related: 69Related:
64-------- 70--------
@@ -84,6 +90,10 @@ STARTTLS documents.
84 Certification and Related Services. B. Kaliski. February 1993. 90 Certification and Related Services. B. Kaliski. February 1993.
85 (Format: TXT=17537 bytes) (Status: PROPOSED STANDARD) 91 (Format: TXT=17537 bytes) (Status: PROPOSED STANDARD)
86 92
932256 A Summary of the X.500(96) User Schema for use with LDAPv3. M.
94 Wahl. December 1997. (Format: TXT=32377 bytes) (Status: PROPOSED
95 STANDARD)
96
872487 SMTP Service Extension for Secure SMTP over TLS. P. Hoffman. 972487 SMTP Service Extension for Secure SMTP over TLS. P. Hoffman.
88 January 1999. (Format: TXT=15120 bytes) (Status: PROPOSED STANDARD) 98 January 1999. (Format: TXT=15120 bytes) (Status: PROPOSED STANDARD)
89 99
@@ -114,8 +124,7 @@ To be implemented:
114These are documents that describe things that are planed to be 124These are documents that describe things that are planed to be
115implemented in the hopefully short future. 125implemented in the hopefully short future.
116 126
1172560 X.509 Internet Public Key Infrastructure Online Certificate 1272712 Addition of Kerberos Cipher Suites to Transport Layer Security
118 Status Protocol - OCSP. M. Myers, R. Ankney, A. Malpani, S. Galperin, 128 (TLS). A. Medvinsky, M. Hur. October 1999. (Format: TXT=13763 bytes)
119 C. Adams. June 1999. (Format: TXT=43243 bytes) (Status: PROPOSED 129 (Status: PROPOSED STANDARD)
120 STANDARD)
121 130