Aaron Zauner
Aaron Zauner
Hi, Sure, please feel free to add this to the appropriate section in the style guide. It's usually best if you write a few sentences outlining the project and it's...
@ThomasWaldmann Does attic actually encrypt data of this size under a single key? This is also an issue with other block cipher modes.
No but similarly I don't think it would be a problem with OCB mode :)
repmgr.conf: ``` ################################################### # repmgr sample configuration file ################################################### # Some configuration items will be set with a default value; this # is noted for each item. Where no default...
Not really, the nodes were behind replicating but part of the cluster according to `cluster show` everything was fine. thx for pointing out the typo!
well we have repmgr(d) logging to the systemd journal, but any and all messages related to the incident (previous was cluster creation and messages that nodes are monitored) are like...
hey Rustycrypto, I think OpenSSL Performance is an unfair comparison; as @tarcieri noted earlier in this thread OpenSSL has a dedicated person writing hand crafted assembly for different instruction sets....
There is a better up-to-date project dealing with this, and it's widely used in industry, F/OSS and academia: https://github.com/FiloSottile/mkcert For a fully automated PKI roll-out solution, we should reference https://github.com/cloudflare/cfssl
Thanks, was about to open a similar issue when I noticed this one. As far as I can tell from the sourcecode MAC-then-encrypt is used: https://github.com/moxie0/knockknock/blob/master/knockknock/CryptoEngine.py#L49-52 This could easily be...
Yes. as would switching to cryptography (https://cryptography.io/).