Billy Brumley
Billy Brumley
Howdy Folks, So I have this [ECCKiila branch here](https://gitlab.com/nisec/ecckiila/-/tree/bbb_inv) utilizing the `divstep` functionality for GF inversion. Everything works after tweaking some constants, but I don't know why. In the test...
The use case is any ENGINE that stores keys internally, such as PKCS11, HSMs, TPMs, etc. You can see OpenSSL CLI apps handling keys similarly: https://github.com/openssl/openssl/blob/4b1fe471ac99b9f8692be85dcbcbf6977eb35c78/apps/lib/apps.c#L534-L549
According to [RFC822](https://www.rfc-editor.org/rfc/rfc822.html#section-4.1), there's a semicolon delimiter before the timestamp in the "received" header. ``` received = "Received" ":" ; one per relay ["from" domain] ; sending host ["by" domain]...
I think #113 is actually an `autoconf` bug https://github.com/stedolan/jq/issues/1093 https://savannah.gnu.org/support/?110266 I don't think the bug is really fixed yet. And I tried to switch to `AC_PROG_BISON` like in that bug...
Thank you for the extensive documentation! Browsing today, spotted this syntax typo.
``` $ make /bin/bash ./etc/ylwrap parse.y y.tab.c parse.c y.tab.h `echo parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output parse.output -- yacc -d ./etc/ylwrap: line...