summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EC_GROUP_new.3
diff options
context:
space:
mode:
authortb <>2025-03-08 16:38:13 +0000
committertb <>2025-03-08 16:38:13 +0000
commit756b89f52b27d14dbe297ad7defa2b0f47b36994 (patch)
tree53b568df012d739829b024dfde0fa22c7656f6cd /src/lib/libcrypto/man/EC_GROUP_new.3
parent1e07089babecfe48429157576c9b04908a399a45 (diff)
downloadopenbsd-756b89f52b27d14dbe297ad7defa2b0f47b36994.tar.gz
openbsd-756b89f52b27d14dbe297ad7defa2b0f47b36994.tar.bz2
openbsd-756b89f52b27d14dbe297ad7defa2b0f47b36994.zip
Remove EC_GFp_* and EC_METHOD_get_field_type docs
Diffstat (limited to 'src/lib/libcrypto/man/EC_GROUP_new.3')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_new.39
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_new.3 b/src/lib/libcrypto/man/EC_GROUP_new.3
index e6cfb9a73b..83e3e4c870 100644
--- a/src/lib/libcrypto/man/EC_GROUP_new.3
+++ b/src/lib/libcrypto/man/EC_GROUP_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_GROUP_new.3,v 1.17 2024/04/27 07:41:47 tb Exp $ 1.\" $OpenBSD: EC_GROUP_new.3,v 1.18 2025/03/08 16:38:13 tb Exp $
2.\" OpenSSL 6328d367 Sat Jul 4 21:58:30 2020 +0200 2.\" OpenSSL 6328d367 Sat Jul 4 21:58:30 2020 +0200
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@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: April 27 2024 $ 51.Dd $Mdocdate: March 8 2025 $
52.Dt EC_GROUP_NEW 3 52.Dt EC_GROUP_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -154,9 +154,7 @@ structure is used to represent the definition of an elliptic curve.
154A new curve can be constructed by calling 154A new curve can be constructed by calling
155.Fn EC_GROUP_new , 155.Fn EC_GROUP_new ,
156using the implementation provided by 156using the implementation provided by
157.Fa meth 157.Fa meth .
158(see
159.Xr EC_GFp_simple_method 3 ) .
160It is then necessary to call 158It is then necessary to call
161.Fn EC_GROUP_set_curve 159.Fn EC_GROUP_set_curve
162to set the curve parameters. 160to set the curve parameters.
@@ -320,7 +318,6 @@ return 1 on success or 0 on error.
320.Sh SEE ALSO 318.Sh SEE ALSO
321.Xr crypto 3 , 319.Xr crypto 3 ,
322.Xr d2i_ECPKParameters 3 , 320.Xr d2i_ECPKParameters 3 ,
323.Xr EC_GFp_simple_method 3 ,
324.Xr EC_GROUP_copy 3 , 321.Xr EC_GROUP_copy 3 ,
325.Xr EC_KEY_new 3 , 322.Xr EC_KEY_new 3 ,
326.Xr EC_POINT_add 3 , 323.Xr EC_POINT_add 3 ,