Update copyright year
authorMatt Caswell <matt@openssl.org>
Thu, 6 Aug 2020 12:22:30 +0000 (13:22 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Aug 2020 12:22:30 +0000 (13:22 +0100)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12595)

74 files changed:
crypto/bio/bss_mem.c
crypto/bn/bn_mont.c
crypto/evp/cmeth_lib.c
crypto/objects/obj_dat.c
crypto/pem/pem_local.h
crypto/x509/v3err.c
demos/bio/sconnect.c
doc/internal/man3/ossl_algorithm_do_all.pod
doc/internal/man3/ossl_method_construct.pod
doc/man3/BIO_connect.pod
doc/man3/BIO_f_cipher.pod
doc/man3/BIO_printf.pod
doc/man3/BIO_read.pod
doc/man3/BIO_s_accept.pod
doc/man3/BIO_s_file.pod
doc/man3/BIO_s_mem.pod
doc/man3/BN_add.pod
doc/man3/BN_generate_prime.pod
doc/man3/BN_mod_mul_montgomery.pod
doc/man3/BN_set_bit.pod
doc/man3/DH_get_1024_160.pod
doc/man3/ERR_new.pod
doc/man3/ERR_print_errors.pod
doc/man3/EVP_MD_meth_new.pod
doc/man3/EVP_PKEY_meth_get_count.pod
doc/man3/EVP_PKEY_meth_new.pod
doc/man3/EVP_bf_cbc.pod
doc/man3/EVP_cast5_cbc.pod
doc/man3/EVP_chacha20.pod
doc/man3/EVP_desx_cbc.pod
doc/man3/EVP_idea_cbc.pod
doc/man3/EVP_rc2_cbc.pod
doc/man3/EVP_rc4.pod
doc/man3/EVP_rc5_32_12_16_cbc.pod
doc/man3/EVP_seed_cbc.pod
doc/man3/OBJ_nid2obj.pod
doc/man3/OPENSSL_init_ssl.pod
doc/man3/OpenSSL_add_all_algorithms.pod
doc/man3/PEM_read.pod
doc/man3/RAND_cleanup.pod
doc/man3/RAND_load_file.pod
doc/man3/RSA_blinding_on.pod
doc/man3/SSL_COMP_add_compression_method.pod
doc/man3/SSL_CTX_dane_enable.pod
doc/man3/SSL_CTX_get0_param.pod
doc/man3/SSL_CTX_set_alpn_select_cb.pod
doc/man3/SSL_CTX_set_cert_cb.pod
doc/man3/SSL_CTX_set_client_cert_cb.pod
doc/man3/SSL_CTX_set_info_callback.pod
doc/man3/SSL_CTX_set_max_cert_list.pod
doc/man3/SSL_CTX_set_mode.pod
doc/man3/SSL_CTX_set_read_ahead.pod
doc/man3/SSL_CTX_set_security_level.pod
doc/man3/SSL_CTX_set_srp_password.pod
doc/man3/SSL_SESSION_get0_id_context.pod
doc/man3/SSL_SESSION_set1_id.pod
doc/man3/SSL_alloc_buffers.pod
doc/man3/SSL_load_client_CA_file.pod
doc/man3/SSL_set1_host.pod
doc/man3/SSL_set_fd.pod
doc/man3/SSL_state_string.pod
doc/man3/SSL_want.pod
doc/man3/SSL_write.pod
doc/man3/X509_SIG_get0.pod
doc/man3/X509_new.pod
include/crypto/serializer.h
include/crypto/siv.h
ssl/ssl_mcnf.c
test/pkey_meth_test.c
test/recipes/30-test_engine.t
test/recipes/30-test_evp_data/evpkdf.txt
test/recipes/80-test_tsa.t
test/smime-certs/mksmime-certs.sh
test/testutil/tests.c

index d9580e6d3765aef39b87c2891e9dbc1fa9cd7c4d..57b7a7449ee4642c66f20617f689f87a851a5f6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2020 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
index 778b45244c3fdb1fe3782850e67d9dc6d9328a0e..6294a4f86adab1c2ae6cdb8a3ddb1805fdad3f39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2020 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
index 55f77133b5d460a340ab70582b271ece90c06466..77342952141bf5d9c8b95162383a5ef1abc44bbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2020 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
index b2fd4a022638e7f913d98615438feec90ca0ff7f..010cfa89bba06b200309da196980560da47caef1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2020 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
index 9563925f73e05f1fecf06225c5960a1c44bb0b7b..2fb1e6f4d5e640d5cc575c57b3eaf4a46d87662a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2020 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
index 91fe0d075aafd12763f1d970547d1ad042a88991..4c62e59db996305214c2ea5cdfff041d3530b115 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2020 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
index 19f8ee78dea4331f935d064b73f5250c738d2967..18f7007ce708725273bc14acca33ca4bd2ca12c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1998-2020 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
index be85df3f54d7a0b4ad24e8462c7853be5dadce4a..f5d89d80e563e3a33cf99bde4951f6de3a4e0d78 100644 (file)
@@ -53,7 +53,7 @@ This functionality was added to OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2020 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 in the file
index fa151bb92aac56967fd51f68e39390ede4fe9eac..707cce6f8311393da238067fad493288b5ec7634 100644 (file)
@@ -149,7 +149,7 @@ This functionality was added to OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2019-2020 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 in the file
index 3d51720a9fa34567befe89688242c726ea57d73d..3134ccb8c30491ccba6861859509648f9341d79f 100644 (file)
@@ -107,7 +107,7 @@ Use the functions described above instead.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2020 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
index 807977215f2e4482cc5963478b05705ee2211443..48f553603941810682d0565d0feed4c5e649019f 100644 (file)
@@ -71,7 +71,7 @@ BIO_get_cipher_ctx() currently always returns 1.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 625360b32323a53b9a9cd69861572d0af4817b46..2d7c230308c7d16c6090a537d0a13c7b3d66666c 100644 (file)
@@ -40,7 +40,7 @@ buffer is too small.
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index ccd165189ed38a2f981a6bebf1dd72d9280418bd..abaf4cb6a49c1d2f9d2e7291009a47c3c0d0e7c3 100644 (file)
@@ -87,7 +87,7 @@ keep the '\n' at the end of the line in the buffer.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 6c091bbb5cc4f5d1df1ee0091fbac45dd6f54490..02c6006453eb18c08769365c612c848441d88249 100644 (file)
@@ -224,7 +224,7 @@ down each and finally closes both down.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 7b6246669b120e4da5106e53bf44a5a7dd09b688..c2beb7f924d4f8d56e9d1256d4ec6888888c52f5 100644 (file)
@@ -158,7 +158,7 @@ L<BIO_set_close(3)>, L<BIO_get_close(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index a00ef5dd98d716e4a9681a97d2c5c2501f74d06b..6b3cc6a2dae94395e3c94645ceb193d0b5c53d2b 100644 (file)
@@ -154,7 +154,7 @@ Extract the BUF_MEM structure from a memory BIO and then free up the BIO:
 
 =head1 COPYRIGHT
 
-Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 6f9b9239144e92a1b6149432ab1b35ec7e269702..62d3ee72054ca629d413b7c101c22a6f5009ceec 100644 (file)
@@ -119,7 +119,7 @@ L<BN_add_word(3)>, L<BN_set_bit(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 9827499b39f44d004e12a19a5d45d8c691204c13..97632ac64b7a83d04c1783276a865108de1e0fd7 100644 (file)
@@ -240,7 +240,7 @@ BN_check_prime() was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 24109e2a1d9a1d6509bf9dc492a8bcdcfb89c439..82db19308ef83b218972abe054f72313aab3e620 100644 (file)
@@ -80,7 +80,7 @@ BN_MONT_CTX_init() was removed in OpenSSL 1.1.0
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 323eb7d659480f0b4dc30a22ce50a330b16bd8ab..c2bed68d91e90d7f2b829946f2c893b42f5e1806 100644 (file)
@@ -59,7 +59,7 @@ L<BN_num_bytes(3)>, L<BN_add(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index c47a6874b72d1a78e2c50a04563b3885ba46f9f8..8bf9ddfadcb4cb4e35b891cbfd487c4ae84aa853 100644 (file)
@@ -64,7 +64,7 @@ Defined above.
 
 =head1 COPYRIGHT
 
-Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2020 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
index ada27ed36018e683994ea0f548f2561580a1ef13..4c18f76ef3964d158c87127c8edd2af028df9116 100644 (file)
@@ -68,7 +68,7 @@ L<ERR_load_strings(3)>, L<BIO_snprintf(3)>, L<provider-base(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 95efe364f2c761b7fcc888c4d8af4f8846b428f7..b09c0983895563935a6cc57da2ffdae967375fb5 100644 (file)
@@ -49,7 +49,7 @@ L<ERR_get_error(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 7beaaebc0bed31842a1f7c27c52d9b626460268f..e2db3fc52a51027fd7f1469b8599893a673d1cad 100644 (file)
@@ -194,7 +194,7 @@ counted in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2020 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
index 7b56de5c8a5ab4374c029b46856dcaa1963f8793..278600f4b240fba5b9f7f142f70a956fb9370f00 100644 (file)
@@ -51,7 +51,7 @@ All of these functions were deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2002-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2020 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
index 48df32f65b279ea1982c8e7593fed070b3f7de6c..4432fff5160fd9146b00784e7ddd934d4a316591 100644 (file)
@@ -453,7 +453,7 @@ All of these functions were deprecated in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index ef9f2c23746a8009336e07033b433561ef9b1a64..03385620873ea655d1de9f01a25aea61fc0e39d8 100644 (file)
@@ -51,7 +51,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index bb9ca80316c6b4ae35aaa0c60b5d7653dd029774..e823a197f95971b26196c7c5cd3a3f61821620a0 100644 (file)
@@ -51,7 +51,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index 00890bb3833d3573fed5f2df3cc5634939c01713..060b1bfc254f0d26236746fbc663832a0d488168 100644 (file)
@@ -54,7 +54,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index aafda64bfc8f91a0c1a9e3e94fa3b0eb98f91a0d..c9e250f34c5c8ad44583721338c6b2f6153b0d4b 100644 (file)
@@ -39,7 +39,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index c1afb6d0a85d7365b153d6f5577f03e2b40fbebf..2fa5a2925f0fc718f6c89418901df983f1c71c09 100644 (file)
@@ -49,7 +49,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index b1fe2c0ebd2c8a99bb0133be9055b6ee07750441..e6111ff3afc594896dcae463eeb4faef58c925b8 100644 (file)
@@ -65,7 +65,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index dafa18b240c09461814c099b47ee9ed5a79fafbf..9deaab97f82c474df4d29b1ffda0fb9747aa6674 100644 (file)
@@ -57,7 +57,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index 4de6df018798922f6c8192f1757bc405228417f6..8ac23b4a9ed13361cb484c9e4b0dff42c322144a 100644 (file)
@@ -71,7 +71,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index efc10de20aa57ffeb5db33e2ad5114711e57f2a6..eef7dd540db242b11fe3e4804e3ed56619749e7c 100644 (file)
@@ -51,7 +51,7 @@ L<EVP_CIPHER_meth_new(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index 771f32a7faa78ef31a164310544aa51a51aaaf78..9089f9562260763269d5d9b35058f2cde957b322 100644 (file)
@@ -181,7 +181,7 @@ and should not be used.
 
 =head1 COPYRIGHT
 
-Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2020 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
index ce6f23042a8099b9def8f394b3ef0ebe477957bb..ca060bffc83b5e655118dfd8bd455ef1e0143fa1 100644 (file)
@@ -74,7 +74,7 @@ The OPENSSL_init_ssl() function was added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2020 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
index 7a2e7d325aa51357046d13e43d48150ec0f931b6..263d9b00fd10e83baaf3db37c9da162c7b69fec3 100644 (file)
@@ -53,7 +53,7 @@ not be used.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 0f71a8440856d7cfa241643898d786af65d995e2..c76039f711c20fa32f7956be114dbc5e9bd6900e 100644 (file)
@@ -122,7 +122,7 @@ L<passphrase-encoding(7)>
 
 =head1 COPYRIGHT
 
-Copyright 1998-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 1998-2020 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
index 6f854eaef2840c38392096971a5b9dd8adf8ddbd..f407620ddda4b541e1c7949c3cd7c55d4da2efe2 100644 (file)
@@ -36,7 +36,7 @@ See L<OPENSSL_init_crypto(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index a5e146cc2727957ec9accabb6a2538553ef984fe..baca54cb3c890e001c43e52e098267062c2e0115 100644 (file)
@@ -77,7 +77,7 @@ L<RAND(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index cd57839fddb1f85dddb90dd1f222ef568761e20a..b74ca4074f71f31363a893c12b67a221f097f767 100644 (file)
@@ -33,7 +33,7 @@ RSA_blinding_off() returns no value.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index e62374838d72bb125d3e20b3ea3985a7387ad12e..87718df4080d698f3f4c58f3746d5492f66a36bf 100644 (file)
@@ -96,7 +96,7 @@ The SSL_COMP_get0_name() and SSL_comp_get_id() functions were added in OpenSSL 1
 
 =head1 COPYRIGHT
 
-Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2020 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
index 4ca9e978b1520c651e723437f28ebea40c9922c4..e8863251913203c2157b8229bac25ace207d55f5 100644 (file)
@@ -373,7 +373,7 @@ These functions were added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2020 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
index 958b2519261aa2f61b0aea609cd18d171c7883c4..698551736621e109631b8da66e7198d49dd54553 100644 (file)
@@ -55,7 +55,7 @@ These functions were added in OpenSSL 1.0.2.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2020 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
index 62da53cd797783d0be53c2dbb96125cd412e7a58..102e6578512c1bdd73b5514621b4acaf5d79ec7d 100644 (file)
@@ -187,7 +187,7 @@ L<SSL_CTX_set_tlsext_servername_arg(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2020 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
index efcd25a5383db605448a659ef2c1398b6bba8664..c3966782c0dc1c4c9d3850cb9e415f2e8433165a 100644 (file)
@@ -70,7 +70,7 @@ L<SSL_clear(3)>, L<SSL_free(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2014-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2014-2020 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
index 977ad02155d5726819490410b99e91691c12d7f8..f1341cb40e0bf42ef1b7cd5426709983d91969a0 100644 (file)
@@ -100,7 +100,7 @@ L<SSL_clear(3)>, L<SSL_free(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2020 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
index 19973b2f9ed4a10683dbbc19ca5d09629ee58ada..9cee6420738486fd5057d3488f95e413a38a0dc5 100644 (file)
@@ -156,7 +156,7 @@ L<SSL_alert_type_string(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2020 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
index 9f4467324647bbfb54f9a32d2c6110061305f8e0..ea18ccb3ff0ea73f52472cc5c257a4b681037b4e 100644 (file)
@@ -72,7 +72,7 @@ L<SSL_CTX_set_verify(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2020 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
index 160110f9f16c90d17e5486c7b37ef68c6b4244a2..a814022d3cbb9e3c717ce2655cdda4947d66d7ae 100644 (file)
@@ -154,7 +154,7 @@ SSL_MODE_NO_KTLS_TX was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2020 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
index 09900794c84f2dab8cb6dade68b29d4b90a14ae3..c2fc6fd7dc8e573f9d30e8f94c5bf485048c9d73 100644 (file)
@@ -64,7 +64,7 @@ L<ssl(7)>, L<SSL_pending(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2020 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
index 4b1fef867c941dfcd6c8e116d0ded7e32e49b788..292d6a2333b799fe59f4bb2cdca2784a467028d1 100644 (file)
@@ -178,7 +178,7 @@ These functions were added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2014-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2014-2020 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
index 347bb3bf7882b0cc3c8dffdefdd86f776eda332b..bd892614851dbcd34fd3a538a73f8bce1d079741 100644 (file)
@@ -207,7 +207,7 @@ These functions were added in OpenSSL 1.0.1.
 
 =head1 COPYRIGHT
 
-Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2018-2020 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
index 65ac76a9a8cd6a2c8efd21cd2829a4315cc3c6fe..c210eb0cf7d81c15b123029929f4527b1f830a77 100644 (file)
@@ -46,7 +46,7 @@ The SSL_SESSION_get0_id_context() function was added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2020 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
index 297e9cdacb8c207196e6091015fb4047e3fc4782..f4cdcde50900c226ff3b791cb4ba943c8a9cd6ec 100644 (file)
@@ -40,7 +40,7 @@ The SSL_SESSION_set1_id() function was added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2020 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
index d27da05b2f42c6348c7e9ab82dc94bc91462987a..678640a56933b7e4c8a167787620ce897aee13eb 100644 (file)
@@ -58,7 +58,7 @@ L<CRYPTO_set_mem_functions(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2020 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
index 892e362a65fc78e32d7b1f442e1b085347422601..c3f0cd80f96c427096670a2966eb1d71365f1877 100644 (file)
@@ -96,7 +96,7 @@ were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 6278f89ed5ff6f35fe27476c81b62ec8d4e2dbd9..c91a075a6a609d5752016d7f290e341b1e1c1ad7 100644 (file)
@@ -109,7 +109,7 @@ These functions were added in OpenSSL 1.1.0.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2020 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
index 01c362360cdd5475e5d570d0e1cf8cab58d03191..0b474eb99b9d81d898336be57e50eb698e5d34e4 100644 (file)
@@ -53,7 +53,7 @@ L<SSL_shutdown(3)>, L<ssl(7)> , L<bio(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index 465e425ccdab4cadcadde32093d0bdccc368f29d..f1bd6eba9db7ac11dcdb23026d7909b279c9d488 100644 (file)
@@ -44,7 +44,7 @@ L<ssl(7)>, L<SSL_CTX_set_info_callback(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2020 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
index 65f056f5fa8eaee98e1313f9bd1719617a3c37ee..5b7955546c24a4fdb06177ca3baf033c00f69c72 100644 (file)
@@ -106,7 +106,7 @@ were added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001-2020 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
index ef1193c674fe79b54945240f844a05a111b85823..06bd368c465b27906ea51865fce25627a93d6bf5 100644 (file)
@@ -145,7 +145,7 @@ The SSL_sendfile() function was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2020 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
index ca67d3d0bf5714cf7b0c4df5ac5b8002a89a5d97..44c6166ffee45d07948718dc72257e365fbaca6c 100644 (file)
@@ -30,7 +30,7 @@ L<d2i_X509(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2020 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
index 798f7a77600518e6659cd242069d178099aca1d3..29baef570d0e867e2478f7baeb3be40712b50a0e 100644 (file)
@@ -86,7 +86,7 @@ The function X509_new_with_libctx() was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
-Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2002-2020 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
index df4953994f8842a19669eb910b4fff183b5fd18b..84d6b54de7a537b9c8ab9fd13af667d07d18896a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2020 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
index 9ed8b1b121fb2e8bbd682eaf060388682c7bcf8d..fd39be00dbd7d280db023491aab8e794887c6f84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2020 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
index 66f0bc5abe4d8eaaa556ded35d2ced09bf9fcdb1..10c2f412e048aa8d95f397fcc51f2d362a35fa24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2020 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
index ecff269fec20ca3cd07a658c238bf57bc83bb234..d3c6c7968439110ed17cc3a2862d7c6f0a34e3f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2020 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
index 443c0484b263f2085f3274094d0997b496ea2e00..57a2479b04267a8d1907157939d55c9785ed6dcd 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2020 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
index 85bc53991b59e0601c6ce2cfb5c8fa724850b3f2..ac4f5e87fdec118e9a4e8ca9e6cb4698dfe540d8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001-2019 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2001-2020 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
index 3a4d729d0d30c2c67fb4206b9f7bfb7333ba9ab9..1d80b24bacf280c18b9b1e914f0d1734deec1cda 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2020 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
index 9316831d64fb542c1bf40baf859cddbfbdf0937d..b0603d4e86a00c0f4bc30b4b69622a34b6184486 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2013-2020 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
index c1605ca8ebb0c0b39bfe33e196295b400f19dc01..cb3f77f14a1b077e42369675551d25da12c83c04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2020 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