Age | Commit message (Expand) | Author |
2013-07-02 | We can ignore any certificate. | Parménides GV |
2013-06-26 | The added provider is selected automatically. | Parménides GV |
2013-06-20 | Quite basic staring and stopping of VPN | Sean Leonard |
2013-06-20 | No binary library needed. | Parménides GV |
2013-06-20 | User messages are now in string.xml | Parménides GV |
2013-06-19 | First round of comments. | Parménides GV |
2013-06-13 | Bypasses self signed certificates. | Parménides GV |
2013-06-13 | bitmask json files are downloaded. | Parménides GV |
2013-06-11 | We are not using SD storage anymore. | Parménides GV |
2013-06-10 | Removed unused methods and variables. | Parménides GV |
2013-06-10 | OpenVPN certificate is downloaded from API_BASE, using api_uri field | Parménides GV |
2013-06-08 | Improve retrieving and saving SharedPreferences for different types (String, ... | Sean Leonard |
2013-06-04 | Fixed 2 important bugs. | Parménides GV |
2013-05-14 | Anon certificate is downloaded if possible. | Parménides GV |
2013-05-13 | A bit more clean. | Parménides GV |
2013-05-09 | Log in and Log out options are shown only if allow registration is true. | Parménides GV |
2013-05-08 | After loggin in successfully, the new client certificate is downloaded. | Parménides GV |
2013-05-01 | If the app is restarted with a custom provider selected, the client can | Parménides GV |
2013-04-29 | Changed the message shown when checking if the password is valid or not. | Parménides GV |
2013-04-29 | "Trust completely" checkbox saves that trust for the new provider | Parménides GV |
2013-04-29 | Added danger mode: we can bypass dev.bitmask.net hostname io exception. | Parménides GV |
2013-04-29 | Coded dialog (now there is a button in the Dashboard), time to test. | Parménides GV |
2013-04-29 | Coded logout method, and tested. | Parménides GV |
2013-04-29 | This commit contains: | Parménides GV |
2013-04-29 | Made SRP working with ProviderAPI methods more frequently than not in localho... | Parménides GV |
2013-04-16 | Fixed bug #2225 (https://leap.se/code/issues/2225) | Parménides GV |
2013-04-15 | Fixed bug 2231. | Parménides GV |
2013-04-15 | Added one "else if" that I missed during merge. | Parménides GV |
2013-04-15 | Merge branch 'wizard' into feature/wizard | Parménides GV |
2013-04-03 | Fixed bug #2146 => A calculation is now fine. Next step: fix M1 | Parménides GV |
2013-03-30 | Trial for srpforjava: it does not work since it implements SRP-6, and | Parménides GV |
2013-03-29 | Tried to implement SRP with JBoss: discarded because it needs RMI to get | Parménides GV |
2013-03-19 | Trying to find a jar from JBoss to use their SRP implementation. Imports | Parménides GV |
2013-03-18 | Refactored ProviderAPI code. | Parménides GV |
2013-03-18 | If ca.crt from new provider is not trusted, we can download it without | Parménides GV |
2013-03-14 | After downloading provider.json successfully, ConfigurationWizard now | Parménides GV |
2013-03-13 | ConfigurationWizard sets provider.json correctly for Dashboard once a | Parménides GV |
2013-03-12 | Error using CryptoUtil.calculatePasswordHash. | Parménides GV |
2013-03-12 | Gonna try jboss srp implementation, because if I implement myself one we | Parménides GV |
2013-03-07 | Changed POST by PUT in the sendM1 method. | Parménides GV |
2013-03-05 | Registering method from ProviderAPI implemented and tested. | Parménides GV |
2013-02-28 | Now, ProviderAPI sends result to ConfigurationWizard. | Parménides GV |
2013-02-27 | Added bouncycastle lib with libs folder. | Parménides GV |
2013-02-25 | Finished first implementation of SRP. | Parménides GV |
2013-02-21 | Started SRP authentication. Using NG_1024 with g = 2, and SHA256 digest. | Parménides GV |
2013-02-12 | New custom provider dialog effectively adds the new provider to the | parmegv |
2013-02-11 | Gets provider.json from custom url (assuming the file is at the root of | Parménides GV |
2013-02-05 | Clean up unused imports | Sean Leonard |
2013-02-05 | Simplified certificates and urls: only 1 certificate, and no :443 port | Parménides GV |
2013-02-04 | Secure HTTP working with certificates downloaded from api.bitmask.net | Parménides GV |