Re: Subject: [PATCH] ssl: introduce async sign/decrypt APIs This patch is introducing `async_key_ex_cb` member of both `SSL_CTX` and `SSL`, and `SSL_supply()`. If `async_key_ex_cb` is present: * Serve

2014-08-29 Thread Fedor Indutny
Nevermind, I just realized that it is using Client certificate there and doesn't needs to be asyncified. On Fri, Aug 29, 2014 at 12:54 AM, Fedor Indutny fe...@indutny.com wrote: Oh, and I have just realized that it doesn't handle `ssl3_get_cert_verify` case right now. I'll figure it out

openssl 1.0.1i ignores ciphers in cipherlist

2014-08-29 Thread Frank Meier
While testing different ciphersuites I found a quite drastic change in the behavior between openssl version 1.0.1h to 1.0.1i. While using a cipherlist like ECDHE-RSA-AES128-SHA256:RC4 with 1.0.1h the ECDHE-RSA-AES128-SHA256 cipher is used. With 1.0.1i uses RC4-SHA. example: $ openssl

Re: openssl 1.0.1i ignores ciphers in cipherlist

2014-08-29 Thread Viktor Dukhovni
On Fri, Aug 29, 2014 at 04:19:43PM +0200, Frank Meier wrote: While testing different ciphersuites I found a quite drastic change in the behavior between openssl version 1.0.1h to 1.0.1i. While using a cipherlist like ECDHE-RSA-AES128-SHA256:RC4 with 1.0.1h the ECDHE-RSA-AES128-SHA256 cipher

Re: openssl 1.0.1i ignores ciphers in cipherlist

2014-08-29 Thread Tomas Mraz
On Pá, 2014-08-29 at 16:19 +0200, Frank Meier wrote: While testing different ciphersuites I found a quite drastic change in the behavior between openssl version 1.0.1h to 1.0.1i. While using a cipherlist like ECDHE-RSA-AES128-SHA256:RC4 with 1.0.1h the ECDHE-RSA-AES128-SHA256 cipher is

[openssl.org #2990] Bug Report:openssl timezone issue

2014-08-29 Thread Rich Salz via RT
This is, unfortunately, the tip of an iceberg. The timezone offset is actually stored in the ASN1 string, it's just not displayed. There's a bunch of RFC-compliant issues involved, date and time parsing, etc. -- Rich Salz, OpenSSL dev team; rs...@openssl.org

[openssl.org #3246] CSR version is not printed properly

2014-08-29 Thread Rich Salz via RT
Fixed in head: -commit b09eb246e2385ff629e365043290bbb485e99588 Author: Rich Salz rs...@akamai.com Date: Tue Aug 26 22:31:11 2014 -0400 RT3246: req command prints version number wrong Make X509_REQ_print_ex do the same thing that X509_REQ_print does. Reviewed-by: Matt Caswell m...@openssl.org

[openssl.org #2996] PATCH: cygwin (and probably others) support broken by long time

2014-08-29 Thread Rich Salz via RT
As Andy explained, this is a mis-configuration issue. Not an openssl bug. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1093] dhparam file test

2014-08-29 Thread Rich Salz via RT
Old release, insufficient information to reproduce, closing the ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #2419] 1.0.0c build on Intel Core i3 ignores my --prefix= option, installs in /usr. How to fix?

2014-08-29 Thread Rich Salz via RT
Old release. Can't reproduce in current stuff. Closing ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #2451] [PATCH] Enhancement: Telnet START_TLS in s_client

2014-08-29 Thread Rich Salz via RT
Fixed in rsalz-monolith branch of akamai/openssl fork on github. To be part of post-1.0.2. Thanks! commit 0223322b17f50f2e46c072e4d1cdd2e82426260d Author: David Michael fedora@gmail.com Date: Fri Aug 29 13:46:16 2014 -0400 RT2451: Add telnet to s_client -starttls -- Rich Salz, OpenSSL dev

[openssl.org #2348] OpenSSL doesn't work with Linksys WRT54G

2014-08-29 Thread Rich Salz via RT
Use no -tls flags if you need to use SSLv3 to talk to the device. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #2455] print dsa pubin/pubout options

2014-08-29 Thread Rich Salz via RT
This was already fixed at https://github.com/akamai/openssl/tree/rsalz-monolith/apps -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing

[openssl.org #2441] Memory leak on OpenSSL 0.9.7f 22 Mar 2005

2014-08-29 Thread Rich Salz via RT
Release and platform too old. We have been working on leaks and many are fixed, many more are in-progress. Please retry if this is still a concern and open a new ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __

[openssl.org #2501] Inquiry re possible Itanium issue in 0.9.7m

2014-08-29 Thread Rich Salz via RT
A question, not a bug in openssl. Old platform very old release. Nothing openssl-specific. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development

[openssl.org #2935] OpenSSL 0.9.8x crashes\OpenSSL 1.0.1c get stuck in SSL_load_error_strings() function on Solaris OS

2014-08-29 Thread Rich Salz via RT
Poster says it is not repeatable, not enough info to reproduce, old code, closing ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development

[openssl.org #2820] man pages case (in)sensitivity

2014-08-29 Thread Rich Salz via RT
Fixed for 1.0.2 and HEAD OpenSSL_1_0_2-stable 12dabfc RT2880: HFS is case-insensitive filenames HEAD 82d9185 RT2880: HFS is case-insensitive filenames Author: Jim Reid j...@rfc1035.com Date: Fri Aug 29 12:07:42 2014 -0400 RT2880: HFS is case-insensitive filenames Add Darwin to list of

[openssl.org #2693] [OpenSSL 1.0.1 beta 2] crypto/ec/ec_key.c - double header inclusion

2014-08-29 Thread Matt Caswell via RT
Someone already fixed this for 1.0.2 and 1.0.1, but for some reason it wasn't fixed in master/1.0.0/0.9.8. I've fixed this now. Thanks for the report. Matt __ OpenSSL Project

[openssl.org #2725] [Patch] Openssl 1.0.1 beta2 - ec_key.c - EC_KEY_generate_key() overwrites user-defined private key

2014-08-29 Thread Matt Caswell via RT
This is working as designed. From the man page: EC_KEY_generate_key generates a new public and private key for the supplied eckey object. Matt __ OpenSSL Project http://www.openssl.org

[openssl.org #2379] Bug: bio_set_accept_port does not accept * as a port

2014-08-29 Thread Rich Salz via RT
OpenSSL_1_0_0-stable 62ca466 RT2379: Bug in BIO_set_accept_port.pod OpenSSL_1_0_1-stable 4d16915 RT2379: Bug in BIO_set_accept_port.pod OpenSSL_1_0_2-stable 5decce4 RT2379: Bug in BIO_set_accept_port.pod HEAD 07e3b31 RT2379: Bug in BIO_set_accept_port.pod Author: Rich Salz rs...@akamai.com Date:

RE: [openssl.org #2990] Bug Report:openssl timezone issue

2014-08-29 Thread Kavan Modi via RT
Okay. Can we create certificate as per specific timezone instead GMT timezone? Regards, Kavan Modi From: Rich Salz via RT r...@openssl.org Sent: Friday, August 29, 2014 9:14 PM To: kavan.m...@elitecore.com Cc: openssl-dev@openssl.org Subject: [openssl.org