Regenerate manual pages for OpenSSL 0.9.8k.
This commit is contained in:
parent
6eefed9283
commit
00c49c7a2d
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_OBJECT_new 3"
|
||||
.TH ASN1_OBJECT_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ASN1_OBJECT_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ASN1_OBJECT_new, ASN1_OBJECT_free, \- object allocation functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_length 3"
|
||||
.TH ASN1_STRING_length 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ASN1_STRING_length 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
|
||||
ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data \-
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_new 3"
|
||||
.TH ASN1_STRING_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ASN1_STRING_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free \-
|
||||
ASN1_STRING allocation functions
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_STRING_print_ex 3"
|
||||
.TH ASN1_STRING_print_ex 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ASN1_STRING_print_ex 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp \- ASN1_STRING output routines.
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ASN1_generate_nconf 3"
|
||||
.TH ASN1_generate_nconf 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ASN1_generate_nconf 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ASN1_generate_nconf, ASN1_generate_v3 \- ASN1 generation functions
|
||||
.SH "SYNOPSIS"
|
||||
@ -155,10 +155,8 @@ configuration will be used.
|
||||
The actual data encoded is determined by the string \fBstr\fR and
|
||||
the configuration information. The general format of the string
|
||||
is:
|
||||
.PP
|
||||
.Vb 1
|
||||
\& B<[modifier,]type[:value]>
|
||||
.Ve
|
||||
.IP "\fB[modifier,]type[:value]\fR" 2
|
||||
.IX Item "[modifier,]type[:value]"
|
||||
.PP
|
||||
That is zero or more comma separated modifiers followed by a type
|
||||
followed by an optional colon and a value. The formats of \fBtype\fR,
|
||||
@ -200,12 +198,12 @@ Encodes an \s-1ASN1\s0 \fBGeneralizedTime\fR structure, the value should be in
|
||||
the format \fB\s-1YYYYMMDDHHMMSSZ\s0\fR.
|
||||
.IP "\fB\s-1OCTETSTRING\s0\fR, \fB\s-1OCT\s0\fR" 2
|
||||
.IX Item "OCTETSTRING, OCT"
|
||||
Emcodes an \s-1ASN1\s0 \fB\s-1OCTET\s0 \s-1STRING\s0\fR. \fBvalue\fR represents the contents
|
||||
Encodes an \s-1ASN1\s0 \fB\s-1OCTET\s0 \s-1STRING\s0\fR. \fBvalue\fR represents the contents
|
||||
of this structure, the format strings \fB\s-1ASCII\s0\fR and \fB\s-1HEX\s0\fR can be
|
||||
used to specify the format of \fBvalue\fR.
|
||||
.IP "\fB\s-1BITSRING\s0\fR, \fB\s-1BITSTR\s0\fR" 2
|
||||
.IX Item "BITSRING, BITSTR"
|
||||
Emcodes an \s-1ASN1\s0 \fB\s-1BIT\s0 \s-1STRING\s0\fR. \fBvalue\fR represents the contents
|
||||
.IP "\fB\s-1BITSTRING\s0\fR, \fB\s-1BITSTR\s0\fR" 2
|
||||
.IX Item "BITSTRING, BITSTR"
|
||||
Encodes an \s-1ASN1\s0 \fB\s-1BIT\s0 \s-1STRING\s0\fR. \fBvalue\fR represents the contents
|
||||
of this structure, the format strings \fB\s-1ASCII\s0\fR, \fB\s-1HEX\s0\fR and \fB\s-1BITLIST\s0\fR
|
||||
can be used to specify the format of \fBvalue\fR.
|
||||
.Sp
|
||||
@ -251,10 +249,11 @@ bits is set to zero.
|
||||
This specifies the format of the ultimate value. It should be followed
|
||||
by a colon and one of the strings \fB\s-1ASCII\s0\fR, \fB\s-1UTF8\s0\fR, \fB\s-1HEX\s0\fR or \fB\s-1BITLIST\s0\fR.
|
||||
.Sp
|
||||
If no format specifier is included then \fB\s-1ASCII\s0\fR is used. If \fB\s-1UTF8\s0\fR is specified
|
||||
then the value string must be a valid \fB\s-1UTF8\s0\fR string. For \fB\s-1HEX\s0\fR the output must
|
||||
be a set of hex digits. \fB\s-1BITLIST\s0\fR (which is only valid for a \s-1BIT\s0 \s-1STRING\s0) is a
|
||||
comma separated list of set bits.
|
||||
If no format specifier is included then \fB\s-1ASCII\s0\fR is used. If \fB\s-1UTF8\s0\fR is
|
||||
specified then the value string must be a valid \fB\s-1UTF8\s0\fR string. For \fB\s-1HEX\s0\fR the
|
||||
output must be a set of hex digits. \fB\s-1BITLIST\s0\fR (which is only valid for a \s-1BIT\s0
|
||||
\&\s-1STRING\s0) is a comma separated list of the indices of the set bits, all other
|
||||
bits are zero.
|
||||
.SH "EXAMPLES"
|
||||
.IX Header "EXAMPLES"
|
||||
A simple IA5String:
|
||||
@ -275,16 +274,28 @@ An IA5String explicitly tagged using \s-1APPLICATION\s0 tagging:
|
||||
\& EXPLICIT:0A,IA5STRING:Hello World
|
||||
.Ve
|
||||
.PP
|
||||
A \s-1BITSTRING\s0 with bits 1 and 5 set and all others zero:
|
||||
.PP
|
||||
.Vb 1
|
||||
\& FORMAT=BITLIST,BITSTRING:1,5
|
||||
.Ve
|
||||
.PP
|
||||
A more complex example using a config file to produce a
|
||||
\&\s-1SEQUENCE\s0 consiting of a \s-1BOOL\s0 an \s-1OID\s0 and a UTF8String:
|
||||
.PP
|
||||
asn1 = SEQUENCE:seq_section
|
||||
.Vb 1
|
||||
\& asn1 = SEQUENCE:seq_section
|
||||
.Ve
|
||||
.PP
|
||||
[seq_section]
|
||||
.Vb 1
|
||||
\& [seq_section]
|
||||
.Ve
|
||||
.PP
|
||||
field1 = \s-1BOOLEAN:TRUE\s0
|
||||
field2 = OID:commonName
|
||||
field3 = UTF8:Third field
|
||||
.Vb 3
|
||||
\& field1 = BOOLEAN:TRUE
|
||||
\& field2 = OID:commonName
|
||||
\& field3 = UTF8:Third field
|
||||
.Ve
|
||||
.PP
|
||||
This example produces an RSAPrivateKey structure, this is the
|
||||
key contained in the file client.pem in all OpenSSL distributions
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_ctrl 3"
|
||||
.TH BIO_ctrl 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_ctrl 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,
|
||||
BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_f_base64 3"
|
||||
.TH BIO_f_base64 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_f_base64 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_f_base64 \- base64 BIO filter
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_f_buffer 3"
|
||||
.TH BIO_f_buffer 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_f_buffer 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_f_buffer \- buffering BIO
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_f_cipher 3"
|
||||
.TH BIO_f_cipher 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_f_cipher 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx \- cipher BIO filter
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_f_md 3"
|
||||
.TH BIO_f_md 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_f_md 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx \- message digest BIO filter
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_f_null 3"
|
||||
.TH BIO_f_null 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_f_null 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_f_null \- null filter
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_f_ssl 3"
|
||||
.TH BIO_f_ssl 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_f_ssl 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode, BIO_set_ssl_renegotiate_bytes,
|
||||
BIO_get_num_renegotiates, BIO_set_ssl_renegotiate_timeout, BIO_new_ssl,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_find_type 3"
|
||||
.TH BIO_find_type 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_find_type 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_find_type, BIO_next \- BIO chain traversal
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_new 3"
|
||||
.TH BIO_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all \- BIO allocation and freeing functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_push 3"
|
||||
.TH BIO_push 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_push 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_push, BIO_pop \- add and remove BIOs from a chain.
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_read 3"
|
||||
.TH BIO_read 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_read 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_read, BIO_write, BIO_gets, BIO_puts \- BIO I/O functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_accept 3"
|
||||
.TH BIO_s_accept 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_accept 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_accept, BIO_set_accept_port, BIO_get_accept_port,
|
||||
BIO_set_nbio_accept, BIO_set_accept_bios, BIO_set_bind_mode,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_bio 3"
|
||||
.TH BIO_s_bio 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_bio 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_bio, BIO_make_bio_pair, BIO_destroy_bio_pair, BIO_shutdown_wr,
|
||||
BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_connect 3"
|
||||
.TH BIO_s_connect 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_connect 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_connect, BIO_set_conn_hostname, BIO_set_conn_port,
|
||||
BIO_set_conn_ip, BIO_set_conn_int_port, BIO_get_conn_hostname,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_fd 3"
|
||||
.TH BIO_s_fd 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_fd 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd \- file descriptor BIO
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_file 3"
|
||||
.TH BIO_s_file 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_file 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp,
|
||||
BIO_read_filename, BIO_write_filename, BIO_append_filename,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_mem 3"
|
||||
.TH BIO_s_mem 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_mem 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf,
|
||||
BIO_get_mem_ptr, BIO_new_mem_buf \- memory BIO
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_null 3"
|
||||
.TH BIO_s_null 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_null 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_null \- null data sink
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_s_socket 3"
|
||||
.TH BIO_s_socket 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_s_socket 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_s_socket, BIO_new_socket \- socket BIO
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_set_callback 3"
|
||||
.TH BIO_set_callback 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_set_callback 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_set_callback, BIO_get_callback, BIO_set_callback_arg, BIO_get_callback_arg,
|
||||
BIO_debug_callback \- BIO callback functions
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BIO_should_retry 3"
|
||||
.TH BIO_should_retry 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BIO_should_retry 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BIO_should_retry, BIO_should_read, BIO_should_write,
|
||||
BIO_should_io_special, BIO_retry_type, BIO_should_retry,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_BLINDING_new 3"
|
||||
.TH BN_BLINDING_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_BLINDING_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_BLINDING_new, BN_BLINDING_free, BN_BLINDING_update, BN_BLINDING_convert,
|
||||
BN_BLINDING_invert, BN_BLINDING_convert_ex, BN_BLINDING_invert_ex,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_CTX_new 3"
|
||||
.TH BN_CTX_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_CTX_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_CTX_new, BN_CTX_init, BN_CTX_free \- allocate and free BN_CTX structures
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_CTX_start 3"
|
||||
.TH BN_CTX_start 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_CTX_start 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_CTX_start, BN_CTX_get, BN_CTX_end \- use temporary BIGNUM variables
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_add 3"
|
||||
.TH BN_add 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_add 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_add, BN_sub, BN_mul, BN_sqr, BN_div, BN_mod, BN_nnmod, BN_mod_add,
|
||||
BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_exp, BN_mod_exp, BN_gcd \-
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_add_word 3"
|
||||
.TH BN_add_word 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_add_word 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word \- arithmetic
|
||||
functions on BIGNUMs with integers
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_bn2bin 3"
|
||||
.TH BN_bn2bin 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_bn2bin 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_bn2bin, BN_bin2bn, BN_bn2hex, BN_bn2dec, BN_hex2bn, BN_dec2bn,
|
||||
BN_print, BN_print_fp, BN_bn2mpi, BN_mpi2bn \- format conversions
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_cmp 3"
|
||||
.TH BN_cmp 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_cmp 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_cmp, BN_ucmp, BN_is_zero, BN_is_one, BN_is_word, BN_is_odd \- BIGNUM comparison and test functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_copy 3"
|
||||
.TH BN_copy 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_copy 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_copy, BN_dup \- copy BIGNUMs
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_generate_prime 3"
|
||||
.TH BN_generate_prime 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_generate_prime 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_generate_prime, BN_is_prime, BN_is_prime_fasttest \- generate primes and test for primality
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_mod_inverse 3"
|
||||
.TH BN_mod_inverse 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_mod_inverse 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_mod_inverse \- compute inverse modulo n
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_mod_mul_montgomery 3"
|
||||
.TH BN_mod_mul_montgomery 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_mod_mul_montgomery 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_mod_mul_montgomery, BN_MONT_CTX_new, BN_MONT_CTX_init,
|
||||
BN_MONT_CTX_free, BN_MONT_CTX_set, BN_MONT_CTX_copy,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_mod_mul_reciprocal 3"
|
||||
.TH BN_mod_mul_reciprocal 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_mod_mul_reciprocal 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_mod_mul_reciprocal, BN_div_recp, BN_RECP_CTX_new, BN_RECP_CTX_init,
|
||||
BN_RECP_CTX_free, BN_RECP_CTX_set \- modular multiplication using
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_new 3"
|
||||
.TH BN_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_new, BN_init, BN_clear, BN_free, BN_clear_free \- allocate and free BIGNUMs
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_num_bytes 3"
|
||||
.TH BN_num_bytes 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_num_bytes 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_num_bits, BN_num_bytes, BN_num_bits_word \- get BIGNUM size
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_rand 3"
|
||||
.TH BN_rand 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_rand 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_rand, BN_pseudo_rand \- generate pseudo\-random number
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_set_bit 3"
|
||||
.TH BN_set_bit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_set_bit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift,
|
||||
BN_lshift1, BN_rshift, BN_rshift1 \- bit operations on BIGNUMs
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_swap 3"
|
||||
.TH BN_swap 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_swap 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_swap \- exchange BIGNUMs
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "BN_zero 3"
|
||||
.TH BN_zero 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH BN_zero 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word \- BIGNUM assignment
|
||||
operations
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CONF_modules_free 3"
|
||||
.TH CONF_modules_free 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH CONF_modules_free 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
.Vb 2
|
||||
\& CONF_modules_free, CONF_modules_finish, CONF_modules_unload -
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CONF_modules_load_file 3"
|
||||
.TH CONF_modules_load_file 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH CONF_modules_load_file 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
.Vb 1
|
||||
\& CONF_modules_load_file, CONF_modules_load - OpenSSL configuration functions
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "CRYPTO_set_ex_data 3"
|
||||
.TH CRYPTO_set_ex_data 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH CRYPTO_set_ex_data 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
CRYPTO_set_ex_data, CRYPTO_get_ex_data \- internal application specific data functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DH_generate_key 3"
|
||||
.TH DH_generate_key 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DH_generate_key 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DH_generate_key, DH_compute_key \- perform Diffie\-Hellman key exchange
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DH_generate_parameters 3"
|
||||
.TH DH_generate_parameters 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DH_generate_parameters 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DH_generate_parameters, DH_check \- generate and check Diffie\-Hellman parameters
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DH_get_ex_new_index 3"
|
||||
.TH DH_get_ex_new_index 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DH_get_ex_new_index 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data \- add application specific data to DH structures
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DH_new 3"
|
||||
.TH DH_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DH_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DH_new, DH_free \- allocate and free DH objects
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DH_set_method 3"
|
||||
.TH DH_set_method 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DH_set_method 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DH_set_default_method, DH_get_default_method,
|
||||
DH_set_method, DH_new_method, DH_OpenSSL \- select DH method
|
||||
@ -175,7 +175,7 @@ structures created later. \fB\s-1NB\s0\fR: This is true only whilst no \s-1ENGIN
|
||||
as a default for \s-1DH\s0, so this function is no longer recommended.
|
||||
.PP
|
||||
\&\fIDH_get_default_method()\fR returns a pointer to the current default \s-1DH_METHOD\s0.
|
||||
However, the meaningfulness of this result is dependant on whether the \s-1ENGINE\s0
|
||||
However, the meaningfulness of this result is dependent on whether the \s-1ENGINE\s0
|
||||
\&\s-1API\s0 is being used, so this function is no longer recommended.
|
||||
.PP
|
||||
\&\fIDH_set_method()\fR selects \fBmeth\fR to perform all operations using the key \fBdh\fR.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DH_size 3"
|
||||
.TH DH_size 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DH_size 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DH_size \- get Diffie\-Hellman prime size
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_SIG_new 3"
|
||||
.TH DSA_SIG_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_SIG_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_SIG_new, DSA_SIG_free \- allocate and free DSA signature objects
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_do_sign 3"
|
||||
.TH DSA_do_sign 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_do_sign 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_do_sign, DSA_do_verify \- raw DSA signature operations
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_dup_DH 3"
|
||||
.TH DSA_dup_DH 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_dup_DH 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_dup_DH \- create a DH structure out of DSA structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_generate_key 3"
|
||||
.TH DSA_generate_key 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_generate_key 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_generate_key \- generate DSA key pair
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_generate_parameters 3"
|
||||
.TH DSA_generate_parameters 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_generate_parameters 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_generate_parameters \- generate DSA parameters
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_get_ex_new_index 3"
|
||||
.TH DSA_get_ex_new_index 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_get_ex_new_index 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_get_ex_new_index, DSA_set_ex_data, DSA_get_ex_data \- add application specific data to DSA structures
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_new 3"
|
||||
.TH DSA_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_new, DSA_free \- allocate and free DSA objects
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_set_method 3"
|
||||
.TH DSA_set_method 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_set_method 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_set_default_method, DSA_get_default_method,
|
||||
DSA_set_method, DSA_new_method, DSA_OpenSSL \- select DSA method
|
||||
@ -175,7 +175,7 @@ structures created later. \fB\s-1NB\s0\fR: This is true only whilst no \s-1ENGIN
|
||||
been set as a default for \s-1DSA\s0, so this function is no longer recommended.
|
||||
.PP
|
||||
\&\fIDSA_get_default_method()\fR returns a pointer to the current default
|
||||
\&\s-1DSA_METHOD\s0. However, the meaningfulness of this result is dependant on
|
||||
\&\s-1DSA_METHOD\s0. However, the meaningfulness of this result is dependent on
|
||||
whether the \s-1ENGINE\s0 \s-1API\s0 is being used, so this function is no longer
|
||||
recommended.
|
||||
.PP
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_sign 3"
|
||||
.TH DSA_sign 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_sign 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_sign, DSA_sign_setup, DSA_verify \- DSA signatures
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "DSA_size 3"
|
||||
.TH DSA_size 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH DSA_size 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
DSA_size \- get DSA signature size
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_GET_LIB 3"
|
||||
.TH ERR_GET_LIB 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_GET_LIB 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_GET_LIB, ERR_GET_FUNC, ERR_GET_REASON \- get library, function and
|
||||
reason code
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_clear_error 3"
|
||||
.TH ERR_clear_error 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_clear_error 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_clear_error \- clear the error queue
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_error_string 3"
|
||||
.TH ERR_error_string 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_error_string 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_error_string, ERR_error_string_n, ERR_lib_error_string,
|
||||
ERR_func_error_string, ERR_reason_error_string \- obtain human\-readable
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_get_error 3"
|
||||
.TH ERR_get_error 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_get_error 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_get_error, ERR_peek_error, ERR_peek_last_error,
|
||||
ERR_get_error_line, ERR_peek_error_line, ERR_peek_last_error_line,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_load_crypto_strings 3"
|
||||
.TH ERR_load_crypto_strings 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_load_crypto_strings 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_load_crypto_strings, SSL_load_error_strings, ERR_free_strings \-
|
||||
load and free error strings
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_load_strings 3"
|
||||
.TH ERR_load_strings 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_load_strings 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_load_strings, ERR_PACK, ERR_get_next_error_library \- load
|
||||
arbitrary error strings
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_print_errors 3"
|
||||
.TH ERR_print_errors 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_print_errors 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_print_errors, ERR_print_errors_fp \- print error messages
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_put_error 3"
|
||||
.TH ERR_put_error 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_put_error 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_put_error, ERR_add_error_data \- record an error
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_remove_state 3"
|
||||
.TH ERR_remove_state 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_remove_state 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_remove_state \- free a thread's error queue
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "ERR_set_mark 3"
|
||||
.TH ERR_set_mark 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH ERR_set_mark 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
ERR_set_mark, ERR_pop_to_mark \- set marks and pop errors until mark
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_BytesToKey 3"
|
||||
.TH EVP_BytesToKey 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_BytesToKey 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_BytesToKey \- password based encryption routine
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_DigestInit 3"
|
||||
.TH EVP_DigestInit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_DigestInit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate,
|
||||
EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_EncryptInit 3"
|
||||
.TH EVP_EncryptInit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_EncryptInit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_CIPHER_CTX_init, EVP_EncryptInit_ex, EVP_EncryptUpdate,
|
||||
EVP_EncryptFinal_ex, EVP_DecryptInit_ex, EVP_DecryptUpdate,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_OpenInit 3"
|
||||
.TH EVP_OpenInit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_OpenInit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal \- EVP envelope decryption
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_PKEY_new 3"
|
||||
.TH EVP_PKEY_new 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_PKEY_new 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_PKEY_new, EVP_PKEY_free \- private key allocation functions.
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_PKEY_set1_RSA 3"
|
||||
.TH EVP_PKEY_set1_RSA 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_PKEY_set1_RSA 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_PKEY_set1_RSA, EVP_PKEY_set1_DSA, EVP_PKEY_set1_DH, EVP_PKEY_set1_EC_KEY,
|
||||
EVP_PKEY_get1_RSA, EVP_PKEY_get1_DSA, EVP_PKEY_get1_DH, EVP_PKEY_get1_EC_KEY,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_SealInit 3"
|
||||
.TH EVP_SealInit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_SealInit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_SealInit, EVP_SealUpdate, EVP_SealFinal \- EVP envelope encryption
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_SignInit 3"
|
||||
.TH EVP_SignInit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_SignInit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_SignInit, EVP_SignUpdate, EVP_SignFinal \- EVP signing functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "EVP_VerifyInit 3"
|
||||
.TH EVP_VerifyInit 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH EVP_VerifyInit 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
EVP_VerifyInit, EVP_VerifyUpdate, EVP_VerifyFinal \- EVP signature verification functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OBJ_nid2obj 3"
|
||||
.TH OBJ_nid2obj 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OBJ_nid2obj 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OBJ_nid2obj, OBJ_nid2ln, OBJ_nid2sn, OBJ_obj2nid, OBJ_txt2nid, OBJ_ln2nid, OBJ_sn2nid,
|
||||
OBJ_cmp, OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup \- ASN1 object utility
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OPENSSL_Applink 3"
|
||||
.TH OPENSSL_Applink 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OPENSSL_Applink 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OPENSSL_Applink \- glue between OpenSSL BIO and Win32 compiler run\-time
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OPENSSL_VERSION_NUMBER 3"
|
||||
.TH OPENSSL_VERSION_NUMBER 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OPENSSL_VERSION_NUMBER 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OPENSSL_VERSION_NUMBER, SSLeay, SSLeay_version \- get OpenSSL version number
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OPENSSL_config 3"
|
||||
.TH OPENSSL_config 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OPENSSL_config 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OPENSSL_config, OPENSSL_no_config \- simple OpenSSL configuration functions
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OPENSSL_ia32cap 3"
|
||||
.TH OPENSSL_ia32cap 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OPENSSL_ia32cap 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OPENSSL_ia32cap \- finding the IA\-32 processor capabilities
|
||||
.SH "SYNOPSIS"
|
||||
@ -146,17 +146,25 @@ register after executing \s-1CPUID\s0 instruction with EAX=1 input value (see
|
||||
Intel Application Note #241618). Naturally it's meaningful on IA\-32[E]
|
||||
platforms only. The variable is normally set up automatically upon
|
||||
toolkit initialization, but can be manipulated afterwards to modify
|
||||
crypto library behaviour. For the moment of this writing three bits are
|
||||
significant, namely bit #28 denoting Hyperthreading, which is used to
|
||||
distinguish Intel P4 core, bit #26 denoting \s-1SSE2\s0 support, and bit #4
|
||||
denoting presence of Time-Stamp Counter. Clearing bit #26 at run-time
|
||||
for example disables high-performance \s-1SSE2\s0 code present in the crypto
|
||||
library. You might have to do this if target OpenSSL application is
|
||||
executed on \s-1SSE2\s0 capable \s-1CPU\s0, but under control of \s-1OS\s0 which does not
|
||||
support \s-1SSE2\s0 extentions. Even though you can manipulate the value
|
||||
programmatically, you most likely will find it more appropriate to set
|
||||
up an environment variable with the same name prior starting target
|
||||
application, e.g. 'env OPENSSL_ia32cap=0x10 apps/openssl', to achieve
|
||||
same effect without modifying the application source code.
|
||||
Alternatively you can reconfigure the toolkit with no\-sse2 option and
|
||||
recompile.
|
||||
crypto library behaviour. For the moment of this writing six bits are
|
||||
significant, namely:
|
||||
.PP
|
||||
1. bit #28 denoting Hyperthreading, which is used to distiguish
|
||||
cores with shared cache;
|
||||
2. bit #26 denoting \s-1SSE2\s0 support;
|
||||
3. bit #25 denoting \s-1SSE\s0 support;
|
||||
4. bit #23 denoting \s-1MMX\s0 support;
|
||||
5. bit #20, reserved by Intel, is used to choose between \s-1RC4\s0 code
|
||||
pathes;
|
||||
6. bit #4 denoting presence of Time-Stamp Counter.
|
||||
.PP
|
||||
For example, clearing bit #26 at run-time disables high-performance
|
||||
\&\s-1SSE2\s0 code present in the crypto library. You might have to do this if
|
||||
target OpenSSL application is executed on \s-1SSE2\s0 capable \s-1CPU\s0, but under
|
||||
control of \s-1OS\s0 which does not support \s-1SSE2\s0 extentions. Even though you
|
||||
can manipulate the value programmatically, you most likely will find it
|
||||
more appropriate to set up an environment variable with the same name
|
||||
prior starting target application, e.g. on Intel P4 processor 'env
|
||||
OPENSSL_ia32cap=0x12900010 apps/openssl', to achieve same effect
|
||||
without modifying the application source code. Alternatively you can
|
||||
reconfigure the toolkit with no\-sse2 option and recompile.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OPENSSL_load_builtin_modules 3"
|
||||
.TH OPENSSL_load_builtin_modules 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OPENSSL_load_builtin_modules 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OPENSSL_load_builtin_modules \- add standard configuration modules
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "OpenSSL_add_all_algorithms 3"
|
||||
.TH OpenSSL_add_all_algorithms 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH OpenSSL_add_all_algorithms 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
OpenSSL_add_all_algorithms, OpenSSL_add_all_ciphers, OpenSSL_add_all_digests \-
|
||||
add algorithms to internal table
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PKCS12_create 3"
|
||||
.TH PKCS12_create 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH PKCS12_create 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
PKCS12_create \- create a PKCS#12 structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PKCS12_parse 3"
|
||||
.TH PKCS12_parse 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH PKCS12_parse 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
PKCS12_parse \- parse a PKCS#12 structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PKCS7_decrypt 3"
|
||||
.TH PKCS7_decrypt 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH PKCS7_decrypt 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
PKCS7_decrypt \- decrypt content from a PKCS#7 envelopedData structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PKCS7_encrypt 3"
|
||||
.TH PKCS7_encrypt 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH PKCS7_encrypt 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
PKCS7_encrypt \- create a PKCS#7 envelopedData structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PKCS7_sign 3"
|
||||
.TH PKCS7_sign 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH PKCS7_sign 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
PKCS7_sign \- create a PKCS#7 signedData structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PKCS7_verify 3"
|
||||
.TH PKCS7_verify 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH PKCS7_verify 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
PKCS7_verify \- verify a PKCS#7 signedData structure
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "RAND_add 3"
|
||||
.TH RAND_add 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH RAND_add 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen \- add
|
||||
entropy to the PRNG
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "RAND_bytes 3"
|
||||
.TH RAND_bytes 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH RAND_bytes 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
RAND_bytes, RAND_pseudo_bytes \- generate random data
|
||||
.SH "SYNOPSIS"
|
||||
@ -157,6 +157,9 @@ unique if they are of sufficient length, but are not necessarily
|
||||
unpredictable. They can be used for non-cryptographic purposes and for
|
||||
certain purposes in cryptographic protocols, but usually not for key
|
||||
generation etc.
|
||||
.PP
|
||||
The contents of \fBbuf\fR is mixed into the entropy pool before retrieving
|
||||
the new pseudo-random bytes unless disabled at compile time (see \s-1FAQ\s0).
|
||||
.SH "RETURN VALUES"
|
||||
.IX Header "RETURN VALUES"
|
||||
\&\fIRAND_bytes()\fR returns 1 on success, 0 otherwise. The error code can be
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "RAND_cleanup 3"
|
||||
.TH RAND_cleanup 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH RAND_cleanup 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
RAND_cleanup \- erase the PRNG state
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "RAND_egd 3"
|
||||
.TH RAND_egd 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH RAND_egd 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
RAND_egd \- query entropy gathering daemon
|
||||
.SH "SYNOPSIS"
|
||||
@ -177,8 +177,11 @@ a socket interface through which entropy can be gathered in chunks up to
|
||||
Makefile.PL; make; make install\*(C'\fR to install). It is run as \fBegd\fR
|
||||
\&\fIpath\fR, where \fIpath\fR is an absolute path designating a socket. When
|
||||
\&\fIRAND_egd()\fR is called with that path as an argument, it tries to read
|
||||
random bytes that \s-1EGD\s0 has collected. The read is performed in
|
||||
non-blocking mode.
|
||||
random bytes that \s-1EGD\s0 has collected. \fIRAND_egd()\fR retrieves entropy from the
|
||||
daemon using the daemon's \*(L"non\-blocking read\*(R" command which shall
|
||||
be answered immediately by the daemon without waiting for additional
|
||||
entropy to be collected. The write and read socket operations in the
|
||||
communication are blocking.
|
||||
.PP
|
||||
Alternatively, the EGD-interface compatible daemon \s-1PRNGD\s0 can be used. It is
|
||||
available from
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
|
||||
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -129,7 +129,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "RAND_load_file 3"
|
||||
.TH RAND_load_file 3 "2007-03-15" "0.9.8e" "OpenSSL"
|
||||
.TH RAND_load_file 3 "2009-06-14" "0.9.8k" "OpenSSL"
|
||||
.SH "NAME"
|
||||
RAND_load_file, RAND_write_file, RAND_file_name \- PRNG seed file
|
||||
.SH "SYNOPSIS"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user