Summary: | security/tinc-devel: Fails to run 1.1pre18 update: Error while encrypting: error:060A6094:digital envelope routines:EVP_DecryptUpdate:invalid operation | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Aaron C. de Bruyn <aaron> |
Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | Keywords: | needs-qa, regression |
Priority: | --- | Flags: | dinoex:
maintainer-feedback+
dinoex: merge-quarterly- |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242162 http://bugs.debian.org/923438 |
Description
Aaron C. de Bruyn
2022-02-21 20:53:11 UTC
please test if removing "files/patch-cipher.c" fixes your issue. I ran a brief test after removing the patch. The error message changed slightly. There's now the addition of one more line: tinc.CORPNET[46811]: Error while encrypting: error:060A6094:digital envelope routines:EVP_DecryptUpdate:invalid operation tinc.CORPNET[46811]: Error while encrypting metadata to -redacted-router-name- (red.act.ed.ip port 655) tinc.CORPNET[46811]: Error while processing METAKEY from -redacted-router-name- (red.act.ed.ip port 655) The 'METAKEY' error wasn't appearing previously. Since I'm somewhat of a n00b to FreeBSD, I should probably also include my testing steps. 1. portsnap auto (to update ports tree) 2. cd /usr/ports/security/tinc-devel 3. make clean 4. make fetch 5. rm files/patch-cipher.c 6. make 7. make deinstall 8. make install 9. service tincd restart Still unable to reproduce the issue here. 1.1pre18 running hereon FreeBSD 12.3 successful. Please proved more details of your setup. using port or repo? Pleaase provide the output of: openssl version ldd /usr/local/sbin/tincd what type of keys do you use in your setup ? A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=66b541d491a18c4b7b84504ae79210da81802f05 commit 66b541d491a18c4b7b84504ae79210da81802f05 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2022-02-25 09:32:16 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2022-02-25 09:35:14 +0000 security/tinc-devel: fix regression with some openssl versions PR: 262107 security/tinc-devel/Makefile | 1 + security/tinc-devel/files/patch-cipher.c (gone) | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) |