Matt Perry
Matt Perry
Just ran into this issue today. The related issue with FlxMouseEventManagers was marked as intended behavior - is that the case here as well?
I can't find a spec, but it's part of the X509 signature block. I want to be able to verify a X509 SubjectPublicKeyInfo block using the sha256WithRSAEncryption algorithm. In other...
Actually, Julien Tinnes recommended against using RSA for signing purposes. Instead, he recommends "SHA256 + ECDSA on P-256". Equivalent openssl commands: echo "Verified text." > file.txt echo "Invalid text." >...
I'm using 2 third-party libraries for this: asn1lib and cipher. The things I need from each are: - all of asn1lib (for parsing DER-encoded ASN.1 objects generated by openssl). -...
I encountered the same problem when the destination is unwriteable. e.g. try running domharrington's code with a real zip file, then chmod -rwx some of the destination files, and try...