Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger integration and Windows build fix #23

Merged
merged 7 commits into from
Feb 13, 2025

Conversation

erkkiarus
Copy link
Contributor

  • Integrated logging macros into code;
  • Fixed Windows build.

Signed-off-by: Erkki Arus erkki@raulwalter.com

* Integrated logging macros into code;
* Fixed Windows build.

Signed-off-by: Erkki Arus <erkki@raulwalter.com>
@erkkiarus erkkiarus requested review from metsma and lauris71 February 11, 2025 08:27
@erkkiarus erkkiarus self-assigned this Feb 11, 2025
erkkiarus and others added 4 commits February 12, 2025 15:00
Comment on lines 151 to 155
LOG_DBG("Ss {}", toHex(SsDer));
LOG_DBG("Ksr {}", toHex(sharedSecret));
LOG_DBG("ConcatKDF {}", toHex(encryptionKey));
LOG_DBG("iv {}", libcdoc::toHex(transportKey.iv));
LOG_DBG("transport {}", toHex(transportKey.key));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need peaks TRACE levelil olema

@lauris71 lauris71 merged commit 87b6aa0 into open-eid:master Feb 13, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants