10000 Adds build for OpenSSL 1.1.1d · python/cpython-bin-deps@a57ee86 · GitHub
[go: up one dir, main page]

Skip to content

Commit a57ee86

Browse files
committed
Adds build for OpenSSL 1.1.1d
1 parent dcf1bc5 commit a57ee86

File tree

172 files changed

+808
-316
lines changed

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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_ASN1ERR_H
1212
# define HEADER_ASN1ERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# ifdef __cplusplus
1519
extern "C"
1620
# endif
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_ASYNCERR_H
1212
# define HEADER_ASYNCERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# ifdef __cplusplus
1519
extern "C"
1620
# endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1995-2019 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
@@ -20,10 +20,6 @@
2020
# include <openssl/crypto.h>
2121
# include <openssl/bioerr.h>
2222

23-
# ifndef OPENSSL_NO_SCTP
24-
# include <openssl/e_os2.h>
25-
# endif
26-
2723
#ifdef __cplusplus
2824
extern "C" {
2925
#endif
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_BIOERR_H
1212
# define HEADER_BIOERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# ifdef __cplusplus
1519
extern "C"
1620
# endif
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_BNERR_H
1212
# define HEADER_BNERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# ifdef __cplusplus
1519
extern "C"
1620
# endif
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_BUFERR_H
1212
# define HEADER_BUFERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# ifdef __cplusplus
1519
extern "C"
1620
# endif
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 2008-2019 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
@@ -284,8 +284,6 @@ int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
284284
void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
285285
int lastpos, int type);
286286

287-
# ifdef HEADER_X509V3_H
288-
289287
int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
290288
CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen,
291289
int allorfirst,
@@ -298,7 +296,6 @@ void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr,
298296
int *pallorfirst,
299297
STACK_OF(GENERAL_NAMES) **plist,
300298
STACK_OF(GENERAL_NAMES) **prto);
301-
# endif
302299
int CMS_RecipientInfo_kari_get0_alg(CMS_RecipientInfo *ri,
303300
X509_ALGOR **palg,
304301
ASN1_OCTET_STRING **pukm);
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_CMSERR_H
1212
# define HEADER_CMSERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# include <openssl/opensslconf.h>
1519

1620
# ifndef OPENSSL_NO_CMS
@@ -101,6 +105,7 @@ int ERR_load_CMS_strings(void);
101105
# define CMS_F_CMS_SIGNERINFO_VERIFY_CERT 153
102106
# define CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT 154
103107
# define CMS_F_CMS_SIGN_RECEIPT 163
108+
# define CMS_F_CMS_SI_CHECK_ATTRIBUTES 183
104109
# define CMS_F_CMS_STREAM 155
105110
# define CMS_F_CMS_UNCOMPRESS 156
106111
# define CMS_F_CMS_VERIFY 157
@@ -110,6 +115,7 @@ int ERR_load_CMS_strings(void);
110115
* CMS reason codes.
111116
*/
112117
# define CMS_R_ADD_SIGNER_ERROR 99
118+
# define CMS_R_ATTRIBUTE_ERROR 161
113119
# define CMS_R_CERTIFICATE_ALREADY_PRESENT 175
114120
# define CMS_R_CERTIFICATE_HAS_NO_KEYID 160
115121
# define CMS_R_CERTIFICATE_VERIFY_ERROR 100
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_COMPERR_H
1212
# define HEADER_COMPERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# include <openssl/opensslconf.h>
1519

1620
# ifndef OPENSSL_NO_COMP
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-2018 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2019 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,6 +11,10 @@
1111
#ifndef HEADER_CONFERR_H
1212
# define HEADER_CONFERR_H
1313

14+
# ifndef HEADER_SYMHACKS_H
15+
# include <openssl/symhacks.h>
16+
# endif
17+
1418
# ifdef __cplusplus
1519
extern "C"
1620
# endif