yubico-c-client icon indicating copy to clipboard operation
yubico-c-client copied to clipboard

Yubico C client library

Results 8 yubico-c-client issues
Sort by recently updated
recently updated
newest added

I needed to integrate this library with my CMake-based application, so I've added CMakeLists. I'm not really happy with how version number is hardcoded inside it, but I don't have...

I am using the sha1 code in my project & LGTM found that the `length == 0` check can't be true ever due to the `!length` check and return a...

There have been some fixes in the past 5 years that haven't been released yet, like: https://github.com/Yubico/yubico-c-client/commit/0d45452e7fbe47e77e78ff23b480c77fd9c06f2b. Could a new release be made? Or is the project deprecated?

Issues https://github.com/Yubico/yubico-c-client/issues/33 and https://github.com/Yubico/yubico-c-client/issues/27 (see also https://github.com/Yubico/yubico-c-client/pull/28) shone a light on this set of problems. The idea is to consolidate the above under this issue as well as provide clarification...

Write doxygen (or similar) documentation for the public interfaces.

enhancement

The client should transcode non-qwerty OTPs into qwerty-style before sending it to the server.

enhancement

This will happen if mysqld has failed on the validation server. Previously ykclient lib would return YKCLIENT_BAD_SERVER_SIGNATURE without waiting for other servers to return. I've tested this and it fixes...

Hi I've been doing some more testing and have discovered that mysqld is a single point of failure in a multi-server validation server setup. In my setup, I have 4...