]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/SRP_VBASE_new.pod
Fix L<xxx(1)> links to be L<openssl-xxx(1)>
[thirdparty/openssl.git] / doc / man3 / SRP_VBASE_new.pod
index 0a7b117c0d15ca9062c5d4d3a1f2a4700ed7ee59..aed0fe4771cabf15e156a5266e11175e74d8545b 100644 (file)
@@ -43,7 +43,7 @@ The verifier file is a text file containing multiple entries, whose format is:
 flag base64(verifier) base64(salt) username gNid userinfo(optional)
 where the flag can be 'V' (valid) or 'R' (revoked).
 Note that the base64 encoding used here is non-standard so it is recommended
-to use L<srp(1)> to generate this file.
+to use L<openssl-srp(1)> to generate this file.
 
 The SRP_VBASE_add0_user() function adds the B<user_pwd> verifier information
 to the B<vb> structure. See L<SRP_user_pwd_new(3)> to create and populate this
@@ -76,7 +76,7 @@ SRP_VBASE_add0_user() returns 1 on success and 0 on failure.
 
 =head1 SEE ALSO
 
-L<srp(1)>,
+L<openssl-srp(1)>,
 L<SRP_create_verifier(3)>,
 L<SRP_user_pwd_new(3)>,
 L<SSL_CTX_set_srp_password(3)>