Re: Set Issuer

2005-07-23 Thread pana
Thanks for reply! I found the solution.2005/7/23, Jorey Bump <[EMAIL PROTECTED]>: pana wrote:> I don't know how I can set the issuer value which will appear in the> certificate after I signed it.> Someone can help me?If you have set up your CA properly, the issuer will be s

Re: [dev-crypto] Re: Use PolicyInformation class

2005-07-21 Thread pana
,DavidOn Thu, 2005-07-21 at 11:17 +0200, pana wrote: > I tried also with ASN1Sequence.> The exact problem is that when the program is going to execute> PolicyInformation.getInstance(), it launches an exception and> terminates.> Can you help me? >> bye> pana>> 2005/7/18,

Re: [dev-crypto] Re: Use PolicyInformation class

2005-07-21 Thread pana
I tried also with ASN1Sequence. The exact problem is that when the program is going to execute PolicyInformation.getInstance(), it launches an exception and terminates. Can you help me? bye pana 2005/7/18, David Hook <[EMAIL PROTECTED]>: > > Can you tell me more about the exact pro

Set Issuer

2005-07-20 Thread pana
Hi, I don't know how I can set the issuer value which will appear in the certificate after I signed it. Someone can help me? bye pana __ OpenSSL Project http://www.openssl.org User Support Ma

enviroment variable

2005-07-08 Thread pana
Which are the variable I have to set when I install openssl 0.9.8 on my debian system? And how have I to set them? I can't use the apt because it stops at 0.9.7 version and I need to use the newer one. bye pana __ OpenSSL Pr

How can I uninstall openssl?

2005-07-02 Thread pana
I need to uninstall openssl 0.9.7 to install the new version 0.9.8. How can I do? I delete the folders ssl and openssl but it doesn't work. Any suggestion? bye pana __ OpenSSL Project

Problem to upgrade openssl

2005-06-30 Thread pana
version but when I check it with "openssl version" command I always obtain that my openssl is 0.9.7e. How can I uninstall correcly or upgrade openssl? thanks pana __ OpenSSL Project

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-21 Thread pana
...now the problem is how to uninstall or upgrade openssl, because I try to do it but always the version is 0.9.7e. I simply removed the folder Is there an uninstall function? bye pana 2005/6/21, pana <[EMAIL PROTECTED]>: > You find the error. > The version used is 0.9.7e!!!

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-21 Thread pana
You find the error. The version used is 0.9.7e!!! Probably I uninstalled not well the old version. thanks pana 2005/6/16, Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>: > In message <[EMAIL PROTECTED]> on Thu, 16 Jun 2005 11:51:57 +0200, pana > <[EMAIL PROTECTED]>

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-16 Thread pana
The error I get when I use -genstr is: unknown option -genstr asn1parse [options] : > pana wrote: > > I used those commands: "openssl asn1parse -inform TXT -in in.txt -out > > out.tx" > > "openssl asn1parse ..." doesn't support "TXT" input

Re: mini-ASN.1 compiler 0.9.8-beta5

2005-06-15 Thread pana
I used those commands: "openssl asn1parse -inform TXT -in in.txt -out out.tx" and "openssl asn1parse -genstr 'UTF8:Hello World' " Then I tryed to use it in the openssl.cnf file "myextension=IA5STRING:Hello World" Do you know where is the error? bye pana

mini-ASN.1 compiler 0.9.8-beta5

2005-06-14 Thread pana
Hi, I try to run the mini-ASN.1 compiler with several OpenSSL version but it doesn't work. The "-genstr" option results ever unknown by the system. Where is the error? What I miss? Thanks pana __

Re: mini-ASN.1 compiler 0.9.8-dev

2005-05-25 Thread pana
The error exists also using openssl 0.9.8 beta2 version. I launch the command from my home, where I've installed the OpenSSL. Any suggestion? bye pana 2005/5/24, Dr. Stephen Henson <[EMAIL PROTECTED]>: > On Tue, May 24, 2005, pana wrote: > > > I found the manual page bu

Re: mini-ASN.1 compiler 0.9.8-dev

2005-05-24 Thread pana
I found the manual page but when I try to use the command "openssl asn1parse -genstr ..." the system answers me with "unknown option -genstr" !! How is it possible? bad insatallation? bye pana 2005/5/20, Dr. Stephen Henson <[EMAIL PROTECTED]>: > On Thu, May 19

mini-ASN.1 compiler 0.9.8-dev

2005-05-19 Thread pana
Hi, I don't know how to use the mini-ASN.1 compiler in the openssl 0.9.8-dev version. I need to obtain DER octets to insert in my custom extensions. Their structure is very simple, I use IA5String and BMPString. For example I want something like ...=DER:00:55:00:... Someone can help me? bye

Re: DER-encoding

2005-05-17 Thread pana
Very well! thanks. Where can I find the documentation to learn about to use the mini compiler? bye pana On 5/17/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > On Tue, May 17, 2005, pana wrote: > > > Hi, > > > > how can I obtain a word in the DER-encoding form

DER-encoding

2005-05-17 Thread pana
Hi, how can I obtain a word in the DER-encoding form? I need it represented in octets to use it in custom extensions definition. for example: 1e:08:00:55:00:73:00:65:00:72 bye pana __ OpenSSL Project

Re: custom extension structure

2005-05-14 Thread pana
I found OpenSSL 0.9.8-dev and I installed it, but I didn't find the new features. Could you show me a custom extension example with the same structure of nsComment? How is the correct way to define it in openssl.cnf? pana On 5/13/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: &g

Re: custom extension structure

2005-05-13 Thread pana
. The syntax woulb be myextension=ASN1:UTF8String:x ? I obtain an error "unknown extension name". why? Bye pana On 5/12/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > On Thu, May 12, 2005, pana wrote: > > > Hi All, > > > > I want add custom extensi

custom extension structure

2005-05-12 Thread pana
only need to modify the openssl.cnf? I read the x509v3_config(5) manual section but I didn't find the solution. Someone can help me? Thanks pana __ OpenSSL Project http://www.openssl.org Us

Re: A little more about custom extension

2005-04-14 Thread pana
Hi, I 'm not been clear with my answer. I only asked "where" I have to put the code to create custom extension. I have the code! Some help? Thanks PaNa __ OpenSSL Project http://

A little more about custom extension

2005-04-13 Thread pana
Hi, I found here very useful information about custom extension, but I need a little more help. I wrote the c file to define my own extension but I don't now where put it and how I can use it, i.e. how the openssl find it? Thanks