summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'unlabeled-1.85.2'cvs2hg2002-07-021-930/+0
* Fix the RSA key check to correctly accept keys with p < q.relyea%netscape.com2002-05-021-0/+3
* Bugzilla bug 119376: fixed the uninitialized variable 'rv' inwtc%netscape.com2002-02-071-1/+1
* merge in 3.3 branch changes to tipian.mcgreer%sun.com2001-12-101-128/+49
* Add code to 'shutdown' freebl (clean up the blinding cache in rsa).relyea%netscape.com2001-11-301-0/+37
* merge 3.3 branch checkin; rsa double check and key consistency functions (see...ian.mcgreer%sun.com2001-11-141-14/+289
* Fix compiler warnings on AIX, Linux, HP, and Solaris.relyea%netscape.com2001-09-201-1/+1
* Fix bug 75770: RSA_NewKey returns an incomplete key. Reviewed by mcgreernicolson%netscape.com2001-04-121-0/+1
* bug 67100, memory leaks in rsa.c and pqg.c fixed.mcgreer%netscape.com2001-01-311-16/+17
* bug 64706mcgreer%netscape.com2001-01-121-24/+54
* widespread changes to reduce compiler warnings. liberal application of const.mcgreer%netscape.com2001-01-051-3/+3
* Reduce warnings by adding missing #includes to eliminate calls tonelsonb%netscape.com2001-01-041-0/+1
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-031-7/+7
* checkin of blinding implementationmcgreer%netscape.com2000-11-171-52/+286
* Changes to RSA keygen:mcgreer%netscape.com2000-10-311-9/+14
* fix 3.1 bugs: change && to || for arg check, two new functions are staticmcgreer%netscape.com2000-10-021-3/+3
* fixes based on review by nelsonb:mcgreer%netscape.com2000-09-291-61/+93
* revert changes to DH param gen. MPI does compute q=2p+1 for strong primes, b...mcgreer%netscape.com2000-09-221-7/+4
* don't set modulus octets until good primes are generated.mcgreer%netscape.com2000-09-191-1/+1
* don't set prime data until good primes are generated.mcgreer%netscape.com2000-09-191-2/+2
* fix incorrect buffer zeromcgreer%netscape.com2000-09-131-4/+0
* leading zero problems fixed; thanks to nelsonb for pointing out that I needed...mcgreer%netscape.com2000-09-121-4/+4
* Changed the PR_GetError() call to PORT_GetError() because we usewtc%netscape.com2000-09-111-4/+2
* fix bugs where some nss code expects leading 0's (once used for signs). allo...mcgreer%netscape.com2000-09-081-4/+15
* make compare_key do something (even if it will go away soon)mcgreer%netscape.com2000-09-071-4/+14
* first draft of rsa CRT decryptionmcgreer%netscape.com2000-09-071-1/+71
* separate keygen from primegen, to facilitate testing (by using the self-test ...mcgreer%netscape.com2000-09-071-63/+118
* fix bad change made in keygenmcgreer%netscape.com2000-09-071-16/+16
* call extended euclidean algorithm directly instead of using mp_invmodmcgreer%netscape.com2000-09-071-12/+7
* first draft of rsa public key op (tested against blapi self-test)mcgreer%netscape.com2000-09-061-3/+55
* first draft of rsa keygenmcgreer%netscape.com2000-09-061-2/+121
* *added pqg code based on fips 186-1mcgreer%netscape.com2000-09-061-0/+87