Skip to content

Commit ee3fad2

Browse files
committed
up lib
1 parent 2cd35d2 commit ee3fad2

File tree

14 files changed

+37
-31
lines changed

14 files changed

+37
-31
lines changed

xcframework/CSSH-OpenSSL.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>libssh2.a</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>libssh2.a</string>
2926
<key>HeadersPath</key>
3027
<string>Headers</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>libssh2.a</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
<dict>
4343
<key>BinaryPath</key>

xcframework/CSSH-OpenSSL.xcframework/ios-arm64/Headers/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 3
32-
# define OPENSSL_VERSION_PATCH 1
32+
# define OPENSSL_VERSION_PATCH 2
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
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"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "4 Jun 2024"
85+
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.3.1 4 Jun 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.3.2 3 Sep 2024"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

xcframework/CSSH-OpenSSL.xcframework/ios-arm64/Headers/openssl/tls1.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
33
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
44
* Copyright 2005 Nokia. All rights reserved.
55
*
@@ -231,6 +231,8 @@ extern "C" {
231231
# define TLSEXT_max_fragment_length_1024 2
232232
# define TLSEXT_max_fragment_length_2048 3
233233
# define TLSEXT_max_fragment_length_4096 4
234+
/* OpenSSL value for unset maximum fragment length extension */
235+
# define TLSEXT_max_fragment_length_UNSPECIFIED 255
234236

235237
/*
236238
* TLS Certificate Type (for RFC7250)
Binary file not shown.

xcframework/CSSH-OpenSSL.xcframework/ios-arm64_x86_64-simulator/Headers/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 3
32-
# define OPENSSL_VERSION_PATCH 1
32+
# define OPENSSL_VERSION_PATCH 2
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
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"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "4 Jun 2024"
85+
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.3.1 4 Jun 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.3.2 3 Sep 2024"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

xcframework/CSSH-OpenSSL.xcframework/ios-arm64_x86_64-simulator/Headers/openssl/tls1.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
33
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
44
* Copyright 2005 Nokia. All rights reserved.
55
*
@@ -231,6 +231,8 @@ extern "C" {
231231
# define TLSEXT_max_fragment_length_1024 2
232232
# define TLSEXT_max_fragment_length_2048 3
233233
# define TLSEXT_max_fragment_length_4096 4
234+
/* OpenSSL value for unset maximum fragment length extension */
235+
# define TLSEXT_max_fragment_length_UNSPECIFIED 255
234236

235237
/*
236238
* TLS Certificate Type (for RFC7250)
Binary file not shown.

xcframework/CSSH-OpenSSL.xcframework/macos-arm64_x86_64/Headers/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 3
32-
# define OPENSSL_VERSION_PATCH 1
32+
# define OPENSSL_VERSION_PATCH 2
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
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"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "4 Jun 2024"
85+
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.3.1 4 Jun 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.3.2 3 Sep 2024"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

xcframework/CSSH-OpenSSL.xcframework/macos-arm64_x86_64/Headers/openssl/tls1.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
33
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
44
* Copyright 2005 Nokia. All rights reserved.
55
*
@@ -231,6 +231,8 @@ extern "C" {
231231
# define TLSEXT_max_fragment_length_1024 2
232232
# define TLSEXT_max_fragment_length_2048 3
233233
# define TLSEXT_max_fragment_length_4096 4
234+
/* OpenSSL value for unset maximum fragment length extension */
235+
# define TLSEXT_max_fragment_length_UNSPECIFIED 255
234236

235237
/*
236238
* TLS Certificate Type (for RFC7250)
Binary file not shown.

0 commit comments

Comments
 (0)