[dev-tech-crypto] python-nss future

2021-10-07 Thread Marcin Cieslak
Hello, It seems that no-one is currently maintaining python-nss project. I have prepared some early patches to make it build again and to fix some PKCS#12 issues[1] and I would like to know if there is a away to commit them to the python-nss Mercurial repository. I got in touch with John Dennis,

Re: [dev-tech-crypto] Cannot build NSS 3.12.8 and NSPR 4.8.6

2022-03-12 Thread Marcin Cieslak
On Sat, 12 Mar 2022, George Lee wrote: Would you by chance know any website that archives pre-built NSS/NSPR artifacts? Hi George, there is no such site, but I was directed once at the CI tool: https://treeherder.mozilla.org/jobs?repo=nss But I think it is highly unlikely something so old ca

Re: [dev-tech-crypto] SEC_ASN1_BIT_STRING's shift when using nsslowkey_RSAPublicKeyTemplate

2022-07-03 Thread Marcin Cieslak
On Sun, 3 Jul 2022, Andrew Cagney wrote: On Thu, 30 Jun 2022 at 17:07, Robert Relyea wrote: before making the second SEC_ASN1EncodeItem() call. I believe this is because that field is encoded using: { SEC_ASN1_BIT_STRING, offsetof(NSSLOWKEYSubjectPublicKeyInfo, subjectPublicKey)