From b845aab4733f6f89a6e396dca125dac6aa7a39e5 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 9 Oct 2024 15:09:38 +0200 Subject: [PATCH] docs/osmo-smdpp: fix markup Change-Id: I4a0ed6fb2eedf1892835c43d304a53c995f028c8 --- docs/osmo-smdpp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/osmo-smdpp.rst b/docs/osmo-smdpp.rst index afc4eb8b..2acde204 100644 --- a/docs/osmo-smdpp.rst +++ b/docs/osmo-smdpp.rst @@ -33,7 +33,7 @@ osmo-smdpp currently * does not perform all of the mandatory certificate verification (it checks the certificate chain, but not the expiration dates nor any CRL) * does not evaluate/consider any *Confirmation Code* - * stores the sessions in an unencrypted _python shelve_ and is hence leaking one-time key materials + * stores the sessions in an unencrypted *python shelve* and is hence leaking one-time key materials used for profile encryption and signing.