summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_set_flags.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 09:03:49 +0000
committerschwarze <>2018-03-21 09:03:49 +0000
commit75ce5acaa35bc789df294a5d32d74cae758cec0c (patch)
treee218b4e69a5fdd6c048e2763ad2a44e4ff023c9c /src/lib/libcrypto/man/BN_set_flags.3
parentc111f1d68460275d71b3bdd26932e5b7163b741e (diff)
downloadopenbsd-75ce5acaa35bc789df294a5d32d74cae758cec0c.tar.gz
openbsd-75ce5acaa35bc789df294a5d32d74cae758cec0c.tar.bz2
openbsd-75ce5acaa35bc789df294a5d32d74cae758cec0c.zip
crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BN_set_flags.3')
-rw-r--r--src/lib/libcrypto/man/BN_set_flags.310
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_set_flags.3 b/src/lib/libcrypto/man/BN_set_flags.3
index 27649fd074..a998037534 100644
--- a/src/lib/libcrypto/man/BN_set_flags.3
+++ b/src/lib/libcrypto/man/BN_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_set_flags.3,v 1.1 2017/01/30 01:29:31 schwarze Exp $ 1.\" $OpenBSD: BN_set_flags.3,v 1.2 2018/03/21 09:03:49 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: January 30 2017 $ 17.Dd $Mdocdate: March 21 2018 $
18.Dt BN_SET_FLAGS 3 18.Dt BN_SET_FLAGS 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -138,6 +138,12 @@ returns zero or more of the above constants, OR'ed together.
138.Xr BN_mod_inverse 3 , 138.Xr BN_mod_inverse 3 ,
139.Xr BN_new 3 , 139.Xr BN_new 3 ,
140.Xr BN_with_flags 3 140.Xr BN_with_flags 3
141.Sh HISTORY
142.Fn BN_set_flags
143and
144.Fn BN_get_flags
145first appeared in SSLeay 0.9.1 and have been available since
146.Ox 2.6 .
141.Sh CAVEATS 147.Sh CAVEATS
142No public interface exists to clear a flag once it is set. 148No public interface exists to clear a flag once it is set.
143So think twice before using 149So think twice before using