How do I submit a bug report?

2007-02-15 Thread Andrews, Rick
I'm sorry to bother the whole list with this, but how do I submit a bug against OpenSSL? All I can find on the web page is The README file describes how to submit bug reports and patches to OpenSSL. But I don't see a README anywhere on the website or in the source code I downloaded. Thanks,

Re: How do I submit a bug report?

2007-02-15 Thread Brad House
Andrews, Rick wrote: I'm sorry to bother the whole list with this, but how do I submit a bug against OpenSSL? All I can find on the web page is The README file describes how to submit bug reports and patches to OpenSSL. But I don't see a README anywhere on the website or in the source code I

X509_dup doesn't work unless validity period is set

2007-02-15 Thread Andrew Brampton
Hi, I don't know if I'm doing this correctly, but when I call X509_dup on a X509 object that has been recently created it returns NULL. For example X509 *x1 = X509_new(); X509 *x2 = X509_dup ( x1 ); // x2 is null, indicating a duplication error Now it will always return NULL unless I set the

Re: X509_dup doesn't work unless validity period is set

2007-02-15 Thread Dr. Stephen Henson
On Fri, Feb 16, 2007, Andrew Brampton wrote: Hi, I don't know if I'm doing this correctly, but when I call X509_dup on a X509 object that has been recently created it returns NULL. For example X509 *x1 = X509_new(); X509 *x2 = X509_dup ( x1 ); // x2 is null, indicating a duplication

SHA256 support in TLS ciphers

2007-02-15 Thread Matthew Hunt
I'm aware that this question has been asked before, but is anyone working on adding SHA256 support to the existing ciphersuites? I'm developing an application that requires these, so I'd appreciate it if anyone could give me an update on when this support will be implemented, or if it is planned

Re: SHA256 support in TLS ciphers

2007-02-15 Thread Brad House
I'm aware that this question has been asked before, but is anyone working on adding SHA256 support to the existing ciphersuites? I'm developing an application that requires these, so I'd appreciate it if anyone could give me an update on when this support will be implemented, or if it is planned