Search found 1731 matches

by biolizard89
Sat Jun 29, 2013 5:19 am
Forum: Official Namecoin softwares
Topic: [ANN] NamecoinControl - Manage namecoin services
Replies: 35
Views: 34746

Re: [ANN] NMControl - Manage namecoin services

Nice work khal, I'll try it out when I have a few minutes of downtime. I'll also see if I can get Convergence to work with the new API calls.
by biolizard89
Sat Jun 29, 2013 12:23 am
Forum: Project direction
Topic: "Enforce HTTPS" Field for Domains to Prevent SSL Stripping?
Replies: 14
Views: 10066

Re: "Enforce HTTPS" Field for Domains to Prevent SSL Strippi

phelix wrote:Is this obsolete now with the new TLS implementation or not?
It is not obsolete; even with the TLS implementation a user could forget to type "https" and be subject to an sslstrip attack. I think the proposal outlined in the original post should still be adopted.
by biolizard89
Wed Jun 26, 2013 5:02 pm
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

As khal stated, it is using a local namecoind; you are not trusting a third party.
by biolizard89
Sat Jun 22, 2013 8:00 pm
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

As far as I can tell, the setProxyTunnel method only applies to HTTPS traffic going through the Convergence proxy. I tried to get HTTP traffic to go through the proxy, but Convergence didn't allow it through (the Convergence proxy only supports HTTPS CONNECT, not HTTP GET). With my current code, HT...
by biolizard89
Sat Jun 22, 2013 8:26 am
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

As far as I can tell, the setProxyTunnel method only applies to HTTPS traffic going through the Convergence proxy. I tried to get HTTP traffic to go through the proxy, but Convergence didn't allow it through (the Convergence proxy only supports HTTPS CONNECT, not HTTP GET). With my current code, HTT...
by biolizard89
Fri Jun 21, 2013 10:38 am
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

biolizard89, would it need a lot of work to make the convergence plugin : - get ip from nmcontrol for a .bit name (imagine nmcontrol can give you the ip directly for a domain/sub-domain) - intercept http .bit requests too That way, dns requests for .bit are private and we are sure .bit requests go ...
by biolizard89
Mon Jun 17, 2013 10:59 pm
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

biolizard89, would it need a lot of work to make the convergence plugin : - get ip from nmcontrol for a .bit name (imagine nmcontrol can give you the ip directly for a domain/sub-domain) - intercept http .bit requests too That way, dns requests for .bit are private and we are sure .bit requests go ...
by biolizard89
Fri Jun 14, 2013 8:20 pm
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

phelix wrote:Maybe the spec should be changed to hold the fingerprint in another format.

I can see the blockchain being filled up with colons : :: : : : : : : ;)


btw: bounty sent :)
Thanks, bounty received.
by biolizard89
Thu Jun 13, 2013 8:37 pm
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

phelix wrote:It just occurred to me I had not yet restarted nginx... it's working now.

Image

:mrgreen:


biolizard89, please pm me btc and nmc addresses and info on which domains you would like.

note: this is not a public domain
PM sent.
by biolizard89
Thu Jun 13, 2013 2:35 pm
Forum: General Discussion
Topic: [3 BTC Bounty] TLS Support for .bit Domains
Replies: 73
Views: 56880

Re: [3 BTC Bounty] TLS Support for .bit Domains

khal wrote:
biolizard89 wrote:Also, khal and I noticed that the fingerprint has to be uppercase in your Namecoin record.
I've submitted a patch to allow lowercase fingerprints too : https://github.com/khalahan/Convergence/commits/master
Cool, nice work.