Re: Upgrading the key size in OpenSSL certificate

2010-11-09 Thread josh kirbey
, Nov 9, 2010 at 12:02 PM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote: > On Tue, Nov 09, 2010 at 11:42:14AM -0500, josh kirbey wrote: > > > Hi All, > > > > We are required to upgrade the sizes of private/public key pairs to 3072 > > bits from 10

Upgrading the key size in OpenSSL certificate

2010-11-09 Thread josh kirbey
Hi All, We are required to upgrade the sizes of private/public key pairs to 3072 bits from 1024 bits. We have two main data structures, X509Stack and PKCS7. We fill these two structures at the initialization by reading the PEM files on disk. During the upgrade process, I pick the X509stack and pi