commit | 0112b0242717e394ec35aad8d0c8311a47dfa577 | [log] [tgz] |
---|---|---|
author | Ian Cordasco <ian.cordasco@rackspace.com> | Tue Jun 16 17:51:18 2015 -0500 |
committer | Ian Cordasco <graffatcolmingov@gmail.com> | Wed Jun 24 13:35:50 2015 -0500 |
tree | 97a27401d25f7e8bec558ce8e4f69a155a1782f0 | |
parent | f0a50ae80aa613aa5cc6c4696113a844bf338ecb [diff] |
Address code review regarding style and gc - Use keyword arguments for x509.BasicConstraints in several places - Use SHA256 instead of SHA1 in documented examples - Give function variables meaningful names in _encode_asn1_str - Accept a x509.BasicConstraints object in _encode_basic_constraints - Properly garbage-collect some things - Raise a NotImplementedError instead of a ValueError