bug24247 361 B

123456
  1. o Minor bugfixes (fuzzing):
  2. - Fix a bug in our fuzzing mock replacement for crypto_pk_checksig(), to
  3. correctly handle cases where a caller gives it an RSA key of under 160
  4. bits. (This is not actually a bug in Tor itself, but wrather in our
  5. fuzzing code.) Fixes bug 24247; bugfix on 0.3.0.3-alpha.
  6. Found by OSS-Fuzz as issue 4177.