/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_srp_password.pod | 18 - 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 …]
|
D | SRP_create_verifier.pod | 11 - 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.
|
D | SRP_VBASE_new.pod | 11 - 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
|
D | SRP_Calc_B.pod | 15 - 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>
|
D | SRP_user_pwd_new.pod | 10 - 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/ |
D | tlsauthtype.md | 14 - --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.
|
D | version.md | 107 ## `TLS-SRP` 108 SRP (Secure Remote Password) authentication is supported for TLS.
|
D | proxy-tlsauthtype.md | 14 - --proxy-tlsauthtype SRP -x https://proxy $URL
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_TLSAUTH_TYPE.md | 27 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
|
D | CURLOPT_PROXY_TLSAUTH_TYPE.md | 31 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
|
D | CURLOPT_TLSAUTH_USERNAME.md | 34 This feature relies in TLS SRP which does not work with TLS 1.3. 53 curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "SRP");
|
D | CURLOPT_TLSAUTH_PASSWORD.md | 35 This feature relies in TLS SRP which does not work with TLS 1.3. 54 curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "SRP");
|
D | CURLOPT_PROXY_TLSAUTH_PASSWORD.md | 55 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "SRP");
|
D | CURLOPT_PROXY_TLSAUTH_USERNAME.md | 55 curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "SRP");
|
/third_party/curl/tests/data/ |
D | test323 | 5 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…
|
D | test322 | 5 TLS-SRP 16 TLS-SRP 19 TLS-SRP with bad password 22 --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
|
D | test321 | 5 TLS-SRP 16 TLS-SRP 19 TLS-SRP with bad username and password 22 --insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
|
D | test324 | 5 TLS-SRP 16 TLS-SRP 19 TLS-SRP with server cert checking 22 --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/fails
|
D | test320 | 6 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/ |
D | 23-srp.cnf.in | 14 # SRP is only supported up to TLSv1.2 20 "CipherString" => "SRP", 28 "CipherString" => "SRP", 42 "CipherString" => "SRP", 50 "CipherString" => "SRP",
|
D | 23-srp.cnf | 20 CipherString = SRP 25 CipherString = SRP 55 CipherString = SRP 60 CipherString = SRP
|
/third_party/openssl/doc/man1/ |
D | openssl-srp.pod.in | 6 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/ |
D | libssl.num | 5 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/ |
D | libssl.num | 5 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/ |
D | README.ssltest.md | 192 * SRPUser, SRPPassword - SRP settings. For client, this is the SRP user to 193 connect as; for server, this is a known SRP user.
|