Deleted Added
full compact
EVP_SealInit.3 (100947) EVP_SealInit.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:42 2002
2.\" Mon Jan 13 19:28:08 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 "EVP_SealInit 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 "EVP_SealInit 3"
141.TH EVP_SealInit 3 "0.9.6e" "2000-11-12" "OpenSSL"
141.TH EVP_SealInit 3 "0.9.7" "2003-01-13" "OpenSSL"
142.UC
143.SH "NAME"
144EVP_SealInit, EVP_SealUpdate, EVP_SealFinal \- \s-1EVP\s0 envelope encryption
145.SH "SYNOPSIS"
146.IX Header "SYNOPSIS"
147.Vb 1
148\& #include <openssl/evp.h>
149.Ve

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

204with \fBtype\fR set to \s-1NULL\s0.
205.SH "SEE ALSO"
206.IX Header "SEE ALSO"
207evp(3), rand(3),
208EVP_EncryptInit(3),
209EVP_OpenInit(3)
210.SH "HISTORY"
211.IX Header "HISTORY"
142.UC
143.SH "NAME"
144EVP_SealInit, EVP_SealUpdate, EVP_SealFinal \- \s-1EVP\s0 envelope encryption
145.SH "SYNOPSIS"
146.IX Header "SYNOPSIS"
147.Vb 1
148\& #include <openssl/evp.h>
149.Ve

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

204with \fBtype\fR set to \s-1NULL\s0.
205.SH "SEE ALSO"
206.IX Header "SEE ALSO"
207evp(3), rand(3),
208EVP_EncryptInit(3),
209EVP_OpenInit(3)
210.SH "HISTORY"
211.IX Header "HISTORY"
212\&\fIEVP_SealFinal()\fR did not return a value before OpenSSL 0.9.7.