Skip to content

Commit e25dd35

Browse files
committed
Update to openssl 1.0.1l
1 parent 43f6928 commit e25dd35

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

OpenSSL-Universal.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OpenSSL-Universal"
3-
s.version = "1.0.1.k"
3+
s.version = "1.0.1.l"
44
s.summary = "OpenSSL for iOS and OS X"
55
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,i386,x86_64)."
66
s.homepage = "http://krzyzanowskim.github.io/OpenSSL/"

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -x
77

88
# Setup paths to stuff we need
99

10-
OPENSSL_VERSION="1.0.1k"
10+
OPENSSL_VERSION="1.0.1l"
1111

1212
DEVELOPER=$(xcode-select --print-path)
1313

include-ios/openssl/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ extern "C" {
9898

9999
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
100100
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
101-
#define ENGINESDIR "/tmp/openssl-1.0.1k-i386/lib/engines"
102-
#define OPENSSLDIR "/tmp/openssl-1.0.1k-i386"
101+
#define ENGINESDIR "/tmp/openssl-1.0.1l-i386/lib/engines"
102+
#define OPENSSLDIR "/tmp/openssl-1.0.1l-i386"
103103
#endif
104104
#endif
105105

include-ios/openssl/opensslv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ extern "C" {
2929
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3030
* major minor fix final patch/beta)
3131
*/
32-
#define OPENSSL_VERSION_NUMBER 0x100010bfL
32+
#define OPENSSL_VERSION_NUMBER 0x100010cfL
3333
#ifdef OPENSSL_FIPS
34-
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k-fips 8 Jan 2015"
34+
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1l-fips 15 Jan 2015"
3535
#else
36-
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k 8 Jan 2015"
36+
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1l 15 Jan 2015"
3737
#endif
3838
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3939

include-osx/openssl/opensslconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ extern "C" {
9898

9999
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
100100
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
101-
#define ENGINESDIR "/tmp/openssl-1.0.1k-i386/lib/engines"
102-
#define OPENSSLDIR "/tmp/openssl-1.0.1k-i386"
101+
#define ENGINESDIR "/tmp/openssl-1.0.1l-i386/lib/engines"
102+
#define OPENSSLDIR "/tmp/openssl-1.0.1l-i386"
103103
#endif
104104
#endif
105105

include-osx/openssl/opensslv.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ extern "C" {
2929
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3030
* major minor fix final patch/beta)
3131
*/
32-
#define OPENSSL_VERSION_NUMBER 0x100010bfL
32+
#define OPENSSL_VERSION_NUMBER 0x100010cfL
3333
#ifdef OPENSSL_FIPS
34-
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k-fips 8 Jan 2015"
34+
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1l-fips 15 Jan 2015"
3535
#else
36-
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k 8 Jan 2015"
36+
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1l 15 Jan 2015"
3737
#endif
3838
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3939

lib-ios/libcrypto.a

656 Bytes
Binary file not shown.

lib-ios/libssl.a

80 Bytes
Binary file not shown.

lib-osx/libcrypto.a

264 Bytes
Binary file not shown.

lib-osx/libssl.a

24 Bytes
Binary file not shown.

openssl-1.0.1k.tar.gz

-4.23 MB
Binary file not shown.

openssl-1.0.1l.tar.gz

4.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)