summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO180_20070809_RELBRANCH'cvs2hg2007-01-1751-3236/+4126
* Weave patch: bug 298630 r=nelsonrelyea%netscape.com2005-11-224-5/+646
* Begin building mpcpucache.c. On Sun Studio platforms, build from twonelsonb%netscape.com2005-11-224-1/+1830
* fix for bug 316446 . -z defs option was included twice in linker line . r=nelsonjulien.pierre.bugs%sun.com2005-11-151-3/+3
|\
| * fixup commit for tag 'JSS_4_2_BETA1'JSS_4_2_BETA1cvs2hg2005-11-15220-100381/+0
|/
* Fix for bug 316219. Don't build an import library on OS/2. r=wtchangjulien.pierre.bugs%sun.com2005-11-141-2/+1
* Resolve symlinks when loader freebl shared libs, and limit iterations to 20. ...julien.pierre.bugs%sun.com2005-11-101-1/+63
* Bugzilla Bug 311432: renamed USE_FP_CODE as ECL_USE_FP. Do not setwtchang%redhat.com2005-11-081-15/+13
* Bugzilla bug 313196: include the minimal headers.wtchang%redhat.com2005-11-071-1/+3
* Bugzilla Bug 313196: checked in a header inclusion change that I missed inwtchang%redhat.com2005-11-071-2/+1
* Bugzilla Bug 313196: HMAC code should not use a fixed hash input block sizewtchang%redhat.com2005-11-073-15/+36
* Replaced the magic constant 20 by SHA1_LENGTH. Use sizeof(buffer) towtchang%redhat.com2005-11-051-4/+4
* Move ret_cr16.s from util to freebl. r=nelsonbjulien.pierre.bugs%sun.com2005-11-042-0/+55
* Bugzilla Bug 298512: Ensure the seed and seed key input for RNG do not havewtchang%redhat.com2005-11-041-6/+33
* Bugzilla Bug 302998: disallow x=0,1 and k=0. r=nelsonb.wtchang%redhat.com2005-10-121-3/+41
* Bugzilla Bug 304360: generate ECC key with private key value less than thewtchang%redhat.com2005-10-061-31/+73
* Bugzilla Bug 257693: set the correct error code in EC_ValidatePublicKey.wtchang%redhat.com2005-10-064-9/+35
* Bugzilla Bug 294106: removed an assertion that's no longer necessary.wtchang%redhat.com2005-09-301-2/+4
* Bugzilla Bug 294106: dsa.c: use const in the function prototype ofwtchang%redhat.com2005-09-292-127/+177
* Bugzilla Bug 298630 freebl needs a memory cache invariant RSA implementation.relyea%netscape.com2005-09-291-325/+338
* Bug 303508, committing attachment 196965. r=nelson,saulneil.williams%sun.com2005-09-231-14/+25
* Add version info to freebl shared libs for Windows and Unix. bub 303508.nelsonb%netscape.com2005-09-215-5/+167
* Replace "fast" and "slow" with fpu and int in loader.c. Also add anelsonb%netscape.com2005-09-211-20/+27
* Bugzilla bug 303508: a more elegant way to decide when we need to prefixwtchang%redhat.com2005-09-161-6/+6
* Bugzilla Bug 303508: removed the underscore from the name of the "single"wtchang%redhat.com2005-09-163-73/+28
* Removed an unnecessary -L linker flag. r=nelsonb,saul.edwards.wtchang%redhat.com2005-09-161-1/+0
* Bugzilla Bug 303508: code cleanup. r=nelsonb,jpierre.wtchang%redhat.com2005-09-161-15/+7
* Plug leaks in SSL bypass code. Add freeit argument to HMAC_Destroy function.nelsonb%netscape.com2005-09-145-11/+19
* Bug 303508: Add freebl shared libs that do 64-bit integer math. Bug 274984: ...saul.edwards%sun.com2005-09-079-262/+521
* Fix 306785 . Memory leaks in PQG_ParamGenSeedLen . r=nelsonjulien.pierre.bugs%sun.com2005-09-021-6/+7
* Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib exceptwtchang%redhat.com2005-09-021-2/+2
* Bugzilla Bug 257693: code cleanup. 1. Change "X9.63" to "X9.62". 2. Inwtchang%redhat.com2005-08-277-10/+15
* Bug 303507: Add comba for MPI's multiply and square routines.saul.edwards%sun.com2005-08-165-1/+17466
* Remove ^M from the tree version of mpcpucache.crelyea%netscape.com2005-08-151-760/+760
* Bug 285932: Faster SHA1 implementation for AMD64: sha-fast-amd64-sun.s issaul.edwards%sun.com2005-08-153-2/+2146
* Bugzilla Bug 302286: PQG_PBITS_TO_INDEX should reject p bits that arewtchang%redhat.com2005-08-131-1/+3
* Bugzilla Bug 257693: actually implemented EC_ValidatePublicKey and added awtchang%redhat.com2005-08-1210-3/+245
* A faster c implementation of SHA1 for most platforms. Bug 285932.nelsonb%netscape.com2005-08-113-164/+132
* Bugzilla Bug 303116: fixed an off-by-one error in the size of the NAFwtchang%redhat.com2005-08-101-1/+1
* Bugzilla Bug 303116: fixed an off-by-one error when duplicating a string.wtchang%redhat.com2005-08-101-2/+1
* Bugzilla Bug 303116: this file doesn't need to include <strings.h>, whichwtchang%redhat.com2005-08-101-9/+4
* Address review comments. Add test after PORT_Assert. Bug 303334.nelsonb%netscape.com2005-08-091-0/+4
* Make changes from review feedback. Bug 303316. r=wtchang.nelsonb%netscape.com2005-08-097-13/+13
* Add a new assembly language source file with multiplication code fornelsonb%netscape.com2005-08-062-0/+177
* Add a comment clarifying that this source file is for sparc v8plus CPUs.nelsonb%netscape.com2005-08-061-75/+73
* Move the TLS Pseudo Random Function (PRF) and the HMAC algorithm fromnelsonb%netscape.com2005-08-069-3/+720
* Add new functions for blapi symmetric ciphers and digest functions,nelsonb%netscape.com2005-08-0614-117/+529
* Faster SHA1 implementation. Further corrections expected. bug 285932.nelsonb%netscape.com2005-08-063-217/+377
* Bugzilla Bug 302262: Check for SECITEM_AllocItem failure inwtchang%redhat.com2005-08-011-0/+1
* Bugzilla Bug 302262: dsa.c should use the macros defined in secmpi.h.wtchang%redhat.com2005-08-011-65/+49