[openssl.org #1553] mscrypto engine for 0.9.8

2014-08-15 Thread Rich Salz via RT
We have the MS CAPI engine in openssl now. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #1553] mscrypto engine for 0.9.8

2007-07-01 Thread Roumen Petrov
Please find answers in quoted text. Alon Bar-Lev wrote: Hello, This is nice, although I don't see any real use case for this engine, as you require the user to manually export information from CryptoAPI store into files before the engine could be used. There isn't such requirement. I think

Re: [openssl.org #1553] mscrypto engine for 0.9.8

2007-07-01 Thread Alon Bar-Lev
On 7/1/07, Roumen Petrov [EMAIL PROTECTED] wrote: This is nice, although I don't see any real use case for this engine, as you require the user to manually export information from CryptoAPI store into files before the engine could be used. There isn't such requirement. Where? I guess you

Re: [openssl.org #1553] mscrypto engine for 0.9.8

2007-07-01 Thread Roumen Petrov
Alon Bar-Lev wrote: SNIP There is also an issue of resources prompt (passphrase, token) and a small issue of object serialization in engine interface. If I remember well, smart card proprietary software will ask for password when is necessary. This should be part of engine API as well... So

[openssl.org #1553] mscrypto engine for 0.9.8

2007-06-29 Thread Roumen Petrov via RT
Please find attached file openssl-mscrypto-20070625.tar.gz with openssl engine that can use keys from windows key-store. The engine can work with external keys too. Source is for openssl version 0.9.8 and mingw build require openssl source with mingw patch for 0.9.8 from request #1552 ( see

Re: [openssl.org #1553] mscrypto engine for 0.9.8

2007-06-29 Thread Alon Bar-Lev
Hello, This is nice, although I don't see any real use case for this engine, as you require the user to manually export information from CryptoAPI store into files before the engine could be used. I think OpenSSL engine (generic) should allow to expose certificate store, this will allow engines