43 lines
1.3 KiB
Plaintext
Executable File
43 lines
1.3 KiB
Plaintext
Executable File
===============================================================================
|
|
FWKNOP for Iphone
|
|
|
|
Max Kastanas <max2idea@users.sourceforge.net>
|
|
|
|
Based on fwknop C implementation by Damien Stuart
|
|
===============================================================================
|
|
|
|
1. Requirements:
|
|
|
|
a. MacOSX(10.5.8)
|
|
|
|
b. XCode ver 4.1.3
|
|
|
|
===============================================================================
|
|
2. Setup
|
|
|
|
a. Untar the tar.gz file:
|
|
tar -zxf Fwknop-0.9.tar.gz
|
|
|
|
b. Open project with XCode under folder ./iphone
|
|
|
|
f. The relevant fwknop iphone C code can be found under the
|
|
".../iphone/Classes" directory:
|
|
1. The "./iphone/Classes/libfwknop" directory should contain all of
|
|
the .c and .h files from the main fwknop/lib/ directory (the
|
|
libfko source files. You can copy all of the *.[ch] files from
|
|
.../fwknop.../lib manually, or use the "get_libfko_files.sh"
|
|
script.
|
|
|
|
2. Keep in mind file fko_common.b will replace the contents of file
|
|
fko_common.h. This is needed for additional preprocessor defines
|
|
for compilation MacOSX.
|
|
|
|
|
|
|
|
===============================================================================
|
|
Changelog
|
|
v0.9b Dec 16 2011
|
|
1) Rijndael client support
|
|
|
|
|