[openssl.org #2495] enable PEM_write_DSAPublicKey

2011-04-09 Thread (Damien Miller) via RT
Hi, Is there any reason why PEM_write_DSAPublicKey() is not enabled in pem_all.c? We'd like to use this in OpenSSH. Index: crypto/pem/pem.h === RCS file: /cvs/src/lib/libssl/src/crypto/pem/pem.h,v retrieving revision 1.10 diff -u -p

[openssl.org #2366] pkeyutl SEGV

2010-10-27 Thread (Damien Miller) via RT
Hi, openssl pkeyutl -peerform will SEGV due to dereferencing the NULL termination of the argv array, here's a fix: Index: pkeyutl.c === RCS file: /cvs/src/lib/libssl/src/apps/pkeyutl.c,v retrieving revision 1.1.1.2 diff -u -p

[openssl.org #1835] PATCH: typos

2009-02-02 Thread (Damien Miller) via RT
typo fixes that have accrued in OpenBSD's import of OpenSSL over the years Index: MacOS/GetHTTPS.src/ErrorHandling.hpp === RCS file: /cvs/src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp,v retrieving revision 1.1.1.1

Re: [openssl.org #1831] PATCH: openssl rand -hex

2009-02-01 Thread (Damien Miller) via RT
On Sun, 1 Feb 2009, Bodo Moeller via RT wrote: [...@mindrot.org - Fr. 30. Jan. 2009, 11:52:17]: This patch adds a -hex option to the rand app. E.g. $ openssl rand -hex 8 d203552d5eb39e76 What is the rationale of not having a newline at the end? It's text, after all? no

Re: [openssl.org #1831] PATCH: openssl rand -hex

2009-02-01 Thread (Damien Miller) via RT
On Sun, 1 Feb 2009, Bodo Moeller via RT wrote: What is the rationale of not having a newline at the end? It's text, after all? no rationale, just an oversight. So ... I was going to add the newline while working on the patch, but then it occurred to me as you said this comes

Re: [openssl.org #1831] PATCH: openssl rand -hex

2009-02-01 Thread (Damien Miller) via RT
On Sun, 1 Feb 2009, Bodo Moeller via RT wrote: we'll cope ;) Here's my version of the patch. Let me know if it looks OK for you. looks good to me -d __ OpenSSL Project

[openssl.org #1831] PATCH: openssl rand -hex

2009-01-30 Thread (Damien Miller) via RT
Hi, This patch adds a -hex option to the rand app. E.g. $ openssl rand -hex 8 d203552d5eb39e76 Patch is from Matthieu Herrb (matth...@openbsd.org) via OpenBSD CVS. -d Index: apps/rand.c === RCS file:

[openssl.org #1832] PATCH: force IPv4/IPv6 for s_client

2009-01-30 Thread (Damien Miller) via RT
Hi, This diff changes the s_client and s_server apps to use getaddrinfo for address parsing rather than manual IPv4 parsing and gethostbyname. This allows specification of port by name: openssl s_client -connect bugzilla.mindrot.org:https But the main point is to support IPv6. You can now

Re: [openssl.org #1089] test report for OpenBSD -current

2005-06-16 Thread (Damien Miller) via RT
Richard Levitte via RT wrote: [EMAIL PROTECTED] - Mon Jun 6 07:15:40 2005]: Richard Levitte via RT wrote: Thanks for the positive report! Apropos the 'test skipped' stuff, I'm not sure why skipping tests on unbuilt algorithms is self-defeating. It didn't skip only the tests on

Re: [openssl.org #1089] test report for OpenBSD -current

2005-06-05 Thread (Damien Miller) via RT
Richard Levitte via RT wrote: Thanks for the positive report! Apropos the 'test skipped' stuff, I'm not sure why skipping tests on unbuilt algorithms is self-defeating. It didn't skip only the tests on unbuilt algorithms, it skipped *all* the tests. Anyway, I'm resolving this ticket.

[openssl.org #1089] test report for OpenBSD -current

2005-06-01 Thread (Damien Miller) via RT
Hi, Here is a testlog for OpenBSD -current. We probably won't get around to integrating 0.9.8 until after OpenBSD-3.8 is released. I hacked the 'test skipped' stuff our of util/selftest.pl - I think skipping tests because of no-mdc2 and no-rc5 is somewhat self-defeating -d OpenSSL self-test