Results 25 comments of Anton Berezin

Hello, > On 15 Sep 2017, at 02:50, Fabrício Dias wrote: > > cc -c -Wall -Wno-unused-function -Werror -O3 -g -I/usr/local/include -I/opt/local/include -o util.o util.c > util.c:16:17: error: use of...

I see. They must have changed their API (again). I will take steps to rectify this situation. Frankly, I am considering switching from message pack format to CBOR (RFC7049). In...

On Mon, Jul 07, 2014 at 01:15:30AM -0700, Brian Candler wrote: > (2) Forcing an error by issuing a GETTABLE request for OID "2", I get the > following: >...

On Mon, Jul 07, 2014 at 03:49:01AM -0700, Brian Candler wrote: > What I'm trying to say is this: when reading a non-existent table I was > expecting to see...

You mean like this? -n N Use N worker threads for parallelizable operations. The default is 0, meaning no parallelization. Currently only signature verification is parallelizable. \Anton.

Maybe. One way would be to offload crypto to the GPU, using something like http://shader.kaist.edu/sslshader/sslshader.pdf This will require some experimentation, and it might not be worth it in the end....

Hello, What makes you say that non-canonical Base64 encodings are “incorrect”? The current validns behavior is consistent with the “be conservative in what you do, be liberal in what you...

What is wrong with using the existing "single-ns" policy check? It is different from what you want because is always requires to be at least 2 NS records per name,...

On Mon, Jul 29, 2013 at 08:15:35AM -0700, Stéphane Bortzmeyer wrote: > I get an error: > > ``` > % validns -p all -z example example.signed-text > example.signed-text:15: example....

On Tue, Jul 30, 2013 at 02:13:55PM -0700, Stéphane Bortzmeyer wrote: > You can see in the zone file I posted that, yes, there are other types and > they...