diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-09 22:59:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-09 22:59:38 (GMT) |
commit | 5ad85cf30b2355ca727904d1a0d25240283813b3 (patch) | |
tree | 1e1fdce3b7be4bf878161b4e9001686dd0d89ba3 /ChangeLog | |
parent | 865be356c53afc3bdeae21c640bf0c3d5433fc4b (diff) |
Signed and verified the MD5 hash of a given user name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +16-04-10 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/binary.h: + Update code. + + * src/analysis/db/client.c: + * src/analysis/db/client.h: + Provide a signed hash of the user name to the server. + + * src/analysis/db/keymgn.c: + * src/analysis/db/keymgn.h: + Load RSA keys. Sign and verify the MD5 hash of a given user name. + + * src/analysis/db/misc/rlestr.h: + Define get_rle_length(). + + * src/analysis/db/server.c: + * src/analysis/db/server.h: + Verify the signed hash of the user name provided by the client. + + * src/main.c: + Update code. + 16-04-09 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |