Re: Order of providers breaks my keymgmt

2022-01-17 Thread Jakob Bohm via openssl-users
On 17/01/2022 09:49, Tomas Mraz wrote: On Mon, 2022-01-17 at 09:36 +0100, Milan Kaše wrote: Hi, I successfully implemented OpenSSL v3 provider which provides store and keymgmt and I can use it to sign a cms with the following command: openssl cms -sign -signer myprov:cert=0014 -provider myprov

stunnel 5.62 released

2022-01-17 Thread Michał Trojnara via openssl-users
Dear Users, I have released version 5.62 of stunnel. ### Version 5.62, 2022.01.17, urgency: MEDIUM * New features   - Added a bash completion script. * Bugfixes   - Fixed a transfer() loop bug. Home page: https://www.stunnel.org/ Download: https://www.stunnel.org/downloads.html SHA-256 hashes:

Re: Order of providers breaks my keymgmt

2022-01-17 Thread Tomas Mraz
On Mon, 2022-01-17 at 09:36 +0100, Milan Kaše wrote: > Hi, > I successfully implemented OpenSSL v3 provider which provides store > and keymgmt and I can use it to sign a cms with the following > command: > > openssl cms -sign -signer myprov:cert=0014 -provider myprov -provider > default > > Howev

Order of providers breaks my keymgmt

2022-01-17 Thread Milan Kaše
Hi, I successfully implemented OpenSSL v3 provider which provides store and keymgmt and I can use it to sign a cms with the following command: openssl cms -sign -signer myprov:cert=0014 -provider myprov -provider default However when I swap the order of providers (in the real world scenario the p