Re: [Opendnssec-user] Question about P11Attributes checks

2017-10-23 Thread Dave Fine
2.40/os/pkcs11-base-v2.40-os.html > [2] > https://github.com/opendnssec/SoftHSMv2/blob/develop/src/lib/P11Attributes.h#L140 > [3] > https://github.com/opendnssec/SoftHSMv2/blob/develop/src/lib/P11Objects.cpp > > // Rickard > > On Wed, Oct 11, 2017 at 11:34 PM, Dave Fine >

[Opendnssec-user] Question about P11Attributes checks

2017-10-11 Thread Dave Fine
Hello, I have a question regarding P11Attributes.h the SoftHSMv2 code base. In this file, there is an enum that defines a number of `ck` checks. As an example, ck1 seems to be reserved for when an attribute is required while creating an object. Therefore, I would expect ck1 to be set on P11Attribu

Re: [Opendnssec-user] SoftHSM C_GetMechanismInfo question

2017-01-12 Thread Dave Fine
Thanks for the reply. I've captured the issue here: https://github.com/opendnssec/SoftHSMv2/issues/280 On Thu, Jan 12, 2017 at 2:23 AM Roland van Rijswijk - Deij < roland.vanrijsw...@surfnet.nl> wrote: > Hi Dave, > > Dave Fine wrote: > > I have a question re

[Opendnssec-user] SoftHSM C_GetMechanismInfo question

2017-01-11 Thread Dave Fine
Hello, I have a question regarding something I saw in C_GetMechanismInfo() in the SoftHSMv2 code. In this function, I see that the min and max key sizes are set to 0 for all of the SHA HMAC functions (see here: https://github.com/opendnssec/SoftHSMv2/blob/develop/src/lib/SoftHSM.cpp#L857). I find

Re: [Opendnssec-user] Differences between SoftHSMv1 and SoftHSMv2?

2015-03-14 Thread Dave Fine
Thanks for the replies guys. That answered my questions! On Sat, Mar 14, 2015 at 10:33 AM Rickard Bellgrim wrote: > On Wed, Mar 11, 2015 at 8:01 PM, Dave Fine > wrote: > >> What are the primary differences between version 1 and version 2 of >> SoftHSM? It seems that ver

[Opendnssec-user] Differences between SoftHSMv1 and SoftHSMv2?

2015-03-12 Thread Dave Fine
Hi, What are the primary differences between version 1 and version 2 of SoftHSM? It seems that version 1 is still being maintained as version 2 continues its development. Does version 2 offer new functionality that version 1 does not offer? Additionally, is there a timeline as to when version 2 ma