diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_cipher.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_cipher.3 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_cipher.3 b/src/lib/libcrypto/man/BIO_f_cipher.3 index 794166687a..56bd27c0d9 100644 --- a/src/lib/libcrypto/man/BIO_f_cipher.3 +++ b/src/lib/libcrypto/man/BIO_f_cipher.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_cipher.3,v 1.13 2022/12/18 19:35:36 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_cipher.3,v 1.14 2023/04/11 16:58:43 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 18 2022 $ | 52 | .Dd $Mdocdate: April 11 2023 $ |
53 | .Dt BIO_F_CIPHER 3 | 53 | .Dt BIO_F_CIPHER 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -161,6 +161,16 @@ by preceding the cipher BIO with a buffering BIO. | |||
161 | .Sh RETURN VALUES | 161 | .Sh RETURN VALUES |
162 | .Fn BIO_f_cipher | 162 | .Fn BIO_f_cipher |
163 | returns the cipher BIO method. | 163 | returns the cipher BIO method. |
164 | .Pp | ||
165 | When called on a cipher BIO object, | ||
166 | .Xr BIO_method_type 3 | ||
167 | returns the constant | ||
168 | .Dv BIO_TYPE_CIPHER | ||
169 | and | ||
170 | .Xr BIO_method_name 3 | ||
171 | returns a pointer to the static string | ||
172 | .Qq cipher . | ||
173 | .Pp | ||
164 | .Fn BIO_set_cipher | 174 | .Fn BIO_set_cipher |
165 | returns 1 on success and 0 on error. | 175 | returns 1 on success and 0 on error. |
166 | .Pp | 176 | .Pp |