RE: Looking for ASN.1 specification for PKCS7

2001-01-15 Thread John Gebbie
Do you have any specific links for these documents; specifically the full RSA pkcs #7 specification (assuming they have it posted somewhere) Does PKIX have an archive of specifications somewhere on the internet? I've tried, but I can't seem to find what I'm looking for. Thanks again, John

RE: Looking for ASN.1 specification for PKCS7

2001-01-15 Thread Reddie, Steven
Try www.rsa.com and click through to "RSA Labs" then "PKCS". > -Original Message- > From: John Gebbie [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 10:15 AM > To: [EMAIL PROTECTED] > Subject: RE: Looking for ASN.1 specification for PKCS7 > > Do you have any specific l

RE: Looking for ASN.1 specification for PKCS7

2001-01-15 Thread Rodney Thayer
http://www.rsasecurity.com/rsalabs/pkcs/ At 03:14 PM 1/15/01 -0800, John Gebbie wrote: >Do you have any specific links for these documents; specifically the full >RSA pkcs #7 specification (assuming they have it posted somewhere) __

Would the open ssl libraries work on an SCO unix platform?

2001-01-15 Thread Deji Akinyemi
Hi! I have an application that is being targeted towards the SCO unix platform. A major issue that would determine what SSL API to use is it's compliancy with SCO unix. Do the OPENSSL libs support SCO? If not what changes may be made to them or my code to ensure conformancy? Thanks a bunch! D

Re: Help with Win32

2001-01-15 Thread Joshua Chamas
I'll get you my latest separately which prints a little more helpful info about what's going on when you run "perl Makefile.PL". --Josh > Scott Hill wrote: > > I'm new to openssl and Crypt::SSLeay. I've gotten them successfully installed and >working at home on my Linux machine (I'm using th

Re: [Crypt::SSLeay] dies with no error message?

2001-01-15 Thread Joshua Chamas
What does ./net_ssl_test -d GET host.name.com 443 doe for you? Can you give me the hostname so I can test it myself? --Josh Stephen More wrote: > > When using Crypt::SSLeay and LWP::UserAgent I have come across a bug... > > LWP/UserAgent.pm > eval { > $response = $protocol->request( $

Hi P12

2001-01-15 Thread scott wen
How to convert p12 format to pem format? -- Regards Scott 2 Tampines Central 6, #06-04 Tampines Point, Singapore 529483 Tel: +65 5882882 Fax: +65 5882662 __ OpenSSL Project http://www.openssl.org U

PEM_ASN1_read

2001-01-15 Thread mickb
Hi, I am having trouble with reading a private key from the .pem format. i have tried running the example2.c in the openssl -0.9.6\demos\maurice Function PEM_ASN1_read is missing a parameter, during the built I get an error : " too few actuall parameters" if I trie to pu

Re: Hi P12

2001-01-15 Thread Hoeteck Wee
> How to convert p12 format to pem format? % openssl pkcs12 -in p12file -out tempfile should do the trick. I found the following page a very useful reference for performing common S/MIME tasks: http://www.kfu.com/~nsayer/encryption/openssl.html Hope that helps. -hoeteck ___

problem with UniversalString in subject name

2001-01-15 Thread Trevor Yann
I have a certificate that has part of the subject encoded as a UniversalString type. When the data is converted to a string using X509_NAME_oneline (in x509/x509_obj.c) the characters are printed with leading null bytes. There is code for handling strings encoded as type GeneralString, treating

client certificate

2001-01-15 Thread Zhong Chen
Is there any SSL_CTX_* function to force the client sending certificate after server sends "Server Hello"? It's an optional step in SSL handshake, and I want to make it mandatory (doable?). It will be very helpful if you can point me to an example. Thanks.   - Zhong  

Apache mod_SSL and Tomcat using mod_jk

2001-01-15 Thread Pete Ehli
Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I get the following warning when starting Apache after I start tomcat "Loaded DSO modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (Please rec