commit | 4a684ed2fc9a42d5e12827aeadf68e8ac82132df | [log] [tgz] |
---|---|---|
author | Andre Caron <andre.l.caron@gmail.com> | Fri May 15 17:45:57 2015 -0400 |
committer | Andre Caron <andre.l.caron@gmail.com> | Fri May 15 18:19:06 2015 -0400 |
tree | ebe2df60afedba5a02b240408fa559cb5711f483 | |
parent | 706d2665449e08e59f8bdc600487fea09a9dfbf4 [diff] |
Prepares X509 decoding functions for more CA functionality. Most of the existing `_build_*()` methods will need to be reused for CSR extensions, so it is more convenient to have them as free functinos. Since we will need to add the reverse functions, it is convenient to rename the `_build_*()` methods to `_decode_*()`. The reverse functions will be named `_encode_*()`.