diff options
author | Fraser Tweedale <ftweedal@redhat.com> | 2015-07-24 09:23:07 -0400 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-08-11 15:28:28 +0200 |
commit | e92f25bd50b60ce3c5d2c09bea700001050651a3 (patch) | |
tree | c9829de0467acc2a399415958a3c3caf65efdcad /ipalib/request.py | |
parent | 812ab600a33f0a334e757420783583f700ec07e7 (diff) | |
download | freeipa-e92f25bd50b60ce3c5d2c09bea700001050651a3.tar.gz freeipa-e92f25bd50b60ce3c5d2c09bea700001050651a3.tar.xz freeipa-e92f25bd50b60ce3c5d2c09bea700001050651a3.zip |
Work around python-nss bug on unrecognised OIDs
A bug in python-nss causes an error to be thrown when converting an
unrecognised OID to a string. If cert-request receives a PKCS #10
CSR with an unknown extension, the error is thrown.
Work around this error by first checking if the OID is recognised
and, if it is not, using a different method to obtain its string
representation.
Once the python-nss bug is fixed, this workaround should be
reverted. https://bugzilla.redhat.com/show_bug.cgi?id=1246729
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipalib/request.py')
0 files changed, 0 insertions, 0 deletions