diff options
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: |