Subversion Status

ChangeLog

21:21 bdauvergne rev 4890 Binding python: fix freeing of list return values for methods with the transfer full flag The output 'print' were missing, oups :(
21:21 bdauvergne rev 4891 Core: when reloading a dump, use the signing private key password for loading the encryption private key We currently do not store the encryption private key, instead on reload of a dump, we try to use the signing private key as the encryption private key. But we forgot to use the stored private key password. That's now fixed. Next step would be to keep the encryption private key around also.
21:21 bdauvergne rev 4892 Test: add non regression test for reloading a server dump with encrypted keys