Re: How to integrate an asymmetric cryptographic algorithm in nss

2016-02-22 Thread Richard Barnes
Hi there, The steps you will need to go through are roughly the following: * Implement the algorithm itself in freebl * Write some plumbing to expose the algorithm through the PKCS#11 interface You can see how this was done for RSA-PSS in these bugs: https://bugzilla.mozilla.org/show_bug.cgi?id

How to integrate an asymmetric cryptographic algorithm in nss

2016-02-22 Thread brahamc . djalila
Hello, We are working on a university project, and we encounter a problem, is that we try to integrate an asymmetric cryptographic algorithm in nss, it is a post quantum algorithm, and we fail to do it, or rather have not been able to do. I want to know is that it's possible that you bring us y