Tuesday, January 31, 2012

ASN.1 Decoding Made Easy

Next time you need to ASN.1 decode something real quick, take a look at this ASN.1 JavaScript decoder

Simply fantastic.

Thursday, January 19, 2012

Building OpenSSL with FIPS

When trying to build openssl-fips-1.2.3, I can never remember how to build the fips canister first:

./config fipscanisterbuild
./make
./config
./make