The Cryb libraries
Find a file
Dag-Erling Smørgrav f82bbc1400 Catch up with OpenPAM's latest OATH changes:
Add an oath_mode(3) function which translates from mode names to numbers.

 Consistently use UINT_MAX, not -1, to indicate an invalid response.

 Change the meaning of the window parameter to always indicate the number
 of codes to check *in addition* to the current code.  Note that for TOTP,
 the window goes in both directions; a window of 1 means to check the
 current code plus the previous and next.
2014-12-20 01:45:01 +00:00
include Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00
lib Catch up with OpenPAM's latest OATH changes: 2014-12-20 01:45:01 +00:00
t Skip memory leak checks if coverage analysis is enabled. 2014-12-20 01:30:01 +00:00
tools
autogen.des
autogen.sh
configure.ac Make coverage.sh executable. 2014-12-20 00:52:37 +00:00
CREDITS Differentiate between the Cryb libraries and the Cryb.to project. 2014-12-20 00:47:21 +00:00
HISTORY
INSTALL
LICENSE
Makefile.am
mkpkgng.in
README Fill in. 2014-12-20 01:38:57 +00:00
RELNOTES

The aim of the Cryb.to project is to provide a collcetion of correct,
well-written, well-tested and well-documented implementations of both
low-level cryptographic primitives and higher-level security-related
interfaces under a permissive license.

The Cryb libraries are the first and primary product of the Cryb.to
project.  They include low-level cryptographic primitives and support
code such as safe string handling and containers.