-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add Basic SQLiteKeyInfoManager Storage/Retrieval Functionality #503
Comments
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Aug 31, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
ionut-arm
pushed a commit
that referenced
this issue
Sep 1, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes #503 Signed-off-by: Matt Davis <matt.davis@arm.com>
MattDavis00
added a commit
to MattDavis00/parsec
that referenced
this issue
Sep 21, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
ionut-arm
pushed a commit
to ionut-arm/parsec
that referenced
this issue
Dec 3, 2021
This commit adds basic storage and retrieval mechanisms into the SQLiteKeyInfoManager. These mechanism satisfy our current unit tests which have been copied from the OnDiskKeyInfoManager for now. Additional unit tests need adding to affirm the key_name, application_name, authenticator namespace we defined during design. Furthermore, the kim_metadata table does not currently exist and will need adding. Closes parallaxsecond#503 Signed-off-by: Matt Davis <matt.davis@arm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the
SQLiteKeyInfoManager
, implementing theManageKeyInfo
trait & methods.The text was updated successfully, but these errors were encountered: