Fix grammar in srp_verifier.txt
[openssl.git] / doc / man1 / openssl-rand.pod.in
1 =pod
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4 =head1 NAME
5
6 openssl-rand - generate pseudo-random bytes
7
8 =head1 SYNOPSIS
9
10 B<openssl rand>
11 [B<-help>]
12 [B<-out> I<file>]
13 [B<-base64>]
14 [B<-hex>]
15 {- $OpenSSL::safe::opt_r_synopsis -}
16 I<num>
17
18 =for openssl ifdef engine
19
20 =head1 DESCRIPTION
21
22 This command outputs I<num> pseudo-random bytes after seeding
23 the random number generator once.
24
25 =head1 OPTIONS
26
27 =over 4
28
29 =item B<-help>
30
31 Print out a usage message.
32
33 =item B<-out> I<file>
34
35 Write to I<file> instead of standard output.
36
37 =item B<-base64>
38
39 Perform base64 encoding on the output.
40
41 =item B<-hex>
42
43 Show the output as a hex string.
44
45 {- $OpenSSL::safe::opt_r_item -}
46
47 =back
48
49 =head1 SEE ALSO
50
51 L<openssl(1)>,
52 L<RAND_bytes(3)>
53
54 =head1 COPYRIGHT
55
56 Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
57
58 Licensed under the Apache License 2.0 (the "License").  You may not use
59 this file except in compliance with the License.  You can obtain a copy
60 in the file LICENSE in the source distribution or at
61 L<https://www.openssl.org/source/license.html>.
62
63 =cut