File ipsec-tools-0.8.0-certasn1txtbroken.patch of Package ipsec-tools.2290
Index: ipsec-tools-0.8.0/src/racoon/eaytest.c
===================================================================
--- ipsec-tools-0.8.0.orig/src/racoon/eaytest.c
+++ ipsec-tools-0.8.0/src/racoon/eaytest.c
@@ -67,7 +67,10 @@
#define PVDUMP(var) racoon_hexdump((var)->v, (var)->l)
-/*#define CERTTEST_BROKEN */
+/* openssl 1.0.1h changed the ASN.1 encoding of strings
+ * to something different than we use. See if we can revert
+ * or fix this at a later stage. Marcus 20140708 */
+#define CERTTEST_BROKEN
/* prototype */