gitlab-ci builds (was: Re: Nettle-3.4.1rc1, addressing PKCS#1 side-channel leaks)

2019-01-22 Thread Niels Möller
ni...@lysator.liu.se (Niels Möller) writes: > I'm also considering adding a few more configurations to the ci, > including "CC=gcc -std=c89", CPPFLAGS=-DNODEBUG and --disable-assembler. Done (but with -DNDEBUG, not -DNODEBUG). Seems to pass. For the fat builds, it would make some sense to run

Re: sec_powm.c:293: GNU MP assertion failed: enb >= windowsize

2019-01-22 Thread Dmitry Eremin-Solenikov
Hello, ср, 23 янв. 2019 г. в 00:45, Niels Möller : > > ni...@lysator.liu.se (Niels Möller) writes: > > > That said, I'm about to delete nettle-stdint.h, and require that the > > compiler supplies a (as was discussed quite a while ago). > > I've now merged changes to do that to the master-updates

Re: sec_powm.c:293: GNU MP assertion failed: enb >= windowsize

2019-01-22 Thread Niels Möller
ni...@lysator.liu.se (Niels Möller) writes: > That said, I'm about to delete nettle-stdint.h, and require that the > compiler supplies a (as was discussed quite a while ago). I've now merged changes to do that to the master-updates branch. It breaks the gnutls build, see