bug3122_memcmp 426 B

1234567
  1. o Security fixes
  2. - Replace all potentially sensitive memory comparison operations
  3. with versions whose runtime does not depend on the data being
  4. compared. This will help resist a class of attacks where an
  5. adversary can use variations in timing information to learn
  6. sensitive data. Fix for one case of bug 3122. (Safe memcmp
  7. implementation by Robert Ransom based partially on code by DJB.)