On Wed, Sep 22, 2010, Gregory Bellier wrote:
> 2010/9/22 Dr. Stephen Henson
>
> > A better way is to create a NID dynamically using OBJ_create() and use that
> > instead.
> >
> Could you be more specific and give some more details ?
>
http://www.openssl.org/docs/crypto/OBJ_nid2obj.html#EXAMPLE
2010/9/22 Dr. Stephen Henson
> On Tue, Sep 21, 2010, Gregory Bellier wrote:
>
> > Hi all !
> >
> > I'm currently playing with openssl-0.9.8o to add a cipher in it (just for
> > fun).
> >
> > I noticed in crypto/objects that 2 files (obj_dat.h and obj_mac.h) are
> > automatically generated from sc
On Tue, Sep 21, 2010, Gregory Bellier wrote:
> Hi all !
>
> I'm currently playing with openssl-0.9.8o to add a cipher in it (just for
> fun).
>
> I noticed in crypto/objects that 2 files (obj_dat.h and obj_mac.h) are
> automatically generated from scripts which read obj_mac.num and objects.txt.
Le 21/09/2010 17:57, Martin Kaiser a écrit :
Thus wrote Gregory Bellier (gregory.bell...@gmail.com):
I noticed in crypto/objects that 2 files (obj_dat.h and obj_mac.h) are
automatically generated from scripts which read obj_mac.num and objects.txt.
Therefore I did not update manually obj_dat.
Hi Gregory,
Thus wrote Gregory Bellier (gregory.bell...@gmail.com):
> I'm currently playing with openssl-0.9.8o to add a cipher in it (just for
> fun).
> I noticed in crypto/objects that 2 files (obj_dat.h and obj_mac.h) are
> automatically generated from scripts which read obj_mac.num and objec
Hi all !
I'm currently playing with openssl-0.9.8o to add a cipher in it (just for
fun).
I noticed in crypto/objects that 2 files (obj_dat.h and obj_mac.h) are
automatically generated from scripts which read obj_mac.num and objects.txt.
Therefore I did not update manually obj_dat.h and obj_mac.h.