Hi everyone --
I'm an OpenSSL noob trying to debug some code written by someone that's
smarter than me. It's basically a small HTTPS server using self-signed
certs.
It works fine with IE and Google Chrome, but not Firefox. Even after adding
a security exception for Firefox, I still get
I know how to add simple extension (oid + str), for example
```
nid = OBJ_create("1.2.3.4", "shortname", "long name");
ASN1_OCTET_STRING_set(os, "ext value", 9);
ex = X509_EXTENSION_create_by_NID( NULL, nid, 0, os );
sk_X509_EXTENSION_push(exts, ex);
```
I want to learn how I can add extension wi
Hiya,
I'm not at work at the moment so I can't verify this, but, if I recall
correctly you'd see that kind of behaviour if the project you were linking
to has a different setting for /MT /MTd, etc. Verify from the nt.mak file
that it's the setting you want, and that it'
Hi,
>From personal experience, I've found the following two topics exceptionally
handy:
1. Following all the threads in the mailing list
2. Eric Rescorla's book, SSL and TLS, Designing and building Secure systems
(www.rtfm.com)
3. There's also a few loose guides, like the one on Linuxdoc, etc. t
Certificate is an attribute that already exists in objects
inetOrgPersonas attribute userCertificate
strongAuthenticationUser as attribute userCertificate
For internet world, suggest you use
objectclass: Top
objectclass: person
objectclass: inetOrgPerson
Signed using a SecureNet MU