Files
freeipa/ipalib
Petr Viktorin 929c3d1265 x509: Port to Python 3
In python 3 , `bytes` has the buffer interface, and `buffer` was removed.

Also, invalid padding in base64-encoded data raises a ValueError rather
than TypeError.

In tests, use pytest.assert_raises for more correct exception assertions.
Also, get rid of unused imports in the tests

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-10-13 14:16:32 +02:00
..
2015-08-12 18:17:23 +02:00
2015-09-01 11:42:01 +02:00
2015-09-01 11:42:01 +02:00
2015-08-12 18:17:23 +02:00
2015-09-30 10:51:36 +02:00
2015-10-07 10:27:20 +02:00
2015-08-12 18:17:23 +02:00
2015-09-30 10:51:36 +02:00
2015-10-07 10:27:20 +02:00
2015-10-07 10:27:20 +02:00
2015-10-13 14:16:32 +02:00