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

[STATUS] OpenSSL (Sun 23-Dec-2001)

2001-12-23 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 2001/12/21 03:23:15 $ DEVELOPMENT STATE o OpenSSL 0.9.7: Under development... o OpenSSL 0.9.6c: Released on December 21st, 2001 o OpenSSL 0.9.6b: Released on July

[PATCH] aes integration (2nd try)

2001-12-23 Thread Stephen Sprunk
Okay, here's my first stab at some improvements to AES integration. . apps/openssl speed now supports aes options, works just like des. . improved efficiency of EVP calling AES . substantial AES API cleanup Coming soon: . 128-bit CFB and OFB modes . Support in more apps/openssl programs .