RE: Making AES-CCM available as a TLS-negotiated cipher suite

2012-04-23 Thread Muschick, Paul
7:12 PM To: openssl-users@openssl.org Subject: Re: Making AES-CCM available as a TLS-negotiated cipher suite Hi Paul, On Wed, Apr 18, 2012 at 2:01 PM, Muschick, Paul paul.musch...@itron.com wrote: So, it’s ironic that only after I post to the mailing list, I solve my first problem. For visitors

Re: Making AES-CCM available as a TLS-negotiated cipher suite

2012-04-21 Thread Jeffrey Walton
Hi Paul, On Wed, Apr 18, 2012 at 2:01 PM, Muschick, Paul paul.musch...@itron.com wrote: So, it’s ironic that only after I post to the mailing list, I solve my first problem. For visitors from the future, to fully add a new cipher suite, you can’t forget to add your cipher’s EVP_CIPHER*

RE: Making AES-CCM available as a TLS-negotiated cipher suite

2012-04-18 Thread Muschick, Paul
So, it's ironic that only after I post to the mailing list, I solve my first problem. For visitors from the future, to fully add a new cipher suite, you can't forget to add your cipher's EVP_CIPHER* accessor function (generated by the BLOCK_CIPHER_custom macro) to SSL_library_init() in

Re: Making AES-CCM available as a TLS-negotiated cipher suite

2012-04-18 Thread Dr. Stephen Henson
On Wed, Apr 18, 2012, Muschick, Paul wrote: So, it's ironic that only after I post to the mailing list, I solve my first problem. For visitors from the future, to fully add a new cipher suite, you can't forget to add your cipher's EVP_CIPHER* accessor function (generated by the