-
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
Docs/1.12 updates #165
Docs/1.12 updates #165
Conversation
Test Results: Windows 2 files 2 suites 4s ⏱️ Results for commit 453c20f. ♻️ This comment has been updated with latest results. |
Test Results: Ubuntu 2 files 2 suites 10s ⏱️ Results for commit 453c20f. ♻️ This comment has been updated with latest results. |
Test Results: MacOS 2 files 2 suites 4s ⏱️ Results for commit 453c20f. ♻️ This comment has been updated with latest results. |
@@ -38,7 +38,7 @@ namespace Yubico.YubiKey.Piv.Commands | |||
/// information on how to use this authentication. | |||
/// </para> | |||
/// <para> | |||
/// Upon manufacture of a YubiKey, the management key is a Triple-DES key and | |||
/// Upon manufacture of a YubiKey, the management key is either a Triple-DES key (firmware prior to 5.7) or an AES-192 key (firmware 5.7 and later), and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates for YESDK-1409
/// This class will also need a random number generator and Triple-DES and AES | ||
/// encryptors/decryptors. It will get them from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates for YESDK-1409
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed formatting issues that caused the regular text below the code as well as the Warning callout box to not render properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates for YESDK-1409
Description
Documentation updates for 1.12 in progress.