100 Commits
Author SHA1 Message Date
Sergey Abramchuk 9ce5e4c989 Merge branch 'master' into develop
* master:
  Create README.md
2017-10-05 15:46:02 +03:00
Sergey Abramchuk 31985c57f3 Add test for checking non tracking reachability 2017-10-05 15:45:54 +03:00
Sergey Abramchuk cb4490ad0d Return current reachability status using openvpn::Reachability class 2017-10-05 15:45:13 +03:00
Sergey Abramchuk ae3e8ee0c3 Fix typo 2017-10-05 13:19:36 +03:00
Sergey Abramchuk 70bfe52d13 Add Xcode 9/Swift 4 Compatibility Changes for macOS target 2017-09-23 12:47:28 +03:00
Sergey Abramchuk 9932456cda Fix variable names corrupted during incomplete conflict resolving 2017-09-23 12:28:54 +03:00
Sergey Abramchuk 98ee12d961 Use placeholder instead of declared value to suppress warning 2017-09-16 21:58:04 +03:00
Sergey Abramchuk 8e387bfb98 Merge branch 'feature/convert-certificates' into develop 2017-09-07 20:14:17 +03:00
Sergey Abramchuk d747d1f613 Update project configuration 2017-09-07 20:11:20 +03:00
Sergey Abramchuk 8af3fab41e Add test of parsing private key PEM and DER data 2017-09-07 20:11:05 +03:00
Sergey Abramchuk 3b9bba9e21 Update name of test certificate 2017-09-07 20:10:30 +03:00
Sergey Abramchuk cd1390fb46 Use malloc instead of calloc 2017-09-07 20:09:14 +03:00
Sergey Abramchuk edea44cd0a Increase buffer length 2017-09-07 20:08:54 +03:00
Sergey Abramchuk 5746b24e5f Fix incorrect password length and increase size of the buffers 2017-09-07 20:04:32 +03:00
Sergey Abramchuk b5b8834c75 Add private key and certificate for testing 2017-09-07 20:03:20 +03:00
Sergey Abramchuk ebb2157390 Implement writing private key DER and PEM data 2017-09-07 14:50:08 +03:00
Sergey Abramchuk 6b1b0c95eb Add missing semicolon 2017-09-07 14:36:12 +03:00
Sergey Abramchuk 8b390e969f Return type of the key 2017-09-07 14:35:33 +03:00
Sergey Abramchuk 69718e1e74 Add OpenVPNKeyType.h to the umbrella header 2017-09-07 14:31:48 +03:00
Sergey Abramchuk 1ddcad1487 Define available key types 2017-09-07 14:30:59 +03:00
Sergey Abramchuk 519b8f62e6 Add OpenVPNKeyType.h to the project 2017-09-07 14:30:43 +03:00
Sergey Abramchuk 8ead0babeb Return size of the key in bits 2017-09-07 14:26:05 +03:00
Sergey Abramchuk a346e0c51a Free allocated PEM buffer 2017-09-07 14:11:57 +03:00
Sergey Abramchuk 6d0b1d28b0 Implement parsing private key DER and PEM data 2017-09-07 14:07:42 +03:00
Sergey Abramchuk 9df7dee2df Add OpenVPNPrivateKey.h to the umbrella header 2017-09-07 13:56:46 +03:00
Sergey Abramchuk 388b8231d7 Set OpenVPNPrivateKey.h as public header 2017-09-07 13:56:22 +03:00
Sergey Abramchuk 6fcb0f6da3 Add OpenVPNPrivateKeyTests to the project 2017-09-07 13:49:58 +03:00
Sergey Abramchuk 682831ba87 Test converting PEM certificate data to DER and vice versa 2017-09-07 10:53:35 +03:00
Sergey Abramchuk 2e289ec88c Add OpenVPNPrivateKey files to the project 2017-09-07 10:52:22 +03:00
Sergey Abramchuk b3ecfa1680 Add boilerplate for OpenVPNPrivateKey implementation 2017-09-07 10:51:57 +03:00
Sergey Abramchuk e4d57245ad Remove null character 2017-09-07 10:35:57 +03:00
Sergey Abramchuk 066d6704f2 Use predefined result value for error reason 2017-09-07 10:35:02 +03:00
Sergey Abramchuk b714cf11a1 Implement writing certificate DER data 2017-09-07 10:21:10 +03:00
Sergey Abramchuk d5a96bf764 Modify localized descriptions 2017-09-06 23:31:25 +03:00
Sergey Abramchuk 7cbb69fed5 Implement writing certificate PEM data 2017-09-06 23:29:06 +03:00
Sergey Abramchuk 18a41d88d1 Remove a condition from the deallocation 2017-09-06 23:05:15 +03:00
Sergey Abramchuk f22702d2f6 Remove unnecessary nullable keywords from method definitions 2017-09-06 23:02:22 +03:00
Sergey Abramchuk 6c729008d7 Test parsing PEM data with incorrect value 2017-09-06 22:59:31 +03:00
Sergey Abramchuk da4abe9ba1 Return error object if parsing finished with failure 2017-09-06 22:58:41 +03:00
Sergey Abramchuk 6c008afc59 Add NSError+Message category to the project 2017-09-06 22:58:00 +03:00
Sergey Abramchuk aa6eb81f97 Convert integer result to error reason 2017-09-06 22:57:35 +03:00
Sergey Abramchuk 1d10acb6cf Remove unnecessary nullable keywords from method definitions 2017-09-06 22:35:58 +03:00
Sergey Abramchuk 7cb7602feb Merge branch 'develop' into feature/convert-certificates
* develop:
  Change project name and header names
  Rename OpenVPNEvent to OpenVPNAdapterEvent
2017-09-06 22:34:49 +03:00
Sergey Abramchuk 9c5831fd9d Change project name and header names 2017-09-06 22:34:32 +03:00
Sergey Abramchuk f966977a95 Rename OpenVPNEvent to OpenVPNAdapterEvent 2017-09-06 22:31:20 +03:00
Sergey Abramchuk 7b4a4c0d8d Merge branch 'develop' into feature/convert-certificates
* develop:
  Rename connection queue
2017-09-06 22:23:52 +03:00
Sergey Abramchuk ef90868ac6 Rename connection queue 2017-09-06 22:23:41 +03:00
Sergey Abramchuk 513da9cad4 Add Utils group to the project 2017-09-06 22:21:04 +03:00
Sergey Abramchuk 3c2040aacd Add error domain for identities 2017-09-06 22:09:57 +03:00
Sergey Abramchuk 637a6729e9 Merge branch 'develop' into feature/convert-certificates
* develop:
  Rename OpenVPNError enum to OpenVPNAdapterError
2017-09-06 22:04:59 +03:00
Sergey Abramchuk 85d1276520 Rename OpenVPNError enum to OpenVPNAdapterError 2017-09-06 22:02:34 +03:00
Sergey Abramchuk 760a5c7b74 Add assign modifier to the crt property 2017-09-06 19:04:03 +03:00
Sergey Abramchuk 5f1343f7f2 Implement parsing certificate DER data 2017-09-06 18:18:36 +03:00
Sergey Abramchuk 062b07a957 Implement parsing certificate PEM data 2017-09-06 18:10:26 +03:00
Sergey Abramchuk 55524d4722 Add OpenVPNCertificate to the public headers 2017-09-06 18:09:44 +03:00
Sergey Abramchuk 002e6287f9 Add OpenVPNCertificate files and their tests to the project 2017-09-06 18:09:13 +03:00
Sergey Abramchuk 23beb936cf Declare OpenVPNCertificate class and its methods for parsing PEM and DER format 2017-09-06 18:07:16 +03:00
Sergey Abramchuk b86e4f57ab Rename test targets 2017-08-28 12:12:14 +03:00
Sergey Abramchuk 693f3ad956 Update project configuration 2017-08-22 09:55:07 +03:00
Sergey Abramchuk bd83611821 Update reachability test 2017-08-22 09:52:58 +03:00
Sergey Abramchuk eea832c876 Add callback argument to start tracking method and hide reachability status changed block 2017-08-22 09:52:43 +03:00
Sergey Abramchuk cf678a5f24 Remove contain error reason key and return reasons for all available errors 2017-07-21 14:54:29 +03:00
Sergey Abramchuk 385119f073 Provide even empty error message 2017-07-21 14:31:47 +03:00
Sergey Abramchuk eaee122fac Distinguish events and errors, and add additional info to the error dictionary 2017-07-21 14:27:29 +03:00
Sergey Abramchuk cfb220b118 Update project configuration 2017-07-18 21:19:48 +03:00
Sergey Abramchuk 93bef62d7f Update reachability test 2017-07-18 21:19:31 +03:00
Sergey Abramchuk e2283bf295 Start/stop tracking asynchronously 2017-07-18 21:19:07 +03:00
Sergey Abramchuk cfa7ec3666 Add isTracking property 2017-07-18 18:09:58 +03:00
Sergey Abramchuk bcfd4ef1d9 Perform start/stop tracking in the main queue 2017-07-18 18:06:27 +03:00
Sergey Abramchuk 3ef3239c08 Merge branch 'feature/reachability' into develop 2017-07-18 17:28:14 +03:00
Sergey Abramchuk 13f4e2305d Update project configuration 2017-07-18 17:27:49 +03:00
Sergey Abramchuk 1126b7f413 Add reachability test 2017-07-18 17:27:32 +03:00
Sergey Abramchuk 95d2ec6d17 Add explicit modifiers to the vpnClient property 2017-07-18 17:27:16 +03:00
Sergey Abramchuk c02376339a Implement internet reachability monitor 2017-07-18 17:26:39 +03:00
Sergey Abramchuk 6edc5e3fe2 Add missing public modifier 2017-07-18 17:25:45 +03:00
Sergey Abramchuk 79da4b7571 Update project configuration 2017-07-17 20:25:44 +03:00
Sergey Abramchuk 94397bdbce Add reachability status and class to the umbrella header 2017-07-17 20:25:27 +03:00
Sergey Abramchuk df6bee8862 Update header comments 2017-07-17 20:24:44 +03:00
Sergey Abramchuk d2d46640db Implement abstract tracker class 2017-07-17 20:22:03 +03:00
Sergey Abramchuk a9629cdf86 Declare properties and methods of reachability class 2017-07-17 20:17:29 +03:00
Sergey Abramchuk a773a7f8a0 Define reachability statuses 2017-07-17 20:16:28 +03:00
Sergey Abramchuk e745b43d52 Refactor TUN packets reading 2017-07-06 16:16:19 +03:00
Sergey Abramchuk 248585943e Fix broken reader of VPN traffic on iOS 2017-06-23 17:44:59 +03:00
Sergey Abramchuk 700c3aad70 Fix incorrect protocol versions for outgoing packets 2017-06-23 17:14:07 +03:00
Sergey Abramchuk 445545c57a Merge branch 'feature/incorrect-packet' into develop 2017-06-22 21:22:35 +03:00
Sergey Abramchuk 0714a6d0f6 Return protocol family depending on version 2017-06-22 21:19:19 +03:00
Sergey Abramchuk 6d2de5cb4e Fix incorrect macro 2017-06-22 20:55:34 +03:00
Sergey Abramchuk 76413feea7 Get protocol version from header if a target is macOS 2017-06-22 20:50:23 +03:00
Sergey Abramchuk b0756eae4c Don't add protocol prefix if a target other than iPhone 2017-06-22 20:02:52 +03:00
Sergey Abramchuk 545098ea0e Use openvpn helper to convert prefix length to subnet and call adapter delegate methods within main queue 2017-06-18 14:21:11 +03:00
Sergey Abramchuk 8fd29acf1c Update project configuration 2017-06-05 16:42:13 +03:00
Sergey Abramchuk f3c85a5d1b Use macros for export instead of keyword extern 2017-06-05 16:41:59 +03:00
Sergey Abramchuk d2ddcbbd5b Add dots to the event description 2017-06-02 14:50:24 +03:00
Sergey Abramchuk db8424c620 Provide error reason 2017-06-02 14:26:19 +03:00
Sergey Abramchuk f1d681c145 Put definition of error values into separate file 2017-06-02 14:24:00 +03:00
Sergey Abramchuk 203089f1fd Add new events 2017-06-02 14:11:34 +03:00
Sergey Abramchuk 812e9351ef Fix type in a method description 2017-06-01 10:59:38 +03:00
Sergey Abramchuk fcad409b63 Merge branch 'feature/update-dependencies' into develop 2017-05-31 13:24:43 +03:00
Sergey Abramchuk 3432d2828a Enable bitcode for framework 2017-05-27 17:44:04 +03:00
Sergey Abramchuk 1fbadb9e97 Update lz4 library to 1.7.5 and embed bitcode 2017-05-27 17:43:44 +03:00