Joshua Roys
Joshua Roys
Hello, I updated this a bit to keep the +3000 offset but only apply it if the port isn't zero. This allows dynamic server port selection while retaining the original...
Obviously you are in 0.x.y semantic versioning so breakage is expected but just wanted to make sure you were aware. If this is intended, I'll open a ticket with pytradfri.
There are a few improvements that could be made but the code works. For example, if there is a timestamp in the signature it isn't verified to be within the...
Also, verification of whether or not the certificate is trusted is currently left to the caller. It might make sense to add a caStore parameter to the verify method and...
I have added CA chain verification and a per-signer status callback. I can squash the commits if needed.
> @roysjosh > We have been working on PKCS7 verification on our own fork. So it's a nice surprise to see another implementation of it. We tried your solution with...
Is there any interest in merging this?
Ping. Do you need any more info?
https://tools.ietf.org/html/rfc2315#section-10.1 ASN.1 IMPLICIT tags don't include the tag of the child element. See http://luca.ntop.org/Teaching/Appunti/asn1.html or google asn.1 implicit tagged object. This is another good example: https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.690-200811-S!!PDF-E&type=items Also compare to OpenSSL's...