diff --git a/amd64/include/openssl/evperr.h b/amd64/include/openssl/evperr.h index a117756..e79285c 100644 --- a/amd64/include/openssl/evperr.h +++ b/amd64/include/openssl/evperr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -11,9 +11,7 @@ #ifndef HEADER_EVPERR_H # define HEADER_EVPERR_H -# ifndef HEADER_SYMHACKS_H -# include -# endif +# include # ifdef __cplusplus extern "C" @@ -179,6 +177,7 @@ int ERR_load_EVP_strings(void); # define EVP_R_ONLY_ONESHOT_SUPPORTED 177 # define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150 # define EVP_R_OPERATON_NOT_INITIALIZED 151 +# define EVP_R_OUTPUT_WOULD_OVERFLOW 184 # define EVP_R_PARTIALLY_OVERLAPPING 162 # define EVP_R_PBKDF2_ERROR 181 # define EVP_R_PKEY_APPLICATION_ASN1_METHOD_ALREADY_REGISTERED 179 diff --git a/amd64/include/openssl/obj_mac.h b/amd64/include/openssl/obj_mac.h index 03d6e1c..1c7ecca 100644 --- a/amd64/include/openssl/obj_mac.h +++ b/amd64/include/openssl/obj_mac.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by crypto/objects/objects.pl * - * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at diff --git a/amd64/include/openssl/opensslv.h b/amd64/include/openssl/opensslv.h index 3f4ef82..d9f71b8 100644 --- a/amd64/include/openssl/opensslv.h +++ b/amd64/include/openssl/opensslv.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -39,8 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1010109fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1i 8 Dec 2020" +# define OPENSSL_VERSION_NUMBER 0x101010bfL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k 25 Mar 2021" /*- * The macros below are to be used for shared library (.so, .dll, ...) diff --git a/amd64/include/openssl/x509v3.h b/amd64/include/openssl/x509v3.h index a30a109..f6b336e 100644 --- a/amd64/include/openssl/x509v3.h +++ b/amd64/include/openssl/x509v3.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -364,8 +364,9 @@ struct ISSUING_DIST_POINT_st { # define EXFLAG_INVALID_POLICY 0x800 # define EXFLAG_FRESHEST 0x1000 -/* Self signed */ -# define EXFLAG_SS 0x2000 +# define EXFLAG_SS 0x2000 /* cert is apparently self-signed */ + +# define EXFLAG_NO_FINGERPRINT 0x100000 # define KU_DIGITAL_SIGNATURE 0x0080 # define KU_NON_REPUDIATION 0x0040 diff --git a/amd64/libcrypto-1_1.dll b/amd64/libcrypto-1_1.dll index da24beb..05522c7 100644 Binary files a/amd64/libcrypto-1_1.dll and b/amd64/libcrypto-1_1.dll differ diff --git a/amd64/libcrypto-1_1.pdb b/amd64/libcrypto-1_1.pdb index 3701e88..9a7d685 100644 Binary files a/amd64/libcrypto-1_1.pdb and b/amd64/libcrypto-1_1.pdb differ diff --git a/amd64/libcrypto.lib b/amd64/libcrypto.lib index 511826e..4eb814a 100644 Binary files a/amd64/libcrypto.lib and b/amd64/libcrypto.lib differ diff --git a/amd64/libssl-1_1.dll b/amd64/libssl-1_1.dll index fb07cfc..aa5005e 100644 Binary files a/amd64/libssl-1_1.dll and b/amd64/libssl-1_1.dll differ diff --git a/amd64/libssl-1_1.pdb b/amd64/libssl-1_1.pdb index 32dd3a2..b974c3a 100644 Binary files a/amd64/libssl-1_1.pdb and b/amd64/libssl-1_1.pdb differ diff --git a/amd64/libssl.lib b/amd64/libssl.lib index 7ee496b..f11c6f6 100644 Binary files a/amd64/libssl.lib and b/amd64/libssl.lib differ diff --git a/arm32/include/openssl/evperr.h b/arm32/include/openssl/evperr.h index a117756..e79285c 100644 --- a/arm32/include/openssl/evperr.h +++ b/arm32/include/openssl/evperr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -11,9 +11,7 @@ #ifndef HEADER_EVPERR_H # define HEADER_EVPERR_H -# ifndef HEADER_SYMHACKS_H -# include -# endif +# include # ifdef __cplusplus extern "C" @@ -179,6 +177,7 @@ int ERR_load_EVP_strings(void); # define EVP_R_ONLY_ONESHOT_SUPPORTED 177 # define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150 # define EVP_R_OPERATON_NOT_INITIALIZED 151 +# define EVP_R_OUTPUT_WOULD_OVERFLOW 184 # define EVP_R_PARTIALLY_OVERLAPPING 162 # define EVP_R_PBKDF2_ERROR 181 # define EVP_R_PKEY_APPLICATION_ASN1_METHOD_ALREADY_REGISTERED 179 diff --git a/arm32/include/openssl/obj_mac.h b/arm32/include/openssl/obj_mac.h index 03d6e1c..1c7ecca 100644 --- a/arm32/include/openssl/obj_mac.h +++ b/arm32/include/openssl/obj_mac.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by crypto/objects/objects.pl * - * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at diff --git a/arm32/include/openssl/opensslv.h b/arm32/include/openssl/opensslv.h index 3f4ef82..d9f71b8 100644 --- a/arm32/include/openssl/opensslv.h +++ b/arm32/include/openssl/opensslv.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -39,8 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1010109fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1i 8 Dec 2020" +# define OPENSSL_VERSION_NUMBER 0x101010bfL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k 25 Mar 2021" /*- * The macros below are to be used for shared library (.so, .dll, ...) diff --git a/arm32/include/openssl/x509v3.h b/arm32/include/openssl/x509v3.h index a30a109..f6b336e 100644 --- a/arm32/include/openssl/x509v3.h +++ b/arm32/include/openssl/x509v3.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -364,8 +364,9 @@ struct ISSUING_DIST_POINT_st { # define EXFLAG_INVALID_POLICY 0x800 # define EXFLAG_FRESHEST 0x1000 -/* Self signed */ -# define EXFLAG_SS 0x2000 +# define EXFLAG_SS 0x2000 /* cert is apparently self-signed */ + +# define EXFLAG_NO_FINGERPRINT 0x100000 # define KU_DIGITAL_SIGNATURE 0x0080 # define KU_NON_REPUDIATION 0x0040 diff --git a/arm32/libcrypto-1_1-arm.dll b/arm32/libcrypto-1_1-arm.dll index 04eefee..8ea691d 100644 Binary files a/arm32/libcrypto-1_1-arm.dll and b/arm32/libcrypto-1_1-arm.dll differ diff --git a/arm32/libcrypto-1_1-arm.pdb b/arm32/libcrypto-1_1-arm.pdb index 898e1d0..3b17875 100644 Binary files a/arm32/libcrypto-1_1-arm.pdb and b/arm32/libcrypto-1_1-arm.pdb differ diff --git a/arm32/libcrypto.lib b/arm32/libcrypto.lib index 95459df..e7e8118 100644 Binary files a/arm32/libcrypto.lib and b/arm32/libcrypto.lib differ diff --git a/arm32/libssl-1_1-arm.dll b/arm32/libssl-1_1-arm.dll index da0970c..6fd31d4 100644 Binary files a/arm32/libssl-1_1-arm.dll and b/arm32/libssl-1_1-arm.dll differ diff --git a/arm32/libssl-1_1-arm.pdb b/arm32/libssl-1_1-arm.pdb index 8d1c0b6..db849da 100644 Binary files a/arm32/libssl-1_1-arm.pdb and b/arm32/libssl-1_1-arm.pdb differ diff --git a/arm32/libssl.lib b/arm32/libssl.lib index b6666df..eb4ba5c 100644 Binary files a/arm32/libssl.lib and b/arm32/libssl.lib differ diff --git a/arm64/include/openssl/evperr.h b/arm64/include/openssl/evperr.h index a117756..e79285c 100644 --- a/arm64/include/openssl/evperr.h +++ b/arm64/include/openssl/evperr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -11,9 +11,7 @@ #ifndef HEADER_EVPERR_H # define HEADER_EVPERR_H -# ifndef HEADER_SYMHACKS_H -# include -# endif +# include # ifdef __cplusplus extern "C" @@ -179,6 +177,7 @@ int ERR_load_EVP_strings(void); # define EVP_R_ONLY_ONESHOT_SUPPORTED 177 # define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150 # define EVP_R_OPERATON_NOT_INITIALIZED 151 +# define EVP_R_OUTPUT_WOULD_OVERFLOW 184 # define EVP_R_PARTIALLY_OVERLAPPING 162 # define EVP_R_PBKDF2_ERROR 181 # define EVP_R_PKEY_APPLICATION_ASN1_METHOD_ALREADY_REGISTERED 179 diff --git a/arm64/include/openssl/obj_mac.h b/arm64/include/openssl/obj_mac.h index 03d6e1c..1c7ecca 100644 --- a/arm64/include/openssl/obj_mac.h +++ b/arm64/include/openssl/obj_mac.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by crypto/objects/objects.pl * - * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at diff --git a/arm64/include/openssl/opensslv.h b/arm64/include/openssl/opensslv.h index 3f4ef82..d9f71b8 100644 --- a/arm64/include/openssl/opensslv.h +++ b/arm64/include/openssl/opensslv.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -39,8 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1010109fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1i 8 Dec 2020" +# define OPENSSL_VERSION_NUMBER 0x101010bfL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k 25 Mar 2021" /*- * The macros below are to be used for shared library (.so, .dll, ...) diff --git a/arm64/include/openssl/x509v3.h b/arm64/include/openssl/x509v3.h index a30a109..f6b336e 100644 --- a/arm64/include/openssl/x509v3.h +++ b/arm64/include/openssl/x509v3.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -364,8 +364,9 @@ struct ISSUING_DIST_POINT_st { # define EXFLAG_INVALID_POLICY 0x800 # define EXFLAG_FRESHEST 0x1000 -/* Self signed */ -# define EXFLAG_SS 0x2000 +# define EXFLAG_SS 0x2000 /* cert is apparently self-signed */ + +# define EXFLAG_NO_FINGERPRINT 0x100000 # define KU_DIGITAL_SIGNATURE 0x0080 # define KU_NON_REPUDIATION 0x0040 diff --git a/arm64/libcrypto-1_1-arm64.dll b/arm64/libcrypto-1_1-arm64.dll index da6aeda..26d8eed 100644 Binary files a/arm64/libcrypto-1_1-arm64.dll and b/arm64/libcrypto-1_1-arm64.dll differ diff --git a/arm64/libcrypto-1_1-arm64.pdb b/arm64/libcrypto-1_1-arm64.pdb index e89f20b..ea3e7f1 100644 Binary files a/arm64/libcrypto-1_1-arm64.pdb and b/arm64/libcrypto-1_1-arm64.pdb differ diff --git a/arm64/libcrypto.lib b/arm64/libcrypto.lib index cd6db54..6b519d3 100644 Binary files a/arm64/libcrypto.lib and b/arm64/libcrypto.lib differ diff --git a/arm64/libssl-1_1-arm64.dll b/arm64/libssl-1_1-arm64.dll index d5f2de2..44f06aa 100644 Binary files a/arm64/libssl-1_1-arm64.dll and b/arm64/libssl-1_1-arm64.dll differ diff --git a/arm64/libssl-1_1-arm64.pdb b/arm64/libssl-1_1-arm64.pdb index d487174..b278908 100644 Binary files a/arm64/libssl-1_1-arm64.pdb and b/arm64/libssl-1_1-arm64.pdb differ diff --git a/arm64/libssl.lib b/arm64/libssl.lib index d87b163..5492a88 100644 Binary files a/arm64/libssl.lib and b/arm64/libssl.lib differ diff --git a/win32/include/openssl/evperr.h b/win32/include/openssl/evperr.h index a117756..e79285c 100644 --- a/win32/include/openssl/evperr.h +++ b/win32/include/openssl/evperr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -11,9 +11,7 @@ #ifndef HEADER_EVPERR_H # define HEADER_EVPERR_H -# ifndef HEADER_SYMHACKS_H -# include -# endif +# include # ifdef __cplusplus extern "C" @@ -179,6 +177,7 @@ int ERR_load_EVP_strings(void); # define EVP_R_ONLY_ONESHOT_SUPPORTED 177 # define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150 # define EVP_R_OPERATON_NOT_INITIALIZED 151 +# define EVP_R_OUTPUT_WOULD_OVERFLOW 184 # define EVP_R_PARTIALLY_OVERLAPPING 162 # define EVP_R_PBKDF2_ERROR 181 # define EVP_R_PKEY_APPLICATION_ASN1_METHOD_ALREADY_REGISTERED 179 diff --git a/win32/include/openssl/obj_mac.h b/win32/include/openssl/obj_mac.h index 03d6e1c..1c7ecca 100644 --- a/win32/include/openssl/obj_mac.h +++ b/win32/include/openssl/obj_mac.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by crypto/objects/objects.pl * - * Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at diff --git a/win32/include/openssl/opensslv.h b/win32/include/openssl/opensslv.h index 3f4ef82..d9f71b8 100644 --- a/win32/include/openssl/opensslv.h +++ b/win32/include/openssl/opensslv.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -39,8 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1010109fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1i 8 Dec 2020" +# define OPENSSL_VERSION_NUMBER 0x101010bfL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k 25 Mar 2021" /*- * The macros below are to be used for shared library (.so, .dll, ...) diff --git a/win32/include/openssl/x509v3.h b/win32/include/openssl/x509v3.h index a30a109..f6b336e 100644 --- a/win32/include/openssl/x509v3.h +++ b/win32/include/openssl/x509v3.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -364,8 +364,9 @@ struct ISSUING_DIST_POINT_st { # define EXFLAG_INVALID_POLICY 0x800 # define EXFLAG_FRESHEST 0x1000 -/* Self signed */ -# define EXFLAG_SS 0x2000 +# define EXFLAG_SS 0x2000 /* cert is apparently self-signed */ + +# define EXFLAG_NO_FINGERPRINT 0x100000 # define KU_DIGITAL_SIGNATURE 0x0080 # define KU_NON_REPUDIATION 0x0040 diff --git a/win32/libcrypto-1_1.dll b/win32/libcrypto-1_1.dll index 1bc4e18..4efe1e2 100644 Binary files a/win32/libcrypto-1_1.dll and b/win32/libcrypto-1_1.dll differ diff --git a/win32/libcrypto-1_1.pdb b/win32/libcrypto-1_1.pdb index 15fc6ce..be57c9a 100644 Binary files a/win32/libcrypto-1_1.pdb and b/win32/libcrypto-1_1.pdb differ diff --git a/win32/libcrypto.lib b/win32/libcrypto.lib index ebc0fb3..d8516d7 100644 Binary files a/win32/libcrypto.lib and b/win32/libcrypto.lib differ diff --git a/win32/libssl-1_1.dll b/win32/libssl-1_1.dll index 1e705b2..c9e76bc 100644 Binary files a/win32/libssl-1_1.dll and b/win32/libssl-1_1.dll differ diff --git a/win32/libssl-1_1.pdb b/win32/libssl-1_1.pdb index 1e91e0a..2bde549 100644 Binary files a/win32/libssl-1_1.pdb and b/win32/libssl-1_1.pdb differ diff --git a/win32/libssl.lib b/win32/libssl.lib index 5d74fd5..10f1ae4 100644 Binary files a/win32/libssl.lib and b/win32/libssl.lib differ