Re: [openssl-dev] sizeof (HMAC_CTX) changes with update, breaks binary compatibility

2015-06-12 Thread Timo Teras
On Thu, 11 Jun 2015 21:09:59 -0400 Dan McDonald dan...@omniti.com wrote: On Jun 11, 2015, at 9:07 PM, Dan McDonald dan...@omniti.com wrote: typedef struct hmac_ctx_st { const EVP_MD *md; EVP_MD_CTX md_ctx; EVP_MD_CTX i_ctx; EVP_MD_CTX o_ctx; unsigned int key_length;

Re: [openssl-dev] sizeof (HMAC_CTX) changes with update, breaks binary compatibility

2015-06-12 Thread Timo Teras
On Fri, 12 Jun 2015 10:38:02 +0100 Matt Caswell m...@openssl.org wrote: On 12/06/15 09:49, Timo Teras wrote: On Fri, 12 Jun 2015 11:27:42 +0300 Timo Teras timo.te...@iki.fi wrote: On Thu, 11 Jun 2015 21:09:59 -0400 Dan McDonald dan...@omniti.com wrote: On Jun 11, 2015, at 9

Re: [openssl-dev] The evolution of the 'master' branch

2015-02-03 Thread Timo Teras
On Tue, 3 Feb 2015 17:02:31 -0500 Rich Salz rs...@openssl.org wrote: As we've already said, we are moving to making most OpenSSL data structures opaque. We deliberately used a non-specific term. :) As of Matt's commit of the other day, this is starting to happen now. We know this will

Re: [openssl.org #3505] rewrite c_rehash in C

2014-08-26 Thread Timo Teras
On Tue, 26 Aug 2014 12:50:49 -0400 Salz, Rich rs...@akamai.com wrote: Don't rush. It'll be a while until (or if) we switch over. Neat job tho. Perhaps it should be merged into the openssl command? (see https://github.com/akamai/openssl/tree/rsalz-monolith) I wrote the code about 8 months

Re: [openssl.org #3505] rewrite c_rehash in C

2014-08-26 Thread Timo Teras
On Tue, 26 Aug 2014 17:19:24 + Viktor Dukhovni openssl-us...@dukhovni.org wrote: On Tue, Aug 26, 2014 at 10:12:06AM -0400, Salz, Rich wrote: Find a C version (which I have written) of the utility at: http://git.alpinelinux.org/cgit/aports/plain/main/openssl/c_rehash.c That's

Re: [openssl.org #2291] [PATCH 3/3] engine/padlock: implement sha1/sha224/sha256 acceleration

2014-06-30 Thread Timo Teras
b/engines/e_padlock.c index 381a746..2f8c72a 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -3,6 +3,9 @@ * Written by Michal Ludvig mic...@logix.cz *http://www.logix.cz/michal * + * SHA support by Timo Teras timo.te...@iki.fi. Portions based on + * code