Re: [PHP-DEV] Improvements to openssl_crs_new. Need advice

2018-07-22 Thread Jakub Zelenka
On Thu, Jul 19, 2018 at 9:36 PM, Niklas Keller wrote: > Hey, > > I'd prefer a proper OO API in case we add new features in that area. > It would be nice but it's much more work as it would require quite a bit of changes in all csr functions and to make it consistent with other bits, we should al

Re: [PHP-DEV] Improvements to openssl_crs_new. Need advice

2018-07-19 Thread Niklas Keller
Hey, I'd prefer a proper OO API in case we add new features in that area. Regards, Niklas Am Do., 19. Juli 2018 um 01:05 Uhr schrieb Jakub Zelenka : > > Hi, > > On Wed, 18 Jul 2018, 00:15 Dominic Luechinger, > wrote: > > > I'd like to improve the openssl_csr_new function to add any X509 > > "Req

Re: [PHP-DEV] Improvements to openssl_crs_new. Need advice

2018-07-18 Thread Jakub Zelenka
Hi, On Wed, 18 Jul 2018, 00:15 Dominic Luechinger, wrote: > I'd like to improve the openssl_csr_new function to add any X509 > "Requested Extensions" [1] to a CSR. > My motivation to improve this functionality is to avoid workarounds like > altering a openssl.cnf file and pass some ENV variable