Felix Schulze
|
ee4665d089
|
Merge pull request #78 from shuningzhou/RC4_INT-issue
Using the headers for x86_64 instead of i386
|
2015-12-10 21:53:55 +01:00 |
Peter Zhou
|
fd7f063923
|
Using the headers for x86_64 instead of i386
RC4_INT is defined as unsigned char for i386, armv7, armv7s, arm64 which causes stack corruption for x86_64 platform.
|
2015-12-10 12:09:42 -08:00 |
Felix Schulze
|
86e3926087
|
More verbose
|
2015-12-08 18:24:38 +01:00 |
Felix Schulze
|
ae252f2d30
|
Add spinner for progress
|
2015-12-07 18:51:50 +01:00 |
Felix Schulze
|
a8aeebfac5
|
Add some output
|
2015-12-07 18:41:03 +01:00 |
Felix Schulze
|
4ae22c271e
|
Merge pull request #73 from x2on/x2on-patch-1
OpenSSL 1.0.2e
|
2015-12-05 22:38:52 +01:00 |
Felix Schulze
|
94a10cc206
|
Update README.md
|
2015-12-03 20:13:31 +01:00 |
Felix Schulze
|
9d029f5daa
|
OpenSSL 1.0.2e
|
2015-12-03 20:12:59 +01:00 |
Felix Schulze
|
7346a5f9da
|
Update create-openssl-framework.sh
Add `ios_version_min` - but doesn't work at the moment (see http://www.openradar.me/22104678)
Related #72
|
2015-11-25 13:48:56 +01:00 |
Felix Schulze
|
cd18638f51
|
Update .travis.yml
Add check for openssl-framework script on Travis. Related #72
|
2015-11-25 13:41:47 +01:00 |
Felix Schulze
|
550f280687
|
Merge pull request #70 from x2on/swift
Migrate example app to Swift
|
2015-11-17 16:39:49 +01:00 |
Felix Schulze
|
137490d161
|
Merge branch 'master' into swift
|
2015-11-17 14:44:13 +01:00 |
Felix Schulze
|
489ec00cf3
|
Merge pull request #69 from x2on/tvOS
Add tvOS example app
|
2015-11-17 14:43:52 +01:00 |
Felix Schulze
|
c3c0c1893a
|
Merge branch 'master' into swift
|
2015-11-17 14:42:57 +01:00 |
Felix Schulze
|
16625d8093
|
Migrate example app to Swift
|
2015-11-17 14:42:42 +01:00 |
Felix Schulze
|
2de304ec36
|
Add tvOS example app
|
2015-11-17 09:42:08 +01:00 |
Felix Schulze
|
95565b1135
|
Merge pull request #68 from x2on/tvOS
Add support for tvOS
|
2015-11-16 21:43:15 +01:00 |
Felix Schulze
|
24dc55b6a3
|
Fix variable
|
2015-11-16 19:47:23 +01:00 |
Felix Schulze
|
a9ab81be88
|
Add support for tvOS
|
2015-11-16 19:33:54 +01:00 |
Felix Schulze
|
3d1cf2070e
|
Xcode 7.1 settings
|
2015-10-26 22:23:58 +01:00 |
Felix Schulze
|
453bfd2769
|
Update README.md
|
2015-10-26 08:04:40 +01:00 |
Felix Schulze
|
b218933bfd
|
Update .travis.yml
|
2015-10-26 08:03:40 +01:00 |
Felix Schulze
|
eae32bceae
|
Update README.md
|
2015-10-26 08:03:09 +01:00 |
Felix Schulze
|
9bfe4d0518
|
Bitcode for Xcode 7.1
Fixes #65
|
2015-10-25 22:21:39 +01:00 |
Felix Schulze
|
5fb9d8a380
|
Merge pull request #64 from lifeisfoo/master
CURL options to support connection options
|
2015-09-18 15:44:08 +02:00 |
Alessandro Miliucci
|
64b87a6aa6
|
CURL options to support connection options
e.g. to work behind a corporate proxy:
CURL_OPTIONS="--proxy http://corpproxy.pro"
|
2015-09-18 15:16:52 +02:00 |
Felix Schulze
|
2996f574ee
|
Merge pull request #63 from x2on/xcode7
Add Xcode7 support for Travis
|
2015-09-12 13:14:13 +02:00 |
Felix Schulze
|
1abbd752da
|
Add Xcode7 support for Travis
|
2015-09-12 12:44:13 +02:00 |
Felix Schulze
|
21c4109c4f
|
Merge pull request #61 from gpongelli/patch-1
enable-ec_nistp_64_gcc_128 configuration
|
2015-08-21 22:00:53 +02:00 |
gpongelli
|
a18e098165
|
enable-ec_nistp_64_gcc_128 configuration
Set enable-ec_nistp_64_gcc_128 configuration for x64 archs
|
2015-08-21 16:34:06 +02:00 |
Felix Schulze
|
93a510aee7
|
Merge pull request #59 from gpongelli/config_options
Added configuration option variable.
|
2015-08-13 07:34:25 +02:00 |
gpongelli
|
4067f5ae98
|
Check on $CONFIG_OPTION
Added check on $CONFIG_OPTION to conditionally execute make depend .
|
2015-08-13 03:06:10 +02:00 |
gpongelli
|
03b648cf1b
|
Added configuration option variable.
Added "make depend", to be run when disabling algorithms and "install_sw" to install only software without docs.
|
2015-08-11 20:19:00 +02:00 |
Felix Schulze
|
149c9c00ec
|
Merge pull request #58 from x2on/bitcode-ios7
Change MIN_SDK_VERSION to 7.0
|
2015-08-07 10:01:10 +02:00 |
Felix Schulze
|
a0b47dd4b4
|
Update README.md
|
2015-08-07 08:01:51 +02:00 |
Felix Schulze
|
0a4bc1d826
|
Change MIN_SDK_VERSION to 7.9
|
2015-08-07 07:59:36 +02:00 |
Felix Schulze
|
f02823aceb
|
Merge pull request #57 from x2on/bitcode-support
Add support for bitcode #Fixes 56
|
2015-08-06 21:36:35 +02:00 |
Felix Schulze
|
a8982557cc
|
Add support for bitcode #Fixes 56
|
2015-08-06 08:02:24 +02:00 |
Felix Schulze
|
a57b7795b7
|
Update README.md
|
2015-07-11 12:33:32 +02:00 |
Felix Schulze
|
348274f61a
|
Fix filename
|
2015-07-11 12:33:18 +02:00 |
Felix Schulze
|
36efa187a3
|
Add check if lib is build
|
2015-07-11 12:26:58 +02:00 |
Felix Schulze
|
7be2375820
|
Merge pull request #53 from x2on/OpenSSL-1.0.2d
OpenSSL 1.0.2d
|
2015-07-09 16:05:04 +02:00 |
Felix Schulze
|
a7973c4c4a
|
OpenSSL 1.0.2d
|
2015-07-09 15:15:04 +02:00 |
Felix Schulze
|
ee1533db6d
|
Add some tests
|
2015-06-15 17:37:03 +02:00 |
Felix Schulze
|
a6e8008064
|
Modernize demo project using AutoLayout
|
2015-06-15 17:33:25 +02:00 |
Felix Schulze
|
3156ebee74
|
Fix warnings
|
2015-06-15 16:58:39 +02:00 |
Felix Schulze
|
cdad0bfd48
|
Update README.md
|
2015-06-15 16:42:02 +02:00 |
Felix Schulze
|
4a9c5b62f6
|
Merge pull request #50 from RxCAI/master
OpenSSL 1.0.2c
|
2015-06-15 16:41:07 +02:00 |
RxCAI
|
38a974ba8f
|
OpenSSL 1.0.2c
|
2015-06-15 16:17:43 +02:00 |
Felix Schulze
|
61a39559f8
|
Merge pull request #49 from mpfluger/master
OpenSSL 1.0.2b
|
2015-06-11 18:04:31 +02:00 |