[openssl-users] OSSL_STORE_ctrl

Richard Levitte levitte at openssl.org
Wed Feb 14 09:29:42 UTC 2018


In message <d3de7a4a-eb2c-8f2e-061a-8dce83075048 at gemtalksystems.com> on Tue, 13 Feb 2018 19:58:34 -0800, Norm Green <norm.green at gemtalksystems.com> said:

norm.green> In 1.1.1 pre-relase 1, we have this new function:
norm.green> 
norm.green> int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
norm.green> 
norm.green> Would it be possible to add a version that takes va_args like this?
norm.green> 
norm.green> int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args);
norm.green> 
norm.green> OpenSSL already have this precedent in other places, such as with
norm.green> BIO_printf() / BIO_vprintf()

Good idea, that can certainly be done.

-- 
Richard Levitte         levitte at openssl.org
OpenSSL Project         http://www.openssl.org/~levitte/


More information about the openssl-users mailing list