Re: openssl 0.8.9h sha256

2008-08-12 Thread Rafiqul Ahsan
Found a previous postings like this where Alan Dekok answered that FreeRadius use SSL from openssl, and if SSL supports any advanced algorithm FreeRadius should support it (I actually added a patch to FreeRadius to make sure this supports all digests). I am currently trying to find out whether I ha

En/Decrypt Mismatch: Command-Line Tool vs. Perl's Crypt::OpenSSL

2008-08-12 Thread Jerry Krinock
I cannot get RSA-encrypted messages which I generate using Perl's Crypt::OpenSSL::RSA to decrypt using the openssl command-line tool in Mac OS X. May be something easy/stupid since I am a new openssl user. I believe that the problem is in the ENcrypting because the signatures produced are

Re: PEM_read PrivateKey gives illegal seek

2008-08-12 Thread Tim Hudson
Matthias Barmeier wrote: Hi, ok, sorry for not understanding what happens. The call OpenSSL_add_all_algorithms() was missing. After adding it everything seems to work perfect. Shouldn't this be mentioned on the man page of the PEM functions ? It is not PEM specific - it applies to anything t

Re: Verbosity Level Tweak?

2008-08-12 Thread Tim Hudson
Diffenderfer, Randy wrote: Folks, Am trying to sort out "mysterious" TLS setup failures within sendmail. Are there any runtime symbols I can twiddle to cause the library to be more forthcoming about what it's doing? Have wandered through sendmail and he pretty much treats the openssl calls

RE: Fatal core dump on using Purify instrumented binary on Solaris.

2008-08-12 Thread David Schwartz
> hi all, > We are using openssl 0.9.8g with our product and everything > worked fine till now. We are now trying to check memory leak > in our code using Purify. But unfortunately our executable core > dumped soon after it called PKCS12_parse(). I have attached the > entire purify log file. pleas

Re: error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call

2008-08-12 Thread Tim Hudson
Travis wrote: Has anyone seen this error: error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call I am trying to troubleshoot and could use some help urgently. Thank you in advance for your help. ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED is the error and in ssl3_ctrl that occurs

error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call

2008-08-12 Thread Travis
Has anyone seen this error: error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call I am trying to troubleshoot and could use some help urgently. Thank you in advance for your help. -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or c

Re: Device with both 1024-bit and 2048-bit RSA keys --- OpenSSL support?

2008-08-12 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | (sorry that previous one looked so terrible. Here it is with plain text) | | Can a single OpenSSL context support both 1024-bit and 2048-bit RSA at | the same time? For example, if a client device has both 1024-bit and | 2

LIBEAY32.dll: Unhandeled exception in iexplorer.exe 0xC0000005: Access violation

2008-08-12 Thread Chris Hatko
I've got a ActiveX control which uses several different dll's (LIBEAY32.dll being one). When I shut down iexplorer, my control is deleted as expected but I get a crash when _DllMainCRTStartup tries to DLL_THREAD_DETACH on the "LIBEAY32.dll" I get the following crash: Unhandeled exception in iexplo

Verbosity Level Tweak?

2008-08-12 Thread Diffenderfer, Randy
Folks, Am trying to sort out "mysterious" TLS setup failures within sendmail. Are there any runtime symbols I can twiddle to cause the library to be more forthcoming about what it's doing? Have wandered through sendmail and he pretty much treats the openssl calls as a black box, with very little

Re: EVP_CipherInit_ex because cipher->do_cipher is NULL

2008-08-12 Thread Ger Hobbelt
Response below: On Tue, Aug 12, 2008 at 7:27 AM, Ambarish Mitra <[EMAIL PROTECTED]> wrote: > The output was: > 933945:error:0607C084:lib(6):func(124):reason(132):evp_enc.c:523: > 933945:error:0607B086:lib(6):func(123):reason(134):evp_enc.c:170: > > [EMAIL PROTECTED] openssl errstr 0607C084 > error

Re: [FWD] Re: Convert a DER certificate to PEM certificate

2008-08-12 Thread Steffen DETTMER
* Lutz Jaenicke wrote on Tue, Aug 12, 2008 at 08:47 +0200: > Please help me with the command line to convert a DER > Certificate to PEM Certificate. $ openssl x509 -inform der -outform pem < certificate.der or $ openssl x509 -inform der -text < certificate.der (which includes a human readable

Fatal core dump on using Purify instrumented binary on Solaris.

2008-08-12 Thread Sanjith Chungath
hi all, We are using openssl 0.9.8g with our product and everything worked fine till now. We are now trying to check memory leak in our code using Purify. But unfortunately our executable core dumped soon after it called PKCS12_parse(). I have attached the entire purify log file. please le

Re: openssl 0.8.9h sha256

2008-08-12 Thread Sergio
Rafiqul Ahsan escribió: I see an error like below when trying to use EAP_TLS/TTLS authentication with Certs that has Signature Algorithm: sha256WithRSAEncryption . Can anybody tell me why SSL does not like the TLS session ? I would appreciate your help. here is the radiusd -X log: ++[suffix] re

[FWD] Re: Convert a DER certificate to PEM certificate

2008-08-12 Thread Lutz Jaenicke
Forwarded mail missing the correct mailing list due to a typo. Best regards, Lutz - Forwarded message from [EMAIL PROTECTED] - In-Reply-To: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Convert a DER certificate to PEM certificate From: [EMAIL PROTEC