Robin H. Johnson
Robin H. Johnson
So this seems to be a shortcoming of OpenSSL. http://ruby-doc.org/stdlib-2.4.2/libdoc/openssl/rdoc/OpenSSL/PKCS7.html doesn't mention it at all, but digging deeper down, I found this: https://mta.openssl.org/pipermail/openssl-dev/2016-May/007241.html None of the OpenSSL CMS utility/api is...
I checked, the OpenSSL gem doesn't support any of the CMS functions. On deeper inspection, I'm wondering if the SMIME (PCKS#7) & CMS structures are overkill for what we're doing....
+1 for mirdir
I'm not sure about the design here. I think the ::/64 selected from a positive list of larger networks would likely be better than the negative list of prefixes to...
Can you expand on the intended behavior please? - How should radvd identify which IP was assigned by DHCPv6 client? By client, by interface, some other way? - Does this...
This is still a problem ``` unit-tests/unit_tests [==========] Running 189 tests from 25 test cases. [----------] Global test environment set-up. [----------] 7 tests from ArrayBlockTests [ RUN ] ArrayBlockTests.can_create_an_empty_array unknown...
It's not permissions, it's still trying to use `O_DIRECT` on a filesystem where it's not supported. ``` --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=26531, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- stat("./test.data", 0x7fffabc01510) =...
@beam Thanks for that solution, worked great for us. ``` EXPECTED_TERMINAL_CERT_CN = 'ISRG Root X1' order.certificate(force_chain: EXPECTED_TERMINAL_CERT_CN) ```
@Schirink That code looks fantastic, ran into this PR when I needed to try and automate filling a specific form (sorry I can't share the form), however it doesn't seem...
Hi! One of the DigitalOcean Spaces engineers here. Thanks for the reproduction case in https://github.com/pballart/soto-s3-digitalocean. It was *really* helpful. The HTTP/2 stack in use is almost-stock Envoy Proxy. But the...