[openssl-dev] [openssl.org #4201] Feature Request: Support dumping session keys in NSS key log format

2015-12-28 Thread Matt Caswell via RT
On Mon Dec 28 22:01:04 2015, rs...@akamai.com wrote: > Yes we would be interested in this but someone would almost definitely > have to be provided as a complete patch because it seems unlikely > anyone on the team will get around to doing it by 1.1 release. > Actually I think this capability is a

Re: [openssl-dev] [openssl.org #4201] Feature Request: Support dumping session keys in NSS key log format

2015-12-28 Thread Salz, Rich via RT
Yes we would be interested in this but someone would almost definitely have to be provided as a complete patch because it seems unlikely anyone on the team will get around to doing it by 1.1 release. ___ openssl-dev mailing list To unsubscribe: https:

Re: [openssl-dev] [openssl.org #4201] Feature Request: Support dumping session keys in NSS key log format

2015-12-28 Thread Salz, Rich
Yes we would be interested in this but someone would almost definitely have to be provided as a complete patch because it seems unlikely anyone on the team will get around to doing it by 1.1 release. ___ openssl-dev mailing list To unsubscribe: https:/

[openssl-dev] [openssl.org #4202] RT link does not work

2015-12-28 Thread Rich Salz via RT
update the links in README and INSTALL for master, 1.0.2 and 1.0.1; closing ticket, thanks. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4206] [PATCH] Add cipher alias for ChaCha20

2015-12-28 Thread Short, Todd via RT
Updated patch. Updates documentation (ciphers.pod), and lays some groundwork in case ChaCha20 is used with something other than Poly1305. (Also updates the Camellia cipher alias to use an existing #define.) -- -Todd Short // tsh...@akamai.com // "One if by land, two if

Re: [openssl-dev] [openssl.org #4206] [PATCH] Add cipher alias for ChaCha20

2015-12-28 Thread Short, Todd via RT
True, but there’s currently no flag defined for just “ChaCha20” ciphers, just SSL_CHACHA20POLY1305. My understanding is that CHACHA20POLY1305 is considered AEAD, so the two will always be linked. That being said, nothing prevents CHACHA20 from referencing additional CHACHA20 ciphers, nor preclud

Re: [openssl-dev] [openssl.org #4206] [PATCH] Add cipher alias for ChaCha20

2015-12-28 Thread Short, Todd
True, but there’s currently no flag defined for just “ChaCha20” ciphers, just SSL_CHACHA20POLY1305. My understanding is that CHACHA20POLY1305 is considered AEAD, so the two will always be linked. That being said, nothing prevents CHACHA20 from referencing additional CHACHA20 ciphers, nor preclud

Re: [openssl-dev] [openssl.org #4206] [PATCH] Add cipher alias for ChaCha20

2015-12-28 Thread Kurt Roeckx via RT
On Mon, Dec 28, 2015 at 03:01:28PM +, Short, Todd via RT wrote: > Hello OpenSSL.org: > > This is a patch for the master branch. The changes in master to add ChaCha20 > to OpenSSL do not include an alias for the cipher in the "openssl cipher" > command, nor in the cipher f

[openssl-dev] [openssl.org #4206] [PATCH] Add cipher alias for ChaCha20

2015-12-28 Thread Short, Todd via RT
Hello OpenSSL.org: This is a patch for the master branch. The changes in master to add ChaCha20 to OpenSSL do not include an alias for the cipher in the “openssl cipher” command, nor in the cipher functions., even though the necessary constants have been defined. The attache