aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-01 11:45:53 +0000
committerBodo Möller <bodo@openssl.org>2000-03-01 11:45:53 +0000
commitafbd0746cfbbf80f99829da2a58aed6f1785beb9 (patch)
tree0ab4fac5390ddcb2087104a76a8ccc7a4554fb77 /doc/apps
parent55f7d65db088b7ba78dbf54daee771b130157d6b (diff)
downloadopenssl-afbd0746cfbbf80f99829da2a58aed6f1785beb9.tar.gz
'rand'/'-rand' documentation.
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/openssl.pod6
-rw-r--r--doc/apps/rand.pod4
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod
index 9b1320606b..5576823f6d 100644
--- a/doc/apps/openssl.pod
+++ b/doc/apps/openssl.pod
@@ -103,6 +103,10 @@ Generation of hashed passwords.
PKCS#7 Data Management.
+=item L<B<rand>|rand(1)>
+
+Generate pseudo-random bytes.
+
=item L<B<req>|req(1)>
X.509 Certificate Signing Request (CSR) Management.
@@ -285,7 +289,7 @@ L<enc(1)|enc(1)>, L<gendsa(1)|gendsa(1)>,
L<genrsa(1)|genrsa(1)>, L<nseq(1)|nseq(1)>, L<openssl(1)|openssl(1)>,
L<passwd(1)|passwd(1)>,
L<pkcs12(1)|pkcs12(1)>, L<pkcs7(1)|pkcs7(1)>, L<pkcs8(1)|pkcs8(1)>,
-L<req(1)|req(1)>, L<rsa(1)|rsa(1)>, L<s_client(1)|s_client(1)>,
+L<rand(1)|rand(1)>, L<req(1)|req(1)>, L<rsa(1)|rsa(1)>, L<s_client(1)|s_client(1)>,
L<s_server(1)|s_server(1)>, L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>,
L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>,
L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)>
diff --git a/doc/apps/rand.pod b/doc/apps/rand.pod
index 4babf4e5ad..65912d3da5 100644
--- a/doc/apps/rand.pod
+++ b/doc/apps/rand.pod
@@ -43,4 +43,8 @@ Perform base64 encoding on the output.
=back
+=head1 SEE ALSO
+
+L<RAND_bytes(3)|RAND_bytes(3)>
+
=cut