From 59b87190a41a0ac34aee74edfff9184785a73485 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 30 Dec 2015 20:39:45 +0000 Subject: Support certificates in base64 expansion operator. Bug 1762 --- doc/doc-docbook/spec.xfpt | 5 +++++ doc/doc-txt/NewStuff | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 6f6ee4557..14486cf59 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10038,8 +10038,13 @@ string. .cindex "expansion" "base64 encoding" .cindex "base64 encoding" "in string expansion" .cindex "&%base64%& expansion item" +.cindex certificate "base64 of DER" This operator converts a string into one that is base64 encoded. +If the string is a single variable of type certificate, +returns the base64 encoding of the DER form of the certificate. + + .vitem &*${base64d:*&<&'string'&>&*}*& .cindex "expansion" "base64 decoding" .cindex "base64 decoding" "in string expansion" diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index e82feffcc..e4d1f0607 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -29,7 +29,7 @@ Version 4.87 6. New $dkim_key_length variable. 7. New base64d and base64 expansion items (the existing str2b64 being a - synonym of the latter). + synonym of the latter). Add support in base64 for certificates. Version 4.86 -- cgit v1.2.3