diff options
author | Jack Lloyd <[email protected]> | 2017-12-20 15:54:49 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-20 15:54:49 -0500 |
commit | 50795d21c069d8dd090f85e93b290d83d820cde7 (patch) | |
tree | ad3d98785ea88a3f917d55eb5a1684703468634b /doc | |
parent | 646ed79e273f8b51dd2071ac045522f3e0736a40 (diff) |
Remove use of Sphinx extlinks extension [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/passhash.rst | 6 | ||||
-rw-r--r-- | doc/manual/srp.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual/passhash.rst b/doc/manual/passhash.rst index 3af67e125..a861365c0 100644 --- a/doc/manual/passhash.rst +++ b/doc/manual/passhash.rst @@ -73,9 +73,9 @@ passhash9. Bcrypt ---------------------------------------- -:wikipedia:`Bcrypt` is a password hashing scheme originally designed -for use in OpenBSD, but numerous other implementations exist. -It is made available by including ``bcrypt.h``. +`Bcrypt <https://www.usenix.org/legacy/event/usenix99/provos/provos.pdf>`_ is a +password hashing scheme originally designed for use in OpenBSD, but numerous +other implementations exist. It is made available by including ``bcrypt.h``. It has the advantage that it requires a small amount (4K) of fast RAM to compute, which can make hardware password cracking somewhat more diff --git a/doc/manual/srp.rst b/doc/manual/srp.rst index 3419488a3..9fcb1a196 100644 --- a/doc/manual/srp.rst +++ b/doc/manual/srp.rst @@ -1,9 +1,9 @@ Secure Remote Password ======================================== -The library contains an implementation of the :wikipedia:`SRP-6a -password based key exchange protocol -<Secure_remote_password_protocol>` in ``srp6.h``. +The library contains an implementation of the +`SRP6-a <http://srp.stanford.edu/design.html>`_ password authenticated +key exchange protocol in ``srp6.h``. A SRP client provides what is called a SRP *verifier* to the server. This verifier is based on a password, but the password cannot be |