Maarten Billemont
|
98f1c776be
|
Fix some warnings.
|
2017-09-25 02:56:37 -04:00 |
|
Maarten Billemont
|
6b554c67ed
|
More standard memset_s
|
2017-09-25 02:53:34 -04:00 |
|
Maarten Billemont
|
fafe56166e
|
bzero is nonstandard. Replace with memset_s.
|
2017-09-24 13:14:16 -04:00 |
|
Maarten Billemont
|
0a024b2594
|
AES-CBC needs PKCS#7 padding.
|
2017-09-24 13:06:19 -04:00 |
|
Maarten Billemont
|
b4c2a393f1
|
Clean up aes state, default to 512 key size, improve log output.
|
2017-09-24 12:00:38 -04:00 |
|
Maarten Billemont
|
d6a88583f5
|
AES needs to be CBC, not CTR.
|
2017-09-23 20:14:53 -04:00 |
|
Maarten Billemont
|
1c17b84dcf
|
Some tweaks for Travis.
|
2017-09-23 19:24:06 -04:00 |
|
Maarten Billemont
|
cecaf1b5cc
|
Log fixes, test improvements and some refactoring.
|
2017-09-23 19:11:06 -04:00 |
|
Maarten Billemont
|
888338e107
|
Fix siteKey algorithm for siteState.
|
2017-09-23 19:09:19 -04:00 |
|
Maarten Billemont
|
0f72dffaf1
|
Updated keyID in test case.
|
2017-09-22 19:05:59 -04:00 |
|
Maarten Billemont
|
5d1be43b65
|
Deep Java refactoring to match the C API logic and clean up some OO oddities.
|
2017-09-22 19:03:50 -04:00 |
|
Maarten Billemont
|
34540f0844
|
Finish rename Marshall -> Marshal.
|
2017-09-22 15:20:14 -04:00 |
|
Maarten Billemont
|
6e2289994c
|
Fix gradle build with missing local.properties.
|
2017-09-21 10:32:38 -04:00 |
|
Maarten Billemont
|
05a9ba46d0
|
Marshal refactoring to prepare for new format.
|
2017-09-20 17:45:49 -04:00 |
|
Maarten Billemont
|
444d7e9b35
|
Source fix-ups: single l marshal, copyright, .travis.
|
2017-09-20 12:43:03 -04:00 |
|
Maarten Billemont
|
47164c7a92
|
Marshal has only one l.
|
2017-09-20 10:48:04 -04:00 |
|
Maarten Billemont
|
ad00ceb4ce
|
Harmonize C/Java code more, WIP crypt/derive in Java.
|
2017-09-19 14:52:43 -04:00 |
|
Maarten Billemont
|
35c0431cec
|
Update Java to match C's internal changes.
|
2017-09-19 13:45:51 -04:00 |
|
Maarten Billemont
|
e3a7ea57e0
|
Type key is K, subkey context is not bound by BYTES_MIN/MAX.
|
2017-09-14 23:03:39 -04:00 |
|
Maarten Billemont
|
1adb18a7e7
|
Fixed #206 - 'p' trigger for phrase was missing.
|
2017-09-10 14:03:56 -04:00 |
|
Maarten Billemont
|
30fdb54e94
|
Fix support for building without MPW_JSON enabled.
|
2017-09-06 00:32:57 -04:00 |
|
Maarten Billemont
|
568401a612
|
Extract cli utilities into mpw-cli-util to keep things cleaner.
|
2017-08-31 15:30:42 -04:00 |
|
Maarten Billemont
|
627144b583
|
Make MPW_JSON optional as documented.
|
2017-08-31 11:48:10 -04:00 |
|
Maarten Billemont
|
17de69834e
|
Declare __unused if not declared by compiler.
|
2017-08-30 13:27:59 -04:00 |
|
Maarten Billemont
|
ce60ba6c9f
|
External libs configuration no longer used.
|
2017-08-30 09:58:01 -04:00 |
|
Maarten Billemont
|
d22f93e564
|
Format code.
|
2017-08-30 09:57:15 -04:00 |
|
Maarten Billemont
|
6f4f6b8d1e
|
Copy TOTP counter support to v2 override.
|
2017-08-30 09:54:16 -04:00 |
|
Maarten Billemont
|
6fa8ee53cd
|
Currently unused implementation of HOTP.
|
2017-08-30 09:40:51 -04:00 |
|
Maarten Billemont
|
23af56c150
|
Slight clean-up of types, includes and warnings.
|
2017-08-30 09:39:35 -04:00 |
|
Maarten Billemont
|
40d2788ae0
|
Implement OTP counter feature for counter values of 0.
|
2017-08-30 09:35:55 -04:00 |
|
Maarten Billemont
|
21a3a28980
|
Copy args so we can re-use it.
|
2017-08-29 12:06:40 -04:00 |
|
Maarten Billemont
|
e364f5159b
|
Fix build warnings.
|
2017-08-28 23:48:24 -04:00 |
|
Maarten Billemont
|
7735d82c7b
|
Silence unused variable warnings for compiler check variables.
|
2017-08-28 19:25:51 -04:00 |
|
Maarten Billemont
|
724b357dd8
|
Create path for mpw.d sites files if it doesn't exist yet.
|
2017-08-28 17:58:57 -04:00 |
|
Maarten Billemont
|
a85efc5736
|
Remove all build-time external dependency fetching/building logic.
|
2017-08-27 11:17:45 -04:00 |
|
Maarten Billemont
|
77b4ed2cfd
|
Remove dependency on asprintf.
|
2017-08-27 09:25:53 -04:00 |
|
Maarten Billemont
|
011416690a
|
Some warning cleanup.
|
2017-08-27 09:04:18 -04:00 |
|
Maarten Billemont
|
53eb5c8a73
|
Refactoring and fix up mpw_color.
|
2017-08-27 08:53:58 -04:00 |
|
Maarten Billemont
|
2f99855cd4
|
Remove non-standard host-endian functions.
|
2017-08-27 07:46:34 -04:00 |
|
Maarten Billemont
|
18eaeec1de
|
Fix some rewrite bugs.
|
2017-08-23 00:53:14 -04:00 |
|
Maarten Billemont
|
5ee700c9b9
|
Small fix.
|
2017-08-23 00:05:50 -04:00 |
|
Maarten Billemont
|
a8949ca07e
|
NULL out free'ed references.
|
2017-08-23 00:01:23 -04:00 |
|
Maarten Billemont
|
0a42579d9e
|
Improved free'ing on error conditions.
|
2017-08-22 18:38:36 -04:00 |
|
Maarten Billemont
|
f2f8747126
|
Support for persisting login/question type & stateful types, null checking, cleanup and rewrite of CLI state.
|
2017-08-22 18:18:24 -04:00 |
|
Maarten Billemont
|
e451308fdc
|
Refactoring regression, use right algorithm version for siteKey.
|
2017-08-13 11:35:15 -04:00 |
|
Maarten Billemont
|
d7193f7753
|
Adapt macOS for new APIs.
|
2017-08-12 22:26:48 -04:00 |
|
Maarten Billemont
|
f5c7d11f0e
|
Add marshalling metadata lookup & adapt iOS for new APIs.
|
2017-08-12 21:57:47 -04:00 |
|
Maarten Billemont
|
c0ba96daa2
|
Update Darwin platform project with solid support for linking libsodium & libjson-c
|
2017-08-11 01:42:03 -04:00 |
|
Maarten Billemont
|
b374d9e04a
|
Some type fixes.
|
2017-08-10 21:29:59 -04:00 |
|
Maarten Billemont
|
2033ebdc72
|
Documentation improvements.
|
2017-08-10 12:48:04 -04:00 |
|