PEM output formats

2001-03-04 Thread Neta Shmueli
hi, I see in latest conversion, that the private key section in a PEM format file can be marked by one of few titles: ---BEGIN RSA PRIVATE KEY--- ---END RSA PRIVATE KEY or ---BEGIN DSA PRIVATE KEY--- ---END DSA PRIVATE KEY--- or ---BEGIN PRIVATE KEY--- ---END PRIVATE KEY--- or

openssl ca : -batch option error

2001-03-04 Thread Sandipan Gangopadhyay
Do we need openssl 0.9.6 for the -batch option ? Will it work with 0.9.4 ? It gives - -batch: No such file or directory1549:error:02001002:system library:fopen:system lib:bss_file.c:244:fopen('-batch','r')1549:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:246:

Re: openssl ca : -batch option error

2001-03-04 Thread Insh_Allah
Hi Sandipan, Place the -batch commanline option *before* any cert request files on your command line. If this sounds vague, place '-batch' before any other commandline option to make sure it is recognized as an option instead of yet another cert. req. to be processed by the 'ca' tool. If this

Re: openssl ca : -batch option error

2001-03-04 Thread Sandipan Gangopadhyay
That worked fine. openssl ca does list this option on 0.9.4. Thanks and regards, Sandipan - Original Message - From: "Insh_Allah" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 8:33 PM Subject: Re: openssl ca : -batch option error Hi Sandipan, Place the

remove

2001-03-04 Thread Matteo Tesser
remove

PEM_write_SSL_SESSION() and Perl

2001-03-04 Thread Philip Stoev
Hello, Please excuse me for the complete ignorance, however I am trying to access PEM_write_SSL_SESSION() and PEM_read_SSL_SESSION() from within Perl. However, it seems that the Net::SSLeay (version 1.05) does not seem to export those and I have been unable to tweak it into doing that.

Re: License Questions

2001-03-04 Thread David Schwartz
Hi, I'm interested in using OpenSSL with my project, but I am concerned about license incompatibilities. My project is a library which will be licensed under the LGPL. I have no problem with it conforming to the OpenSSL advertising clause, but I would like applications which use my

Re: please help me first!

2001-03-04 Thread zgleaf
¾ç½Â¸ð£¬ÄúºÃ£¡ Opensslreq -new -x509 -keyout ./demoCA/private/cakey.pem -out ./demoCA/cacert.pem Opensslreq -out reqU.pem -keyout keyU.pem -new Opensslca -policy policy_anything -out certU.pem -infiles reqU.pem Opensslpkcs12 -in certU.pem -inkey reqU.pem -certfile ./demoCA/cacert.pem -out

Re: Doubt regarding BER encode(specific question)

2001-03-04 Thread chandu
Hello Dr. Henson, I would like to know how to BER encode the public key and put in the certificate request... As I understand from ur replies, it is difficult to do the above in the current release Openssl 0.9.6.. Is it possible to use some routines taken from 0.9.7 and use them with 0.9.6.

Compilation error

2001-03-04 Thread Indika De Silva
perl Configure VC-WIN32 - If you don't want to use the assembly language files at all then run: ms\do_nt Then from the VC++ environment at a prompt do: nmake -f ms\ntdll.mak To install i followed the above steps, but at the last step it gives me the following error,