Re: errors in DTLS implementation in openssl0.9.8a

2005-12-12 Thread Eduardo Pérez Ureta
Maybe you can try: http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1245 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335703 This patch may fix the segmentation fault that I also confirm on openssl-0.9.8a running on linux-2.6.14/686 Some developer should review that patch. (I'll try it

0.9.8 API/ABI compatibility with 0.9.7 ?

2005-05-24 Thread Eduardo Pérez
I was wondering if openssl-0.9.8 is going to be API/ABI compatible with the current stable branch of openssl-0.9.7 I think keeping API/ABI compatible is a good idea and makes programmer and users life easier. Anyway, if you are not going to keep API/ABI compatibility in openssl-0.9.8 with 0.9.7

Re: Problem at RSA decrypt: block type is not 02

2005-05-16 Thread Eduardo Pérez
What are you trying to do? (give some details if you want any help) Using RSA directly on the message is almost never a good idea. (Correct me if I'm wrong but that's what you seem to be doing) You should be using an intermediate symmetric cipher or just let openssl or gnupg do its job and forget

Re: Rijndael algorithm

2005-02-10 Thread Eduardo Pérez
On 2005-02-10 08:39:24 UTC, Manuel Sánchez Cuenca wrote: can anybody tell me if the rijndael algorithm is supported in openssl? and in this case can anybody send me some examples? Yes, rijndael (aka aes) is supported. Just type: openssl ciphers -v and you'll see all ciphers You can also know

Re: SSL (or alike) over UDP

2005-01-31 Thread Eduardo Pérez
On 2005-01-14 10:39:55 UTC, [EMAIL PROTECTED] wrote: There is IETF Internet Draft proposed by E. Rescorla that allows TLS over UDP here is the link: http://www.ietf.org/internet-drafts/draft-rescorla-dtls-02.txt I'm looking forward this protocol. The people behind this protocol told me: We're

Re: Creating a ssl socket using OpenPGP keys

2005-01-31 Thread Eduardo Pérez
On 2004-09-13 18:22:15 UTC, Eduardo Pérez wrote: I'd like to create a simple app to chat securely. Requisites: Use OpenPGP keys on both ends (because lots of users already have OpenPGP keys) Procedure: User selects a public key to communicate He or the system finds the IP/TCP address

SSL (or alike) over UDP

2005-01-14 Thread Eduardo Pérez
Do you know if it's possible to use SSL (or some other protocol) over UDP running totally in user space. I'd like to prevent TCP disconnects (SSL over TCP has this problem) I'd also like to use reliable delivery and a stream unreliable delivery protocol over the same connection-oriented base