8000 Import 1.1.1k for real this time (previous import was the incorrect b… · python/cpython-bin-deps@73c7705 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73c7705

Browse files
committed
Import 1.1.1k for real this time (previous import was the incorrect build)
1 parent 572a08a commit 73c7705

40 files changed

+44
-44
lines changed

amd64/include/openssl/evperr.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Generated by util/mkerr.pl DO NOT EDIT
3-
* Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
44
*
55
* Licensed under the OpenSSL license (the "License"). You may not use
66
* this file except in compliance with the License. You can obtain a copy
@@ -11,9 +11,7 @@
1111
#ifndef HEADER_EVPERR_H
1212
# define HEADER_EVPERR_H
1313

14-
# ifndef HEADER_SYMHACKS_H
15-
# include <openssl/symhacks.h>
16-
# endif
14+
# include <openssl/symhacks.h>
1715

1816
# ifdef __cplusplus
1917
extern "C"
@@ -179,6 +177,7 @@ int ERR_load_EVP_strings(void);
179177
# define EVP_R_ONLY_ONESHOT_SUPPORTED 177
180178
# define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150
181179
# define EVP_R_OPERATON_NOT_INITIALIZED 151
180+
# define EVP_R_OUTPUT_WOULD_OVERFLOW 184
182181
# define EVP_R_PARTIALLY_OVERLAPPING 162
183182
# define EVP_R_PBKDF2_ERROR 181
184183
# define EVP_R_PKEY_APPLICATION_ASN1_METHOD_ALREADY_REGISTERED 179

amd64/include/openssl/obj_mac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by crypto/objects/objects.pl
44
*
5-
* Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
66
* Licensed under the OpenSSL license (the "License"). You may not use
77
* this file except in compliance with the License. You can obtain a copy
88
* in the file LICENSE in the source distribution or at

amd64/include/openssl/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
33
*
44
* Licensed under the OpenSSL license (the "License"). You may not use
55
* this file except in compliance with the License. You can obtain a copy
@@ -39,8 +39,8 @@ extern "C" {
3939
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
4040
* major minor fix final patch/beta)
4141
*/
42-
# define OPENSSL_VERSION_NUMBER 0x1010109fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1i 8 Dec 2020"
42+
# define OPENSSL_VERSION_NUMBER 0x101010bfL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k 25 Mar 2021"
4444

4545
/*-
4646
* The macros below are to be used for shared library (.so, .dll, ...)

amd64/include/openssl/x509v3.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
33
*
44
* Licensed under the OpenSSL license (the "License"). You may not use
55
* this file except in compliance with the License. You can obtain a copy
@@ -364,8 +364,9 @@ struct ISSUING_DIST_POINT_st {
364364

365365
# define EXFLAG_INVALID_POLICY 0x800
366366
# define EXFLAG_FRESHEST 0x1000
367-
/* Self signed */
368-
# define EXFLAG_SS 0x2000
367+
# define EXFLAG_SS 0x2000 /* cert is apparently self-signed */
368+
369+
# define EXFLAG_NO_FINGERPRINT 0x100000
369370

370371
# define KU_DIGITAL_SIGNATURE 0x0080
371372
# define KU_NON_REPUDIATION 0x0040

amd64/libcrypto-1_1.dll

-18 KB
Binary file not shown.

amd64/libcrypto-1_1.pdb

-248 KB
Binary file not shown.

amd64/libcrypto.lib

0 Bytes
Binary file not shown.

amd64/libssl-1_1.dll

-4 KB
Binary file not shown.

amd64/libssl-1_1.pdb

-216 KB
Binary file not shown.

amd64/libssl.lib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0