Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | crypto: Refactor (P)RNG functionality into new crypto_rand module. | Isis Lovecruft | |
* ADD new /src/common/crypto_rand.[ch] module. * ADD new /src/common/crypto_util.[ch] module (contains the memwipe() function, since all crypto_* modules need this). * FIXES part of #24658: https://bugs.torproject.org/24658 | |||
2018-02-13 | Merge remote-tracking branch 'dgoulet/ticket24902_029_05' | Nick Mathewson | |
2018-02-12 | Fix a typo in an address_set.c comment. | Nick Mathewson | |
2018-02-09 | whitespace and typo cleanups | Roger Dingledine | |
2018-02-08 | Function to add an ipv4 address to an address_set | Nick Mathewson | |
This is a convenience function, so callers don't need to wrap the IPv4 address. | |||
2018-02-08 | Add an address-set backend using a bloom filter. | Nick Mathewson | |
We're going to need this to make our anti-DoS code (see 24902) more robust. |