Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
296
Merge Requests
40
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
42626c83
Commit
42626c83
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Download
Lint
parent
8781fc1a
fix/encryption-error-sentry-1099
1 merge request
!392
[Sprint/RollingRabbit](fix): Removed encryption exception - Sentry - #1099
Pipeline
#94470568
failed with stages
in 12 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Core/Messenger/Encryption/OpenSSL.php
View file @
42626c83
...
...
@@ -113,7 +113,8 @@ class OpenSSL implements EncryptionInterface
return
[
'status'
=>
'error'
,
'message'
=>
"Unable to unlock private key."
];
}
];
}
openssl_pkey_export
(
$private_key
,
$pkeyout
,
$newpass
);
return
$pkeyout
;
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment