diff options
author | schwarze <> | 2018-03-20 17:10:14 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 17:10:14 +0000 |
commit | e103a19ff9020d8966887b3893da2715de018463 (patch) | |
tree | 7d61c024875a1abd39c286f6d9dd51b1e4657de6 | |
parent | 3129a132cd302605a1fbd76dc28b23cd4d094e1c (diff) | |
download | openbsd-e103a19ff9020d8966887b3893da2715de018463.tar.gz openbsd-e103a19ff9020d8966887b3893da2715de018463.tar.bz2 openbsd-e103a19ff9020d8966887b3893da2715de018463.zip |
Two HISTORY bits from the old CHANGES.SSLeay file, which goes up to
0.9.0b. Nothing else that can be used in there.
-rw-r--r-- | src/lib/libcrypto/man/BF_set_key.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/BIO_new.3 | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BF_set_key.3 b/src/lib/libcrypto/man/BF_set_key.3 index ef5c7764b8..de04f1bebc 100644 --- a/src/lib/libcrypto/man/BF_set_key.3 +++ b/src/lib/libcrypto/man/BF_set_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BF_set_key.3,v 1.5 2016/11/11 01:20:53 schwarze Exp $ | 1 | .\" $OpenBSD: BF_set_key.3,v 1.6 2018/03/20 17:10:14 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Richard Levitte <levitte@openssl.org>. | 4 | .\" This file was written by Richard Levitte <levitte@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: November 11 2016 $ | 52 | .Dd $Mdocdate: March 20 2018 $ |
53 | .Dt BF_SET_KEY 3 | 53 | .Dt BF_SET_KEY 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -258,4 +258,4 @@ Be aware that these functions take each 32-bit chunk in host-byte order, | |||
258 | which is little-endian on little-endian platforms | 258 | which is little-endian on little-endian platforms |
259 | and big-endian on big-endian ones. | 259 | and big-endian on big-endian ones. |
260 | .Sh HISTORY | 260 | .Sh HISTORY |
261 | The Blowfish functions are available in all versions of SSLeay and OpenSSL. | 261 | This Blowfish implementation first appeared in SSLeay 0.6.6. |
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3 index 8ee1bafce0..acf98844b3 100644 --- a/src/lib/libcrypto/man/BIO_new.3 +++ b/src/lib/libcrypto/man/BIO_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_new.3,v 1.10 2018/02/24 19:17:10 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_new.3,v 1.11 2018/03/20 17:10:14 schwarze Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 | 3 | .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 |
4 | .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 | 4 | .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 |
@@ -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: February 24 2018 $ | 55 | .Dd $Mdocdate: March 20 2018 $ |
56 | .Dt BIO_NEW 3 | 56 | .Dt BIO_NEW 3 |
57 | .Os | 57 | .Os |
58 | .Sh NAME | 58 | .Sh NAME |
@@ -251,3 +251,7 @@ Create a memory BIO: | |||
251 | .Xr BIO_s_socket 3 , | 251 | .Xr BIO_s_socket 3 , |
252 | .Xr BIO_set_callback 3 , | 252 | .Xr BIO_set_callback 3 , |
253 | .Xr BIO_should_retry 3 | 253 | .Xr BIO_should_retry 3 |
254 | .Sh HISTORY | ||
255 | The | ||
256 | .Vt BIO | ||
257 | type first appeared in SSLeay 0.6.0. | ||