[tor-talk] firefox about:config

2014-04-20 Thread shm...@riseup.net
what are the reasons for enabling RC4 ciphers in TBB (i've personally
never come across a secure site that fails to load in the absence of RC4)

why are the following not set ?

security.tls.version.min;1
security.tls.version.max;3
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] [liberationtech] Programming language for anonymity network

2014-04-20 Thread coderman
On Fri, Apr 18, 2014 at 8:25 PM, coderman  wrote:
> ... the criteria:...
>> 1) Familiarity: ...
>> 2) Maturity: ...
>> 3) Language security: ...
>> 4) Security of runtime / tool chain:..
>
>
> use modern C++ with testing discipline.


also relevant:
  https://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp/
 which gets kudos for also mentioning the benefits of modern C++ in
respect to unit tests.


to summarize the goals for your C++ implementation:
 - reads with clarity like a high level language
 - performs with efficiency like a low level language
 - tests with coverage across whole codebase regardless of language.


full disclosure: i am a completely not biased party in this
declaration of absolute truth.
 *cough*



best regards,
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk