af06271578
- Update to 3.1.0: * add support for mbedtls (#69, thanks to @Rockyshen123) * add support for big endian archs (#68)-
Paolo Stivanin2024-10-10 07:59:52 +00:00
f41402fdfe
Accepting request 1166123 from devel:libraries:c_c++
Ana Guerrero2024-04-08 15:40:04 +00:00
7ae86843fe
Accepting request 1132822 from devel:libraries:c_c++
Ana Guerrero2023-12-13 17:35:46 +00:00
9e38402adf
- Update to 3.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
Paolo Stivanin2023-12-13 08:54:37 +00:00
4c81c6da55
- Update to 2.1.0: * Fix base32 encoding and decoding of bytes array (#54) * Add support for OpenSSL (#52), by @mchalain
Paolo Stivanin2023-11-28 13:52:24 +00:00
c234ebfbe8
Accepting request 1124372 from devel:libraries:c_c++
Ana Guerrero2023-11-09 20:35:43 +00:00
b95944e384
- update to 2.0.2: * Improved CMakeLists * Drop link_options, leave it up to every distro - Build AVX2 enabled hwcaps library for x86_64-v3 - run spec cleaner * add c++ support - Fix soname - Update libcotp to v1.2.1 - First release on OBS
Dirk Mueller2023-11-09 09:19:06 +00:00
540e2e098d
- Update to 2.0.1: * If execution runs fine, set err_code to NO_ERROR in get_totp_at, get_steam_totp_at and otp_to_int. - Revert AVX2 change.
Paolo Stivanin2023-05-02 13:44:15 +00:00
431010c69c
- Drop libbaseencode dep, since it's no longer necessary and obsolete it - Fix changelog typo
Paolo Stivanin2023-02-01 09:38:30 +00:00
4392f32c6a
- update to 2.0.0: * 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 removed * hotp_verify has been removed * base64_encode has been removed * base64_decode has been removed ADDED: * new API otp_to_int * base32 encoding and decoding functions from libbaseencode * new tests for libcotp x 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.
Dirk Mueller2023-01-31 23:27:13 +00:00