On Wed, 9 Nov 2005, Pj wrote:
Hi,
Does OpenSSL have AES support specifically Rijndael and if so which is the
minimum release number we need?
The OpenSSL O'Reilly book mentions that AES (also called Rijndael) is
available only in Versions 0.9.7 or later.
Sincerely,
Patrick
On Tue, 1 Nov 2005, Adam Jones wrote:
I had the same problem. It took me a few days to figure it all out. Here is
my sample code that works. Let me know if you have any questions. Hope this
helps.
Hi Adams,
Thank you very much indeed! I have changed the message and encoded/decoded
messages t
Dear all,
I am trying to base64-encode/decode a string using the BIO API.
The man page for BIO_f_base64 provides examples to
"base64 encode a string and write the result to standard output" and
"read base64 encoded data from standard input and write the decoded data to
standard output" (http://