diff options
author | 2018-03-23 05:50:30 +0000 | |
---|---|---|
committer | 2018-03-23 05:50:30 +0000 | |
commit | 5d66abf6daf4b54118d22293f36b042f19ae1c0a (patch) | |
tree | 7e3a12a00e2aaaa36664c96afc251861e7b31aae /lib/libssl/man/SSL_export_keying_material.3 | |
parent | crypto HISTORY up to 1.0.1; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-5d66abf6daf4b54118d22293f36b042f19ae1c0a.tar.xz wireguard-openbsd-5d66abf6daf4b54118d22293f36b042f19ae1c0a.zip |
ssl.h HISTORY up to 1.0.1; researched from OpenSSL git
Diffstat (limited to 'lib/libssl/man/SSL_export_keying_material.3')
-rw-r--r-- | lib/libssl/man/SSL_export_keying_material.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_export_keying_material.3 b/lib/libssl/man/SSL_export_keying_material.3 index 613446a2758..fe1ed748d57 100644 --- a/lib/libssl/man/SSL_export_keying_material.3 +++ b/lib/libssl/man/SSL_export_keying_material.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_export_keying_material.3,v 1.1 2017/08/21 10:10:25 schwarze Exp $ +.\" $OpenBSD: SSL_export_keying_material.3,v 1.2 2018/03/23 05:50:30 schwarze Exp $ .\" OpenSSL a599574b Jun 28 17:18:27 2017 +0100 .\" OpenSSL 23cec1f4 Jun 21 13:55:02 2017 +0100 .\" @@ -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: August 21 2017 $ +.Dd $Mdocdate: March 23 2018 $ .Dt SSL_EXPORT_KEYING_MATERIAL 3 .Os .Sh NAME @@ -125,3 +125,7 @@ standard to be used without registration. .Sh RETURN VALUES .Fn SSL_export_keying_material returns 1 on success or 0 or -1 on failure. +.Sh HISTORY +.Fn SSL_export_keying_material +first appeared in OpenSSL 1.0.1 and has been available since +.Ox 5.3 . |