MatthiasValvekens / certomancer

Quickly construct, mock & deploy PKI test configurations using simple declarative configuration.
MIT License
26 stars 4 forks source link

what's this problem #4

Closed LopSdir closed 2 years ago

LopSdir commented 2 years ago
image

the config is the example.yml I use python3.9

MatthiasValvekens commented 2 years ago

Hi,

Thank you for reporting this issue.

That's indeed a bug, caused by an overeager deletion when I upgraded asn1crypto and got rid of a number of monkey patches in the process. In the process, I unfortunately also removed a number of X.509 extension registrations for stuff related to attribute certificates... What's more, that gaffe went undetected in the tests because the test suite imports pyhanko_certvalidator, which does perform these registrations correctly...

Anyway, I've made a commit to fix that, which I'll merge soon. After cleaning up a few other minor things, I'll do a patch release.

MatthiasValvekens commented 2 years ago

Should be fixed in 0.8.3 :)

LopSdir commented 2 years ago

thanks your help very much!