Summary: | Add Context module to Koha/Encryption | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | arthur.suzuki, jonathan.druart, lucas, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00, 22.05.04
|
|
Circulation function: | |||
Attachments: | Bug 31053: Add Context module to Koha::Encryption |
Description
Marcel de Rooy
2022-06-27 08:59:07 UTC
Created attachment 136567 [details] [review] Bug 31053: Add Context module to Koha::Encryption Test plan: perl -MKoha::Encryption -e'print Koha::Encryption->new->encrypt_hex("test");' Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Taking liberty to switch to PQA rightaway Pushed to master for 22.11. Nice work everyone, thanks! Backported to 22.05.x for 22.05.04 Koha/Encryption is missing in 21.11. not backporting. |