prove t/db_dependent/Koha/Patron.t t/db_dependent/Koha/Patron.t .. 18/25 WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. Pass -nodeprecate=>1 to inhibit this message. at /usr/share/koha/Koha/Patron.pm line 2507.
If we pass the nodeprecate flag, we are no longer reminded to switch away from opensslv1 here?
(In reply to Marcel de Rooy from comment #1) > If we pass the nodeprecate flag, we are no longer reminded to switch away > from opensslv1 here? But if we switch, do we need to decrypt/reencrypt stuff ?
Could we get some more information on this one? I can't easily see what it refers to anymore.