Support arbitrary dotted notation for OIDs in cryptography backend (#91)

* Support arbitrary dotted notation for OIDs in cryptography backend.

* Add test.

* Fix typos.

* Fix order.
This commit is contained in:
Felix Fontein
2020-07-21 15:33:05 +02:00
committed by GitHub
parent 2511932158
commit 05b0bdbe0d
4 changed files with 126 additions and 54 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "cryptography backends - support arbitrary dotted OIDs (https://github.com/ansible-collections/community.crypto/issues/39)."