cryb-to/lib
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
..
cipher Remove an unnecessary pointer from struct aes_ctx. 2017-03-03 23:49:00 +01:00
core Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
cpe Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
digest Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
enc Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
hash Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
mac Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
mpi Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
oath All property names and values may be percent-encoded. 2017-03-05 17:06:30 +01:00
rand Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01: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