diff options
author | schwarze <> | 2018-03-20 23:56:07 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 23:56:07 +0000 |
commit | 7b93e29bb2c124d5b20660f714a4caea2c53ab68 (patch) | |
tree | 147fb7bd7308489f33310cf1fec00457b91cd770 /src/lib/libcrypto/man/BIO_f_md.3 | |
parent | 93effffec079f9addb48a346bac7d4c00c799d9e (diff) | |
download | openbsd-7b93e29bb2c124d5b20660f714a4caea2c53ab68.tar.gz openbsd-7b93e29bb2c124d5b20660f714a4caea2c53ab68.tar.bz2 openbsd-7b93e29bb2c124d5b20660f714a4caea2c53ab68.zip |
evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_md.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_md.3 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_md.3 b/src/lib/libcrypto/man/BIO_f_md.3 index e522381862..80f9cf434d 100644 --- a/src/lib/libcrypto/man/BIO_f_md.3 +++ b/src/lib/libcrypto/man/BIO_f_md.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_md.3,v 1.7 2017/01/07 08:46:13 jmc Exp $ | 1 | .\" $OpenBSD: BIO_f_md.3,v 1.8 2018/03/20 23:56:07 schwarze Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
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: January 7 2017 $ | 52 | .Dd $Mdocdate: March 20 2018 $ |
53 | .Dt BIO_F_MD 3 | 53 | .Dt BIO_F_MD 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -246,6 +246,14 @@ BIO_free_all(bio); | |||
246 | .Sh SEE ALSO | 246 | .Sh SEE ALSO |
247 | .Xr BIO_new 3 | 247 | .Xr BIO_new 3 |
248 | .Sh HISTORY | 248 | .Sh HISTORY |
249 | .Fn BIO_f_md , | ||
250 | .Fn BIO_set_md , | ||
251 | .Fn BIO_get_md , | ||
252 | and | ||
253 | .Fn BIO_get_md_ctx | ||
254 | appeared in SSLeay 0.8.1b or earlier and have been available since | ||
255 | .Ox 2.4 . | ||
256 | .Pp | ||
249 | Before OpenSSL 1.0.0, the call to | 257 | Before OpenSSL 1.0.0, the call to |
250 | .Fn BIO_get_md_ctx | 258 | .Fn BIO_get_md_ctx |
251 | would only work if the | 259 | would only work if the |