Hi,

On Fri, Mar 18, 2016 at 03:18:30PM +0100, Linus Nordberg wrote:
> That's correct. Let's call it preparation for future verification of
> SCT's and STH's. :D  (In reality, I forgot adding info about that and
> now I've decided to wait until someone asks for it.)

ah, ok.
 
> Should've rejected it ("blob" is magic and required). What did curl tell
> you? I bet it was 4xx rather than 200.

curl spews lots of base encoded output at me, as well as "add-blob:
missing input: blob"
 
> Sorry for using sloppy language. You might want to put something
> hopefully unique in the _value_ of the name/value pair with the name
> "blob".

so I tried 

printf "{\"blob=test-h01ger\": \"$(cat /etc/motd | base64)\"}" | curl -A
"" -x socks4a://127.0.0.1:9050/ --data @-
http://mvkhztpvqcxpdbn3.onion/open/gaol/v1/add-blob

and 

printf "{\"blob/test-h01ger\": \"$(cat /etc/motd | base64)\"}" | curl -A
"" -x socks4a://127.0.0.1:9050/ --data @-
http://mvkhztpvqcxpdbn3.onion/open/gaol/v1/add-blob

but both didnt work and failed as before. What did work though was 

printf "{\"blob\": \"$(cat /etc/motd | base64)\"}" | curl -A "" -x
socks4a://127.0.0.1:9050/ --data @-
http://mvkhztpvqcxpdbn3.onion/open/gaol/v1/add-blob

but that doesnt have the unique identifier…(?)


-- 
cheers,
        Holger

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to