- 268276F725EBBBF0EB0E11ADCD2516571ACB8958068B17040E1FB841A2EDD44878D73C932982D70C4192B70C43F2CC9EDF699380AA98FE15A968D81BFC911B14
+ A11EC7A815179C71A1C1B0239EE392930B811CFFC2D83328BC4D6D9D7182EB9D5D55F3C010ED9FB8A1A98B14E578407331FB6229B479386ABE16F6DFF21B98F1
smg_comms/manifest
(9 . 3)(9 . 4)
5 549785 smg_comms_io_rsa_tests_only diana_coman Small refactoring of tests extracting the reading of RSA key into package of its own so it can be used throughout tests and thus get rid of the too long lines in test_packing.adb.
6 550310 smg_comms_keymgm diana_coman Adds read/write for Keys Management messages (both Serpent and RSA). Refactors the read/write of Serpent Keys messages so that the same core is called by RSA/Serpent specific-methods, adding also read/write of keys from/to RSA messages.
7 551086 smg_comms_files diana_coman Adds read/write for File Transfer (4.3) and File Request (4.4). Refactors the rest to have read/write of 16 bits values in one single place (i.e. separate method called from everywhere else) because of how common it is + sensitive to endianness.
8 551832 smg_comms_actions_rsa diana_coman Adds read/write for RSA keys (5.1) and Client Action (4.5). Refactors to allow choice of padding and enable direct testing of private procedure in Messages.