summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-04-04 13:52:06 +1000
committerPauli <pauli@openssl.org>2021-04-07 18:06:06 +1000
commit080669804799b2fef788029555ac7b26f3e67881 (patch)
tree2019e0f3a49597759002c4dbe72392269fec5de8 /include/crypto
parent493e78986f9677c2b321273da51c276b9a8182d8 (diff)
Check for integer overflow in i2a_ASN1_OBJECT and error out if found.
Problem reported by Scott McPeak <scott.g.mcpeak@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14768)
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/asn1err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/asn1err.h b/include/crypto/asn1err.h
index 21800a0ac3..9b623555f8 100644
--- a/include/crypto/asn1err.h
+++ b/include/crypto/asn1err.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy