Skip to content

Commit

Permalink
Update OpenSSL 1.1.1o
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed May 9, 2022
1 parent 8697a05 commit df45574
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.DS_Store

.vscode/
.build/
build/
DerivedData/
xcuserdata/
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL-Universal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OpenSSL-Universal"
s.version = "1.1.1400" # 1.1.1n
s.version = "1.1.1500" # 1.1.1o
s.summary = "OpenSSL for iOS and OS X"
s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7,armv7s,arm64,x86_64)."
s.homepage = "https://github.com/krzyzanowskim/OpenSSL"
Expand Down
1 change: 1 addition & 0 deletions OpenSSL.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.1.1500": "https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.1500/OpenSSL.xcframework.zip",
"1.1.1400": "https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.1400/OpenSSL.xcframework.zip",
"1.1.1300": "https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.1300/OpenSSL.xcframework.zip",
"1.1.1200": "https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.1200/OpenSSL.xcframework.zip",
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ LD_VERIFY_BITCODE = YES
PBXCP_BITCODE_STRIP_MODE = none
PBXCP_STRIP_BITCODE = NO

MARKETING_VERSION = 1.1.1400
MARKETING_VERSION = 1.1.1500
6 changes: 3 additions & 3 deletions iphoneos/include/openssl/opensslv.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
Expand Down Expand Up @@ -39,8 +39,8 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
# define OPENSSL_VERSION_NUMBER 0x101010efL
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n 15 Mar 2022"
# define OPENSSL_VERSION_NUMBER 0x101010ffL
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o 3 May 2022"

/*-
* The macros below are to be used for shared library (.so, .dll, ...)
Expand Down
Loading

0 comments on commit df45574

Please sign in to comment.