Re: PHP openssl_x509_parse extensions=>subjectAltName

2012-05-13 Thread Thomas Anderson
On Sun, May 13, 2012 at 2:00 PM, Jeffrey Walton wrote: > On Sun, May 13, 2012 at 1:55 PM, Thomas Anderson wrote: >> openssl probably just doesn't recognize that OID.  Here's what >> phpseclib (the latest SVN) shows for that particular extensi

Re: PHP openssl_x509_parse extensions=>subjectAltName

2012-05-13 Thread Thomas Anderson
hlrPyfitu39Efsj9MVaTlk+e > MECGZrbCHKff9zICH61TvwGu6F73tg== > -END CERTIFICATE- > > > > Vennlig hilsen > Daniel Bjørnådal Johansen > IT Konsulent, ITO Card Services > daniel.johan...@evry.com > T +47 75 12 81 61 M +47 909 15 267 > > -Opprinnelig melding---

Re: PHP openssl_x509_parse extensions=>subjectAltName

2012-05-08 Thread Thomas Anderson
Can you post the certificate in question? I'm a bit curious as to how phpseclib's File_X509 would parse it. eg. [?php] include('File/X509.php'); $x509 = new File_X509(); print_r$x509->loadX509($_SERVER['SSL_CLIENT_CERT'])); [/?php] On Tue, May 8, 2012 at 7:01 AM, Johansen Daniel wrote: > [?ph

how do you create signatures in OpenSSL?

2010-03-17 Thread Thomas Anderson
According to , you can sign data with OpenSSL. My question is how? I tried to sign my private key and got the following error: ubu...@ubuntu:~$ openssl rsautl -sign -in rsa.txt -inkey rsa.txt -out sig Enter pass phrase for rsa.txt: RSA operation error

how do you create signatures in OpenSSL?

2010-03-17 Thread Thomas Anderson
According to , you can sign data with OpenSSL. My question is how? I tried to sign my private key and got the following error: ubu...@ubuntu:~$ openssl rsautl -sign -in rsa.txt -inkey rsa.txt -out sig Enter pass phrase for rsa.txt: RSA operation error