Debian 9 Py

Mar. 5th, 2018 01:34 am
phd_ru: (pic#4106692)
[personal profile] phd_ru
Питоны тоже не так просто перекомпилировать — OpenSSL-то теперь сильно защищённый, протокол SSLv3 в нём запретили. Модуль _ssl.c приходится патчить:

+#ifndef OPENSSL_NO_SSL3
     else if (proto_version == PY_SSL_VERSION_SSL3)
         self->ctx = SSL_CTX_new(SSLv3_method()); /* Set up context */
+#endif

March 2026

S M T W T F S
1234567
891011121314
15161718192021
2223 2425262728
293031    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Apr. 23rd, 2026 11:17 pm
Powered by Dreamwidth Studios