[freenet-dev] Minor nit bug

2002-10-29 Thread ha...@chaos.ao.net
And another: using fproxy to insert with a blank key attempts KSK@ (and collides) rather then creating a CHK@ key for you. Of the two, I think the latter is probably more sensible (gives you a key you can request with) rather then the former (you have to type CHK@ and re-insert) --Dan

[freenet-dev] Minor nit bug

2002-10-29 Thread Dan Merillat
If you create a node with a null store cipher, then configure a store cipher: Oct 29, 2002 4:09:46 PM (freenet.node.Main, main): loading node keys: node_3581 Oct 29, 2002 4:09:46 PM (freenet.node.Main, main): Unexpected Exception: java.lang.NullPointerException java.lang.NullPointerException

[freenet-dev] Minor nit bug

2002-10-29 Thread Dan Merillat
If you create a node with a null store cipher, then configure a store cipher: Oct 29, 2002 4:09:46 PM (freenet.node.Main, main): loading node keys: node_3581 Oct 29, 2002 4:09:46 PM (freenet.node.Main, main): Unexpected Exception: java.lang.NullPointerException java.lang.NullPointerException

Re: [freenet-dev] Minor nit bug

2002-10-29 Thread harik
And another: using fproxy to insert with a blank key attempts KSK (and collides) rather then creating a CHK key for you. Of the two, I think the latter is probably more sensible (gives you a key you can request with) rather then the former (you have to type CHK and re-insert) --Dan