Skip to content

Commit 6b1c064

Browse files
yeoleobunmadeye
authored andcommitted
Fix outdated link
previous link https://wiki.openssl.org/index.php/Manual:EVP_BytesToKey(3) has no detail
1 parent 6aa1e91 commit 6b1c064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doc/aead.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The way Shadowsocks using AEAD ciphers is specified in [SIP004] and amended in [
1919

2020
## Key Derivation
2121

22-
The master key can be input directly from user or generated from a password. The key derivation is still following EVP_BytesToKey(3) in OpenSSL. The detailed spec can be found [here](https://wiki.openssl.org/index.php/Manual:EVP_BytesToKey(3))
22+
The master key can be input directly from user or generated from a password. The key derivation is still following EVP_BytesToKey(3) in OpenSSL. The detailed spec can be found [here](https://docs.openssl.org/master/man3/EVP_BytesToKey/)
2323

2424
[HKDF_SHA1] is a function that takes a secret key, a non-secret salt, an info string, and produces a subkey that is cryptographically strong even if the input secret key is weak.
2525

@@ -81,4 +81,4 @@ The salt is used to derive the per-session subkey and must be generated randomly
8181
[@breakwa11]: https://github.com/breakwa11
8282
[@riobard]: https://github.com/riobard
8383
[@Noisyfox]: https://github.com/noisyfox
84-
[HKDF_SHA1]: https://tools.ietf.org/html/rfc5869
84+
[HKDF_SHA1]: https://tools.ietf.org/html/rfc5869

0 commit comments

Comments
 (0)