Re: Examples of adding Private Enterprise Numbers (PEN's) Extensions to CSR

2021-10-15 Thread Jakob Bohm via openssl-users
On 2021-10-14 18:43, Philip Prindeville wrote: Hi, I need to generate CSR's with some Extensions included that use our PEN's as allocated by IANA. Are there any examples of this? Also, I'm looking at X509_REQ_add_extensions_nid() and it takes a STACK_OF(X509_EXTENSION) but it doesn't seem

Re: Disable installation of docs

2021-10-15 Thread Matt Caswell
Instead of: make install Do: make install_sw install_ssldirs Matt On 15/10/2021 12:56, Armin Novak wrote: Hi, I need to deploy custom builds for OpenSSL for some packages I maintain (flatpak/snap/windows/mac/...) Most of the build/install time is spent installing the /usr/share/doc

Disable installation of docs

2021-10-15 Thread Armin Novak
Hi, I need to deploy custom builds for OpenSSL for some packages I maintain (flatpak/snap/windows/mac/...) Most of the build/install time is spent installing the /usr/share/doc stuff, which is not used in that case anyway. Is there some configuration option to disable this without the need to

Re: openssl 3.0.0 get ECC public key modulus from EVP_PKEY

2021-10-15 Thread Tomas Mraz
On Thu, 2021-10-14 at 17:36 -0400, Ken Goldman wrote: > On 10/14/2021 6:39 AM, Matt Caswell wrote: > > > > "priv" (OSSL_PKEY_PARAM_PRIV_KEY) > > > > The private key value. > > > > Since its an integer using EVP_PKEY_get_bn_param() would be > > appropriate here, but not