freeipa/ipatests
Fraser Tweedale db116f73fe x509: use python-cryptography to process certs
Update x509.load_certificate and related functions to return
python-cryptography ``Certificate`` objects.  Update the call sites
accordingly, including removal of NSS initialisation code.

Also update GeneralName parsing code to return python-cryptography
GeneralName values, for consistency with other code that processes
GeneralNames.  The new function, `get_san_general_names`, and
associated helper functions, can be removed when python-cryptography
provides a way to deal with unrecognised critical extensions.

Part of: https://fedorahosted.org/freeipa/ticket/6398

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
2016-11-10 10:21:47 +01:00
..
man Build: do not compress manual pages at install time 2016-11-09 13:08:32 +01:00
pytest_plugins Pylint: remove unused variables in tests 2016-10-11 16:50:32 +02:00
test_cmdline test_ipagetkeytab: use system-wide IPA CA cert location in tests 2016-11-09 16:39:39 +01:00
test_install ipaldap: merge IPAdmin to LDAPClient 2016-11-07 11:34:03 +01:00
test_integration Tests: Fix integration sudo test 2016-11-07 12:39:06 +01:00
test_ipalib x509: use python-cryptography to process certs 2016-11-10 10:21:47 +01:00
test_ipapython dn: support conversion from python-cryptography Name 2016-11-10 10:21:47 +01:00
test_ipaserver x509: use python-cryptography to process certs 2016-11-10 10:21:47 +01:00
test_pkcs10 pkcs10: use python-cryptography for CSR processing 2016-11-10 10:21:47 +01:00
test_webui pylint: enable the import-error check 2016-10-24 14:11:08 +02:00
test_xmlrpc Modernize ipa-getkeytab test suite 2016-11-08 17:02:44 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Build: move translations from install/po/ to top-level po/ 2016-10-24 13:30:12 +02:00
ipa-run-tests Switch ipa-run-tests to pytest 2014-11-21 12:14:44 +01:00
ipa-test-config Use the print function 2015-09-01 11:42:01 +02:00
ipa-test-task Use the print function 2015-09-01 11:42:01 +02:00
Makefile.am Build: fix distribution of static files for web UI 2016-11-09 13:08:32 +01:00
pytest.ini Add __name__ == __main__ guards to setup.pys 2016-10-25 18:11:31 +02:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py Add __name__ == __main__ guards to setup.pys 2016-10-25 18:11:31 +02:00
test_util.py Fix test_util.test_assert_deepequal test 2016-10-04 14:11:00 +02:00
util.py ipatests: provide context manager for keytab usage in RPC tests 2016-10-04 18:03:03 +02:00