summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'BEONEX_0_9_BRANCH'NMAKE_LAST_RITESMOZILLA_1_1_RELEASEMOZILLA_1_1_BASEcvs2hg2002-08-0450-10631/+3747
|
* Bug 131171: added HP-UX 11.20 support.wtc%netscape.com2002-05-161-0/+55
|
* Bugzilla bug 138532: use pipes instead of semaphores for NetBSD, which doeswtc%netscape.com2002-05-162-2/+2
| | | | | not have semaphore.h. Thanks to Chris Seawood <seawood@netscape.com> for the patch. Modified files: sslmutex.h sslmutex.c
* Bugzilla bug 133753: added support for AIX 5.1 to security/coreconf.wtc%netscape.com2002-05-161-0/+54
|
* Fixed build breakage on BeOS -- made the ifdef match the one in sslsnce.c.wtc%netscape.com2002-05-161-1/+1
|
* Fix for 141256 - correct HTTP parsing for OCSP in NSSjpierre%netscape.com2002-05-151-22/+6
|
* bug 133397. Move AddPermModule() inside the previously empty if statement ↵relyea%netscape.com2002-05-141-1/+1
| | | | where it belongs.
* Bugzilla bug 135069: SEC_PKCS12DestroyExportContext should free the slotwtc%netscape.com2002-05-131-1/+3
| | | | reference allocated in SEC_PKCS12CreateExportContext. r=relyea,mcgreer.
* Bugzilla bug 135824: fixed slot reference leaks in signtool and removedwtc%netscape.com2002-05-132-27/+10
| | | | | a faulty attempt to set user trust. r=relyea,mcgreer. Modified files: certgen.c util.c
* Bugzilla bug 135052: more cleanup in SEC_PKCS12DecoderStart. r=relyea.wtc%netscape.com2002-05-101-6/+1
|
* Fix for bug 142868 - CA certificates are imported with NULL nicknames .jpierre%netscape.com2002-05-1058-3/+13766
|\
* | fixup commit for tag 'NSS_TIP_20020510'NSS_TIP_20020510cvs2hg2002-05-1057-13745/+0
|/
* Add function to determine if it's safe to delete the internal module.relyea%netscape.com2002-05-103-0/+7
|
* Detect when we have a previously deleted internal module which has not yet ↵relyea%netscape.com2002-05-101-1/+17
| | | | been freed, and don't try to switch to it.
* Add new error code for trying to all previously deleted modules which have ↵relyea%netscape.com2002-05-101-1/+2
| | | | not yet been freed.
* Allow both FIPS and non-FIPS tokens to be initialized and active at the same ↵relyea%netscape.com2002-05-103-62/+140
| | | | time.
* When we force, we should preserve the NULL nickname semantics.relyea%netscape.com2002-05-101-10/+14
|
* Bugzilla bug 135821: fixed the internal slot reference leak inwtc%netscape.com2002-05-091-1/+4
| | | | PK11_WrapPrivKey. r=relyea.
* Bugzilla bug 135809: fixed the slot reference leaks in PBE_CreateContextwtc%netscape.com2002-05-091-2/+8
| | | | and SEC_PKCS5GetIV. r=relyea.
* Bugzilla bug 135818: fixed internal slot reference leaks inwtc%netscape.com2002-05-091-1/+5
| | | | PK11_VerifySlotMechanisms and PK11_InitToken. r=relyea.
* Bugzilla bug 135826: fixed the slot reference leaks.wtc%netscape.com2002-05-091-1/+6
|
* bug 135808, STAN_GetDefaultCryptoToken appears to leak a slot reference, but ↵ian.mcgreer%sun.com2002-05-091-10/+0
| | | | | | there are no callers of it. Removing function. r=wtc
* Bugzilla bug 135334: free the internal key slot reference when we are done.wtc%netscape.com2002-05-091-0/+1
|
* Bugzilla bug 135058: free nickCopy on error returns inwtc%netscape.com2002-05-091-0/+3
| | | | PK11_FindCertsFromNickname. r=mcgreer.
* Bugzilla bug 136279: Return oldpath only if it is different from path.wtc%netscape.com2002-05-071-10/+11
| | | | Avoid an unnecessary call to SECMOD_HasRootCerts in nss_FindExternalRoot.
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-076-6/+49
| | | | are imported into the internal token.
* bug 141936, crash when NULL nickname entry is stored in temp storeian.mcgreer%sun.com2002-05-071-1/+1
| | | | r=jpierre
* bug 142175, PK11_ListCerts regressions -- handle PKCS#11 incompatibilites ↵ian.mcgreer%sun.com2002-05-072-1/+33
| | | | with serial numbers, and fix trust collection.
* Fix for 142658 - fix certutil crash with NULL nicknamejpierre%netscape.com2002-05-0658-0/+13748
|\
* | fixup commit for tag 'NSS_TIP_20020503'NSS_TIP_20020503cvs2hg2002-05-0357-13745/+0
|/
* Bugzilla bug 136279: fixed bugs where 'path' and 'oldpath' were passedwtc%netscape.com2002-05-0358-4/+13756
|\ | | | | | | | | to string functions before they were null-terminated. Added a comment to explain what 'oldpath' is for.
* | fixup commit for tag 'NSS_TIP_20020305'NSS_TIP_20020305cvs2hg2002-05-0257-13745/+0
|/
* bug 141355, CERT_DecodeDERCertificate is not a safe function for some uses, ↵ian.mcgreer%sun.com2002-05-029-55/+77
| | | | must be replaced with CERT_NewTempCertificate.
* Fix the RSA key check to correctly accept keys with p < q.relyea%netscape.com2002-05-021-0/+3
|
* bug 131308 build 64 bit JSS with JDK 1.4glen.beasley%sun.com2002-05-021-7/+24
|
* Fix for 136279 - initialize NSS in a way compatible with < 3.4 versions of NSSjpierre%netscape.com2002-05-011-19/+61
|
* Bugzilla bug 127062: use PR_MSG_PEEK instead of MSG_PEEK.wtc%netscape.com2002-05-011-12/+2
|
* Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.wtc%netscape.com2002-05-015-6/+33
| | | | | | Modified files: lib/ckfw/nsprstub.c lib/fortcrypt/swfort/pkcs11/stub.c lib/nss/nss.def lib/util/secport.c lib/util/secport.h
* Whitespace change.wtc%netscape.com2002-04-302-2/+2
|
* Use NewTempCert and AddTempCert when importing because the cert may already ↵relyea%netscape.com2002-04-291-4/+3
| | | | | | exist in the cache.
* Bugzilla bug 129080: Unroll the collect_data code. Pin the required buffers.wtc%netscape.com2002-04-272-42/+84
| | | | | Allow the cache to grow if necessary to hold large objects. r=nelsonb,wtc. Modified Files: h_bigkey.c hash_buf.c
* Plug leak. (bug 124234)wtc%netscape.com2002-04-2761-6/+13715
|\
| * Added pkibase.c to the project.wtc%netscape.com2002-04-261-0/+30
| |
| * Needed a (char *) cast for slotInfo.manufacturerID because it is an arraywtc%netscape.com2002-04-261-1/+1
| | | | | | | | of "unsigned" chars. Mac's compiler complains about that.
| * Removed devobject.c from the project. That file was removed.wtc%netscape.com2002-04-261-30/+0
| |
| * Need to define SHLIB_SUFFIX for lib/softoken/dbinit.c.wtc%netscape.com2002-04-261-1/+2
| |
| * return error when incomplete shutdown has been detected.relyea%netscape.com2002-04-264-6/+12
| |
* | fixup commit for tag 'NSS_TIP_20020426'NSS_TIP_20020426cvs2hg2002-04-2660-13733/+33
|/
* When doing cert traversals, create the certs in full as they are found. ↵ian.mcgreer%sun.com2002-04-265-18/+181
| | | | This avoids thrashing the softoken's object cache when the database has a large number of certs.
* fix broken HPUX buildsian.mcgreer%sun.com2002-04-261-2/+2
|