diff options
author | schwarze <> | 2018-03-22 17:38:08 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 17:38:08 +0000 |
commit | 3ca6d397a09c3a3c49a034eabb90ee0f723c6906 (patch) | |
tree | 54ac36fc13dea8a26193f1a650da85d565278b54 | |
parent | 3eac5d72d763d531cdbb57189d90166f1b38b20a (diff) | |
download | openbsd-3ca6d397a09c3a3c49a034eabb90ee0f723c6906.tar.gz openbsd-3ca6d397a09c3a3c49a034eabb90ee0f723c6906.tar.bz2 openbsd-3ca6d397a09c3a3c49a034eabb90ee0f723c6906.zip |
crypto HISTORY up to 0.9.6c; researched from OpenSSL git
-rw-r--r-- | src/lib/libcrypto/man/BN_rand.3 | 5 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3 index b8cd2df20d..5e8ac5966c 100644 --- a/src/lib/libcrypto/man/BN_rand.3 +++ b/src/lib/libcrypto/man/BN_rand.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_rand.3,v 1.9 2018/03/22 17:22:38 schwarze Exp $ | 1 | .\" $OpenBSD: BN_rand.3,v 1.10 2018/03/22 17:38:08 schwarze Exp $ |
2 | .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 | 2 | .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -154,4 +154,5 @@ first appeared in OpenSSL 0.9.6a and have been available since | |||
154 | .Ox 3.0 . | 154 | .Ox 3.0 . |
155 | .Pp | 155 | .Pp |
156 | .Fn BN_pseudo_rand_range | 156 | .Fn BN_pseudo_rand_range |
157 | was added in OpenSSL 0.9.6c. | 157 | first appeared in OpenSSL 0.9.6c and have been available since |
158 | .Ox 3.2 . | ||
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 index e6cdb32434..0af222fbea 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_set_verify_cb.3,v 1.3 2016/12/05 13:39:33 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_set_verify_cb.3,v 1.4 2018/03/22 17:38:08 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>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 5 2016 $ | 51 | .Dd $Mdocdate: March 22 2018 $ |
52 | .Dt X509_STORE_CTX_SET_VERIFY_CB 3 | 52 | .Dt X509_STORE_CTX_SET_VERIFY_CB 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -224,7 +224,8 @@ verify_callback(int ok, X509_STORE_CTX *ctx) | |||
224 | .Xr X509_STORE_set_verify_cb_func 3 | 224 | .Xr X509_STORE_set_verify_cb_func 3 |
225 | .Sh HISTORY | 225 | .Sh HISTORY |
226 | .Fn X509_STORE_CTX_set_verify_cb | 226 | .Fn X509_STORE_CTX_set_verify_cb |
227 | is available in all versions of SSLeay and OpenSSL. | 227 | first appeared in OpenSSL 0.9.6c and has been available since |
228 | .Ox 3.2 . | ||
228 | .Sh CAVEATS | 229 | .Sh CAVEATS |
229 | In general a verification callback should | 230 | In general a verification callback should |
230 | .Sy NOT | 231 | .Sy NOT |