Browsing Category

Uncategorized

Generating FIPS compliant PKCS12 files with OpenSSL

Uncategorized

Over the last couple of weeks I’ve been plagued with the best way to generate pfx files for Windows systems to use FIPS compliant certs. There was particularly trying piece of software that was validating the certificate, and it kept coming back as failed, with little output as to why. After talking with the developers, … Continued

Work around “unsafe usage of new static()”

Uncategorized

During a recent update of some of my library dependencies I found that one of my dependencies had marked their constructors as final. When I asked if it was possible to de-finalize them, they told me to remove it and run static analysis. It turns out that the answer lies in phpstan’s rule for Unsafe … Continued