[Opendnssec-develop] [OpenDNSSEC] #138: ods-hsmutil segfaults with AEP Keyper
OpenDNSSEC
owner-dnssec-trac at kirei.se
Mon Jun 7 08:24:51 UTC 2010
#138: ods-hsmutil segfaults with AEP Keyper
----------------------------+-----------------------------------------------
Reporter: Kim Minh Kaplan | Owner: jakob
Type: defect | Status: new
Priority: major | Component: libhsm
Version: trunk | Keywords:
----------------------------+-----------------------------------------------
After listing the keys of the AEP Keyper it segfaults:
{{{
$ ods-hsmutil list
Listing keys in all repositories.
10 keys found.
Repository ID Type
---------- -- ----
AEPKeyper b4c966b81ddd3a80cb072b7504d9e7a9 RSA/1024
Segmentation fault
}}}
With the attached patch it gives:
{{{
$ ods-hsmutil list
Listing keys in all repositories.
10 keys found.
Repository ID Type
---------- -- ----
AEPKeyper b4c966b81ddd3a80cb072b7504d9e7a9 RSA/1024
(INVALID)
softHSM 43e2b2c548e35a9d9c0bbc8e89a2dbf2 RSA/1024
softHSM dc4bfbaa6c99533759bc579d22622263 RSA/1024
softHSM 0f7de531d34eb38d24cfa98c6b4a810f RSA/1024
softHSM c2d5144ab101c44050dfb2de6696fe2d RSA/1024
softHSM 491869d604edad2c00794d8a997bf4e9 RSA/1024
softHSM 6098505396c1cd10116fb269496e07db RSA/1024
softHSM 9f29246596593bec7471b9cd026802a7 RSA/1024
softHSM 3c3a77b81a2f1986af2e4613437a7f39 RSA/1024
}}}
--
Ticket URL: <http://trac.opendnssec.org/ticket/138>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list