-
Notifications
You must be signed in to change notification settings - Fork 51
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
Release 1.12.0 #168
Merged
Merged
Release 1.12.0 #168
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit f5219a5.
Docs/1.12 updates
fixed header style, typos
Changes to be committed: modified: ../docs/index.md
Feature: Security Domain and SCP11a/b/c features
[fix] Removed TDES as default assumption for PivSession.PinOnly
This was
linked to
issues
Dec 17, 2024
Closed
Test Results: Windows 2 files 2 suites 4s ⏱️ Results for commit c21f48c. |
Test Results: Ubuntu 2 files 2 suites 10s ⏱️ Results for commit c21f48c. |
1 task
Test Results: MacOS 2 files 2 suites 4s ⏱️ Results for commit c21f48c. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Was then later merged again (properly) in merge/release/1.12-2
1.12.0
Features:
Security Domain application and Secure Channel Protocol (SCP) (#164):
SecurityDomainSession
class provides an interface for managing the Security Domain application of a YubiKey. This includes SCP configuration (managing SCP03 key sets and SCP11 asymmetric keys and certificates) and creation of an encrypted communication channel with other YubiKey applications.ScpKeyParameters
,Scp03KeyParameters
,Scp11KeyParameters
,ECKeyParameters
,ECPrivateKeyParameters
,ECPublicKeyParameters
.YubiKeyDeviceListener has been reconfigured to run the listeners in the background instead of the main thread. In addition, the listeners can now be stopped when needed to reclaim resources. Once stopped, the listeners can be restarted. (#89)
Microsoft.Extensions.Logging.Console is now the default logger. To enable logging from a dependent project (e.g. unit tests, integration tests, an app), you can either add an appsettings.json to your project or use the ConfigureLoggerFactory. (#139)
The SDK now uses inferred variable types (var) instead of explicit types in all projects except Yubico.Core. This change aims to improve code readability, reduce verbosity, and enhance developer productivity while maintaining type safety. (#141)
Bug Fixes:
Miscellaneous:
Deprecations:
Migration Notes:
SecurityDomainSession
for Security Domain operations.