Will Bond
Will Bond
Since `certvalidator` is the main and largest consumer of the attribute, I'd like to drive the fix via that. Introducing a new attribute would mean that `certvalidator` would also need...
Yes, Python 2.6 compatibility is important, because this library is used in Package Control, which still supports Sublime Text 2, which runs on Python 2.6. https://travis-ci.org/wbond/asn1crypto/jobs/362466545 Also, all strings are...
Gah, the tests are breaking because PyPi is doing brownouts of TLS 1.0 and 1.1 support, but the stable pip is broken on Mac with Python 2.6. I have a...
Here are the reasons I haven't reviewed/merged yet: 1. asn1crypto deals with cryptography and has my name plastered all over it, hence I don't want to just throw stuff in....
I just rebased onto master to hopefully get all of the CI going through cleanly. I like all of the tests that there are. I think we can probable de-dupe...
So is this just a case of needing decryption? ECB seems extremely insecure, so I'd like to avoid exposing it where possible. Perhaps an option could be to have a...
@glyph As always, I appreciate your thoughts. So far oscrypto has been about implementing primitives, mostly towards the goal of loading private keys and certs off of disk and using...
@bssayeda Thanks for providing the link. I ran into some similar bad constructs when dealing with PDF encryption.
Well, all cipher/mode/padding combinations are unique function calls in the public API. This was done on purpose for two reasons: 1. Prevent invalid combinations and extra checking logic 2. Make...
Sorry for not getting back to you sooner. Often times GitHub never notifies me about events on repos I am actively working with. Go figure… This should be possible. Right...