RE: Encrypting with openssl and decrypting with capi cryptdecrypt

2012-03-09 Thread Nou Dadoun
penssl.org] On Behalf Of Nou Dadoun Sent: March 9, 2012 12:01 PM To: openssl-users@openssl.org Subject: Encrypting with openssl and decrypting with capi cryptdecrypt So here's what I'm trying to do in a unit test, wiring in the method replacement seems to work (i.e. my priv decrypt c

Encrypting with openssl and decrypting with capi cryptdecrypt

2012-03-09 Thread Nou Dadoun
So here's what I'm trying to do in a unit test, wiring in the method replacement seems to work (i.e. my priv decrypt callback is called at the right place) but the encrypt --> decrypt doesn't work in a unit test so it certainly won't work there or anywhere else. So I load the certificate and ge