openssl icon indicating copy to clipboard operation
openssl copied to clipboard

OpenSSL License still applied for some source files

Open schuetzle-vector opened this issue 1 year ago • 2 comments

Found in OpenSSL 3.2.1 and master branch.

The following files

  • include/openssl/hpke.h
  • crypto/hpke/hpke.c
  • crypto/ec/asm/ecp_sm2p256-armv8.pl
  • crypto/chacha/asm/chacha-loongarch64.pl

still seem to be released under the OpenSSL License instead of the Apache 2 license.

Is this intentional or can the files be released under Apache 2.0 as well? Right now I assume that formally the OpenSSL license applies for OpenSSL 3 as well.

schuetzle-vector avatar Feb 13 '24 12:02 schuetzle-vector

This is an error. All files should be released under Apache 2.0

mattcaswell avatar Feb 13 '24 13:02 mattcaswell

@schuetzle-vector @t8m @mattcaswell - I've rolled out the fix for this. please review - #23576

shahsb avatar Feb 13 '24 19:02 shahsb