Re: import PGP keys into keyset
Peter Gutmann <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
Johannes Poehlmann <[email protected]> writes: >Is ist possible to create a empty keyset and afterwards import one/serveral >PGP secret/public keys which are stored in memory buffer/s ? > >Is it possible to create a keyset without a correspondig file ? No, because it needs some sort of backing store to make the results persistent (the whole point of a keyset is to store the results and make them persistent). You could make it in-memory only if you want by adding your own filesystem (or whatever) layer via io/stream.c, it's currently targeted at memory streams, file streams, and network streams, you'd have to provide your own implementation of whatever it is you're trying to do. Why are you trying to do this, and what are you actually trying to do? Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] 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.