Maarten Billemont
|
9443d93500
|
Remove MPW_COLOR from core, safer decryption, more standard password input & curses dialog.
|
2017-09-25 18:34:12 -04:00 |
|
Maarten Billemont
|
877eba66be
|
strdup also isn't standard.
|
2017-09-25 10:51:14 -04:00 |
|
Maarten Billemont
|
3af8aba40c
|
Make source more standard C11 w/POSIX:2008 CLI.
|
2017-09-25 10:33:31 -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
|
d6a88583f5
|
AES needs to be CBC, not CTR.
|
2017-09-23 20:14:53 -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
|
6fa8ee53cd
|
Currently unused implementation of HOTP.
|
2017-08-30 09:40:51 -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
|
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
|
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
|
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
|
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 |
|
Maarten Billemont
|
c3bb896f40
|
Limit subkeys to 128-512 bit.
|
2017-08-10 12:45:25 -04:00 |
|
Maarten Billemont
|
4f7c28563d
|
passwordType -> resultType, add derived class and key type.
|
2017-08-10 12:30:42 -04:00 |
|
Maarten Billemont
|
18daef7808
|
Fix some build warnings.
|
2017-08-06 18:56:37 -04:00 |
|
Maarten Billemont
|
68d1ab58b7
|
De-duplicate algorithm implementations and improve trace output.
|
2017-08-06 11:40:10 -04:00 |
|
Maarten Billemont
|
2b660adf00
|
Fix a NUL termination issue with aes decryption & add standard trace debugging.
|
2017-08-05 23:42:47 -04:00 |
|
Maarten Billemont
|
23491faccc
|
Fix up and clean up base64 & aes code.
|
2017-08-05 21:52:00 -04:00 |
|
Maarten Billemont
|
9abacaf905
|
mpw_realloc solves some issues with the realloc API that can lead to leaks.
|
2017-08-05 19:04:42 -04:00 |
|
Maarten Billemont
|
322e056661
|
Implement algorithm support for hybrid personal passwords.
|
2017-08-05 17:33:45 -04:00 |
|
Maarten Billemont
|
d6415277d0
|
Wrap up error handling overhaul.
|
2017-08-04 09:36:03 -04:00 |
|
Maarten Billemont
|
434d70ebff
|
Improve error handling for marshalling.
|
2017-08-03 01:07:19 -04:00 |
|
Maarten Billemont
|
bb8829b66f
|
Fix mpw_push_buf regression.
|
2017-08-02 23:13:51 -04:00 |
|
Maarten Billemont
|
10f2c107c6
|
More improvements to error handling.
|
2017-08-02 14:26:41 -04:00 |
|
Maarten Billemont
|
9d5105a9e5
|
Rename identifiers to align better with their meaning (siteVariant -> keyPurpose, siteContext -> keyContext, siteType -> passwordType).
|
2017-08-01 13:45:54 -04:00 |
|
Maarten Billemont
|
3c5cb1673a
|
Split the API into the three distinct phases of the mpw algorithm.
|
2017-08-01 08:31:39 -04:00 |
|
Maarten Billemont
|
13107063df
|
Refactor marshall utilities out, some clean-up, and prepare iOS/macOS project for libjson-c
|
2017-07-28 09:50:26 -04:00 |
|
Maarten Billemont
|
04ab276d93
|
Memory fixes to JSON export.
|
2017-07-23 00:48:38 -04:00 |
|
Maarten Billemont
|
560cb1a266
|
WIP performing marshalling of sites in C.
|
2017-07-15 21:13:49 -04:00 |
|
Maarten Billemont
|
e3fffc1923
|
Migrate from Tarsnap's scrypt to libsodium.
|
2017-04-10 11:43:55 -04:00 |
|
Maarten Billemont
|
9bf50569cc
|
Fix some remaining references to libscrypt.
|
2017-04-09 08:32:34 -04:00 |
|
Maarten Billemont
|
385f347b33
|
We don't need libscrypt when linking against sodium.
|
2017-04-08 16:20:58 -04:00 |
|
Maarten Billemont
|
4058d33202
|
Support for dynamically linking libscrypt & libsodium as alternative to statically linking Tarsnap's scrypt.
|
2017-04-08 14:25:54 -04:00 |
|
Maarten Billemont
|
a363a8a715
|
GPLv3 headers on C and ObjC code.
|
2017-04-05 16:56:22 -04:00 |
|
Maarten Billemont
|
c6b285a9c0
|
Re-organize the project into a better hierarchy.
|
2017-03-06 13:40:39 -05:00 |
|