summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'CW7_20011205_BRANCH'CW7_20011205_TAGCW7_20011204_TAGcvs2hg2001-11-3010-33/+270
* fixup commit for branch 'IFRAME_20011127_BRANCH'IFRAME_20011127_BASEcvs2hg2001-11-272-4/+4
* Use symbolic names for the maximum and mimimum Rijndael block sizes.nelsonb%netscape.com2001-06-202-30/+49
* Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. Thiswtc%netscape.com2001-06-181-5/+0
* Restored MPI_USERS as these files do depend on $(MPI_HDRS).wtc%netscape.com2001-06-021-0/+2
* It is more efficient to use := to when the value of the assignment iswtc%netscape.com2001-06-021-1/+1
* Deleted unused variables CPORLN and MPI_USERS.wtc%netscape.com2001-06-011-9/+1
* Bugzilla bug #82837: backed out the workaround as we are not affected bywtc%netscape.com2001-05-311-1/+1
* Bugzilla bug #82837: work around a Forte6 compiler optimization bug onwtc%netscape.com2001-05-301-1/+1
* Bugzilla bug #80809: use the correct assembler flags under gcc on IRIX.wtc%netscape.com2001-05-221-0/+4
* Bugzilla bug #77199: Make NSS build under OS/2. Thanks to Javierwtc%netscape.com2001-05-211-0/+3
* Restore explicit dependencies on headers and other sources.nelsonb%netscape.com2001-05-081-6/+10
* Add .asm to the vpath as well.relyea%netscape.com2001-05-011-0/+2
* Set vpath up so builds in readonly trees will work.relyea%netscape.com2001-04-301-59/+20
* MPI now uses assembler code for Solaris i86pc.nelsonb%netscape.com2001-04-271-6/+3
* A version of the Intel assembler code for Solaris i86pc's as assembler.nelsonb%netscape.com2001-04-271-0/+342
* Build freebl on Solaris x86 with either gcc or Forte'. Not yet usingnelsonb%netscape.com2001-04-271-0/+14
* Fix bug 75770: RSA_NewKey returns an incomplete key. Reviewed by mcgreernicolson%netscape.com2001-04-121-0/+1
* Build changes for Solaris and gcc. Get gcc to use the proper architectureNSS_3_2_BASEnelsonb%netscape.com2001-03-141-4/+8
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-131-0/+5
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-4/+1
* bug 67100, memory leaks in rsa.c and pqg.c fixed.mcgreer%netscape.com2001-01-312-16/+18
* Fix memory leak in mpp_make_prime. Bug 67094.nelsonb%netscape.com2001-01-311-0/+1
* handle leading zeroes in q bug (66558). suggested by nicolson; r=mcgreer,a=wtcmcgreer%netscape.com2001-01-291-0/+6
* Bugzilla bug #66286: link libnss3.so with -R '$ORIGIN' on Solaris so thatwtc%netscape.com2001-01-241-8/+154
* fixes for prime generatation:mcgreer%netscape.com2001-01-181-6/+7
* When searching for a prime, the number of Miller-Rabin tests to benelsonb%netscape.com2001-01-183-9/+27
* remove unspecified arg check (bug 65122)mcgreer%netscape.com2001-01-122-7/+16
* bug 64706mcgreer%netscape.com2001-01-121-24/+54
* Save and restore %ebx register in all functions. Fixes bug 64940.nelsonb%netscape.com2001-01-121-13/+23
* Changed HP assembler routine multacc512 in hpma512.s so that itnelsonb%netscape.com2001-01-082-6/+10
* Fix infinite loop by making "i" be signed again.nelsonb%netscape.com2001-01-081-3/+3
* Generation of prime numbers has been failing on HP since MPI began tonelsonb%netscape.com2001-01-081-4/+10
* reflect function declaration changes to loader module (const stuff)mcgreer%netscape.com2001-01-062-36/+37
* on hypbrid cpu models (except sparc), use long long instead of longmcgreer%netscape.com2001-01-061-2/+8
* fix broken build on bigendian platformsmcgreer%netscape.com2001-01-061-0/+1
* widespread changes to reduce compiler warnings. liberal application of const.mcgreer%netscape.com2001-01-0512-79/+82
* Reduce warnings by adding missing #includes to eliminate calls tonelsonb%netscape.com2001-01-042-0/+2
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-033-17/+17
* fix problem in decryptmcgreer%netscape.com2001-01-021-23/+23
* Don't build libfreebl_*_3.a . Just build the .so's.nelsonb%netscape.com2000-12-291-0/+5
* This file has been superseded by mpv_sparcv8.s and mpv_sparcv9.snelsonb%netscape.com2000-12-291-2690/+0
* Implement new mpi function mpi_read_variable_radix(). It's likenelsonb%netscape.com2000-12-293-2/+42
* Optimized version of these functions, contributed by Sun.nelsonb%netscape.com2000-12-292-3241/+3310
* Add missing release_md target. This will cause the new DSOs to benelsonb%netscape.com2000-12-281-0/+4
* Define NSS_USE_HYBRID in hybrid builds.nelsonb%netscape.com2000-12-281-0/+4
* Separate the floating point and integer implementations of modularnelsonb%netscape.com2000-12-281-233/+332
* Radical change to freebl "32-bit" builds on Solaris and HP-UX "32-bit".nelsonb%netscape.com2000-12-283-26/+154
* mapfile defines the public ABI for the new freebl DSOs.nelsonb%netscape.com2000-12-281-0/+39
* Verify vector version and length before relying on the DSO's vector.nelsonb%netscape.com2000-12-281-5/+14