| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize type fields to supress purify uninitialized reference warnings. | relyea%netscape.com | 2002-06-28 | 2 | -0/+3 |
* | Copy the type value as well as the rest. | relyea%netscape.com | 2002-06-24 | 1 | -0/+1 |
* | Reserve OID (netscape_name_components 2) - see 605437 | thayes%netscape.com | 2002-06-04 | 1 | -0/+2 |
* | Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patch | wtc%netscape.com | 2002-05-18 | 1 | -0/+2 |
* | Add new error code for trying to all previously deleted modules which have no... | relyea%netscape.com | 2002-05-10 | 1 | -1/+2 |
* | Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc. | wtc%netscape.com | 2002-05-01 | 2 | -4/+17 |
* | Reserved Netscape extension (NETSCAPE 1 18) | thayes%netscape.com | 2002-04-23 | 1 | -1/+4 |
* | Make libutil build for WinCE. | nelsonb%netscape.com | 2002-04-04 | 4 | -5/+23 |
* | Warning reduction. substitute (uchar) cast for ANDing with 0xff. | nelsonb%netscape.com | 2002-04-04 | 1 | -4/+4 |
* | Fix 130522: ASN.1 decoder asserts with corrupt input. | nicolson%netscape.com | 2002-03-26 | 1 | -8/+38 |
* | Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR's | wtc%netscape.com | 2002-03-15 | 2 | -21/+1 |
* | Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed by | wtc%netscape.com | 2002-02-22 | 2 | -2/+8 |
* | bug 125359, by default the ASN.1 en/decoder should treat all numbers as signe... | ian.mcgreer%sun.com | 2002-02-21 | 4 | -16/+27 |
* | Change most coreconf and NSS makefiles to use OS_TARGET (which can | nelsonb%netscape.com | 2002-02-15 | 1 | -4/+4 |
* | bug 124446, thread safety issues with static oid hashtable. | ian.mcgreer%sun.com | 2002-02-11 | 1 | -3/+3 |
* | Fix for 122907 - patch to disable arena free lists with environment variable | jpierre%netscape.com | 2002-02-05 | 1 | -2/+4 |
* | Don't leak memory in the arena pool | relyea%netscape.com | 2002-01-29 | 1 | -2/+4 |
* | last change to INTEGER encoding, strip extraneous leading zeros from integer ... | ian.mcgreer%sun.com | 2002-01-22 | 1 | -12/+46 |
* | fix for bug 115360, ASN.1 encoder/decoder should handle conversion of unsigne... | ian.mcgreer%sun.com | 2002-01-14 | 2 | -2/+43 |
* | Fix dual key generation crash. | relyea%netscape.com | 2002-01-11 | 1 | -2/+5 |
* | Clean up compilier warnings on Solaris and Linux, most particularly: | relyea%netscape.com | 2001-12-07 | 1 | -2/+0 |
* | Fix for bug 95458 - ASN1 decoder crashes when fed incorrect data | jpierre%netscape.com | 2001-11-29 | 1 | -2/+2 |
* | changes for PSM to compile against NSS shared libraries. | relyea%netscape.com | 2001-11-21 | 2 | -1/+7 |
* | NSS 3.4 integration changes. | relyea%netscape.com | 2001-11-19 | 1 | -0/+1 |
* | Now that the implementations of all the RNG_ functions have been moved | nelsonb%netscape.com | 2001-11-15 | 3 | -128/+0 |
* | Use data from /dev/urandom to initialize PRNG, when possible. | nelsonb%netscape.com | 2001-11-15 | 1 | -1/+1 |
* | Fixes to make pkcs12 work correctly: | relyea%netscape.com | 2001-11-08 | 1 | -11/+11 |
* | Land BOB_WORK_BRANCH unto the tip. | relyea%netscape.com | 2001-11-08 | 9 | -2077/+228 |
* | Removed the temporary #if 0. | wtc%netscape.com | 2001-11-06 | 1 | -2/+0 |
* | Bugzilla bug 108708: commented out the "netstat -ni" command for | wtc%netscape.com | 2001-11-06 | 1 | -0/+2 |
* | Attempt to move all the constant tables in secoid.c into the text segment | nelsonb%netscape.com | 2001-11-06 | 2 | -1051/+782 |
* | Build OID hash table using PL_Hash rather then the dbm hash code. | relyea%netscape.com | 2001-11-02 | 3 | -68/+107 |
* | Fix for decoding sequences. This was encountered when decoding the recipient ... | ddrinan%netscape.com | 2001-11-02 | 1 | -0/+4 |
* | Add a few new OIDs for AES and one old semi-bogus OID for DSA. 55048. | nelsonb%netscape.com | 2001-09-25 | 2 | -6/+60 |
* | Fix compiler warnings on HP, AIX, Linux, and Solaris. | relyea%netscape.com | 2001-09-20 | 3 | -9/+8 |
* | Fix a crash. An attempt to move a sensitive key longer than 48 bytes | nelsonb%netscape.com | 2001-09-06 | 1 | -1/+1 |
* | Memory leak fixes. | relyea%netscape.com | 2001-08-24 | 3 | -1/+33 |
* | Fix pk12util by modifying my previous patch. | javi%netscape.com | 2001-08-03 | 2 | -23/+44 |
* | This is a patch for Bug 80416. r=relyea | javi%netscape.com | 2001-08-01 | 1 | -9/+23 |
|\ |
|
| * | fixup commit for tag 'JSS_3_1_RTM'JSS_3_1_RTM | cvs2hg | 2001-07-31 | 58 | -20703/+0 |
|/ |
|
* | fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTM | cvs2hg | 2001-07-11 | 1 | -3/+38 |
* | Bugzilla bug #77199: Make NSS build under OS/2. Thanks to Javier | wtc%netscape.com | 2001-05-21 | 1 | -2/+2 |
* | Now setting error before new SECFailure returns (see 78577). | kirke%netscape.com | 2001-05-09 | 1 | -3/+9 |
* | Fixes 78577 (second half) This gets the SECItem->data member NULL case. | kirke%netscape.com | 2001-05-08 | 1 | -0/+3 |
* | Fixes 78577. Checking for NULL src arg. | kirke%netscape.com | 2001-05-08 | 1 | -0/+3 |
* | Bugzilla bug #78528: put the const ASN1 template declarations in certt.h, | wtc%netscape.com | 2001-05-02 | 2 | -4/+4 |
* | Bugzilla bug #78528: put the const ASN1 template declarations inside | wtc%netscape.com | 2001-05-02 | 1 | -1/+1 |
* | Merge changes from NSS_3_2_BRANCH. Fix backward compatibility issues. | nelsonb%netscape.com | 2001-04-06 | 1 | -4/+20 |
* | Eliminate the old global arena lock. Each ArenaPool now has its own lock. | nelsonb%netscape.com | 2001-03-23 | 1 | -223/+179 |
* | Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY, | wtc%netscape.com | 2001-02-02 | 1 | -1/+0 |