const time authentication in bozohttpd (pt. 2)
Mateusz Kocielski <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.security |
|---|---|
| Message-ID | <[email protected]> |
Hello, as discussed previously [1] bozohttpd checks secrets using strcmp, which may leak information about compared data. Previous patch was simply over-complicated and wrong. riastradh@ suggested how it should look like, basing on that I wrote a new patch proposal [2]. I'd like to commit it, if there's no objections. [1] - http://mail-index.netbsd.org/tech-security/2014/06/25/msg000761.html [2] - http://www.netbsd.org/~shm/patches/auth-bozo.c.diff4 Best Regards, Mateusz Kocielski (@shm)