Bug 34697

Summary: Auth.t: Key derivation method "opensslv1" is deprecated
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: dcook, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 25515    

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.