X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FECPKParameters_print.pod;h=a8aca9fcaf9eac8d9c65295ff327a444d231212b;hp=24b6bb9e04db028fab731e85725fb31fb5002862;hb=HEAD;hpb=9e183d2271653cbba2d9cf56d40c1356705207aa diff --git a/doc/man3/ECPKParameters_print.pod b/doc/man3/ECPKParameters_print.pod index 24b6bb9e04..70e435b090 100644 --- a/doc/man3/ECPKParameters_print.pod +++ b/doc/man3/ECPKParameters_print.pod @@ -9,11 +9,18 @@ encoding ASN1 representations of elliptic curve entities #include +The following functions have been deprecated since OpenSSL 3.0, and can be +hidden entirely by defining B with a suitable version value, +see L: + int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off); int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); =head1 DESCRIPTION +All of the functions described on this page are deprecated. +Applications should instead use L + The ECPKParameters represent the public parameters for an B structure, which represents a curve. @@ -32,11 +39,15 @@ L, L, L, L, L, L, L, +=head1 HISTORY + +All of these functions were deprecated in OpenSSL 3.0. + =head1 COPYRIGHT -Copyright 2013-2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2013-2021 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.