Re: subjectAltName cert generation confusion...

2008-06-16 Thread vinni rathore
hi i m getting undefined symbol for my sample server program that is on linux. my program is using openssl apis. i have installed the openssl 0.9.8g version on the red hat machine everything got sucess but still getting the linking errors. steps that i followed: 1- config 2. make 3. make

Re: subjectAltName cert generation confusion...

2008-06-16 Thread Ed W
I don't see how this is related to my question in the slightest? Ed W vinni rathore wrote: hi i m getting undefined symbol for my sample server program that is on linux. my program is using openssl apis. i have installed the openssl 0.9.8g version on the red hat machine everything got

Re: subjectAltName cert generation confusion...

2008-06-16 Thread Ed W
Dr. Stephen Henson wrote: The CA.pl script is the recommended way to generate certificates and should make matters easier. You can use CA.pl to include subjectAltName. However you need a customised openssl.cnf file which you can point to using the OPENSSL_CONF environment variable or you could

Re: subjectAltName cert generation confusion...

2008-06-14 Thread Dr. Stephen Henson
On Fri, Jun 13, 2008, Ed W wrote: Hi After a lot of false starts I have finally managed to generate a cert with a subjectAltName extension. I still don't understand the solution though... Basically I modified the default openssl.cnf file to have x509_extensions = v3_req in the [ req ]

subjectAltName cert generation confusion...

2008-06-13 Thread Ed W
Hi After a lot of false starts I have finally managed to generate a cert with a subjectAltName extension. I still don't understand the solution though... Basically I modified the default openssl.cnf file to have x509_extensions = v3_req in the [ req ] section and then then updated the