diff options
| author | schwarze <> | 2018-03-20 22:56:38 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-20 22:56:38 +0000 |
| commit | e72ce29e836c34202034145b76b069b447ffa102 (patch) | |
| tree | fa3d82d2e156e3afae40149c093b95f98d148999 /src | |
| parent | 3aeefe7ad18090e9632b10d5d36623cf82545a4a (diff) | |
| download | openbsd-e72ce29e836c34202034145b76b069b447ffa102.tar.gz openbsd-e72ce29e836c34202034145b76b069b447ffa102.tar.bz2 openbsd-e72ce29e836c34202034145b76b069b447ffa102.zip | |
err.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/ERR_GET_LIB.3 | 10 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_clear_error.3 | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_error_string.3 | 14 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_get_error.3 | 8 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_load_strings.3 | 10 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_print_errors.3 | 7 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_put_error.3 | 8 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ERR_remove_state.3 | 8 |
8 files changed, 45 insertions, 27 deletions
diff --git a/src/lib/libcrypto/man/ERR_GET_LIB.3 b/src/lib/libcrypto/man/ERR_GET_LIB.3 index 03f56c09f6..b43f731ba8 100644 --- a/src/lib/libcrypto/man/ERR_GET_LIB.3 +++ b/src/lib/libcrypto/man/ERR_GET_LIB.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_GET_LIB.3,v 1.5 2016/12/16 08:53:30 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_GET_LIB.3,v 1.6 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL doc/man3/ERR_GET_LIB.pod 3dfda1a6 Dec 12 11:14:40 2016 -0500 | 2 | .\" OpenSSL doc/man3/ERR_GET_LIB.pod 3dfda1a6 Dec 12 11:14:40 2016 -0500 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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 16 2016 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
| 52 | .Dt ERR_GET_LIB 3 | 52 | .Dt ERR_GET_LIB 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -119,6 +119,8 @@ returns non-zero if the error is fatal or 0 otherwise. | |||
| 119 | .Sh HISTORY | 119 | .Sh HISTORY |
| 120 | .Fn ERR_GET_LIB , | 120 | .Fn ERR_GET_LIB , |
| 121 | .Fn ERR_GET_FUNC , | 121 | .Fn ERR_GET_FUNC , |
| 122 | .Fn ERR_GET_REASON , | ||
| 122 | and | 123 | and |
| 123 | .Fn ERR_GET_REASON | 124 | .Fn ERR_FATAL_ERROR |
| 124 | are available in all versions of SSLeay and OpenSSL. | 125 | appeared in SSLeay 0.8.1b or earlier and have been available since |
| 126 | .Ox 2.4 . | ||
diff --git a/src/lib/libcrypto/man/ERR_clear_error.3 b/src/lib/libcrypto/man/ERR_clear_error.3 index 7ad4a4ed5e..89d4f320a4 100644 --- a/src/lib/libcrypto/man/ERR_clear_error.3 +++ b/src/lib/libcrypto/man/ERR_clear_error.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_clear_error.3,v 1.3 2016/11/23 17:58:42 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_clear_error.3,v 1.4 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: November 23 2016 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
| 52 | .Dt ERR_CLEAR_ERROR 3 | 52 | .Dt ERR_CLEAR_ERROR 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -66,4 +66,5 @@ empties the current thread's error queue. | |||
| 66 | .Xr ERR_get_error 3 | 66 | .Xr ERR_get_error 3 |
| 67 | .Sh HISTORY | 67 | .Sh HISTORY |
| 68 | .Fn ERR_clear_error | 68 | .Fn ERR_clear_error |
| 69 | is available in all versions of SSLeay and OpenSSL. | 69 | appeared in SSLeay 0.8.1b or earlier and has been available since |
| 70 | .Ox 2.4 . | ||
diff --git a/src/lib/libcrypto/man/ERR_error_string.3 b/src/lib/libcrypto/man/ERR_error_string.3 index 48f323025e..b303ab2a31 100644 --- a/src/lib/libcrypto/man/ERR_error_string.3 +++ b/src/lib/libcrypto/man/ERR_error_string.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_error_string.3,v 1.4 2016/11/23 17:55:31 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_error_string.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: November 23 2016 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
| 52 | .Dt ERR_ERROR_STRING 3 | 52 | .Dt ERR_ERROR_STRING 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -163,7 +163,13 @@ if none is registered for the error code. | |||
| 163 | .Xr ERR_print_errors 3 , | 163 | .Xr ERR_print_errors 3 , |
| 164 | .Xr SSL_load_error_strings 3 | 164 | .Xr SSL_load_error_strings 3 |
| 165 | .Sh HISTORY | 165 | .Sh HISTORY |
| 166 | .Fn ERR_error_string | 166 | .Fn ERR_error_string , |
| 167 | is available in all versions of SSLeay and OpenSSL. | 167 | .Fn ERR_lib_error_string , |
| 168 | .Fn ERR_func_error_string , | ||
| 169 | and | ||
| 170 | .Fn ERR_reason_error_string | ||
| 171 | appeared in SSLeay 0.8.1b or earlier and have been available since | ||
| 172 | .Ox 2.4 . | ||
| 173 | .Pp | ||
| 168 | .Fn ERR_error_string_n | 174 | .Fn ERR_error_string_n |
| 169 | was added in OpenSSL 0.9.6. | 175 | was added in OpenSSL 0.9.6. |
diff --git a/src/lib/libcrypto/man/ERR_get_error.3 b/src/lib/libcrypto/man/ERR_get_error.3 index 361d7ab746..e20e1236dc 100644 --- a/src/lib/libcrypto/man/ERR_get_error.3 +++ b/src/lib/libcrypto/man/ERR_get_error.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_get_error.3,v 1.4 2016/11/23 17:59:29 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_get_error.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: November 23 2016 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
| 52 | .Dt ERR_GET_ERROR 3 | 52 | .Dt ERR_GET_ERROR 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -173,7 +173,9 @@ The error code, or 0 if there is no error in the queue. | |||
| 173 | .Fn ERR_get_error_line , | 173 | .Fn ERR_get_error_line , |
| 174 | and | 174 | and |
| 175 | .Fn ERR_peek_error_line | 175 | .Fn ERR_peek_error_line |
| 176 | are available in all versions of SSLeay and OpenSSL. | 176 | appeared in SSLeay 0.8.1b or earlier and have been available since |
| 177 | .Ox 2.4 . | ||
| 178 | .Pp | ||
| 177 | .Fn ERR_get_error_line_data | 179 | .Fn ERR_get_error_line_data |
| 178 | and | 180 | and |
| 179 | .Fn ERR_peek_error_line_data | 181 | .Fn ERR_peek_error_line_data |
diff --git a/src/lib/libcrypto/man/ERR_load_strings.3 b/src/lib/libcrypto/man/ERR_load_strings.3 index 74fd989bf3..8708b8c284 100644 --- a/src/lib/libcrypto/man/ERR_load_strings.3 +++ b/src/lib/libcrypto/man/ERR_load_strings.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_load_strings.3,v 1.4 2016/11/23 17:59:29 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_load_strings.3,v 1.5 2018/03/20 22:56:38 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>. |
| @@ -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: November 23 2016 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
| 52 | .Dt ERR_LOAD_STRINGS 3 | 52 | .Dt ERR_LOAD_STRINGS 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -107,9 +107,11 @@ returns a new library number. | |||
| 107 | .Sh SEE ALSO | 107 | .Sh SEE ALSO |
| 108 | .Xr ERR 3 | 108 | .Xr ERR 3 |
| 109 | .Sh HISTORY | 109 | .Sh HISTORY |
| 110 | .Fn ERR_load_error_strings | 110 | .Fn ERR_load_strings |
| 111 | and | 111 | and |
| 112 | .Fn ERR_PACK | 112 | .Fn ERR_PACK |
| 113 | are available in all versions of SSLeay and OpenSSL. | 113 | appeared in SSLeay 0.8.1b or earlier and have been available since |
| 114 | .Ox 2.4 . | ||
| 115 | .Pp | ||
| 114 | .Fn ERR_get_next_error_library | 116 | .Fn ERR_get_next_error_library |
| 115 | was added in SSLeay 0.9.0. | 117 | was added in SSLeay 0.9.0. |
diff --git a/src/lib/libcrypto/man/ERR_print_errors.3 b/src/lib/libcrypto/man/ERR_print_errors.3 index aedc65d616..aa0564b92a 100644 --- a/src/lib/libcrypto/man/ERR_print_errors.3 +++ b/src/lib/libcrypto/man/ERR_print_errors.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_print_errors.3,v 1.4 2016/11/23 17:56:36 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_print_errors.3,v 1.5 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>, | 4 | .\" This file was written by Ulf Moeller <ulf@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 23 2016 $ | 52 | .Dd $Mdocdate: March 20 2018 $ |
| 53 | .Dt ERR_PRINT_ERRORS 3 | 53 | .Dt ERR_PRINT_ERRORS 3 |
| 54 | .Os | 54 | .Os |
| 55 | .Sh NAME | 55 | .Sh NAME |
| @@ -118,4 +118,5 @@ return no values. | |||
| 118 | .Fn ERR_print_errors | 118 | .Fn ERR_print_errors |
| 119 | and | 119 | and |
| 120 | .Fn ERR_print_errors_fp | 120 | .Fn ERR_print_errors_fp |
| 121 | are available in all versions of SSLeay and OpenSSL. | 121 | appeared in SSLeay 0.8.1b or earlier and have been available since |
| 122 | .Ox 2.4 . | ||
diff --git a/src/lib/libcrypto/man/ERR_put_error.3 b/src/lib/libcrypto/man/ERR_put_error.3 index 3011e16df4..3d2b240464 100644 --- a/src/lib/libcrypto/man/ERR_put_error.3 +++ b/src/lib/libcrypto/man/ERR_put_error.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_put_error.3,v 1.5 2017/02/20 23:21:19 beck Exp $ | 1 | .\" $OpenBSD: ERR_put_error.3,v 1.6 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: February 20 2017 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
| 52 | .Dt ERR_PUT_ERROR 3 | 52 | .Dt ERR_PUT_ERROR 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -147,6 +147,8 @@ macro. | |||
| 147 | .Xr ERR_load_strings 3 | 147 | .Xr ERR_load_strings 3 |
| 148 | .Sh HISTORY | 148 | .Sh HISTORY |
| 149 | .Fn ERR_put_error | 149 | .Fn ERR_put_error |
| 150 | is available in all versions of SSLeay and OpenSSL. | 150 | appeared in SSLeay 0.8.1b or earlier and has been available since |
| 151 | .Ox 2.4 . | ||
| 152 | .Pp | ||
| 151 | .Fn ERR_add_error_data | 153 | .Fn ERR_add_error_data |
| 152 | was added in SSLeay 0.9.0. | 154 | was added in SSLeay 0.9.0. |
diff --git a/src/lib/libcrypto/man/ERR_remove_state.3 b/src/lib/libcrypto/man/ERR_remove_state.3 index 7fd63aa07b..76b16bee98 100644 --- a/src/lib/libcrypto/man/ERR_remove_state.3 +++ b/src/lib/libcrypto/man/ERR_remove_state.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ERR_remove_state.3,v 1.3 2016/11/23 17:59:29 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_remove_state.3,v 1.4 2018/03/20 22:56:38 schwarze Exp $ |
| 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and |
| @@ -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 23 2016 $ | 52 | .Dd $Mdocdate: March 20 2018 $ |
| 53 | .Dt ERR_REMOVE_STATE 3 | 53 | .Dt ERR_REMOVE_STATE 3 |
| 54 | .Os | 54 | .Os |
| 55 | .Sh NAME | 55 | .Sh NAME |
| @@ -101,7 +101,9 @@ return no value. | |||
| 101 | .Xr ERR 3 | 101 | .Xr ERR 3 |
| 102 | .Sh HISTORY | 102 | .Sh HISTORY |
| 103 | .Fn ERR_remove_state | 103 | .Fn ERR_remove_state |
| 104 | is available in all versions of SSLeay and OpenSSL. | 104 | appeared in SSLeay 0.8.1b or earlier and has been available since |
| 105 | .Ox 2.4 . | ||
| 106 | .Pp | ||
| 105 | It was deprecated in OpenSSL 1.0.0 when | 107 | It was deprecated in OpenSSL 1.0.0 when |
| 106 | .Fn ERR_remove_thread_state | 108 | .Fn ERR_remove_thread_state |
| 107 | was introduced and thread IDs were introduced to identify threads | 109 | was introduced and thread IDs were introduced to identify threads |
