cryb-to/lib/oath
Dag-Erling Smørgrav d017611d76 All property names and values may be percent-encoded.
If the key length is not a multiple of 40 bits, its base32 representation may be padded, and that padding will be encoded.   We already decoded the label (which may contain spaces and other unsafe characters), but not the key.  For the sake of simplicity and robustness, we now decode the name and value of every property.

This corresponds to OpenPAM r886.
2017-03-05 17:06:30 +01:00
..
cryb_oath.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
cryb_oath_hotp.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_oath_key_alloc.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_oath_key_create.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_oath_key_dummy.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_oath_key_free.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_oath_key_from_file.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
cryb_oath_key_from_uri.c All property names and values may be percent-encoded. 2017-03-05 17:06:30 +01:00
cryb_oath_key_to_uri.c All property names and values may be percent-encoded. 2017-03-05 17:06:30 +01:00
cryb_oath_mode.c Remove tautological condition. 2016-10-03 16:43:05 +02:00
cryb_oath_totp.c Big reorganization and cleanup 2016-09-04 14:56:39 +02:00
Makefile.am Fix typo in libcryb-rand's Makefile and ensure that it is built before libcryb-oath, which uses it. 2016-11-21 13:46:49 +01:00
oath_impl.h Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00