Re: [CVS] OpenSSL: openssl/crypto/engine/ eng_padlock.c openssl/test/ test...

2005-12-28 Thread Andy Polyakov
Heads up for Padlock users/developer[s]. I had opportunity to run tests on C3, a.k.a Nehemiah, and found that CFB and OFB modes are broken [as per http://cvs.openssl.org/getfile/openssl/test/test_padlock?v=1.1]. Double-check tomorrow snapshots as they become available...

Newbie

2005-12-28 Thread tonyacunar (sent by Nabble.com)
Hello, I am trying to add SSL to a VNC but I dont know how to incorporate the code from openSSL into my server/client code. Can anybody point me in the right direction as to where to start? thanks Sent from the OpenSSL - Dev forum at Nabble.com: Newbie

Re: PadLock engine SHA1 support

2005-12-28 Thread Andy Polyakov
Should I add/fix something? BTW, have you considered synergetic implementation, which would work as following. Arrange an intermediate buffer followed by non-accessible page [commonly would be done with anonymous mmap of two pages followed by mprotect(PROT_NONE) for the second page]. Upon

[openssl.org #1259] probelm in openssl

2005-12-28 Thread sundar moorthy via RT
hi this is probelm i am facing while installing openssl. please reply do you found any idea to clear this probelm. it is urgent bash-2.05# make making all in crypto... ( echo #ifndef MK1MF_BUILD; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \

[openssl.org #1260] [REQ] Include this root certificate with openssl sources

2005-12-28 Thread walt via RT
I think this root certificate is important enough to be distributed with the openssl sources: http://www.instantssl.com/ssl-certificate-support/cert_installation/GTECyberTrustGlobalRoot2018.crt Pine wouldn't open an SSL connection to my mail server because it couldn't find this certificate.

DTLS OpenSSL0.9.8a, assertion with mutual auth.

2005-12-28 Thread Manuel Schölling
Hi, I think, I have the same problem Prashant Kumar had a few months ago. I always get this error message when using DTLS with mutual authentification: d1_both.c(1054): OpenSSL internal error, assertion failed: s-d1-w_msg_hdr.msg_len + DTLS1_HM_HEADER_LENGTH == s-init_num I referre to

Re: DTLS OpenSSL0.9.8a, assertion with mutual auth.

2005-12-28 Thread Manuel Schölling
Hi, There was a patch released for this problem but this patch is for version 0.9.7g. I am using version 0.9.8a and still have this problem. Why isn't it corrected in version 0.9.8a? (or is my problem a different one?) sorry for wasting your time, guys. My linux distribution (gentoo linux)

Re: [openssl.org #1259] probelm in openssl

2005-12-28 Thread jimmy
sundar moorthy via RT wrote: hi this is probelm i am facing while installing openssl. please reply do you found any idea to clear this probelm. it is urgent bash-2.05# make making all in crypto... ( echo #ifndef MK1MF_BUILD; \ echo ' /* auto-generated by crypto/Makefile