Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-16 | Fix server initscript location (#6557). | drebs | |
2014-12-03 | Use SSL negotiation. | Kali Kaneko | |
Although the API can be misleading, PROTOCOL_SSLv23 selects the highest protocol version that both the client and server support. Despite the name, this option can select “TLS” protocols as well as “SSL”. In this way, we can use TLSv1.2 (PROTOCOL_TLSv1 will *only* give us TLS v1.0) In the client side, we try to disable SSLv2 and SSLv3 options explicitely. The python version in wheezy does not offer PROTOCOL_TLSv1_2 nor OP_NO_SSLv2 or OP_NO_SSLv3 (It's new in 2.7.9) | |||
2014-11-28 | Enclose server initscript variables in curly brackets. | drebs | |
2014-11-28 | Run daemon as user soledad (#6436). | drebs | |
2014-11-28 | Enforce TLSv1 in soledad server (#6437). | drebs | |
2013-08-29 | Use soledad.server namespace in init script | Tomás Touceda | |
2013-08-21 | Split soledad into common, client and server. | drebs | |