Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-05 | Don't call the system toupper or tolower. | Nick Mathewson | |
Yes, we could cast to unsigned char first, but it's probably safest to just use our own (in test_util), or remove bad-idea features that we don't use (in readpassphrase.c). Fixes 18728. | |||
2015-06-27 | Whoops; fix linux build again | Nick Mathewson | |
2015-06-17 | Add the openssh 6.8p1 readpassphrase implementation | Nick Mathewson | |
This way glibc users don't have to fall back to getpass. Windows users are still out of luck | |||
2015-06-17 | Add readpassphrase.c in src/ext | Nick Mathewson | |
This is taken verbatim from openssh 6.8p1, which appears to have lightly tweaked it from the openbsd version. |