From: Ulf Möller Date: Wed, 23 Feb 2000 17:09:50 +0000 (+0000) Subject: minor docs changes (added links is the openssl(1) text) X-Git-Tag: OpenSSL_0_9_5beta1~15 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c1ce32f1bffb208a6ee03c7b1b03ef80988367ea minor docs changes (added links is the openssl(1) text) --- diff --git a/FAQ b/FAQ index 62a2db0ad5..181e39af2e 100644 --- a/FAQ +++ b/FAQ @@ -3,7 +3,7 @@ OpenSSL - Frequently Asked Questions * Where is the documentation? * How can I contact the OpenSSL developers? -* Do I have to license patents to use OpenSSL? +* Do I need patent licenses to use OpenSSL? * Is OpenSSL thread-safe? * Why do I get a "PRNG not seeded" error message? @@ -44,7 +44,7 @@ OpenSSL. Information on the OpenSSL mailing lists is available from . -* Do I have to license patents to use OpenSSL? +* Do I need patent licenses to use OpenSSL? The patents section of the README file lists patents that may apply to you if you want to use OpenSSL. For information on intellectual diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod index 1c529e689c..9b1320606b 100644 --- a/doc/apps/openssl.pod +++ b/doc/apps/openssl.pod @@ -39,86 +39,86 @@ SYNOPSIS above), each of which often has a wealth of options and arguments =over 10 -=item B +=item L|asn1parse(1)> Parse an ASN.1 sequence. -=item B +=item L|ca(1)> Certificate Authority (CA) Management. -=item B +=item L|ciphers(1)> Cipher Suite Description Determination. -=item B +=item L|crl(1)> Certificate Revocation List (CRL) Management. -=item B +=item L|crl2pkcs7(1)> CRL to PKCS#7 Conversion. -=item B +=item L|dgst(1)> Message Digest Calculation. -=item B +=item L|dh(1)> Diffie-Hellman Data Management. -=item B +=item L|dsa(1)> DSA Data Management. -=item B +=item L|dsaparam(1)> DSA Parameter Generation. -=item B +=item L|enc(1)> Encoding with Ciphers. -=item B +=item L|errstr(1)> Error Number to Error String Conversion. -=item B +=item L|gendh(1)> Generation of Diffie-Hellman Parameters. -=item B +=item L|gendsa(1)> Generation of DSA Parameters. -=item B +=item L|genrsa(1)> Generation of RSA Parameters. -=item B +=item L|passwd(1)> Generation of hashed passwords. -=item B +=item L|pkcs7(1)> PKCS#7 Data Management. -=item B +=item L|req(1)> X.509 Certificate Signing Request (CSR) Management. -=item B +=item L|rsa(1)> RSA Data Management. -=item B +=item L|s_client(1)> This implements a generic SSL/TLS client which can establish a transparent connection to a remote server speaking SSL/TLS. It's intended for testing purposes only and provides only rudimentary interface functionality but internally uses mostly all functionality of the OpenSSL B library. -=item B +=item L|s_server(1)> This implements a generic SSL/TLS server which accepts connections from remote clients speaking SSL/TLS. It's intended for testing purposes only and provides @@ -127,31 +127,31 @@ functionality of the OpenSSL B library. It provides both an own command line oriented protocol for testing SSL functions and a simple HTTP response facility to emulate an SSL/TLS-aware webserver. -=item B +=item L|s_time(1)> SSL Connection Timer. -=item B +=item L|sess_id(1)> SSL Session Data Management. -=item B +=item L|smime(1)> S/MIME mail processing. -=item B +=item L|speed(1)> Algorithm Speed Measurement. -=item B +=item L|verify(1)> X.509 Certificate Verification. -=item B +=item L|version(1)> OpenSSL Version Information. -=item B +=item L|x509(1)> X.509 Certificate Data Management. diff --git a/doc/crypto/crypto.pod b/doc/crypto/crypto.pod index b6efcf8e1b..4b9ceacd91 100644 --- a/doc/crypto/crypto.pod +++ b/doc/crypto/crypto.pod @@ -45,7 +45,7 @@ L, L =item AUXILIARY FUNCTIONS -L, L +L, L, L =item INPUT/OUTPUT, DATA ENCODING @@ -55,7 +55,7 @@ L, L =item INTERNAL FUNCTIONS L, L, L, -L, L, L, +L, L, L =back diff --git a/doc/openssl.txt b/doc/openssl.txt index e92f9fd205..880eace4da 100644 --- a/doc/openssl.txt +++ b/doc/openssl.txt @@ -1,6 +1,13 @@ This is some preliminary documentation for OpenSSL. +Contents: + + OpenSSL X509V3 extension configuration + X509V3 Extension code: programmers guide + PKCS#12 Library + + ============================================================================== OpenSSL X509V3 extension configuration ==============================================================================