kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
275 stars 40 forks source link

Handle nonce-count as hexadecimal in kauth_count (resolve #41) #42

Closed mk-f closed 6 years ago

mk-f commented 6 years ago

This attempts to resolve #41 and modifies the digest-auth-int-testcase to use a value greater than 9.

kristapsdz commented 6 years ago

This also solves the mystery of strange responses to kcaldav in some situations. Thanks so much! I'm merging a fix that uses strtoull instead of handrolling it---please double-check to see if it fits for you. I also added a few more tests along with a failure test too. Thanks again!