Network Security with OpenSSL.
http://www.amazon.com/exec/obidos/tg/detail/-/059600270X/104-9681170-4327902?v=glance
Great book, both for OpenSSL usage and programming with libcrypto.
// Dunceor
On 6/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I have been using OpenSSL
YOU FUCKIN IDIOT.
TURN THAT SHIT OF, THAT IS LIKE THE 10TH MAIL TODAY.
some people just don't have the brains.
On Fri, 18 Mar 2005 09:21:13 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I am currently out of the office and will return on April 1st. If you have
> any technical questions
Damnit, stop send everything twice and stop reply with a new topic to old mails.
Damn.
// Dunceor
On Thu, 3 Mar 2005 15:09:11 +0200, Zerg <[EMAIL PROTECTED]> wrote:
> Hi.
> We have such ASN structre...
> I am doing PRIVATEKEY_new(). Is the memory allocated for all the m
I suggest you read the documentation for openssl and learn which
functions that exist and which ones you need to call.
Here is a great beginners book:
http://www.amazon.com/exec/obidos/tg/detail/-/059600270X/qid=1108034419/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/002-8185538-7753620?v=glance&s=books&n=50784
After Rijndael algortihm was accepted as the new standard it was
officially named AES - Advanced Encryption Standard (i think it is)
and you can use it in OpenSSL.
Check this list for ciphers that you can use:
http://www.openssl.org/docs/apps/ciphers.html
Enjoy.
On Thu, 10 Feb 2005 11:39:22 +010
compile with:
gcc -o test test.c -lcrypto
- Original Message -
From: Marcos Paraiso <[EMAIL PROTECTED]>
Date: Thu, 9 Sep 2004 15:25:09 -0300 (ART)
Subject: A little help please!!!
To: [EMAIL PROTECTED]
Hi everybody,
I just started studying the OpenSSL library and I already have a prob