Bug 34697 - Auth.t: Key derivation method "opensslv1" is deprecated
Summary: Auth.t: Key derivation method "opensslv1" is deprecated
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 25515
  Show dependency treegraph
 
Reported: 2023-09-02 06:48 UTC by Marcel de Rooy
Modified: 2024-05-24 03:32 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2023-09-02 06:48:21 UTC
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.
Comment 1 Marcel de Rooy 2024-05-23 09:16:19 UTC
If we pass the nodeprecate flag, we are no longer reminded to switch away from opensslv1 here?
Comment 2 Marcel de Rooy 2024-05-23 09:16:58 UTC
(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 ?
Comment 3 David Cook 2024-05-24 03:32:55 UTC
Could we get some more information on this one? I can't easily see what it refers to anymore.