summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl
diff options
context:
space:
mode:
authortb <>2026-03-14 06:06:48 +0000
committertb <>2026-03-14 06:06:48 +0000
commit3183bd44f38dbaac9a703955b746944e68f7aa47 (patch)
tree8fdeae2c3465591f154635d619290100a883e12b /src/usr.bin/openssl
parent7d892da013d87af304d51aa7b2f8d8e284b459ae (diff)
downloadopenbsd-3183bd44f38dbaac9a703955b746944e68f7aa47.tar.gz
openbsd-3183bd44f38dbaac9a703955b746944e68f7aa47.tar.bz2
openbsd-3183bd44f38dbaac9a703955b746944e68f7aa47.zip
openssl.1: remove mention of OPENSSL_EC_BIN_PT_COMP
The need for this compile time option enabling point compression for binary curves despite patent issues has been removed in openssl 1.0.0 (released in 2010). [It's really difficult to count the number of bad ideas in the above.]
Diffstat (limited to 'src/usr.bin/openssl')
-rw-r--r--src/usr.bin/openssl/openssl.118
1 files changed, 2 insertions, 16 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index b9eba1a1de..20a1d69053 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.169 2026/02/01 08:45:31 martijn Exp $ 1.\" $OpenBSD: openssl.1,v 1.170 2026/03/14 06:06:48 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: February 1 2026 $ 113.Dd $Mdocdate: March 14 2026 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -1922,13 +1922,6 @@ and
1922.Cm hybrid . 1922.Cm hybrid .
1923For more information regarding 1923For more information regarding
1924the point conversion forms see the X9.62 standard. 1924the point conversion forms see the X9.62 standard.
1925Note:
1926Due to patent issues the
1927.Cm compressed
1928option is disabled by default for binary curves
1929and can be enabled by defining the preprocessor macro
1930.Dv OPENSSL_EC_BIN_PT_COMP
1931at compile time.
1932.It Fl des | des3 1925.It Fl des | des3
1933Encrypt the private key with DES, triple DES, or 1926Encrypt the private key with DES, triple DES, or
1934any other cipher supported by 1927any other cipher supported by
@@ -2029,13 +2022,6 @@ and
2029.Cm hybrid . 2022.Cm hybrid .
2030For more information regarding 2023For more information regarding
2031the point conversion forms see the X9.62 standard. 2024the point conversion forms see the X9.62 standard.
2032Note:
2033Due to patent issues the
2034.Cm compressed
2035option is disabled by default for binary curves
2036and can be enabled by defining the preprocessor macro
2037.Dv OPENSSL_EC_BIN_PT_COMP
2038at compile time.
2039.It Fl genkey 2025.It Fl genkey
2040Generate an EC private key using the specified parameters. 2026Generate an EC private key using the specified parameters.
2041.It Fl in Ar file 2027.It Fl in Ar file