> On 16/08/2023 01:09 EEST Michal Hlavinka wrote:
>
>
> Hi,
>
> I've started testing main git branch and found an issue with openssl 3.
>
> Test suite fails:
> test_load_v1_key ... : ok
> test-crypto.c:445: Assert failed: ret == TRUE
> test-crypto.c:446
I think this should fix it https://cmouse.fi/ec-point.patch, can you please
give it a try?
Aki
> On 21/08/2023 09:34 EEST Aki Tuomi wrote:
>
>
> > On 16/08/2023 01:09 EEST Michal Hlavinka wrote:
> >
> >
> > Hi,
> >
> > I've started testing main git branch and found an issue with openssl
Hello,
I have a question regarding namespaces.
My current dovecot.conf is rather basic when it comes to namespaces - I
have one private namespace per user:
namespace inbox {
type = private
separator = /
inbox = yes
hidden = no
list = yes
sub
Hi,
this patch does not fix the issue. It fixes that first test that failed,
but it fails a little bit further:
"""
test_read_increment .. : ok
test-stream.c:241: Assert failed: is_2->stream_errno == 0
test_write_read_v1 ..
Hi!
Thanks for pointing this out, I've updated the patch, and made it bit
differently to ensure it works regardless where the key came from.
Aki
> On 21/08/2023 23:04 EEST Michal Hlavinka wrote:
>
>
> Hi,
>
> this patch does not fix the issue. It fixes that first test that failed,
> but i
updated patch works
On 21/08/2023 22:29, Aki Tuomi wrote:
Hi!
Thanks for pointing this out, I've updated the patch, and made it bit
differently to ensure it works regardless where the key came from.
Aki
On 21/08/2023 23:04 EEST Michal Hlavinka wrote:
Hi,
this patch does not fix the