Re: [openssl-dev] curve25519

2015-06-22 Thread Nico Williams
On Sun, Jun 21, 2015 at 10:36:30PM +, Pascal Cuoq wrote: Short answer: No tools that are useful for usable implementations of asymmetric cryptography, that I know of, but useful tools for confirming that symmetric cryptography designed for constant-time implementation was correctly

[openssl-dev] [openssl.org #3920] ECDSA_METHOD_new() argument should be constified?

2015-06-22 Thread Dmitry Belyavsky via RT
Hello all, I try to provide my own ECDSA method using engine. I want to use common functions for verifying the signature and a custom one for signing. My code is ... const ECDSA_METHOD * meth1 = ECDSA_OpenSSL(); forwarder_ec_method = ECDSA_METHOD_new(meth1); ... Compiling it, I get an

[openssl-dev] RT was down today, please resend

2015-06-22 Thread Richard Levitte
Hi, due to a mysql screwup, whatever was sent to openssl-b...@openssl.org after 06:00 UTC today was lost (everything before that was safely backed up). If you did send something, I would like to kindly ask you to resend it. Sorry for the inconvenience. Cheers, Richard -- Richard Levitte

[openssl-dev] [openssl.org #2464] [PATCH] Experimental TLS-RSA-PSK support for OpenSSL

2015-06-22 Thread Stephen Henson via RT
On Sun Jun 21 19:00:55 2015, giuseppe.dang...@kdab.com wrote: Yet another version after some refactorings that landed in master. Please, pretty please, with sugar on top, could anyone review this code so that it can get merged? It's becoming a difficult exercise to keep track of upstream

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-06-22 Thread Salz, Rich
Rats. Looked at the wrong build output ;( thanks. Will fix shortly. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-06-22 Thread Rainer Jung
Am 22.06.2015 um 21:49 schrieb Rich Salz: The branch master has been updated via 75ba5c58c6b3b3326a6c3198100830afa120e7c3 (commit) from 389ebcecae2575188a4ff9566389ce694352be43 (commit) - Log - commit

[openssl-dev] Comments on the new ECDSA_METHOD_*() and RSA_METHOD_*() APIs

2015-06-22 Thread Dr. Matthias St. Pierre
Hello, first of all, I'd like to say that I agree with the core developers that it's a good idea to make all these OpenSSL structs opaque and provide an API for creation/desruction and member access instead. I have two comments on the new ECDSA_METHOD_*() and RSA_METHOD_*() APIs in

[openssl-dev] [openssl.org #3907] Script testssl uses bash feature (non-POSIX)

2015-06-22 Thread Rich Salz via RT
OpenSSL_1_0_1-stable 9ad2eb6 RT3907: avoid local in testssl script OpenSSL_1_0_2-stable 57bd71b RT3907: avoid local in testssl script master 75ba5c5 RT3907: avoid local in testssl script Author: Rich Salz rs...@akamai.com Date: Sat Jun 13 17:18:47 2015 -0400 RT3907: avoid local in testssl script

[openssl-dev] [openssl.org #3921] [PATCH] Fix const-correctness issues of new ECDSA_METHOD api

2015-06-22 Thread Dr. Matthias St. Pierre via RT
- The function ECDSA_METHOD_new() acts like a copy constructor, but unfortunately its argument is not declared const. This leads to compiler errors when it is used as follows: ECDSA_METHOD * method = ECDSA_METHOD_new(ECDSA_OpenSSL()); - The ECDSA_METHOD_set_name() should take a 'const

[openssl-dev] [openssl.org #3922] Bug: EVP_get_digestbynid() does not support ECDSA

2015-06-22 Thread David von Oheimb via RT
Hi OpenSSL maintainers, I tried checking the status of the EVP_get_digestbynid issue via http://rt.openssl.org/Install/index.html but the server appears currently misconfigured: Config file /etc/request-tracker4/RT_SiteConfig.pm is locked Yet I found an old conversation on this topic:

[openssl-dev] [openssl.org #3570] [DOC] ciphers(1) documentation

2015-06-22 Thread Rich Salz via RT
Fixed in master with some other doc/typo fixes with commit 4c583c36596cd86feebd983b0313733fe9870500 -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev