How to pass additional flags to OPENSSL_init_ssl?

2022-04-07 Thread 豪殷 via curl-library
Greeting, We use curl 7.80.0 with openssl 3.0.2 in our environment, I wonder what is the proper way to pass additional flags from global_init to OPENSSL_init_ssl? Seems like some flags will be added in compile-time in ossl_init function, but run time addition of flags is currently not supported.

Re: How to pass additional flags to OPENSSL_init_ssl?

2022-04-07 Thread Ray Satiro via curl-library
On 4/7/2022 5:22 AM, 豪殷 via curl-library wrote: > We use curl 7.80.0 with openssl 3.0.2 in our environment, I wonder > what is the proper way to pass additional flags from global_init > to OPENSSL_init_ssl? > > Seems like some flags will be added in compile-time in ossl_init > function, but run tim

Re: How to pass additional flags to OPENSSL_init_ssl?

2022-04-07 Thread Cristian Rodríguez via curl-library
On Thu, Apr 7, 2022 at 5:42 AM 豪殷 via curl-library wrote: > > Greeting, > > We use curl 7.80.0 with openssl 3.0.2 in our environment, I wonder what is > the proper way to pass additional flags from global_init to OPENSSL_init_ssl? > > Seems like some flags will be added in compile-time in ossl_in

Re: How to pass additional flags to OPENSSL_init_ssl?

2022-04-08 Thread 豪殷 via curl-library
> > Greeting, > > We use curl 7.80.0 with openssl 3.0.2 in our environment, I wonder what is the proper way to pass additional flags from global_init to OPENSSL_init_ssl? > > Seems like some flags will be added in compile-time in ossl_init function, but run time addition of flags is currently not s