From: bert hubert Date: Fri, 16 Feb 2018 21:01:02 +0000 (+0100) Subject: update docs to key derivation & proper link X-Git-Tag: dnsdist-1.4.0-alpha1~27^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1be8bf12c36dc5297e8b4ba1cafefdaf55c95171;p=thirdparty%2Fpdns.git update docs to key derivation & proper link --- diff --git a/pdns/dnsdistdist/docs/reference/comboaddress.rst b/pdns/dnsdistdist/docs/reference/comboaddress.rst index fc2a60b4f1..ca1262df20 100644 --- a/pdns/dnsdistdist/docs/reference/comboaddress.rst +++ b/pdns/dnsdistdist/docs/reference/comboaddress.rst @@ -24,15 +24,15 @@ ComboAddresses can be IPv4 or IPv6, and unless you want to know, you don't need .. method:: ComboAddress:ipdecrypt(key) -> ComboAddress - Decrypt this IP address as described in https://medium.com/@bert.hubert/on-ip-address-encryption-security-analysis-with-respect-for-privacy-dabe1201b476 + Decrypt this IP address as described in https://powerdns.org/ipcipher - :param string key: A 16 byte key + :param string key: A 16 byte key. Note that this can be derived from a passphrase with the standalone function `makeIPCipherKey` .. method:: ComboAddress:ipencrypt(key) -> ComboAddress - Encrypt this IP address as described in https://medium.com/@bert.hubert/on-ip-address-encryption-security-analysis-with-respect-for-privacy-dabe1201b476 + Encrypt this IP address as described in https://powerdns.org/ipcipher - :param string key: A 16 byte key + :param string key: A 16 byte key. Note that this can be derived from a passphrase with the standalone function `makeIPCipherKey` .. method:: ComboAddress:isIPv4() -> bool