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(
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
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
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
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
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
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.