summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/des_read_pw.3
diff options
context:
space:
mode:
authortb <>2024-08-24 07:48:37 +0000
committertb <>2024-08-24 07:48:37 +0000
commitbf1f93fbf489016a56536bda74c7bbbbea4d4c8a (patch)
treed2bbbb98eebdfdc70a775382e6e12455493608f2 /src/lib/libcrypto/man/des_read_pw.3
parent56917f3bcb61bebc42b4cdbb89e6e6bdefe00e06 (diff)
downloadopenbsd-bf1f93fbf489016a56536bda74c7bbbbea4d4c8a.tar.gz
openbsd-bf1f93fbf489016a56536bda74c7bbbbea4d4c8a.tar.bz2
openbsd-bf1f93fbf489016a56536bda74c7bbbbea4d4c8a.zip
Remove documentation of UI_UTIL_read_pw*
According to some, a fail-open password verification function is par for the course for libcrypto. Unfortunately, we have been recommending its use over similarly named EVP functions after what amounted to a coin toss a few years back. Luckily enough, no one followed that advice and we can soon remove this API for good.
Diffstat (limited to 'src/lib/libcrypto/man/des_read_pw.3')
-rw-r--r--src/lib/libcrypto/man/des_read_pw.312
1 files changed, 3 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/des_read_pw.3 b/src/lib/libcrypto/man/des_read_pw.3
index 41f8553de1..7cb35b47f8 100644
--- a/src/lib/libcrypto/man/des_read_pw.3
+++ b/src/lib/libcrypto/man/des_read_pw.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: des_read_pw.3,v 1.11 2023/09/10 13:58:46 schwarze Exp $ 1.\" $OpenBSD: des_read_pw.3,v 1.12 2024/08/24 07:48:37 tb Exp $
2.\" full merge up to: OpenSSL doc/crypto/des.pod 2.\" full merge up to: OpenSSL doc/crypto/des.pod
3.\" 53934822 Jun 9 16:39:19 2016 -0400 3.\" 53934822 Jun 9 16:39:19 2016 -0400
4.\" 4.\"
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: September 10 2023 $ 69.Dd $Mdocdate: August 24 2024 $
70.Dt DES_READ_PW 3 70.Dt DES_READ_PW 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -99,11 +99,6 @@
99.Ft char * 99.Ft char *
100.Fn EVP_get_pw_prompt void 100.Fn EVP_get_pw_prompt void
101.Sh DESCRIPTION 101.Sh DESCRIPTION
102These functions are deprecated.
103Use
104.Xr UI_UTIL_read_pw 3
105instead.
106.Pp
107.Fn EVP_read_pw_string 102.Fn EVP_read_pw_string
108writes the 103writes the
109.Fa prompt 104.Fa prompt
@@ -185,8 +180,7 @@ returns an internal pointer to static memory containing the default prompt, or
185.Dv NULL 180.Dv NULL
186if no default prompt is set. 181if no default prompt is set.
187.Sh SEE ALSO 182.Sh SEE ALSO
188.Xr UI_new 3 , 183.Xr UI_new 3
189.Xr UI_UTIL_read_pw 3
190.Sh HISTORY 184.Sh HISTORY
191.Fn EVP_read_pw_string 185.Fn EVP_read_pw_string
192first appeared in SSLeay 0.5.1 and 186first appeared in SSLeay 0.5.1 and