Skip to content

Instantly share code, notes, and snippets.

View jlehikoinen's full-sized avatar
🍏
Digesting WWDC23

Janne Lehikoinen jlehikoinen

🍏
Digesting WWDC23
View GitHub Profile
#!/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
'''