1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 05:58:43 +02:00

use python-m2crypto for actually secure SSL

This commit is contained in:
Ludwig Nussel
2009-10-02 11:25:59 +00:00
parent eab1349dff
commit f8545f8dcf
4 changed files with 98 additions and 5 deletions

5
NEWS
View File

@@ -1,5 +1,8 @@
0.123
- IMPORTANT: ssl certificate checks are actually performed now to
prevent man-in-the-middle-attacks. python-m2crypto is needed to
make this work. Certificate checks can be turned off per server
via 'sslcertck = 0' in .oscrc.
- 'osc list' option -D now only limits non-'new' requests. In state 'new' all are shown.
- suggest 'osc list' --bugowner option. Not implemented.
- implemented 'osc ls .' to take proj/pack name from current directory.