ssl_error_handshake_failure_alert hints?

2010-08-31 Thread Work
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

How I can add extension with sequence value to CSR using openssl library?

2019-03-19 Thread work vlpl
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

RE: Warnings while linking with OpenSSL static libraries on Windows

2001-12-28 Thread Pascal @ work
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'

RE: newbie question

2002-02-17 Thread Pascal @ work
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

Re: add cert into ldap

2000-08-21 Thread Andrew Probert \(Work\)
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