chiark / gitweb /
Replace MD5withRSA with SHA1withRSA. Fixes #26.
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 25 Sep 2015 01:50:51 +0000 (18:50 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 25 Sep 2015 01:53:04 +0000 (18:53 -0700)
commitd88914b466363c57056bf1e9938b02dc8cfbbd8b
tree561b7a796637df6958dc2598b559debf8509bd9a
parent84573e4e5c2fdd274bd424dad1d3eaad9f3d1fb5
Replace MD5withRSA with SHA1withRSA. Fixes #26.

Looks to me like we were using SHA1withRSA all along. Tested that everything
still works with a test repo.

As Hans reports, SHA1withRSA has been the default on Android tools for a long
time and it's supported on all Android versions.
fdroidserver/publish.py
fdroidserver/signindex.py
fdroidserver/update.py