mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
a url for better reference
svn:r4778
This commit is contained in:
@@ -1374,6 +1374,7 @@ int crypto_dh_get_public(crypto_dh_env_t *dh, char *pubkey, size_t pubkey_len)
|
||||
|
||||
/** Check for bad diffie-hellman public keys (g^x). Return 0 if the key is
|
||||
* okay, or -1 if it's bad.
|
||||
* See http://www.cl.cam.ac.uk/ftp/users/rja14/psandqs.ps.gz for some tips.
|
||||
*/
|
||||
static int
|
||||
tor_check_dh_key(BIGNUM *bn)
|
||||
|
||||
Reference in New Issue
Block a user