Re: [openssl-users] Research papers on TLS 1.3

2017-10-04 Thread Neetish Pathak
Thanks, Rich. Do you have the link to the mini-conference proceedings? Thanks Best Regards, Neetish On Wed, Oct 4, 2017 at 8:58 PM, Salz, Rich via openssl-users < openssl-users@openssl.org> wrote: > You should look at the IETF TLS working group. Also, there was a mini > conference, TLS Ready

Re: [openssl-users] Research papers on TLS 1.3

2017-10-04 Thread Salz, Rich via openssl-users
You should look at the IETF TLS working group. Also, there was a mini conference, TLS Ready or Not, that has a bunch of useful papers. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Research papers on TLS 1.3

2017-10-04 Thread Neetish Pathak
Hi All, Could you please suggest few research papers (apart from TLS 1.3 draft) on TLS 1.3 that may b helpful to understand TLS 1.3 implementation and performance. Is there any research available on TLS 1.3 performance benchmarking? Some papers which I am referring right now are: 1. A

Re: [openssl-users] Engine configuration

2017-10-04 Thread Jakob Bohm
On 04/10/2017 19:28, Dmitry Belyavsky wrote: Dear Stephen, On Tue, Oct 3, 2017 at 12:16 AM, Dr. Stephen Henson wrote: On Mon, Oct 02, 2017, Dmitry Belyavsky wrote: Hello, I have a question regarding engine configuration. We need to implement such behaviour: - on load

Re: [openssl-users] Engine configuration

2017-10-04 Thread Dmitry Belyavsky
Dear Stephen, On Tue, Oct 3, 2017 at 12:16 AM, Dr. Stephen Henson wrote: > On Mon, Oct 02, 2017, Dmitry Belyavsky wrote: > > > Hello, > > > > I have a question regarding engine configuration. > > > > We need to implement such behaviour: > > - on load the engine is configured

Re: [openssl-users] Integrating New Cipher Suite

2017-10-04 Thread Schmicker, Robert
Not sure if I'm late to the party on this one but check out this link: https://wiki.openssl.org/index.php/How_to_Integrate_a_Symmetric_Cipher I wrote this up a few months back so let me know if you have any questions. Rob From: openssl-users-requ...@openssl.org Sent: Wednesday, October 4, 4:29

Re: [openssl-users] FIPS Object Module 2.0, fipsalgtest.pl fails

2017-10-04 Thread Steve Marquess
On 10/03/2017 05:26 PM, Diaz de Grenu, Jose wrote: > >> You reprocessed all of the hundreds of test vectors? I'm impressed. That >> must have taken many days of compute time. > > Sorry, the download script I set up seg faulted after some time, and I didn't > noticed. In fact it only tested a

Re: [openssl-users] Storing private key on tokens

2017-10-04 Thread Jakob Bohm
On 04/10/2017 10:44, Jan Just Keijser wrote: Hi, On 04/10/17 10:17, lists wrote: On 09/27/2017 11:13 PM, Ken Goldman wrote: On 9/27/2017 2:19 PM, Dirk-Willem van Gulik wrote: On 27 Sep 2017, at 20:02, Michael Wojcik The tokens / HSMs I've used don't let you generate a key somewhere else

Re: [openssl-users] Storing private key on tokens

2017-10-04 Thread Jan Just Keijser
Hi, On 04/10/17 10:17, lists wrote: On 09/27/2017 11:13 PM, Ken Goldman wrote: On 9/27/2017 2:19 PM, Dirk-Willem van Gulik wrote: On 27 Sep 2017, at 20:02, Michael Wojcik The tokens / HSMs I've used don't let you generate a key somewhere else and install it on the token. They insist on

Re: [openssl-users] PKCS7 and RSA_verify

2017-10-04 Thread lists
On 10/01/2017 01:27 AM, Sam Roberts wrote: On Thu, Sep 28, 2017 at 2:28 AM, ch wrote: Hi! I thought the difference between PEM and DER is NOT ONLY a different encoding of the string? base64 vs. binary So to understand that clear please let me ask: If I convert a

Re: [openssl-users] Storing private key on tokens

2017-10-04 Thread lists
On 09/27/2017 11:13 PM, Ken Goldman wrote: On 9/27/2017 2:19 PM, Dirk-Willem van Gulik wrote: On 27 Sep 2017, at 20:02, Michael Wojcik The tokens / HSMs I've used don't let you generate a key somewhere else and install it on the token. They insist on doing the key generation locally. That