Re: [openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Thiago Arrais
Viktor, This is related to this message on openssl-users, right? https://www.mail-archive.com/openssl-users@openssl.org/msg81251.html As I understand this isn't directly related to TLS 1.3. But it can work as an intro to the codebase. -- Arrais On Tue, Apr 4, 2017 at 2:50 PM Viktor Dukhovni

Re: [openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Viktor Dukhovni
> On Apr 4, 2017, at 3:28 PM, Thiago Arrais wrote: > > Viktor, > > This is related to this message on openssl-users, right? > > https://www.mail-archive.com/openssl-users@openssl.org/msg81251.html Yes. > As I understand this isn't directly related to TLS 1.3. But it

[openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Thiago Arrais
I'm interested in contributing to TLS 1.3 support. I'm also a total newbie to openssl development. I'm trying to build/run the tests and working through CONTRIBUTING. For TLS 1.3 specifically, I understand that support for draft-19 of the spec is mostly done. How do I get started working on

Re: [openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Salz, Rich via openssl-dev
Look at https://www.openssl.org/community/ and https://www.openssl.org/community/getting-started.html as useful starting points. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] verify depth behavior change from 1.0.2 to 1.1.0?

2017-04-04 Thread Short, Todd via openssl-dev
Ben Kaduk: Do we know the values that are being passed to SSL_CTX_set_Verify_depth() match the -verify_depth argument, or do they differ? If they differ, do identical arguments to the function behave the same in 1.1.0 and 1.0.2? Viktor: What we’re getting at here, is that this appears to be a

Re: [openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Matt Caswell
On 04/04/17 15:34, Thiago Arrais wrote: > Hmmm... The Getting Started page talks about writing test cases. > > It seems like a good start. Is there any area that needs special attention? Actually I have a suggestion for a fairly small self-contained piece of work suitable for a starting

Re: [openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Thiago Arrais
Thank you, Matt. I actually am _not_ familiar with the spec. I was looking for some work on OpenSSL exactly because I want to know TLS better. Your suggestion seems like a good start. It is pretty dense, but that was exactly what I was looking for. Thank you again. -- Arrais On Tue, Apr 4,

Re: [openssl-dev] Contributing to TLS 1.3 - Where to start?

2017-04-04 Thread Viktor Dukhovni
> On Apr 4, 2017, at 1:09 PM, Matt Caswell wrote: > > Actually I have a suggestion for a fairly small self-contained piece of > work suitable for a starting project. My suggestion would be start with something simpler still, and get used to the format of the documentation,

Re: [openssl-dev] In ssl3_write_bytes, some checks related to hanlding write failure are missing

2017-04-04 Thread Raja ashok
Hi Matt, I created a Pull request for the second change on master, 1.0.2 and 1.1.0. I am creating PR in github for the first time, so if anything else I missed please update me. https://github.com/openssl/openssl/pull/3124 https://github.com/openssl/openssl/pull/3123