Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 935595 Details for
Bug 1136817
there is no API to distinguish certificates with a purpose in the trust module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch to compile
0001-replace-CKA_X_PUBLIC_KEY_INFO-with-CKA_PUBLIC_KEY_IN.patch (text/plain), 1.38 KB, created by
Nikos Mavrogiannopoulos
on 2014-09-09 09:23:55 UTC
(
hide
)
Description:
patch to compile
Filename:
MIME Type:
Creator:
Nikos Mavrogiannopoulos
Created:
2014-09-09 09:23:55 UTC
Size:
1.38 KB
patch
obsolete
>From 06a3218af3fd877a0d96a8bb84a727782550ebbb Mon Sep 17 00:00:00 2001 >From: Nikos Mavrogiannopoulos <nmav@redhat.com> >Date: Tue, 9 Sep 2014 10:42:04 +0200 >Subject: [PATCH] replace CKA_X_PUBLIC_KEY_INFO with CKA_PUBLIC_KEY_INFO > >--- > trust/list.c | 2 +- > trust/test-builder.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/trust/list.c b/trust/list.c >index c3f5759..12120e5 100644 >--- a/trust/list.c >+++ b/trust/list.c >@@ -146,7 +146,7 @@ list_iterate (p11_enumerate *ex, > } > > if (details) { >- attr = p11_attrs_find_valid (ex->attrs, CKA_X_PUBLIC_KEY_INFO); >+ attr = p11_attrs_find_valid (ex->attrs, CKA_PUBLIC_KEY_INFO); > if (attr) { > p11_buffer_init (&buf, 1024); > bytes = attr->pValue; >diff --git a/trust/test-builder.c b/trust/test-builder.c >index 54db335..51d499c 100644 >--- a/trust/test-builder.c >+++ b/trust/test-builder.c >@@ -1079,7 +1079,7 @@ static void > test_create_not_settable (void) > { > /* >- * CKA_X_PUBLIC_KEY_INFO cannot be created/modified >+ * CKA_PUBLIC_KEY_INFO cannot be created/modified > */ > > CK_ATTRIBUTE input[] = { >@@ -1112,7 +1112,7 @@ static void > test_create_but_loadable (void) > { > /* >- * CKA_X_PUBLIC_KEY_INFO cannot be set on creation, but can be set if we're >+ * CKA_PUBLIC_KEY_INFO cannot be set on creation, but can be set if we're > * loading from our store. This is signified by batching. > */ > >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1136817
: 935595