From f80a52b09eed8e5e0cad990c56ec99256d6cc2d0 Mon Sep 17 00:00:00 2001 From: Steffan Karger Date: Sun, 27 Apr 2014 10:49:20 +0200 Subject: Make serial env exporting consistent amongst OpenSSL and PolarSSL builds. This changes the representation of the tls_serial_{n} environment variable from hex to decimal for PolarSSL builds, to match OpenSSL build behaviour. Because hex representation for serials makes sense too, and to ease transition for PolarSSL users, added tls_serial_hex_{n} that exports the serial in hex represenation for both crypto library backends. Signed-off-by: Steffan Karger Acked-by: Gert Doering Message-Id: <1398588561-18964-1-git-send-email-steffan@karger.me> URL: http://article.gmane.org/gmane.network.openvpn.devel/8649 Signed-off-by: Gert Doering --- doc/openvpn.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/openvpn.8 b/doc/openvpn.8 index f4925f1..621e6db 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -6106,6 +6106,12 @@ code should check that. See the contrib/OCSP_check/OCSP_check.sh script for an example. .\"********************************************************* .TP +.B tls_serial_hex_{n} +Like +.B tls_serial_{n}\fR, +but in hex form (e.g. "12:34:56:78:9A"). +.\"********************************************************* +.TP .B tun_mtu The MTU of the TUN/TAP device. Set prior to -- cgit