CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/31 03:56:51
Modified files:
lib/libcrypto : Symbols.list
lib/libcrypto/hidden/openssl: x509v3.h
lib/libcrypto/x509: x509_conf.c x509v3.h
Log message:
Retire X509V3_EXT_{,CRL_,REQ_}add_conf()
Fortunately all projects who want to configure their extensions using
a dangerous string DSL/API figured out the fact that one was supposed to
be using the nconf version of these (the hint is the 'n', as in new).
ok beck jsing
