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
>
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
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
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
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
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