diff options
author | jmc <> | 2003-08-31 14:03:22 +0000 |
---|---|---|
committer | jmc <> | 2003-08-31 14:03:22 +0000 |
commit | 2192f5aa29c97a3458bffd55d7b561689c91c441 (patch) | |
tree | e4ae92c2754c869f5087fde847e5369f999e6531 | |
parent | 0f961fcf2eedb388caa18612272cf20372f0f34d (diff) | |
download | openbsd-2192f5aa29c97a3458bffd55d7b561689c91c441.tar.gz openbsd-2192f5aa29c97a3458bffd55d7b561689c91c441.tar.bz2 openbsd-2192f5aa29c97a3458bffd55d7b561689c91c441.zip |
add FILES and SEE ALSO sections;
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 88 |
1 files changed, 87 insertions, 1 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 41645196c4..108358c079 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.13 2003/08/30 17:37:44 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.14 2003/08/31 14:03:22 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -8071,6 +8071,92 @@ It is hoped that it will represent reality in | |||
8071 | .Nm OpenSSL | 8071 | .Nm OpenSSL |
8072 | 0.9.5 and later. | 8072 | 0.9.5 and later. |
8073 | .\" | 8073 | .\" |
8074 | .\" FILES | ||
8075 | .\" | ||
8076 | .Sh FILES | ||
8077 | .Bl -tag -width "/etc/ssl/openssl.cnf" -compact | ||
8078 | .It /etc/ssl/ | ||
8079 | Default config directory for | ||
8080 | .Nm openssl . | ||
8081 | .It /etc/ssl/lib/ | ||
8082 | Unused. | ||
8083 | .It /etc/ssl/private/ | ||
8084 | Default private key directory. | ||
8085 | .It /etc/ssl/openssl.cnf | ||
8086 | Default configuration file for | ||
8087 | .Nm openssl . | ||
8088 | .It /etc/ssl/x509v3.cnf | ||
8089 | Default configuration file for | ||
8090 | .Nm x509 | ||
8091 | certificates. | ||
8092 | .El | ||
8093 | .\" | ||
8094 | .\" SEE ALSO | ||
8095 | .\" | ||
8096 | .Sh SEE ALSO | ||
8097 | .Xr blowfish 3 , | ||
8098 | .Xr crypto 3 , | ||
8099 | .Xr des_crypt 3 , | ||
8100 | .Xr dsa 3 , | ||
8101 | .Xr HMAC 3 , | ||
8102 | .Xr md4 3 , | ||
8103 | .Xr md5 3 , | ||
8104 | .Xr RAND_egd 3 , | ||
8105 | .Xr rsa 3 , | ||
8106 | .Xr sha1 3 , | ||
8107 | .Xr ssl 3 , | ||
8108 | .Xr des_modes 7 , | ||
8109 | .Xr httpd 8 , | ||
8110 | .Xr sendmail 8 , | ||
8111 | .Xr ssl 8 , | ||
8112 | .Xr starttls 8 | ||
8113 | .Pp | ||
8114 | .Rs | ||
8115 | .%T The SSL Protocol | ||
8116 | .%Q Netscape Communications Corp. | ||
8117 | .%D February 9 1995 | ||
8118 | .Re | ||
8119 | .Rs | ||
8120 | .%T The SSL 3.0 Protocol | ||
8121 | .%Q Netscape Communications Corp. | ||
8122 | .%D November 18 1996 | ||
8123 | .Re | ||
8124 | .Rs | ||
8125 | .%R RFC 2246 | ||
8126 | .%T The TLS Protocol Version 1.0 | ||
8127 | .%D January 1999 | ||
8128 | .Re | ||
8129 | .Rs | ||
8130 | .%R RFC 2253 | ||
8131 | .%T "LDAPv3 Distinguished Names" | ||
8132 | .%D December 1997 | ||
8133 | .Re | ||
8134 | .Rs | ||
8135 | .%R RFC 2315 | ||
8136 | .%T "PKCS #7: Cryptographic Message Syntax" | ||
8137 | .%D March 1998 | ||
8138 | .Re | ||
8139 | .Rs | ||
8140 | .%R RFC 2459 | ||
8141 | .%T "X.509 Certificate and CRL Profile" | ||
8142 | .%D January 1999 | ||
8143 | .Re | ||
8144 | .Rs | ||
8145 | .%R RFC 2560 | ||
8146 | .%T "Online Certificate Status Protocol \- OCSP" | ||
8147 | .%D June 1999 | ||
8148 | .Re | ||
8149 | .Rs | ||
8150 | .%R RFC 2630 | ||
8151 | .%T "Cryptographic Message Syntax" | ||
8152 | .%D June 1999 | ||
8153 | .Re | ||
8154 | .Rs | ||
8155 | .%R RFC 3268 | ||
8156 | .%T "Advanced Encryption Standard (AES) Ciphersuites for Transport Layer Security(TLS)" | ||
8157 | .%D June 2002 | ||
8158 | .Re | ||
8159 | .\" | ||
8074 | .\" OPENSSL HISTORY | 8160 | .\" OPENSSL HISTORY |
8075 | .\" | 8161 | .\" |
8076 | .Sh HISTORY | 8162 | .Sh HISTORY |