Igor Levicki

Results 70 comments of Igor Levicki

> Mozilla's (u)chardet would generate better results... Here is just one example where it wouldn't: [test.txt](https://github.com/zufuliu/notepad2/files/7755644/test.txt)

@ValZapod For me the instructions about copying files posted by @Dendraspis work for regular iTunes 64-bit 12.12.2.2 and latest qaac version. Both `msvcr100.dll` and `msvcp100.dll` don't seem to be necessary...

@t8m @mattcaswell What is the status of this issue? The minimum necessary would be the ability to add OID `2.16.840.1.113894.746875.1.1` ([ORACLE_TrustedKeyUsage](https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/a8077c10c384#l7.406) attribute) to the CA certificate imported into `PKCS12` file....

@grahamwoodward I am not very familiar with OpenSSL source code tree, but I would imagine that first step would be to add the OID to the file(s) where other known...

@grahamwoodward You need to create a PKCS12 file using either Java [keytool](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html) or [KeyStore Explorer](https://github.com/kaikramer/keystore-explorer) GUI tool. Furthermore, you need to import a trusted certificate, not a keypair into said...

I would also add that OpenSSL output is really confusing and poorly structured -- it is not clear if there is one certificate bag, or multiple bags, and if there...

@grahamwoodward I edited my original comment to add some (hopefully helpful) clarification. As for the second comment I posted, in retrospect it is easy to criticize. Great skill and knowledge...

@cghislai > Im not sure openssl should support vendor attributes. If bag attributes have a standard format defined by the RFC (say if they have to be formatted as OIDs...

I came here from another issue (linked above), and I believe I have something constructive to add to this discussion. > and securely clearing private keys (how to stop clever...

> meson is a fairly popular modern alternative to cmake. Maybe I am misunderstanding how meson is used, but the benefit of switching over to CMake would be to have...