I am interested in porting Wycheproof to a few non-Java crypto libraries
as part of the normal regression tests. I noticed there is a discussion
about extracting the test vectors in the future into an easier to
consume text file so non-Java libraries can also use it.
Will those test vectors still be Apache 2 licensed? It will be a
problem adding support in LibreSSL for Wycheproof in that case.
LibreSSL is part of OpenBSD and OpenBSD doesn't allow for Apache 2
licensed code in the main tree. Would it be possible to relicense it
using ISC? BoringSSL is using ISC for new code and LibreSSL is able to
accept and submit patches with them.
If possible, relicensing the Java code would be great as well so I don't
need to wait. I can't commit it, but I started extracting the test
vectors from Wycheproof in order to test C and Go libraries.
--
You received this message because you are subscribed to the Google Groups "wycheproof-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wycheproof-users+unsubscribe@googlegroups.com.
To post to this group, send email to wycheproof-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wycheproof-users/20170104165536.GB85838%40acyclic.org.
For more options, visit https://groups.google.com/d/optout.
On Wed, Jan 4, 2017 at 8:55 AM, Doug Hogan <do...@acyclic.org> wrote:I am interested in porting Wycheproof to a few non-Java crypto libraries
as part of the normal regression tests. I noticed there is a discussion
about extracting the test vectors in the future into an easier to
consume text file so non-Java libraries can also use it.
Will those test vectors still be Apache 2 licensed? It will be a
problem adding support in LibreSSL for Wycheproof in that case.
LibreSSL is part of OpenBSD and OpenBSD doesn't allow for Apache 2
licensed code in the main tree. Would it be possible to relicense it
using ISC? BoringSSL is using ISC for new code and LibreSSL is able to
accept and submit patches with them.
If possible, relicensing the Java code would be great as well so I don't
need to wait. I can't commit it, but I started extracting the test
vectors from Wycheproof in order to test C and Go libraries.I'll talk to the lawyercats, but please don't expect too much as Apache2 is the standard license for all Google open source projects.