Deleted Added
full compact
pkcs12.pod (59191) pkcs12.pod (68651)
1
2=pod
3
4=head1 NAME
5
6pkcs12 - PKCS#12 file utility
7
8=head1 SYNOPSIS

--- 230 unchanged lines hidden (view full) ---

239This option is included for compatibility with previous versions, it used
240to be needed to use MAC iterations counts but they are now used by default.
241
242=item B<-rand file(s)>
243
244a file or files containing random data used to seed the random number
245generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
246Multiple files can be specified separated by a OS-dependent character.
1
2=pod
3
4=head1 NAME
5
6pkcs12 - PKCS#12 file utility
7
8=head1 SYNOPSIS

--- 230 unchanged lines hidden (view full) ---

239This option is included for compatibility with previous versions, it used
240to be needed to use MAC iterations counts but they are now used by default.
241
242=item B<-rand file(s)>
243
244a file or files containing random data used to seed the random number
245generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
246Multiple files can be specified separated by a OS-dependent character.
247The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
247The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
248all others.
249
250=back
251
252=head1 NOTES
253
254Although there are a large number of options most of them are very rarely
255used. For PKCS#12 file parsing only B<-in> and B<-out> need to be used

--- 55 unchanged lines hidden ---
248all others.
249
250=back
251
252=head1 NOTES
253
254Although there are a large number of options most of them are very rarely
255used. For PKCS#12 file parsing only B<-in> and B<-out> need to be used

--- 55 unchanged lines hidden ---