Discussion:
[Cryptlib] Support for in-memory keysets
Peter Gutmann
2017-03-24 08:10:20 UTC
Permalink
cryptlib currently opens keysets as disk files, but I've had a request from
someone for an in-memory equivalent, which takes the file-based:

cryptKeysetOpen( &keyset, CRYPT_UNUSED, CRYPT_KEYSET_FILE, filename, CRYPT_KEYOPT_xxx );

and turns it into:

cryptOpenMemKeyset( &keyset, CRYPT_UNUSED, buffer, bufferSize, CRYPT_KEYOPT_xxx );

Would there be any general demand for this? I'm trying to gauge whether it's
worth adding as a standard API feature, are there people who would
specifically need this (rather than just "it sounds like a good idea to add
it")?

Peter.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, pleas
TM
2017-04-20 17:29:35 UTC
Permalink
I am interested. :) I have missed this possibility.
Regards
Tomasz

On 3/24/2017 9:10 AM, Peter Gutmann wrote:
> cryptlib currently opens keysets as disk files, but I've had a request from
> someone for an in-memory equivalent, which takes the file-based:
>
> cryptKeysetOpen( &keyset, CRYPT_UNUSED, CRYPT_KEYSET_FILE, filename, CRYPT_KEYOPT_xxx );
>
> and turns it into:
>
> cryptOpenMemKeyset( &keyset, CRYPT_UNUSED, buffer, bufferSize, CRYPT_KEYOPT_xxx );
>
> Would there be any general demand for this? I'm trying to gauge whether it's
> worth adding as a standard API feature, are there people who would
> specifically need this (rather than just "it sounds like a good idea to add
> it")?
>
> Peter.
>
> _______________________________________________
> Cryptlib mailing list
> ***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
> Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
> http://news.gmane.org/gmane.comp.encryption.cryptlib
> Posts from non-subscribed addresses are blocked to prevent spam, please
> subscribe in order to post messages.
>



_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post m
Peter Gutmann
2017-04-21 04:23:28 UTC
Permalink
TM <***@gmail.com> writes:

>I am interested. :) I have missed this possibility.

Unfortunately you're the only person so far who's expressed an interest in it,
and given that it requires a change to the API to implement it's not going to
be worth it. In other words the general interest seems to be generally
lacking :-).

Peter.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscri
TM
2017-04-21 20:27:52 UTC
Permalink
I will stay optimistic, maybe someone else concludes that it will be helpful.
:)
Tomasz

On 4/21/2017 6:23 AM, Peter Gutmann wrote:
> TM <***@gmail.com> writes:
>
>> I am interested. :) I have missed this possibility.
>
> Unfortunately you're the only person so far who's expressed an interest in it,
> and given that it requires a change to the API to implement it's not going to
> be worth it. In other words the general interest seems to be generally
> lacking :-).
>
> Peter.
>
> _______________________________________________
> Cryptlib mailing list
> ***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
> Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
> http://news.gmane.org/gmane.comp.encryption.cryptlib
> Posts from non-subscribed addresses are blocked to prevent spam, please
> subscribe in order to post messages.
>



_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post m
Geir Ståle Eidissen
2017-04-24 08:38:29 UTC
Permalink
I would very much like this to be a part of the cryptlib API.

Geir S. Eidissen
MediLink Software

-----Original Message-----
From: Cryptlib [mailto:cryptlib-***@mbsks.franken.de] On Behalf Of TM
Sent: Friday, April 21, 2017 10:28 PM
To: ***@mbsks.franken.de
Subject: Re: [Cryptlib] Support for in-memory keysets

I will stay optimistic, maybe someone else concludes that it will be helpful.
:)
Tomasz

On 4/21/2017 6:23 AM, Peter Gutmann wrote:
> TM <***@gmail.com> writes:
>
>> I am interested. :) I have missed this possibility.
>
> Unfortunately you're the only person so far who's expressed an
> interest in it, and given that it requires a change to the API to
> implement it's not going to be worth it. In other words the general
> interest seems to be generally lacking :-).
>
> Peter.
>
> _______________________________________________
> Cryptlib mailing list
> ***@mbsks.franken.deAdministration via Mail:
> cryptlib-***@mbsks.franken.de
> Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
> http://news.gmane.org/gmane.comp.encryption.cryptlib
> Posts from non-subscribed addresses are blocked to prevent spam,
> please subscribe in order to post messages.
>



_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.

_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in ord
TM
2017-04-24 11:36:49 UTC
Permalink
Takk skal du ha Geir Ståle for støtten! :)
(Thank you very much for your support)
Regards/mvh
Tomasz

On 4/24/2017 10:38 AM, Geir Ståle Eidissen wrote:
> I would very much like this to be a part of the cryptlib API.
>
> Geir S. Eidissen
> MediLink Software
>
> -----Original Message-----
> From: Cryptlib [mailto:cryptlib-***@mbsks.franken.de] On Behalf Of TM
> Sent: Friday, April 21, 2017 10:28 PM
> To: ***@mbsks.franken.de
> Subject: Re: [Cryptlib] Support for in-memory keysets
>
> I will stay optimistic, maybe someone else concludes that it will be helpful.
> :)
> Tomasz
>
> On 4/21/2017 6:23 AM, Peter Gutmann wrote:
>> TM <***@gmail.com> writes:
>>
>>> I am interested. :) I have missed this possibility.
>>
>> Unfortunately you're the only person so far who's expressed an
>> interest in it, and given that it requires a change to the API to
>> implement it's not going to be worth it. In other words the general
>> interest seems to be generally lacking :-).
>>
>> Peter.
>>
>> _______________________________________________
>> Cryptlib mailing list
>> ***@mbsks.franken.deAdministration via Mail:
>> cryptlib-***@mbsks.franken.de
>> Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
>> http://news.gmane.org/gmane.comp.encryption.cryptlib
>> Posts from non-subscribed addresses are blocked to prevent spam,
>> please subscribe in order to post messages.
>>
>
>
>
> _______________________________________________
> Cryptlib mailing list
> ***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
> Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
> http://news.gmane.org/gmane.comp.encryption.cryptlib
> Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.
>
> _______________________________________________
> Cryptlib mailing list
> ***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
> Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
> http://news.gmane.org/gmane.comp.encryption.cryptlib
> Posts from non-subscribed addresses are blocked to prevent spam, please
> subscribe in order to post messages.
>



_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to
Loading...