Re: OBJ_create - a little problem.

2006-02-15 Thread Katie Lucas
On Mon, Feb 13, 2006 at 08:03:41PM +0100, Dr. Stephen Henson wrote: > On Mon, Feb 13, 2006, [EMAIL PROTECTED] wrote: > > > Hi everybody! > > > > Here is the sample code: > > > >int nid; > >nid = OBJ_create("1.2.3.4", "MyAlias", "My Test > > Alias Extension"); > >X509V3_EXT_add_alias(

Re: OBJ_create - a little problem.

2006-02-13 Thread Dr. Stephen Henson
On Mon, Feb 13, 2006, [EMAIL PROTECTED] wrote: > Hi everybody! > > Here is the sample code: > >int nid; >nid = OBJ_create("1.2.3.4", "MyAlias", "My Test > Alias Extension"); >X509V3_EXT_add_alias(nid, NID_netscape_comment); >add_ext(x, nid, "Test Extension..."); > > It works fin

OBJ_create - a little problem.

2006-02-13 Thread dsf
Hi everybody! Here is the sample code: int nid; nid = OBJ_create("1.2.3.4", "MyAlias", "My Test Alias Extension"); X509V3_EXT_add_alias(nid, NID_netscape_comment); add_ext(x, nid, "Test Extension..."); It works fine :) But I want to change the first parameter in OBJ_create() and I fa

little problem with certification

2003-04-03 Thread Florian Effenberger
Hi there, I'm quite new to SSL, and I'm trying to create SSL certificates for internal use only. So far, I installed the default Debian package and did the following: GENERATION OF ROOT CERTIFICATE openssl req -new > ca.csr -keyout ca.pem openssl rsa -in ca.pem -out ca.key openssl x509 -in ca.c

Re: little problem

2003-01-08 Thread Charles B Cranston
Batoussov Artem wrote: > We are 2 students of a Technical Institute of Telecommunication and Computer > Networks in France. > We have to realize a draft which is a server of certificate X.509. It must > issue certificates to users who connect to the server. We have a probleme > with the automatic

Re: little problem

2003-01-08 Thread Christian Pohl
Batoussov Artem wrote: Hello, We are 2 students of a Technical Institute of Telecommunication and Computer Networks in France. We have to realize a draft which is a server of certificate X.509. It must issue certificates to users who connect to the server. We have a probleme with the automatic c

little problem

2003-01-08 Thread Batoussov Artem
Hello, We are 2 students of a Technical Institute of Telecommunication and Computer Networks in France. We have to realize a draft which is a server of certificate X.509. It must issue certificates to users who connect to the server. We have a probleme with the automatic creation of certificates.