diff options
author | tb <> | 2023-08-29 10:07:42 +0000 |
---|---|---|
committer | tb <> | 2023-08-29 10:07:42 +0000 |
commit | 09dcbefdff671a2602d306db8c2ca196ca43a8d7 (patch) | |
tree | 62601e4a48a8aa498bbdf6eecd2a41c236cef57b /src/lib/libcrypto/man/EC_KEY_new.3 | |
parent | 44e1ad16951d32b584361dfd5f8ecee255a20c70 (diff) | |
download | openbsd-09dcbefdff671a2602d306db8c2ca196ca43a8d7.tar.gz openbsd-09dcbefdff671a2602d306db8c2ca196ca43a8d7.tar.bz2 openbsd-09dcbefdff671a2602d306db8c2ca196ca43a8d7.zip |
Replace last ecdh.h and ecdsa.h occurrences with ec.h
Except if backward compatibility with older LibreSSL and OpenSSL versions
is explicitly needed, ecdsa.h and ecdh.h should no longer be used. They
are now trivial wrappers of ec.h.
Diffstat (limited to 'src/lib/libcrypto/man/EC_KEY_new.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_KEY_new.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3 index 15918898da..06afdd537c 100644 --- a/src/lib/libcrypto/man/EC_KEY_new.3 +++ b/src/lib/libcrypto/man/EC_KEY_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_KEY_new.3,v 1.17 2023/04/27 09:49:44 tb Exp $ | 1 | .\" $OpenBSD: EC_KEY_new.3,v 1.18 2023/08/29 10:07:42 tb Exp $ |
2 | .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 | 2 | .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 |
3 | .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 3 | .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
4 | .\" | 4 | .\" |
@@ -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: April 27 2023 $ | 52 | .Dd $Mdocdate: August 29 2023 $ |
53 | .Dt EC_KEY_NEW 3 | 53 | .Dt EC_KEY_NEW 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -387,10 +387,8 @@ The currently defined standard flags are | |||
387 | .Dv EC_FLAG_NON_FIPS_ALLOW | 387 | .Dv EC_FLAG_NON_FIPS_ALLOW |
388 | and | 388 | and |
389 | .Dv EC_FLAG_FIPS_CHECKED . | 389 | .Dv EC_FLAG_FIPS_CHECKED . |
390 | In addition there is the flag | 390 | In addition there is the ECDH-specific flag |
391 | .Dv EC_FLAG_COFACTOR_ECDH | 391 | .Dv EC_FLAG_COFACTOR_ECDH . |
392 | which is specific to ECDH and is defined in | ||
393 | .In openssl/ecdh.h . | ||
394 | .Fn EC_KEY_get_flags | 392 | .Fn EC_KEY_get_flags |
395 | returns the current flags that are set for this | 393 | returns the current flags that are set for this |
396 | .Vt EC_KEY . | 394 | .Vt EC_KEY . |