Skip to content

Commit 0c70e4b

Browse files
committed
OpenSSL 1.1.1u
1 parent 9d85040 commit 0c70e4b

File tree

53 files changed

+117
-972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+117
-972
lines changed

Frameworks/OpenSSL.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>OpenSSL.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>x86_64</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
1821
</dict>
1922
<dict>
2023
<key>LibraryIdentifier</key>
@@ -31,7 +34,7 @@
3134
</dict>
3235
<dict>
3336
<key>LibraryIdentifier</key>
34-
<string>ios-arm64_x86_64-simulator</string>
37+
<string>ios-arm64_x86_64-maccatalyst</string>
3538
<key>LibraryPath</key>
3639
<string>OpenSSL.framework</string>
3740
<key>SupportedArchitectures</key>
@@ -42,22 +45,19 @@
4245
<key>SupportedPlatform</key>
4346
<string>ios</string>
4447
<key>SupportedPlatformVariant</key>
45-
<string>simulator</string>
48+
<string>maccatalyst</string>
4649
</dict>
4750
<dict>
4851
<key>LibraryIdentifier</key>
49-
<string>ios-arm64_x86_64-maccatalyst</string>
52+
<string>ios-arm64</string>
5053
<key>LibraryPath</key>
5154
<string>OpenSSL.framework</string>
5255
<key>SupportedArchitectures</key>
5356
<array>
5457
<string>arm64</string>
55-
<string>x86_64</string>
5658
</array>
5759
<key>SupportedPlatform</key>
5860
<string>ios</string>
59-
<key>SupportedPlatformVariant</key>
60-
<string>maccatalyst</string>
6161
</dict>
6262
</array>
6363
<key>CFBundlePackageType</key>

Frameworks/OpenSSL.xcframework/ios-arm64/OpenSSL.framework/Headers/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 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 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

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

Frameworks/OpenSSL.xcframework/ios-arm64/OpenSSL.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
</data>
251251
<key>Headers/opensslv.h</key>
252252
<data>
253-
aDM5opb3JUzhO+X0dUe9Bjlk2lk=
253+
D78x/O7QMX3ruXTcmZXY36QiM+o=
254254
</data>
255255
<key>Headers/ossl_typ.h</key>
256256
<data>
@@ -426,7 +426,7 @@
426426
</data>
427427
<key>Info.plist</key>
428428
<data>
429-
thRjiNCFoL/E3bs+fME2+zMpFWU=
429+
zJA8bkWUa/WBYW53yEm9nTsMxlA=
430430
</data>
431431
<key>Modules/module.modulemap</key>
432432
<data>
@@ -1110,11 +1110,11 @@
11101110
<dict>
11111111
<key>hash</key>
11121112
<data>
1113-
aDM5opb3JUzhO+X0dUe9Bjlk2lk=
1113+
D78x/O7QMX3ruXTcmZXY36QiM+o=
11141114
</data>
11151115
<key>hash2</key>
11161116
<data>
1117-
awCbDrHAEsQ34T07nQeAfmO6eEWMyU1y11EVGRocwms=
1117+
TqQpkh59v1Prelmr+0yjbSju90ZZdF4GfbsZ9s7Eajc=
11181118
</data>
11191119
</dict>
11201120
<key>Headers/ossl_typ.h</key>

Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Versions/A/Headers/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 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 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

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

Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Versions/A/Resources/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>22D49</string>
6+
<string>22F66</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.2000</string>
20+
<string>1.1.2100</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
@@ -27,19 +27,19 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>14C18</string>
30+
<string></string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>13.1</string>
34+
<string>13.3</string>
3535
<key>DTSDKBuild</key>
36-
<string>22C55</string>
36+
<string>22E245</string>
3737
<key>DTSDKName</key>
38-
<string>macosx13.1</string>
38+
<string>macosx13.3</string>
3939
<key>DTXcode</key>
40-
<string>1420</string>
40+
<string>1431</string>
4141
<key>DTXcodeBuild</key>
42-
<string>14C18</string>
42+
<string>14E300c</string>
4343
<key>LSMinimumSystemVersion</key>
4444
<string>10.15</string>
4545
<key>UIDeviceFamily</key>

Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-maccatalyst/OpenSSL.framework/Versions/A/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dict>
77
<key>Resources/Info.plist</key>
88
<data>
9-
CdAUMg1CvJEban5rnQL778o3VP4=
9+
7Hhw/vmheFzTMUVVpWNE0bhKjPg=
1010
</data>
1111
</dict>
1212
<key>files2</key>
@@ -442,7 +442,7 @@
442442
<dict>
443443
<key>hash2</key>
444444
<data>
445-
awCbDrHAEsQ34T07nQeAfmO6eEWMyU1y11EVGRocwms=
445+
TqQpkh59v1Prelmr+0yjbSju90ZZdF4GfbsZ9s7Eajc=
446446
</data>
447447
</dict>
448448
<key>Headers/ossl_typ.h</key>
@@ -757,7 +757,7 @@
757757
<dict>
758758
<key>hash2</key>
759759
<data>
760-
I/6JBpJPM0VTsp3w38zUffQWk4pNttIhWpw7G9+JOv0=
760+
ID1An/LjhXENVROyKZYiKCPcnZDKPcBYzbqVILlgvBY=
761761
</data>
762762
</dict>
763763
</dict>

Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-simulator/OpenSSL.framework/Headers/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 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 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

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

Frameworks/OpenSSL.xcframework/ios-arm64_x86_64-simulator/OpenSSL.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
</data>
251251
<key>Headers/opensslv.h</key>
252252
<data>
253-
aDM5opb3JUzhO+X0dUe9Bjlk2lk=
253+
D78x/O7QMX3ruXTcmZXY36QiM+o=
254254
</data>
255255
<key>Headers/ossl_typ.h</key>
256256
<data>
@@ -426,7 +426,7 @@
426426
</data>
427427
<key>Info.plist</key>
428428
<data>
429-
U+Bj4UoiaL9YDPSjO7hOrCiiDjU=
429+
2vluuo/g/oVdGglHIBLPN04/4aU=
430430
</data>
431431
<key>Modules/module.modulemap</key>
432432
<data>
@@ -1110,11 +1110,11 @@
11101110
<dict>
11111111
<key>hash</key>
11121112
<data>
1113-
aDM5opb3JUzhO+X0dUe9Bjlk2lk=
1113+
D78x/O7QMX3ruXTcmZXY36QiM+o=
11141114
</data>
11151115
<key>hash2</key>
11161116
<data>
1117-
awCbDrHAEsQ34T07nQeAfmO6eEWMyU1y11EVGRocwms=
1117+
TqQpkh59v1Prelmr+0yjbSju90ZZdF4GfbsZ9s7Eajc=
11181118
</data>
11191119
</dict>
11201120
<key>Headers/ossl_typ.h</key>

Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/Versions/A/Headers/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
2+
* Copyright 1999-2023 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 0x1010114fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1t 7 Feb 2023"
42+
# define OPENSSL_VERSION_NUMBER 0x1010115fL
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
4444

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

Frameworks/OpenSSL.xcframework/macos-arm64_x86_64/OpenSSL.framework/Versions/A/Resources/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>22D49</string>
6+
<string>22F66</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.2000</string>
20+
<string>1.1.2100</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
@@ -27,20 +27,20 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>14C18</string>
30+
<string></string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>13.1</string>
34+
<string>13.3</string>
3535
<key>DTSDKBuild</key>
36-
<string>22C55</string>
36+
<string>22E245</string>
3737
<key>DTSDKName</key>
38-
<string>macosx13.1</string>
38+
<string>macosx13.3</string>
3939
<key>DTXcode</key>
40-
<string>1420</string>
40+
<string>1431</string>
4141
<key>DTXcodeBuild</key>
42-
<string>14C18</string>
42+
<string>14E300c</string>
4343
<key>LSMinimumSystemVersion</key>
44-
<string>10.10</string>
44+
<string>10.13</string>
4545
</dict>
4646
</plist>

0 commit comments

Comments
 (0)