summaryrefslogtreecommitdiff
path: root/security/nss/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-282-0/+3
* Copy the type value as well as the rest.relyea%netscape.com2002-06-241-0/+1
* Reserve OID (netscape_name_components 2) - see 605437thayes%netscape.com2002-06-041-0/+2
* Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patchwtc%netscape.com2002-05-181-0/+2
* Add new error code for trying to all previously deleted modules which have no...relyea%netscape.com2002-05-101-1/+2
* Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.wtc%netscape.com2002-05-012-4/+17
* Reserved Netscape extension (NETSCAPE 1 18)thayes%netscape.com2002-04-231-1/+4
* Make libutil build for WinCE.nelsonb%netscape.com2002-04-044-5/+23
* Warning reduction. substitute (uchar) cast for ANDing with 0xff.nelsonb%netscape.com2002-04-041-4/+4
* Fix 130522: ASN.1 decoder asserts with corrupt input.nicolson%netscape.com2002-03-261-8/+38
* Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR'swtc%netscape.com2002-03-152-21/+1
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-222-2/+8
* bug 125359, by default the ASN.1 en/decoder should treat all numbers as signe...ian.mcgreer%sun.com2002-02-214-16/+27
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-151-4/+4
* bug 124446, thread safety issues with static oid hashtable.ian.mcgreer%sun.com2002-02-111-3/+3
* Fix for 122907 - patch to disable arena free lists with environment variablejpierre%netscape.com2002-02-051-2/+4
* Don't leak memory in the arena poolrelyea%netscape.com2002-01-291-2/+4
* last change to INTEGER encoding, strip extraneous leading zeros from integer ...ian.mcgreer%sun.com2002-01-221-12/+46
* fix for bug 115360, ASN.1 encoder/decoder should handle conversion of unsigne...ian.mcgreer%sun.com2002-01-142-2/+43
* Fix dual key generation crash.relyea%netscape.com2002-01-111-2/+5
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-071-2/+0
* Fix for bug 95458 - ASN1 decoder crashes when fed incorrect datajpierre%netscape.com2001-11-291-2/+2
* changes for PSM to compile against NSS shared libraries.relyea%netscape.com2001-11-212-1/+7
* NSS 3.4 integration changes.relyea%netscape.com2001-11-191-0/+1
* Now that the implementations of all the RNG_ functions have been movednelsonb%netscape.com2001-11-153-128/+0
* Use data from /dev/urandom to initialize PRNG, when possible.nelsonb%netscape.com2001-11-151-1/+1
* Fixes to make pkcs12 work correctly:relyea%netscape.com2001-11-081-11/+11
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-089-2077/+228
* Removed the temporary #if 0.wtc%netscape.com2001-11-061-2/+0
* Bugzilla bug 108708: commented out the "netstat -ni" command forwtc%netscape.com2001-11-061-0/+2
* Attempt to move all the constant tables in secoid.c into the text segmentnelsonb%netscape.com2001-11-062-1051/+782
* Build OID hash table using PL_Hash rather then the dbm hash code.relyea%netscape.com2001-11-023-68/+107
* Fix for decoding sequences. This was encountered when decoding the recipient ...ddrinan%netscape.com2001-11-021-0/+4
* Add a few new OIDs for AES and one old semi-bogus OID for DSA. 55048.nelsonb%netscape.com2001-09-252-6/+60
* Fix compiler warnings on HP, AIX, Linux, and Solaris.relyea%netscape.com2001-09-203-9/+8
* Fix a crash. An attempt to move a sensitive key longer than 48 bytesnelsonb%netscape.com2001-09-061-1/+1
* Memory leak fixes.relyea%netscape.com2001-08-243-1/+33
* Fix pk12util by modifying my previous patch.javi%netscape.com2001-08-032-23/+44
* This is a patch for Bug 80416. r=relyeajavi%netscape.com2001-08-011-9/+23
|\
| * fixup commit for tag 'JSS_3_1_RTM'JSS_3_1_RTMcvs2hg2001-07-3158-20703/+0
|/
* fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTMcvs2hg2001-07-111-3/+38
* Bugzilla bug #77199: Make NSS build under OS/2. Thanks to Javierwtc%netscape.com2001-05-211-2/+2
* Now setting error before new SECFailure returns (see 78577).kirke%netscape.com2001-05-091-3/+9
* Fixes 78577 (second half) This gets the SECItem->data member NULL case.kirke%netscape.com2001-05-081-0/+3
* Fixes 78577. Checking for NULL src arg.kirke%netscape.com2001-05-081-0/+3
* Bugzilla bug #78528: put the const ASN1 template declarations in certt.h,wtc%netscape.com2001-05-022-4/+4
* Bugzilla bug #78528: put the const ASN1 template declarations insidewtc%netscape.com2001-05-021-1/+1
* Merge changes from NSS_3_2_BRANCH. Fix backward compatibility issues.nelsonb%netscape.com2001-04-061-4/+20
* Eliminate the old global arena lock. Each ArenaPool now has its own lock.nelsonb%netscape.com2001-03-231-223/+179
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-1/+0