Home
last modified time | relevance | path

Searched refs:SRP (Results 1 – 25 of 66) sorted by relevance

123

/third_party/openssl/doc/man3/
DSSL_CTX_set_srp_password.pod18 - SRP control operations
55 These functions provide access to SRP (Secure Remote Password) parameters,
56 an alternate authentication mechanism for TLS. SRP allows the use of usernames
58 eavesdropper. SRP also supplies a shared secret at the end of the authentication
61 The SRP protocol, version 3 is specified in RFC 2945. SRP version 6 is described
64 The SSL_CTX_set_srp_username() function sets the SRP username for B<ctx>. This
68 The SSL_CTX_set_srp_password() function sets the SRP password for B<ctx>. This
72 The SSL_CTX_set_srp_strength() function sets the SRP strength for B<ctx>. This
73 is the minimal length of the SRP prime in bits. If not specified 1024 is used.
80 that is invoked when an SRP username is found in a ClientHello.
[all …]
DSRP_create_verifier.pod11 - SRP authentication primitives
41 The SRP_create_verifier_BN_ex() function creates an SRP password verifier from
61 It is possible to pass NULL as I<N> and an SRP group id as I<g> instead to
63 If both I<N> and I<g> are NULL the 8192-bit SRP group parameters are used.
68 SRP group parameters from RFC 5054 appendix A.
71 SRP group size.
85 (i.e. the prime bit size) or NULL if the arguments are not valid SRP group parameters.
DSRP_VBASE_new.pod11 - Functions to create and manage a stack of SRP user verifier information
35 The SRP_VBASE_new() function allocates a structure to store server side SRP
40 as described in section 2.5.1.3 'Unknown SRP' of RFC 5054.
66 username. When using SRP as a TLS authentication mechanism, this will cause
DSRP_Calc_B.pod15 - SRP authentication primitives
53 The SRP functions described on this page are used to calculate various
54 parameters and keys used by SRP as defined in RFC2945. The server key and I<B>
DSRP_user_pwd_new.pod10 - Functions to create a record of SRP user verifier information
47 The SRP_user_pwd_set_gN() function sets the SRP group parameters for B<user_pwd>.
/third_party/curl/docs/cmdline-opts/
Dtlsauthtype.md14 - --tlsauthtype SRP $URL
19 Set TLS authentication type. Currently, the only supported option is "SRP",
20 for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
21 --tlsauthtype is not, then this option defaults to "SRP". This option works
22 only if the underlying libcurl is built with TLS-SRP support, which requires
23 OpenSSL or GnuTLS with TLS-SRP support.
Dversion.md107 ## `TLS-SRP`
108 SRP (Secure Remote Password) authentication is supported for TLS.
Dproxy-tlsauthtype.md14 - --proxy-tlsauthtype SRP -x https://proxy $URL
/third_party/curl/docs/libcurl/opts/
DCURLOPT_TLSAUTH_TYPE.md27 the method of the TLS authentication. Supported method is "SRP".
29 ## SRP section in DESCRIPTION
31 TLS-SRP authentication. Secure Remote Password authentication for TLS is
33 shared secret. To use TLS-SRP, you must also set the
40 TLS SRP does not work with TLS 1.3.
59 curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "SRP");
70 You need to build libcurl with GnuTLS or OpenSSL with TLS-SRP support for this
DCURLOPT_PROXY_TLSAUTH_TYPE.md31 method is "SRP".
33 ## SRP section in DESCRIPTION
35 TLS-SRP authentication. Secure Remote Password authentication for TLS is
37 shared secret. To use TLS-SRP, you must also set the
62 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "SRP");
75 You need to build libcurl with GnuTLS or OpenSSL with TLS-SRP support for this
DCURLOPT_TLSAUTH_USERNAME.md34 This feature relies in TLS SRP which does not work with TLS 1.3.
53 curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "SRP");
DCURLOPT_TLSAUTH_PASSWORD.md35 This feature relies in TLS SRP which does not work with TLS 1.3.
54 curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "SRP");
DCURLOPT_PROXY_TLSAUTH_PASSWORD.md55 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "SRP");
DCURLOPT_PROXY_TLSAUTH_USERNAME.md55 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "SRP");
/third_party/curl/tests/data/
Dtest3235 TLS-SRP
16 TLS-SRP
19 TLS-SRP to non-TLS-SRP server
22 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPSPORT/want…
Dtest3225 TLS-SRP
16 TLS-SRP
19 TLS-SRP with bad password
22 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
Dtest3215 TLS-SRP
16 TLS-SRP
19 TLS-SRP with bad username and password
22 --insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
Dtest3245 TLS-SRP
16 TLS-SRP
19 TLS-SRP with server cert checking
22 --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/fails
Dtest3206 TLS-SRP
26 <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
47 TLS-SRP
50 simple TLS-SRP HTTPS GET, check user in response
53 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc -A curl-test-suite https://%HOSTIP:…
/third_party/openssl/test/ssl-tests/
D23-srp.cnf.in14 # SRP is only supported up to TLSv1.2
20 "CipherString" => "SRP",
28 "CipherString" => "SRP",
42 "CipherString" => "SRP",
50 "CipherString" => "SRP",
D23-srp.cnf20 CipherString = SRP
25 CipherString = SRP
55 CipherString = SRP
60 CipherString = SRP
/third_party/openssl/doc/man1/
Dopenssl-srp.pod.in6 openssl-srp - maintain SRP password file
30 This command is deprecated. It is used to maintain an SRP (secure remote
34 appropriate operation on the SRP file.
54 Add a user and SRP verifier.
58 Modify the SRP verifier of an existing user.
70 The particular SRP definition to use.
/third_party/node/deps/openssl/openssl/util/
Dlibssl.num5 SSL_CTX_set_srp_client_pwd_callback 5 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
7 SSL_CTX_set_srp_password 7 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
35 SSL_get_srp_g 36 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
42 SRP_Calc_A_param 43 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
44 SSL_SRP_CTX_free 45 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
69 SSL_CTX_set_srp_cb_arg 70 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
71 SSL_get_srp_N 72 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
96 SSL_CTX_set_srp_username_callback 97 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
124 SSL_get_srp_username 125 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
147 SSL_SRP_CTX_init 148 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
[all …]
/third_party/openssl/util/
Dlibssl.num5 SSL_CTX_set_srp_client_pwd_callback 5 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
7 SSL_CTX_set_srp_password 7 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
35 SSL_get_srp_g 36 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
42 SRP_Calc_A_param 43 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
44 SSL_SRP_CTX_free 45 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
69 SSL_CTX_set_srp_cb_arg 70 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
71 SSL_get_srp_N 72 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
96 SSL_CTX_set_srp_username_callback 97 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
124 SSL_get_srp_username 125 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
147 SSL_SRP_CTX_init 148 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
[all …]
/third_party/openssl/test/
DREADME.ssltest.md192 * SRPUser, SRPPassword - SRP settings. For client, this is the SRP user to
193 connect as; for server, this is a known SRP user.

123