From 34fc23fa6adb22e347d08407452fc23085fd55f9 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 3 Nov 2015 23:14:16 +0000 Subject: [PATCH] Corrected typo in ChangeLog --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52c1bcbdd..18f1c9265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,11 +8,11 @@ Security Intelworks. * Fix potential heap corruption on Windows when x509_crt_parse_path() is passed a path longer than 2GB. Cannot be - triggered remotely. Found by Guido Vranken, Interlworks. + triggered remotely. Found by Guido Vranken, Intelworks. * Fix potential buffer overflow in some asn1_write_xxx() functions. Cannot be triggered remotely unless you create X.509 certificates based on untrusted input or write keys of untrusted origin. Found by Guido - Vranken, Interlworks. + Vranken, Intelworks. * The X509 max_pathlen constraint was not enforced on intermediate certificates. Found by Nicholas Wilson, fix and tests provided by Janos Follath. #280 and #319