summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
* | 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, m...ian.mcgreer%sun.com2002-05-029-55/+77
* 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
* Whitespace change.wtc%netscape.com2002-04-302-2/+2
* Use NewTempCert and AddTempCert when importing because the cert may already e...relyea%netscape.com2002-04-291-4/+3
* Bugzilla bug 129080: Unroll the collect_data code. Pin the required buffers.wtc%netscape.com2002-04-272-42/+84
* 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
| * 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. This...ian.mcgreer%sun.com2002-04-265-18/+181
* fix broken HPUX buildsian.mcgreer%sun.com2002-04-261-2/+2
* Add code to update nickname and 'CKA_ID' from set attribute calls. This allowsrelyea%netscape.com2002-04-261-0/+45
* Write the nickname entry as well when adding a nickname to a bug.relyea%netscape.com2002-04-261-0/+11
|\
| * fixup commit for tag 'NSS_OTIS_BETA_1'NSS_OTIS_BETA_1cvs2hg2002-04-2566-13724/+1154
* | Detect Active Card presents and disable PROTECTED_PIN_PATH login when found.relyea%netscape.com2002-04-252-3/+5
* | Deleted code that was made obsolete by the previous revision.wtc%netscape.com2002-04-251-2/+0
* | Don't let activeCards set the Protect_Auth bit because they weren't intending torelyea%netscape.com2002-04-251-0/+7
* | if a cert already exists, use C_SetAttributeValue to change its mutable attri...ian.mcgreer%sun.com2002-04-251-2/+40
* | bug 138626, remove deleted cert from cache even if references still existian.mcgreer%sun.com2002-04-251-0/+2
* | reorganize token cache so that cache entries for imported objects are created...ian.mcgreer%sun.com2002-04-251-160/+200
* | NSS 3.4 has branch, that makes the tip at least NSS 3.5relyea%netscape.com2002-04-251-2/+2
* | Don't set the Token value before fetching CRL attributes. This code is fetchingrelyea%netscape.com2002-04-251-1/+1
* | trying a version that can test tip as default for tinderbox and 341sonja.mirtitsch%sun.com2002-04-251-23/+22
|/
* Don't crash if our cache entry is not found.relyea%netscape.com2002-04-251-1/+2
* Turn off caching for non-hardware tokens for now until we fix some of ourrelyea%netscape.com2002-04-251-2/+1
* Don't crash if we don't find the profile (and thus don't have a slot to free).relyea%netscape.com2002-04-241-1/+3
* This is a real corner case. If a search is done by issuer/serial, and the re...ian.mcgreer%sun.com2002-04-241-0/+6
* Don't crash when getting a single user cert, but old certs are in the databaserelyea%netscape.com2002-04-241-0/+2
* Look up both DER encoded serial numbers (PKCS #11 spec), and decode serialrelyea%netscape.com2002-04-241-1/+67
|\
| * fixup commit for tag 'MSS_MULTIACCESS_DB_TAG'MSS_MULTIACCESS_DB_TAGcvs2hg2002-04-241571-621508/+0
|/
* Authenticate to tokens before looking up user certs.relyea%netscape.com2002-04-241-0/+4
* Reserved Netscape extension (NETSCAPE 1 18)thayes%netscape.com2002-04-231-1/+4
* fix shutdown leaksian.mcgreer%sun.com2002-04-232-2/+4
* avoid use of iteratorian.mcgreer%sun.com2002-04-221-9/+13
* NewTemp has to be matched with AddTempCertToPermian.mcgreer%sun.com2002-04-222-8/+9
* Token and cert processing fixes:relyea%netscape.com2002-04-228-11/+182
* file is no longer part of build (functionality in devtoken.c)ian.mcgreer%sun.com2002-04-221-1139/+0
* overwrite old entry during import, so that changing trust works correctlyian.mcgreer%sun.com2002-04-221-6/+22
* fix bugs in cert import with smart card cacheian.mcgreer%sun.com2002-04-226-5/+9
* re-sync the trust domain cache with token insertion/removalian.mcgreer%sun.com2002-04-195-29/+130