namib-project / dcaf-rs

Implementation of the ACE-OAuth framework.
4 stars 1 forks source link

Refactor COSE utility functions and OpenSSL backend #25

Closed pulsastrix closed 1 month ago

pulsastrix commented 1 month ago

This PR has no new code, it just moves a bunch of commonly used functions into a utility module instead of spreading them over various other modules and splits up the OpenSSL backend into several modules, matching the module structure of the RustCrypto backend.

coveralls commented 1 month ago

Coverage Status

coverage: 85.156%. remained the same when pulling 3a8d205efe0dec71bfbca5e6706fef934e3496f7 on refactor_cose_utils_and_openssl into c7f1691492779e3280a1d8b3ba575f60e796b8d9 on main.