mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
nightly: support OpenSSL 3.0 with Paramiko
OpenSSL 3.0 changed the default output format from PKCS#1 to PKCS#8, which paramiko does not support. https://www.openssl.org/docs/man3.0/man1/openssl-rsa.html#traditional https://github.com/paramiko/paramiko/issues/1015
This commit is contained in:
parent
b987a4af5c
commit
d2ef0fee71
5 changed files with 109 additions and 4 deletions
|
|
@ -43,6 +43,7 @@ include locale/zh_Hant/LC_MESSAGES/fdroidserver.po
|
|||
include makebuildserver
|
||||
include README.md
|
||||
include tests/androguard_test.py
|
||||
include tests/aosp_testkey_debug.keystore
|
||||
include tests/bad-unicode-*.apk
|
||||
include tests/build.TestCase
|
||||
include tests/build-tools/17.0.0/aapt-output-com.moez.QKSMS_182.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue