Re: Recommended SSL Books...

2005-06-06 Thread Dunceor .
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

Re: Out of the Office

2005-03-18 Thread Dunceor .
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

Re: Allocate memory at once

2005-03-03 Thread Dunceor .
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

Re: Rijndael algorithm

2005-02-10 Thread Dunceor .
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

Re: rijndael algorithm

2005-02-10 Thread Dunceor .
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

Re: A little help please!!!

2004-09-09 Thread Dunceor hmm
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