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

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 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] 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 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 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

[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 draft

Re: [openssl-dev] Start contributing to OpenSSL

2016-04-14 Thread Matt Caswell
On 14/04/16 01:31, CHOW Anthony wrote: > I would like to start contributing to this project. On github under > openssl/CONTRIBUTING stated that there are local unit testing that can > be done for sanity checking that we can do before submitting a PR. > > > > I

[openssl-dev] Start contributing to OpenSSL

2016-04-13 Thread CHOW Anthony
I would like to start contributing to this project. On github under openssl/CONTRIBUTING stated that there are local unit testing that can be done for sanity checking that we can do before submitting a PR. In some cases, running these local unit test is not enough. I will be doing

Re: Contributing

2014-05-06 Thread Michel
Hello Daniel, Starting with the source code of one of the command line tools (in apps subdir) may be a good idea. Le 05/05/2014 22:50, Daniel Hamacher a écrit : Hi, I am reading the mailing list for a week now and I would like to contribute in the near future. I can only imagine how

Contributing

2014-05-05 Thread Daniel Hamacher
Hi, I am reading the mailing list for a week now and I would like to contribute in the near future. I can only imagine how complex this project might be, so I am looking for a hint on where to start reading the source code. In case I am asking on the wrong mailing list please let me know. Thank

Re: Contributing

2014-05-05 Thread Mike S
Hi Daniel, If you truly have no other questions you're looking to answer, you kind of have to start at main() and see where that takes you. Other good goals might be checking out the code, building it, and writing a test to show secure communication works between 2+ hosts/processes. I think

Re: Start Contributing

2014-04-24 Thread Zoltan Arpadffy
Hi, another area where OpenSSL needs competent contibution is testing. Build OpenSSL on as many different platforms, architectures using as many different compilers as possible and turn off/on different swithes, features and test if it works. In the beginning the UC tests would be enough,

Re: Start Contributing

2014-04-24 Thread Matt Caswell
On 24 April 2014 00:21, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: On 04/23/2014 04:52 PM, Matt Caswell wrote: I am actively seeking people to help out on the OpenSSL Wiki. Documentation is an area where OpenSSL has frequently been criticized in the past and is an area where we can do

Start Contributing

2014-04-23 Thread Daniel Hamacher
Hi OpenSSL Team, Any suggestions on how to contribute. Are there specific requirements I need to have? Thanks, Daniel

Re: Start Contributing

2014-04-23 Thread Fedor Indutny
Hello Team! I'd like to contribute some stuff too, let me know if I could help. Thanks, Fedor. On Wed, Apr 23, 2014 at 9:17 PM, Daniel Hamacher danielhamacher...@gmail.com wrote: Hi OpenSSL Team, Any suggestions on how to contribute. Are there specific requirements I need to have?

Re: Start Contributing

2014-04-23 Thread Paul Vander Griend
Hello OpenSSL team! I would like to offer my help to the project. Thanks, -Paul On Wed, Apr 23, 2014 at 2:50 PM, Fedor Indutny fe...@indutny.com wrote: Hello Team! I'd like to contribute some stuff too, let me know if I could help. Thanks, Fedor. On Wed, Apr 23, 2014 at 9:17 PM,

Re: Start Contributing

2014-04-23 Thread Matt Caswell
On 23 April 2014 18:17, Daniel Hamacher danielhamacher...@gmail.com wrote: Any suggestions on how to contribute. Are there specific requirements I need to have? Hi Daniel/Fedor/Paul I am actively seeking people to help out on the OpenSSL Wiki. Documentation is an area where OpenSSL has

Re: Start Contributing

2014-04-23 Thread Paul Vander Griend
Matt, Thanks for the information. Coding is definitely more my thing but I can certainly help out with the documentation until said changes are announced. That way I don't have to learn two separate processes for submitting patches. -Paul On Wed, Apr 23, 2014 at 3:52 PM, Matt Caswell

Re: Start Contributing

2014-04-23 Thread Daniel Kahn Gillmor
On 04/23/2014 04:52 PM, Matt Caswell wrote: I am actively seeking people to help out on the OpenSSL Wiki. Documentation is an area where OpenSSL has frequently been criticized in the past and is an area where we can do something about it NOW. fwiw, i actually don't think that a wiki is going

Re: Start Contributing

2014-04-23 Thread sampo
I would like to contribute, mainly in coding and stabiliztion and maintenance of the existing feature set. I particular, I would like to be able to demonstrate that the critical code paths in OpenSSL are much less than the 300k lines - in the spirit that less code means less opportunities for

Re: Contributing Changes Back To OpenSSL?

1999-07-25 Thread Andy Polyakov
I suppose I ought to start thinking about submitting diffs back to the project, huh? Yes, please do so via openssl-dev list. But please consider the following: (a) code needs to be somehow stable since probably no other developer has a Mac I do:-) But my CodeWarrior is rather old... but

Contributing Changes Back To OpenSSL?

1999-07-23 Thread Roy Wood
I suppose I ought to start thinking about submitting diffs back to the project, huh? Yes, please do so via openssl-dev list. But please consider the following: (a) code needs to be somehow stable since probably no other developer has a Mac and can test it (b) the original code should be left