You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #208, we should not implement the parser ourselves but just use the appropriate OpenSSL APIs.
One incompatible change needed for this is that we lose the ability to modify the config. (I doubt if there has been any actual use-case for this feature, however.)
#322 deprecated these two methods and calling them with (to be released) v2.2.0 will emit warning:
OpenSSL::Config#add_value
OpenSSL::Config#[]=
The text was updated successfully, but these errors were encountered:
As discussed in #208, we should not implement the parser ourselves but just use the appropriate OpenSSL APIs.
One incompatible change needed for this is that we lose the ability to modify the config. (I doubt if there has been any actual use-case for this feature, however.)
#322 deprecated these two methods and calling them with (to be released) v2.2.0 will emit warning:
The text was updated successfully, but these errors were encountered: