Deleted Added
full compact
BIO_f_md.3 (100947) BIO_f_md.3 (110010)
1.\" Automatically generated by Pod::Man version 1.15
1.\" Automatically generated by Pod::Man version 1.15
2.\" Tue Jul 30 09:21:03 2002
2.\" Mon Jan 13 19:26:54 2003
3.\"
4.\" Standard preamble:
5.\" ======================================================================
6.de Sh \" Subsection heading
7.br
8.if t .Sp
9.ne 5
10.PP

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

133. ds Th \o'LP'
134. ds ae ae
135. ds Ae AE
136.\}
137.rm #[ #] #H #V #F C
138.\" ======================================================================
139.\"
140.IX Title "BIO_f_md 3"
3.\"
4.\" Standard preamble:
5.\" ======================================================================
6.de Sh \" Subsection heading
7.br
8.if t .Sp
9.ne 5
10.PP

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

133. ds Th \o'LP'
134. ds ae ae
135. ds Ae AE
136.\}
137.rm #[ #] #H #V #F C
138.\" ======================================================================
139.\"
140.IX Title "BIO_f_md 3"
141.TH BIO_f_md 3 "0.9.6e" "2000-11-12" "OpenSSL"
141.TH BIO_f_md 3 "0.9.7" "2003-01-13" "OpenSSL"
142.UC
143.SH "NAME"
144BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx \- message digest \s-1BIO\s0 filter
145.SH "SYNOPSIS"
146.IX Header "SYNOPSIS"
147.Vb 2
148\& #include <openssl/bio.h>
149\& #include <openssl/evp.h>

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

163.PP
164Any data written or read through a digest \s-1BIO\s0 using \fIBIO_read()\fR and
165\&\fIBIO_write()\fR is digested.
166.PP
167\&\fIBIO_gets()\fR, if its \fBsize\fR parameter is large enough finishes the
168digest calculation and returns the digest value. \fIBIO_puts()\fR is
169not supported.
170.PP
142.UC
143.SH "NAME"
144BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx \- message digest \s-1BIO\s0 filter
145.SH "SYNOPSIS"
146.IX Header "SYNOPSIS"
147.Vb 2
148\& #include <openssl/bio.h>
149\& #include <openssl/evp.h>

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

163.PP
164Any data written or read through a digest \s-1BIO\s0 using \fIBIO_read()\fR and
165\&\fIBIO_write()\fR is digested.
166.PP
167\&\fIBIO_gets()\fR, if its \fBsize\fR parameter is large enough finishes the
168digest calculation and returns the digest value. \fIBIO_puts()\fR is
169not supported.
170.PP
171\&\fIBIO_reset()\fR reinitializes a digest \s-1BIO\s0.
171\&\fIBIO_reset()\fR reinitialises a digest \s-1BIO\s0.
172.PP
173\&\fIBIO_set_md()\fR sets the message digest of \s-1BIO\s0 \fBb\fR to \fBmd\fR: this
174must be called to initialize a digest \s-1BIO\s0 before any data is
175passed through it. It is a \fIBIO_ctrl()\fR macro.
176.PP
177\&\fIBIO_get_md()\fR places the a pointer to the digest BIOs digest method
178in \fBmdp\fR, it is a \fIBIO_ctrl()\fR macro.
179.PP

--- 99 unchanged lines hidden ---
172.PP
173\&\fIBIO_set_md()\fR sets the message digest of \s-1BIO\s0 \fBb\fR to \fBmd\fR: this
174must be called to initialize a digest \s-1BIO\s0 before any data is
175passed through it. It is a \fIBIO_ctrl()\fR macro.
176.PP
177\&\fIBIO_get_md()\fR places the a pointer to the digest BIOs digest method
178in \fBmdp\fR, it is a \fIBIO_ctrl()\fR macro.
179.PP

--- 99 unchanged lines hidden ---