sgallagher / sscg

Simple Signed Certificate Generator
GNU General Public License v3.0
77 stars 13 forks source link

Truncate IP address in SAN #56

Closed sgallagher closed 2 years ago

sgallagher commented 2 years ago

In OpenSSL 1.1, this was done automatically when addind a SAN extension, but in OpenSSL 3.0 it is rejected as an invalid input.

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

Attn: @mvollmer

packit-as-a-service[bot] commented 2 years ago

Congratulations! One of the builds has completed. :champagne:

You can install the built RPMs by following these steps:

Please note that the RPMs should be used only in a testing environment.

mvollmer commented 2 years ago

So is the mask used for anything now?

sgallagher commented 2 years ago

So is the mask used for anything now?

Yes, it's still required for the namingConstraints extension, but it's not required (or permitted) for the subjectAlternativeName extension.