factory
- Update to 4.2.1:
* Added YAOTP support
* One-shot whash_sha256 wrapper dispatched by the selected
backend (gcrypt/openssl/mbedtls)
* Shared percent-encode/decode codec (utils/pct) used by both the
otpauth and yaotp URI parsers
* MbedTLS 4.x: the classic mbedtls_md_hmac_* API was demoted to
private identifiers in 4.x, which broke the mbedtls HMAC
backend. It is now a version-guarded dual implementation: PSA
Crypto (psa_mac_sign_setup/update/finish) for
MBEDTLS_VERSION_MAJOR >= 4, with the unchanged legacy path for
2.x/3.x. FindMbedTLS.cmake also links libtfpsacrypto when
present (TF-PSA-Crypto split).
OBS-URL: https://build.opensuse.org/request/show/1363119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcotp?expand=0&rev=19
Description
No description provided
Languages
RPM Spec
100%