This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# pylint: disable=C0301, C0103, W0702, W1201 | |
# Antti Pettinen (Tampere University of Technology) | |
# Ilkka Vanhatalo (Helsinki University) | |
# Copyright: Tampere University of Technology and University of Helsinki | |
# License: Apache 2.0 | |
''' | |
Parse CSRs for Custom Attributes and Requested Extensions with pyASN1 | |
''' |