I think yes. MS stores certificates in DER format. You can pass it to OpenSSL
with "-inform DER" key. Or you can convert DER to PEM with OpenSSL.
> Hello,
>
> Is there a way to use Microsoft stored certificates with OpenSSL? I can\'t
> find anything on this.
> I can access to those certifica
> Brennan <[EMAIL PROTECTED]>:
>
> I'm implementing openssl on both the client and
server side. I've got the
> authentication down and need to start with encrypting
the data.
>
> First newbie question, do SSLread and SSLwrite
perform encryption?
>
> If not, I assume I've got to use the EVP lib
> Jagannadha Bhattu G <[EMAIL PROTECTED]>:
> Hi,
>
> Can I call SSL_library_init multiple times in my code
under different
> threads? From the documented return values, I
conclude that it should be
> possible. Can some one confirm it?
>
> Thanks
> JB
>
Yes it's possible. I'm doing like this f
Hi everybody!
Here is the sample code:
int nid;
nid = OBJ_create("1.2.3.4", "MyAlias", "My Test
Alias Extension");
X509V3_EXT_add_alias(nid, NID_netscape_comment);
add_ext(x, nid, "Test Extension...");
It works fine :) But I want to change the first
parameter in OBJ_create() and I fa
How can I rewrite some field in X509 extension and than
save whole certificate with this change to file?
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl