Re: [PATCH] Crypto EC - avoids possible memset compiler optimisation

2018-01-12 Thread Christopher Schultz
All, Apologies... I had only read the top of the patch before replying. All my comments had already been addressed in the actual patch. Sorry for the noise. -chris On 1/12/18 6:00 PM, Christopher Schultz wrote: > Adam and David, > > On 1/8/18 11:30 AM, Adam Petcher wrote: >>

Re: [PATCH] Crypto EC - avoids possible memset compiler optimisation

2018-01-12 Thread Christopher Schultz
Adam and David, On 1/8/18 11:30 AM, Adam Petcher wrote: > On 1/8/2018 10:13 AM, David CARLIER wrote: > >> Hi, >> >> Here a little patch proposal which is usually relevant in >> cryptographics matters. Usually memset/bzero/... is used to clear >> private structures but the compiler can possibly

Obtaining TLS handshake details e.g. server key exchange bits

2016-09-19 Thread Christopher Schultz
All, I apologize if this isn't the right place to post this. Please let me know if I should post elsewhere and I'll be happy to do so. For the past few years, I've been maintaining a Java-based TLS server tester mostly for my own use, but also shared with the Apache Tomcat user community. It