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 587553 Details for
Bug 826286
Coolkey will not operate with Actividentity's ActivKey USB Token
[?]
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]
Redhat approved Patch for ActivKey functionality
coolkey-activkey.patch (text/plain), 863 bytes, created by
Robert Ladd
on 2012-05-29 22:52:08 UTC
(
hide
)
Description:
Redhat approved Patch for ActivKey functionality
Filename:
MIME Type:
Creator:
Robert Ladd
Created:
2012-05-29 22:52:08 UTC
Size:
863 bytes
patch
obsolete
>From f184e5a538caa9412fa3b0e99afe92473fbd6739 Mon Sep 17 00:00:00 2001 >From: Vladimir Kravets <vova.kravets@gmail.com> >Date: Mon, 23 May 2011 17:17:43 +0300 >Subject: [PATCH] Fix working with empty certificates in not zero slots. > >--- > coolkey-1.1.0/src/coolkey/slot.cpp | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/coolkey-1.1.0/src/coolkey/slot.cpp b/coolkey-1.1.0/src/coolkey/slot.cpp >index 4c734b7..4c10e8a 100644 >--- a/coolkey-1.1.0/src/coolkey/slot.cpp >+++ b/coolkey-1.1.0/src/coolkey/slot.cpp >@@ -2193,7 +2193,7 @@ Slot::readCACCertificateFirst(CKYBuffer *cert, CKYSize *nextSize, > handleConnectionError(); > } > >- if(CKYBuffer_Size(cert) == 0) { >+ if(throwException && CKYBuffer_Size(cert) == 0) { > handleConnectionError(); > } > return status; >-- >1.7.4.1
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 826286
: 587553 |
767121
|
767122