hello everyone,
I tried to add OID in objects.txt int his way X509 57 : DUID:DeviceUID
and then compiled using these commands from objects folder [
/usr/local/src/openssl-1.0.0a/crypto/objects ].
#perl objects.pl objects.txt obj_mac.num obj_mac.h
it displayed, Added OID DeviceUID
#perl ob
On Wed, Jun 30, 2010, Mag wrote:
> Thanks for the various replies.
>
> On Wed, Jun 30, 2010 at 4:26 AM, Dr. Stephen Henson wrote:
> > If you want an extension then you need to make use of the mini-ASN1 compiler
> > to add the appropriate fields.
> >
> > Note that if you add a new OID name in thi
Thanks for the various replies.
On Wed, Jun 30, 2010 at 4:26 AM, Dr. Stephen Henson wrote:
> If you want an extension then you need to make use of the mini-ASN1 compiler
> to add the appropriate fields.
>
> Note that if you add a new OID name in this way it only affects that instance
> of OpenSSL
On Wed, Jun 30, 2010, Eisenacher, Patrick wrote:
> Hi Martin,
>
> > -Original Message- From: Martin Kaiser
> >
> >
> > Now I understand that the oid definitions in the config file are not just
> > used internally (for defining extensions etc) but they're picked up by the
> > command line
Hi Martin,
> -Original Message-
> From: Martin Kaiser
>
>
> Now I understand that the oid definitions in the config file are not
> just used internally (for defining extensions etc) but
> they're picked up
> by the command line tools.
>
> Is it correct that only req and ca use the oid defi
Hi Patrick, all,
thanks for correcting my assumptions.
Thus wrote Eisenacher, Patrick (patrick.eisenac...@bdr.de):
> That line only defines the label "testoid1" and assigns the value
> "1.2.3.4".
> To use a private oid, you have to define its asn1 structure first.
> Afterwards you can include i
On Wed, Jun 30, 2010, Christian Hohnstaedt wrote:
> Hi Mag,
>
> On Tue, Jun 29, 2010 at 06:43:24PM -0700, Mag wrote:
> > I'm interested in using custom OIDs for private application purposes.
> > I've found the documentation to be deficient.
> >
> > For instance, in openssl.cnf it gives an exampl
Hi Mag,
> -Original Message-
> From: Mag
>
> I'm interested in using custom OIDs for private application purposes.
> I've found the documentation to be deficient.
>
> For instance, in openssl.cnf it gives an example line of
> [ new_oids ]
> #testoid1=1.2.3.4
>
> When I uncomment that lin
Hi Mag,
On Tue, Jun 29, 2010 at 06:43:24PM -0700, Mag wrote:
> I'm interested in using custom OIDs for private application purposes.
> I've found the documentation to be deficient.
>
> For instance, in openssl.cnf it gives an example line of
> [ new_oids ]
> #testoid1=1.2.3.4
>
> When I uncomm
Hi Mag,
Thus wrote Mag (mag...@gmail.com):
> I'm interested in using custom OIDs for private application purposes.
> I've found the documentation to be deficient.
> For instance, in openssl.cnf it gives an example line of
> [ new_oids ]
> #testoid1=1.2.3.4
> When I uncomment that line I can't
10 matches
Mail list logo