From f7036a0cf89d100fc7d8f484446d4492fdabf534 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 2 Oct 2015 15:35:30 +0000 Subject: Add another invalid time, which is currently accepted. --- src/regress/lib/libcrypto/asn1/asn1time.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/asn1/asn1time.c b/src/regress/lib/libcrypto/asn1/asn1time.c index 033172a129..b6875c5f37 100644 --- a/src/regress/lib/libcrypto/asn1/asn1time.c +++ b/src/regress/lib/libcrypto/asn1/asn1time.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1time.c,v 1.2 2015/09/25 17:46:32 jsing Exp $ */ +/* $OpenBSD: asn1time.c,v 1.3 2015/10/02 15:35:30 jsing Exp $ */ /* * Copyright (c) 2015 Joel Sing * @@ -50,6 +50,9 @@ struct asn1_time_test asn1_invtime_tests[] = { { .str = "20150923032700.123", }, + { + .str = "20150923032700+1.09", + }, { .str = "20150923032700+1100Z", }, -- cgit v1.2.3-55-g6feb