File tree Expand file tree Collapse file tree 14 files changed +37
-31
lines changed
ios-arm64_x86_64-simulator
ios-arm64_x86_64-simulator Expand file tree Collapse file tree 14 files changed +37
-31
lines changed Original file line number Diff line number Diff line change 10
10
<key >HeadersPath </key >
11
11
<string >Headers </string >
12
12
<key >LibraryIdentifier </key >
13
- <string >ios-arm64_x86_64-simulator </string >
13
+ <string >ios-arm64 </string >
14
14
<key >LibraryPath </key >
15
15
<string >libssh2.a </string >
16
16
<key >SupportedArchitectures </key >
17
17
<array >
18
18
<string >arm64 </string >
19
- <string >x86_64 </string >
20
19
</array >
21
20
<key >SupportedPlatform </key >
22
21
<string >ios </string >
23
- <key >SupportedPlatformVariant </key >
24
- <string >simulator </string >
25
22
</dict >
26
23
<dict >
27
24
<key >BinaryPath </key >
28
25
<string >libssh2.a </string >
29
26
<key >HeadersPath </key >
30
27
<string >Headers </string >
31
28
<key >LibraryIdentifier </key >
32
- <string >ios-arm64 </string >
29
+ <string >ios-arm64_x86_64-simulator </string >
33
30
<key >LibraryPath </key >
34
31
<string >libssh2.a </string >
35
32
<key >SupportedArchitectures </key >
36
33
<array >
37
34
<string >arm64 </string >
35
+ <string >x86_64 </string >
38
36
</array >
39
37
<key >SupportedPlatform </key >
40
38
<string >ios </string >
39
+ <key >SupportedPlatformVariant </key >
40
+ <string >simulator </string >
41
41
</dict >
42
42
<dict >
43
43
<key >BinaryPath </key >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extern "C" {
29
29
*/
30
30
# define OPENSSL_VERSION_MAJOR 3
31
31
# define OPENSSL_VERSION_MINOR 3
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
33
33
34
34
/*
35
35
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
*/
77
- # define OPENSSL_VERSION_STR "3.3.1 "
78
- # define OPENSSL_FULL_VERSION_STR "3.3.1 "
77
+ # define OPENSSL_VERSION_STR "3.3.2 "
78
+ # define OPENSSL_FULL_VERSION_STR "3.3.2 "
79
79
80
80
/*
81
81
* SECTION 3: ADDITIONAL METADATA
82
82
*
83
83
* These strings are defined separately to allow them to be parsable.
84
84
*/
85
- # define OPENSSL_RELEASE_DATE "4 Jun 2024"
85
+ # define OPENSSL_RELEASE_DATE "3 Sep 2024"
86
86
87
87
/*
88
88
* SECTION 4: BACKWARD COMPATIBILITY
89
89
*/
90
90
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.3.1 4 Jun 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.3.2 3 Sep 2024"
92
92
93
93
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
# ifdef OPENSSL_VERSION_PRE_RELEASE
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
3
3
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
* Copyright 2005 Nokia. All rights reserved.
5
5
*
@@ -231,6 +231,8 @@ extern "C" {
231
231
# define TLSEXT_max_fragment_length_1024 2
232
232
# define TLSEXT_max_fragment_length_2048 3
233
233
# define TLSEXT_max_fragment_length_4096 4
234
+ /* OpenSSL value for unset maximum fragment length extension */
235
+ # define TLSEXT_max_fragment_length_UNSPECIFIED 255
234
236
235
237
/*
236
238
* TLS Certificate Type (for RFC7250)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extern "C" {
29
29
*/
30
30
# define OPENSSL_VERSION_MAJOR 3
31
31
# define OPENSSL_VERSION_MINOR 3
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
33
33
34
34
/*
35
35
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
*/
77
- # define OPENSSL_VERSION_STR "3.3.1 "
78
- # define OPENSSL_FULL_VERSION_STR "3.3.1 "
77
+ # define OPENSSL_VERSION_STR "3.3.2 "
78
+ # define OPENSSL_FULL_VERSION_STR "3.3.2 "
79
79
80
80
/*
81
81
* SECTION 3: ADDITIONAL METADATA
82
82
*
83
83
* These strings are defined separately to allow them to be parsable.
84
84
*/
85
- # define OPENSSL_RELEASE_DATE "4 Jun 2024"
85
+ # define OPENSSL_RELEASE_DATE "3 Sep 2024"
86
86
87
87
/*
88
88
* SECTION 4: BACKWARD COMPATIBILITY
89
89
*/
90
90
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.3.1 4 Jun 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.3.2 3 Sep 2024"
92
92
93
93
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
# ifdef OPENSSL_VERSION_PRE_RELEASE
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
3
3
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
* Copyright 2005 Nokia. All rights reserved.
5
5
*
@@ -231,6 +231,8 @@ extern "C" {
231
231
# define TLSEXT_max_fragment_length_1024 2
232
232
# define TLSEXT_max_fragment_length_2048 3
233
233
# define TLSEXT_max_fragment_length_4096 4
234
+ /* OpenSSL value for unset maximum fragment length extension */
235
+ # define TLSEXT_max_fragment_length_UNSPECIFIED 255
234
236
235
237
/*
236
238
* TLS Certificate Type (for RFC7250)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ extern "C" {
29
29
*/
30
30
# define OPENSSL_VERSION_MAJOR 3
31
31
# define OPENSSL_VERSION_MINOR 3
32
- # define OPENSSL_VERSION_PATCH 1
32
+ # define OPENSSL_VERSION_PATCH 2
33
33
34
34
/*
35
35
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
*/
77
- # define OPENSSL_VERSION_STR "3.3.1 "
78
- # define OPENSSL_FULL_VERSION_STR "3.3.1 "
77
+ # define OPENSSL_VERSION_STR "3.3.2 "
78
+ # define OPENSSL_FULL_VERSION_STR "3.3.2 "
79
79
80
80
/*
81
81
* SECTION 3: ADDITIONAL METADATA
82
82
*
83
83
* These strings are defined separately to allow them to be parsable.
84
84
*/
85
- # define OPENSSL_RELEASE_DATE "4 Jun 2024"
85
+ # define OPENSSL_RELEASE_DATE "3 Sep 2024"
86
86
87
87
/*
88
88
* SECTION 4: BACKWARD COMPATIBILITY
89
89
*/
90
90
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.3.1 4 Jun 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.3.2 3 Sep 2024"
92
92
93
93
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
# ifdef OPENSSL_VERSION_PRE_RELEASE
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
3
3
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
* Copyright 2005 Nokia. All rights reserved.
5
5
*
@@ -231,6 +231,8 @@ extern "C" {
231
231
# define TLSEXT_max_fragment_length_1024 2
232
232
# define TLSEXT_max_fragment_length_2048 3
233
233
# define TLSEXT_max_fragment_length_4096 4
234
+ /* OpenSSL value for unset maximum fragment length extension */
235
+ # define TLSEXT_max_fragment_length_UNSPECIFIED 255
234
236
235
237
/*
236
238
* TLS Certificate Type (for RFC7250)
You can’t perform that action at this time.
0 commit comments