summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl
Commit message (Expand)AuthorAgeFilesLines
* Workaround a c preprocessor bug on a certain 64-bit platform. Bug 178314.nelsonb%netscape.com2002-11-051-0/+57
* Add some processor and compiler dependent optimizations to SHA1.nelsonb%netscape.com2002-11-021-1/+28
* Add SHA256 SHA512 and SHA384 hashes to freebl.nelsonb%netscape.com2002-11-027-1/+1575
* Add targets for HPUX Itanium family processors.nelsonb%netscape.com2002-09-271-4/+29
* Bug 170379: fix the stack overflow crash by not allocating the 32K "sieve"wtc%netscape.com2002-09-261-2/+4
* Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.wtc%netscape.com2002-09-181-1/+1
* Bug 168722: fix compiler warnings.wtc%netscape.com2002-09-172-8/+8
* Undo check-in that broke QAjpierre%netscape.com2002-09-162-7/+7
* Fix compiler warningsjpierre%netscape.com2002-09-142-7/+7
* Backed out the previous checkin, which broke 64-bit platforms.wtc%netscape.com2002-09-092-7/+7
* fix compiler warningsian.mcgreer%sun.com2002-09-082-7/+7
* Roll back checkin to fix QA testsjpierre%netscape.com2002-09-071-11/+8
* Fix compiler warningsjpierre%netscape.com2002-09-071-8/+11
* Fix compiler warningsjpierre%netscape.com2002-09-072-9/+13
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-1/+1
* make dsa_SignDigest static (mentioned in bug 166722)ian.mcgreer%sun.com2002-09-051-1/+1
* Fix for 153245jpierre%netscape.com2002-07-171-1/+2
* Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patchwtc%netscape.com2002-05-183-1/+18
* Fix the RSA key check to correctly accept keys with p < q.relyea%netscape.com2002-05-021-0/+3
* Tempararily back out random change so that we don't actually read *every* fil...relyea%netscape.com2002-04-051-1/+1
* WinCE mods (2nd try). Use NSPR for file system I/O on WinCE.nelsonb%netscape.com2002-04-051-14/+144
* Back out win_rand changes. The changes used NSPR for file I/O insteadnelsonb%netscape.com2002-04-041-111/+25
* Get freebl and mpi to build for WinCE. Use NSPR for I/O in sysrand.nelsonb%netscape.com2002-04-044-34/+133
* Fix (er, improve) Makefile dependencies for sysrand.{o,obj}nelsonb%netscape.com2002-04-041-0/+1
* Bugzilla bug 133668: use PR_MIN instead of MIN, which is no longer definedwtc%netscape.com2002-03-271-2/+2
|\
| * fixup commit for tag 'XPC_IDISP_20020417_BASE'XPC_IDISP_20020417_BASEcvs2hg2002-03-27155-59783/+0
|/
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-222-1/+45
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-152-11/+13
* Bugzilla bug 112198: Port NSS to Mac OS X (Darwin). The patch iswtc%netscape.com2002-02-101-1/+10
* removed compiler workshop 5 marker bug# 124256 r=nelsonbsonja.mirtitsch%sun.com2002-02-085-47/+0
* Bugzilla bug 119376: fixed the uninitialized variable 'rv' inwtc%netscape.com2002-02-071-1/+1
* Bugzilla bug 100447: on BSD/OS 4.2 and 4.3, we have problem callingwtc%netscape.com2002-01-271-16/+32
* Bugzilla bug 111206: make the Solaris version test flexible so that wewtc%netscape.com2002-01-261-10/+1
* Don't allocate sieve from stack on machines with very-limited stacks.nelsonb%netscape.com2001-12-181-2/+2
* Fix for 105764 - compiler warningsjpierre%netscape.com2001-12-121-2/+2
* merge in 3.3 branch changes to tipian.mcgreer%sun.com2001-12-101-128/+49
* Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch waswtc%netscape.com2001-12-041-1/+1
* Fix Solaris and HP build failures.relyea%netscape.com2001-12-031-1/+1
* Add code to 'shutdown' freebl (clean up the blinding cache in rsa).relyea%netscape.com2001-11-306-2/+104
* Add one more missing declaration of environ;nelsonb%netscape.com2001-11-151-0/+1
* Go back to declaring "extern char ** environ".nelsonb%netscape.com2001-11-151-7/+2
* Now that the implementations of all the RNG_ functions have been movednelsonb%netscape.com2001-11-152-0/+83
* Use data from /dev/urandom to initialize PRNG, when possible.nelsonb%netscape.com2001-11-1511-32/+54
* merge 3.3 branch checkin; rsa double check and key consistency functions (see...ian.mcgreer%sun.com2001-11-142-14/+302
* HP ans Solaris are still down...relyea%netscape.com2001-11-081-1/+1
* OK, try this again. FreeBL needs Get_Noise in the freebl .so on solaris, sorelyea%netscape.com2001-11-086-0/+1997
* Bugzilla bug 103933: loader.c should not be compiled with -xchip=ultra2.wtc%netscape.com2001-11-011-1/+1
* patch to fix behavior on AIX's optimizing compiler. Shoul also improve perfo...ian.mcgreer%sun.com2001-10-301-102/+108
* Fix NT comment in OS/2 Makefilejpierre%netscape.com2001-10-171-1/+1
* Fix for 104740 - build bignum library on OS/2 with mpi_x86 assembly code . re...jpierre%netscape.com2001-10-175-8/+308