RE: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-09 Thread Nou Dadoun
wner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: March 9, 2012 10:11 AM To: openssl-users@openssl.org Subject: Re: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop On Fri, Mar 09, 2012, Nou Dadoun wrote: > I think I'll pr

Re: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-09 Thread Dr. Stephen Henson
On Fri, Mar 09, 2012, Nou Dadoun wrote: > I think I'll probably have to jump off that bridge when I get to it, but to > make progress I'm going to try to get something going in the interim. I > think I'll post some code (I suspect that the padding provided by the capi > encrypt/decrypt is somehow

RE: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-09 Thread Nou Dadoun
lto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: March 8, 2012 1:55 PM To: openssl-users@openssl.org Subject: Re: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop On Thu, Mar 08, 2012, Nou Dadoun wrote: > Thanks for the response, I'm trying to allow e

Re: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-08 Thread Dr. Stephen Henson
On Thu, Mar 08, 2012, Nou Dadoun wrote: > Thanks for the response, I'm trying to allow end-users to use commercially > purchased certificates so I'd rather not make the assumption that the key is > exportable. > > Using the capi engine sounds like a viable alternative, but I've had trouble > t

RE: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-08 Thread Nou Dadoun
capi engine? Thanks again ... N --- Nou Dadoun ndad...@teradici.com 604-628-1215 -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: March 7, 2012 5:52 PM To: openssl-users@openssl.org Subject: Re:

Re: OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-07 Thread Dr. Stephen Henson
On Wed, Mar 07, 2012, Nou Dadoun wrote: > I'm trying to develop a package which can establish an ssl connection between > a windows server and a client using openssl and I'm running into some serious > road blocks - I'm a relative novice at both the openssl and wincrypt apis, > I've done extens

OpenSSL Windows CryptoAPI certificate and encrypt/decrypt interop

2012-03-07 Thread Nou Dadoun
I'm trying to develop a package which can establish an ssl connection between a windows server and a client using openssl and I'm running into some serious road blocks - I'm a relative novice at both the openssl and wincrypt apis, I've done extensive searching for any hints at how this problem m