cryb-to/lib
Dag-Erling Smørgrav bd4b5c246e Complete rewrite of oath_key_to_uri().
- The API has changed so that the function now writes its output into a caller-provided buffer, in a style similar to libcryb-enc.

- All parameter values are now correctly percent-encoded.

- The issuer parameter is now supported.
2018-04-26 02:41:47 +02:00
..
cipher Fix counter increment in Salsa and ChaCha. 2017-04-22 03:10:10 +02:00
core Add strchrnul(), wcschrnul(), and tests for the former. 2017-08-23 13:41:40 +02:00
cpe Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
digest Use the English name of the University. 2017-04-29 02:31:15 +02:00
enc Fix signed shift in base32 and base64 decoders. 2017-12-17 16:01:32 +01:00
hash Use the English name of the University. 2017-04-29 02:31:15 +02:00
mac Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mpi Add a missing break. 2017-09-04 21:00:01 +02:00
oath Complete rewrite of oath_key_to_uri(). 2018-04-26 02:41:47 +02:00
rand Make rand_bytes() work more like read(2). 2018-04-25 23:11:47 +02:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Slight cleanup. 2017-05-11 00:08:45 +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