.. |
aes.c
|
bzero is nonstandard. Replace with memset_s.
|
2017-09-24 13:14:16 -04:00 |
aes.h
|
AES needs to be CBC, not CTR.
|
2017-09-23 20:14:53 -04:00 |
base64.c
|
Some type fixes.
|
2017-08-10 21:29:59 -04:00 |
base64.h
|
Fix some build warnings.
|
2017-08-06 18:56:37 -04:00 |
mpw-algorithm_v0.c
|
AES-CBC needs PKCS#7 padding.
|
2017-09-24 13:06:19 -04:00 |
mpw-algorithm_v1.c
|
Copy TOTP counter support to v2 override.
|
2017-08-30 09:54:16 -04:00 |
mpw-algorithm_v2.c
|
Copy TOTP counter support to v2 override.
|
2017-08-30 09:54:16 -04:00 |
mpw-algorithm_v3.c
|
Copy TOTP counter support to v2 override.
|
2017-08-30 09:54:16 -04:00 |
mpw-algorithm.c
|
Clean up aes state, default to 512 key size, improve log output.
|
2017-09-24 12:00:38 -04:00 |
mpw-algorithm.h
|
Slight clean-up of types, includes and warnings.
|
2017-08-30 09:39:35 -04:00 |
mpw-marshal-util.c
|
Clean up aes state, default to 512 key size, improve log output.
|
2017-09-24 12:00:38 -04:00 |
mpw-marshal-util.h
|
Finish rename Marshall -> Marshal.
|
2017-09-22 15:20:14 -04:00 |
mpw-marshal.c
|
Finish rename Marshall -> Marshal.
|
2017-09-22 15:20:14 -04:00 |
mpw-marshal.h
|
Finish rename Marshall -> Marshal.
|
2017-09-22 15:20:14 -04:00 |
mpw-types.c
|
Update Java to match C's internal changes.
|
2017-09-19 13:45:51 -04:00 |
mpw-types.h
|
Declare __unused if not declared by compiler.
|
2017-08-30 13:27:59 -04:00 |
mpw-util.c
|
bzero is nonstandard. Replace with memset_s.
|
2017-09-24 13:14:16 -04:00 |
mpw-util.h
|
AES-CBC needs PKCS#7 padding.
|
2017-09-24 13:06:19 -04:00 |