On Wed, Apr 15, 2015 at 11:09 AM, Elizabeta <[email protected]> wrote:
> In addition, concerning the key generation are there any advises when to > use the function C_CreateObject instead of C_GenerateKey ? I'm rising this > question since, as given in the specification, we can use both of them for > key generation. But what would be the best choice? > Best option is C_GenerateKey, this will generate the key on-board. C_CreateObject is just an import function, thus no control over the key generation process. // Rickard
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
