summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-20 21:06:07 +0000
committerschwarze <>2018-03-20 21:06:07 +0000
commit756752e2f8d096bfdd26d1973df723f18488568a (patch)
treebd289d584780bb2bae13f488311404f4971a54ad /src
parent0636f49f1540f7b1648bda1d10a85c126ca8ea87 (diff)
downloadopenbsd-756752e2f8d096bfdd26d1973df723f18488568a.tar.gz
openbsd-756752e2f8d096bfdd26d1973df723f18488568a.tar.bz2
openbsd-756752e2f8d096bfdd26d1973df723f18488568a.zip
buffer.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BUF_MEM_new.312
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3
index 70d2fe09a0..c1085199de 100644
--- a/src/lib/libcrypto/man/BUF_MEM_new.3
+++ b/src/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BUF_MEM_new.3,v 1.11 2017/05/08 04:16:05 jsing Exp $ 1.\" $OpenBSD: BUF_MEM_new.3,v 1.12 2018/03/20 21:06:07 schwarze Exp $
2.\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000 2.\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000
3.\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae 3.\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae
4.\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400 4.\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400
@@ -52,7 +52,7 @@
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
54.\" 54.\"
55.Dd $Mdocdate: May 8 2017 $ 55.Dd $Mdocdate: March 20 2018 $
56.Dt BUF_MEM_NEW 3 56.Dt BUF_MEM_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -187,9 +187,11 @@ return zero on error or the new size (i.e.\&
187.Xr BIO_new 3 187.Xr BIO_new 3
188.Sh HISTORY 188.Sh HISTORY
189.Fn BUF_MEM_new , 189.Fn BUF_MEM_new ,
190.Fn BUF_MEM_free 190.Fn BUF_MEM_free ,
191and 191and
192.Fn BUF_MEM_grow 192.Fn BUF_MEM_grow
193are available in all versions of SSLeay and OpenSSL. 193appeared before SSLeay 0.8.
194.Fn BUF_strdup 194.Fn BUF_strdup
195was added in SSLeay 0.8. 195first appeared in SSLeay 0.8.
196All these functions have been available since
197.Ox 2.4 .