Hans-Christoph Steiner

Results 84 issues of Hans-Christoph Steiner

The stretch-slim base image removes the man pages, docs, locales, etc. Some package install processes will fail if the dirs are not present, like /usr/share/man/man1. This includes `default-jdk-headless`, which someone...

### Describe what you wanted to do Inspect these APKs: https://github.com/googlesamples/android-testdpc/releases/download/6.0.0-preview/TestDPC_6000.apk https://github.com/googlesamples/android-testdpc/releases/download/5.0.0-preview/TestDPC_5000.apk https://github.com/googlesamples/android-testdpc/releases/download/v3.0.2/TestDPC_N_3002.apk https://github.com/googlesamples/android-testdpc/releases/download/v3.0.3/TestDPC_N_3003.apk https://github.com/googlesamples/android-testdpc/releases/download/5.0.1-preview/TestDPC_5001.apk ### Describe what you expected This should work: ```python from androguard.core.apk import APK apk =...

Nice to have

Microsoft signs their APKs with a X.509 certificate chain of trust, so there are actually three certificates included. apksigner only cares about the certificate that actually signs the manifest and...

It is possible to use the keys in a NitroKey HSM with GnuPG as PGP keys. Most of this configuration is in GnuPG itself, but the card also needs some...

The whole setup of DKEK Shares is currenty pretty convoluted. @bubu recently wrote native Python support for doing it, based on the CardContact Javascript/etc code. https://git.bubu1.eu/Bubu/nitrokeywrapper This could be included...

I'm working through auditing the ECH code now, and will post findings as put them together. One quick thing is that there are many lines with trailing spaces, which might...

The setup.py file does not include the test script. That is the standard interface for running the tests, and means that things that wrap setup.py will automatically run the tests....

Running the tests from the source tarball fails with this: ``` File "python-pgpdump/pgpdump/test.py", line 435, in test_parse_partial_length rawdata = self.load_data('partial_length.gpg') File "python-pgpdump/pgpdump/test.py", line 102, in load_data self.assertTrue(os.path.exists(full_path)) ``` It probably...

ECH is the replacement for ESNI, which is no longer being developed in the IETF. Clouflar an others have started deploying ECH, so having this check would be great.

[Fastlane](https://github.com/fastlane/fastlane/blob/2.28.7/supply/README.md#images-and-screenshots) and Triple-T are two tools for syncing app store texts/graphics/screenshots/etc from a git repo to Google Play. Both of them are also [directly supported](https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/) by F-Droid. Weblate just launched...