Files
freeipa/ipaserver
Florence Blanc-Renaud 1f30cc6527 cert_find: fix call with --all
When ipa cert-find --all is called, the function prints the
certificate public bytes. The code recently switched to OpenSSL.crypto
and the objects OpenSSL.crypto.X509 do not have the method
public_bytes(). Use to_cryptography() to transform into a
cryptography.x509.Certificate before calling public_bytes().

Related: https://pagure.io/freeipa/issue/9331

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2023-04-28 10:12:46 -04:00
..
2022-03-11 13:37:08 -05:00
2022-03-11 13:37:08 -05:00
2023-04-28 10:12:46 -04:00
2010-12-20 17:19:53 -05:00
2022-03-11 13:37:08 -05:00
2019-03-28 17:57:58 +01:00
2020-06-23 10:16:29 +02:00
2020-04-28 11:28:29 +02:00
2016-10-20 18:43:37 +02:00
2021-04-07 11:43:23 +03:00