summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close MOZILLA_0_9_9_BRANCHMOZILLA_0_9_9_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* Bug 129597: Merged the tip of NSS (very close to NSS 3.4 release candidate)MOZILLA_0_9_9_RELEASEwtc%netscape.com2002-03-0871-1622/+2610
| | | | onto MOZILLA_0_9_9_BRANCH. a=asa on behalf of drivers@mozilla.org.
* fixup commit for branch 'MOZILLA_0_9_9_BRANCH'cvs2hg2002-02-2713-1043/+2
|
* Removed the temporary depend->clean hack for NSS 3.4 update.wtc%netscape.com2002-02-231-1/+0
| | | | | | Modified Files: Makefile.in security/manager/Makefile.in security/nss/makefile.win
* Temporary hack for the NSS 3.4 update (BeOS port, etc.) Will removewtc%netscape.com2002-02-2258-0/+13704
|\ | | | | | | | | | | tomorrow. Modified files: Makefile.in security/manager/Makefile.in security/nss/makefile.win
* | fixup commit for tag 'nss_20020222'nss_20020222cvs2hg2002-02-2257-13703/+0
|/
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-2224-38/+183
| | | | Christopher Seawood <seawood@netscape.com>.
* bug 125359, by default the ASN.1 en/decoder should treat all numbers as ↵ian.mcgreer%sun.com2002-02-2112-40/+249
| | | | | | signed. But many source/target items desire unsigned integers (specifically, bignums in the crypto stuff), so implement an siUnsignedInteger type which notifies the en/decoder to handle the conversion. r=nelsonb
* Fix warning on Windows builds. Bug 104541.nelsonb%netscape.com2002-02-212-3/+3
|
* Fixed misspelling.wtc%netscape.com2002-02-211-1/+1
|
* Bugzilla bug 125149: prevent the session ID count component of the sessionwtc%netscape.com2002-02-202-10/+22
| | | | | | | ID from overflowing and corrupting the slot index component. Do a lookup in the session hash table to make sure the session id is not in use before adding it to the table. r=relyea. Modified files: pkcs11.c pkcs11i.h
* nscSlotHashTable is not protected by a lock, so we need to usewtc%netscape.com2002-02-201-1/+1
| | | | | PL_HashTableLookupConst to do the lookups. r=mcgreer. This bug is discussed in bug 125149 but is not the main topic of that bug.
* Added tokenIDCount, and tokenHashTable to comments about objectLock.kirk.erickson%sun.com2002-02-201-3/+4
|
* Bugzilla bug 124952: removed the "depend->clean" hack for NSS 3.4 landing.wtc%netscape.com2002-02-191-1/+0
| | | | | Modified files: Makefile.in security/manager/Makefile.in security/nss/makefile.win
* Fix two logic errors reported as warnings on windows. Bug 110187nelsonb%netscape.com2002-02-1912-3/+1043
|\
* \ fixup commit for tag 'WINCE_20020218_BASE'WINCE_20020218_BASEcvs2hg2002-02-1611-1041/+0
|\ \ | |/ |/|
| * fixup commit for tag 'NSS_CLIENT_TAG_20020217'NSS_CLIENT_TAG_20020217cvs2hg2002-02-1660-13706/+3
| |
* | Bugzilla bug 125730: fixed OpenVMS build breakage. Thanks to Colin Blakeswtc%netscape.com2002-02-163-3/+3
| | | | | | | | | | <colin@theblakes.com> for the patch. odified Files: sslmutex.c sslmutex.h sslsnce.c
* | Use timers to determine whether or not to do the smart card present checksrelyea%netscape.com2002-02-162-0/+15
| | | | | | | | | | | | or not. bob
* | Fix OS/2 standalone NSS build which got broken after the fix for 104541jpierre%netscape.com2002-02-161-0/+3
| |
* | Bugzilla bug 112198: use the -dylib_file ld option to link the ssl3 andwtc%netscape.com2002-02-151567-0/+618356
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | smime3 dylibs and the NSS tools so that they can find the indirectly referenced libsoftokn3.dylib. Define and export DYLD_LIBRARY_PATH. The patch is contributed by Brian Ryner <bryner@netscape.com>. r=wtc,beard. Modified Files: coreconf/Darwin.mk nss/cmd/platlibs.mk nss/lib/smime/config.mk nss/lib/ssl/config.mk nss/tests/common/init.sh
* | | fixup commit for tag 'NSS_C'NSS_Ccvs2hg2002-02-151567-618342/+0
|/ /
* | Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-1545-527/+622
| | | | | | | | | | | | be overridden via an environment variable) rather than OS_ARCH. This is a precursor to more flexibility in cross-platform builds. Bug 104541.
* | Bugzilla bug 125790: free the nickName and passwd stringswtc%netscape.com2002-02-151-0/+3
| |
* | clean up certs & keys for purifyian.mcgreer%sun.com2002-02-151-0/+14
| |
* | Fix missing certs from the listing of all the certs in tokens with large ↵relyea%netscape.com2002-02-151-11/+20
|/ | | | cert caches (larger than 32).
* Implement SEC_NicknameConflicts().relyea%netscape.com2002-02-151-2/+12
|
* Fix crash when looking up cert by nickname when the token on whichjavi%netscape.com2002-02-151-1/+3
| | | | | | the cert is located is not plugged in. Bug 125611
* bug 125263, race condition destroying temp certsian.mcgreer%sun.com2002-02-151-0/+26
|
* make listing of certs finish cleanly under purifyian.mcgreer%sun.com2002-02-141-2/+5
|
* Bugzilla bug 122712: renamed cert_DecodeGeneralName towtc%netscape.com2002-02-144-6/+6
| | | | | | | | CERT_DecodeGeneralName because we export this function from nss.def. (The cert_ prefix suggests an internal function.) Modified Files: lib/certdb/genname.c lib/certdb/genname.h lib/certdb/xconst.c lib/nss/nss.def
* Bugzilla bug 123938: renamed cert_EncodeGeneralName towtc%netscape.com2002-02-146-6/+9
| | | | | | | | | CERT_EncodeGeneralName. Export CERT_EncodeGeneralName and CERT_FindKeyUsageExtension from nss.def. Have cmmfrec.c include nssrenam.h to get __CERT_NewTempCertificate. Modified Files: lib/certdb/genname.c lib/certdb/genname.h lib/certdb/xconst.c lib/crmf/cmmfchal.c lib/crmf/cmmfrec.c lib/nss/nss.def
* Fix UMR in the session info structure.relyea%netscape.com2002-02-141-0/+1
|
* Fix for 125373 - crash in crlutiljpierre%netscape.com2002-02-141-1/+1
|
* bug 125165, don't crash when the softoken fails to return attributes for a ↵ian.mcgreer%sun.com2002-02-131-0/+11
| | | | cert object
* bug 125263, the subject lists in the temp store are actual hash entries, ↵ian.mcgreer%sun.com2002-02-131-14/+6
| | | | thus any attempt to extract certs from them must be done within the store's lock.
* Bug 120651: Memory leaks in PK11_GetCertList.relyea%netscape.com2002-02-133-6/+6
| | | | | | | 1) Fix leaks in error paths (bfind.c -- found by inspection). 2) Don't allocate hash table data out of the arena. PL_Hash grows and shrinks the hash buckets as necessary. In arenas they will just grow. 3) Don't allocate temparary locks out of the global instance arena pool.
* Fix for 125143 - allow modutil to report PKCS#11 library load failure errorsjpierre%netscape.com2002-02-132-4/+4
|
* Bugzilla bug 125102: six files in mozilla/security/nss/lib/ckfw/builtinswtc%netscape.com2002-02-1258-30/+13733
|\ | | | | | | got renamed.
* | fixup commit for tag 'NSS_3_4_BETA1'NSS_3_4_BETA1cvs2hg2002-02-1257-13703/+0
|/
* fixed returncode after modification in error.hsonja.mirtitsch%sun.com2002-02-121-5/+5
|
* Reset NSPR error text before adding the module to make sure we aren't ↵jpierre%netscape.com2002-02-121-0/+2
| | | | getting some previous error
* Make modutil display a more detailed error when a PKCS#11 module fails to ↵jpierre%netscape.com2002-02-122-1/+15
| | | | load. This is done by checking the NSPR error text that is set by PR_LoadLibrary failures deep in SECMOD_AddNewModule
* Bugzilla bug 114748: deleted unnecessary EXTRA_LIBS augmentation. Thewtc%netscape.com2002-02-121-16/+0
| | | | zlib and jar libs are already added to EXTRA_LIBS by ../platlibs.mk.
* Load all slots into the trust domain, even if the tokens are empty.relyea%netscape.com2002-02-121-15/+21
| | | | Fix problems with the token caching code when tokens are removed.
* bug 124082, don't change trust of existing CA certs during PKCS#12 importian.mcgreer%sun.com2002-02-121-1/+13
|
* bug 124446, thread safety issues with static oid hashtable.ian.mcgreer%sun.com2002-02-111-3/+3
| | | | r=wtc
* NSSCryptoContext_ImportCertificate cannot inform the caller that the cert ↵ian.mcgreer%sun.com2002-02-111-0/+17
| | | | | | already exists as a temp cert, is is necessary to work around this in CERT_NewTempCertificate by doing a lookup on the cert after it was imported. r=relyea
* Commented SlotStr with information what what locks protect what.kirk.erickson%sun.com2002-02-111-0/+7
|
* Make NSS 3.4 build as part of mozilla on OS/2. Bug 114748.nelsonb%netscape.com2002-02-11120-970/+15109
|\ | | | | | | Patch supplied by Javier Pedemonte.