Re: X509_REQ weird behavior

2001-12-24 Thread Vadim Fedukovich
On Sun, 23 Dec 2001, Michael Pogrebisky wrote: Hi all, Recently I needed to perform the following task: given a certificate request (PKCS10 structure), make another one, with just a different public key. So, I've written the following piece of code to do this: // Declarations EVP_PKEY

X509_REQ weird behavior

2001-12-23 Thread Michael Pogrebisky
Hi all, Recently I needed to perform the following task: given a certificate request (PKCS10 structure), make another one, with just a different public key. So, I've written the following piece of code to do this: // Declarations EVP_PKEY pkey; FILE* infile, *outfile; // Opening the input and