summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-20 17:10:15 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-20 17:10:15 +0000
commit4b1fe991dcf8116442427c823d98f1f477bd486b (patch)
treed11fe8a884cfdb97b6aaea5b3ec7694e08f4466d /lib/libcrypto
parentfac4539ecb0d0c7929fc898c4d4aca61bbc4c5c7 (diff)
Two HISTORY bits from the old CHANGES.SSLeay file, which goes up to
0.9.0b. Nothing else that can be used in there.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/BF_set_key.36
-rw-r--r--lib/libcrypto/man/BIO_new.38
2 files changed, 9 insertions, 5 deletions
diff --git a/lib/libcrypto/man/BF_set_key.3 b/lib/libcrypto/man/BF_set_key.3
index ef5c7764b89..de04f1bebc5 100644
--- a/lib/libcrypto/man/BF_set_key.3
+++ b/lib/libcrypto/man/BF_set_key.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BF_set_key.3,v 1.5 2016/11/11 01:20:53 schwarze Exp $
+.\" $OpenBSD: BF_set_key.3,v 1.6 2018/03/20 17:10:14 schwarze Exp $
.\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400
.\"
.\" This file was written by Richard Levitte <levitte@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 11 2016 $
+.Dd $Mdocdate: March 20 2018 $
.Dt BF_SET_KEY 3
.Os
.Sh NAME
@@ -258,4 +258,4 @@ Be aware that these functions take each 32-bit chunk in host-byte order,
which is little-endian on little-endian platforms
and big-endian on big-endian ones.
.Sh HISTORY
-The Blowfish functions are available in all versions of SSLeay and OpenSSL.
+This Blowfish implementation first appeared in SSLeay 0.6.6.
diff --git a/lib/libcrypto/man/BIO_new.3 b/lib/libcrypto/man/BIO_new.3
index 8ee1bafce0c..acf98844b32 100644
--- a/lib/libcrypto/man/BIO_new.3
+++ b/lib/libcrypto/man/BIO_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_new.3,v 1.10 2018/02/24 19:17:10 schwarze Exp $
+.\" $OpenBSD: BIO_new.3,v 1.11 2018/03/20 17:10:14 schwarze Exp $
.\" full merge up to:
.\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000
.\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100
@@ -52,7 +52,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 24 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt BIO_NEW 3
.Os
.Sh NAME
@@ -251,3 +251,7 @@ Create a memory BIO:
.Xr BIO_s_socket 3 ,
.Xr BIO_set_callback 3 ,
.Xr BIO_should_retry 3
+.Sh HISTORY
+The
+.Vt BIO
+type first appeared in SSLeay 0.6.0.