Releases: paolostivanin/libcotp
v3.1.0
v3.0.0
This release supersedes v2.1.0 and brings a new feature and some small code improvements:
- Add support for OpenSSL (#52), by @mchalain
- Fix base32 encoding and decoding of bytes array (#54)
- make
is_string_valid_b32
public - improve code readability
sha256: ff0b9ce208c4c6542a0f1e739cf31978fbf28848c573837c671a6cb7b56b2c12
v2.1.0
3.0
together with some other small changes.
sha256: 170fd3ee5270cc2bf78e76950dc64f400143da849942763abeb07e6c40c69325
v2.0.2
- Improved CMakeLists (#49 , @redstrate thank you!)
- Drop link_options, leave it up to every distro
sha256: c5357af4b3f6b3c5ad91e7f6cc6866a6139d0f89e780a057be34b31d4620caec
v2.0.1
v2.0.0
This release brings some changes and improvements.
In particular, libbaseencode has been merged with libcotp, so now users can call base32 functions by just including cotp.h
BREAKING CHANGES:
totp_verify
has been removedhotp_verify
has been removedbase64_encode
has been removedbase64_decode
has been removed
ADDED:
- new API
otp_to_int
base32
encoding and decoding functions from libbaseencode- new tests for libcotp
CHANGES:
- the soversion is now set only from the
$major
version (e.g.2
), and not from$major$minor
(e.g.12
) like it used to be.
sha256: 9391244cdcbe5a871230bd9da434b415c25e3ed49fd53f482ef6c0721a12d405
v1.2.8
v1.2.7
- check return value for gcrypt functions
sha256: 35b9bdb94dd80a95433db0c78d0d0fe98039a20bbd29105383fea5c6fedb51ac