Crypto CTR mode question

2005-09-21 Thread Frédéric Donnat
Hi all, Is there an easy way to use symmetric algorithm of openssl 0.9.8 in CTR mode? I have a look at the evp.h file but do not see anything about it. Or maybe i've missed something. regards, Fred __ OpenSSL Project

AES test code

2005-09-21 Thread joseph k j
Hello everyone, Why is there no unit test code available for AES, in crypto/aes If i need to modify the test code of DES for testing AES, what are the issues that i should take care of? can some one correct me on my assumptions. 1. I assume that the aes code has the same naming conventions

Re: AES test code

2005-09-21 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 21 Sep 2005 16:08:44 +0530, joseph k j [EMAIL PROTECTED] said: ark.papers Why is there no unit test code available for AES, in ark.papers crypto/aes. We use the newer EVP tester. See crypto/evp/evp_test.c and crypto/evp/evptests.txt. ark.papers 1. I assume

Re: Diffie Hellman Parameter Generation Question

2005-09-21 Thread Nils Larsch
Jonathon Green wrote: Hi List, I have a question which is partly OpenSSL specific and partly a more general Diffie-Hellman (parameter generation) question The background for my problem is that I'm writing an engine and am trying to implement the: int (*generate_params)(DH *dh, int

Determining certificate type

2005-09-21 Thread Areg Alimian
Hello all, Is there an API call within OpenSSL libraries which will return the type (e.g. PKCS#12 cert, PKCS#7 cert chain, etc) of a given certificate file? Your response would be much appreciated. -Areg Alimian P.S. This might appear as a redundant message, but I dont think

Re: ASN.1 problems when implementing CMP protocol

2005-09-21 Thread Jostein Tveit
[EMAIL PROTECTED] writes: Can you point out some document or website where I can find the info? You can download the ASN.1 Complete book from http://www.oss.com/asn1/larmouth.html The ASN.1 standards can be downloaded from http://www.itu.int/ITU-T/studygroups/com17/languages/index.html --