summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close SYD_TEST_03052002_BRANCHSYD_TEST_03052002_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'SYD_TEST_03052002_BRANCH'cvs2hg2002-03-0511-1041/+0
|
* Bugzilla bug 128915: the first part of the previous change is notwtc%netscape.com2002-03-051-1/+2
| | | | necessary, so replace it with an assertion. r=mcgreer.
* Temporary workaround to make 'depend' do a 'clean' in NSS. This is forwtc%netscape.com2002-03-051-0/+1
| | | | | | the landing described in bug 128593. Modified Files: Makefile.in security/manager/Makefile.in security/nss/makefile.win
* bug 128915, prevent crash on empty S/MIME profilesian.mcgreer%sun.com2002-03-041-2/+2
|
* Fix token/cert interactions:relyea%netscape.com2002-03-045-4/+22
| | | | | 1) don't have certs disappear because we have empty tokens. 2) Make sure the NSSToken structure has up-to-date nicknames.
* bug 125808, fix crash seen with Javi's dbian.mcgreer%sun.com2002-03-041-0/+5
|
* IMPLEMENT-->EXTERN for header fileian.mcgreer%sun.com2002-03-041-1/+1
|
* bug 125808, update cert token instances when caching smart card certs that ↵ian.mcgreer%sun.com2002-03-043-0/+38
| | | | are already cached
* Bugzilla bug 128599: link libnss3.so with -R $ORIGIN on Solaris to help itwtc%netscape.com2002-03-032-1/+7
| | | | find libsoftokn3.so. Fixed an outdated comment in softoken/config.mk.
* Bugzilla bug 112198: use the correct root certs module name for Darwin.wtc%netscape.com2002-03-031-0/+2
|
* Bugzilla bug 122261: removed an assertion on bad input. Bad input shouldwtc%netscape.com2002-03-021-1/+0
| | | | | be reported by returning a failure status. Thanks to erl@voxi.com (Erland Lewin) for the bug report. r=relyea,kaie.
* Fix bug 128347 - add -string argument to pass strings to PKCS#11 modules ↵jpierre%netscape.com2002-03-023-6/+22
| | | | upon addition
* Implement PQG Generate and Verify.relyea%netscape.com2002-03-021-39/+210
|
* Implement PKCS #11 2.11 DSA PQG Parameter generation.relyea%netscape.com2002-03-024-6/+198
|
* Make makepqg build dynamic.relyea%netscape.com2002-03-022-17/+28
| | | | Call the dynamic high-level functions to accomplish the generation.
* modify last patch to only take effect if the slot certs are not publicly ↵ian.mcgreer%sun.com2002-03-012-4/+8
| | | | readable, and to not update the token cert list more than once
* another fix for bug 125808, force update of cache after login/logoutian.mcgreer%sun.com2002-03-011-0/+10
|
* Bugzilla bug 112987: merged changes contributed by FreeBSD developerwtc%netscape.com2002-03-011-9/+7
| | | | Jeremy <reg@shale.csir.co.za>. r=wtc.
* Don't go searching for the matching certs if they weren't on the token therelyea%netscape.com2002-03-011-13/+2
| | | | private key lived on.
* When we free the clists, clear out our head pointer (don't keep pointing torelyea%netscape.com2002-03-011-0/+1
| | | | freed memory);
* Fix Usage message. Add missing \n to string.nelsonb%netscape.com2002-03-011-1/+1
|
* Fix for 128355 - add SECMOD_AddNewModuleEx to take module parametersjpierre%netscape.com2002-03-013-6/+24
|
* bug 125808, refresh trust and slot pointers of cert after token ↵ian.mcgreer%sun.com2002-02-284-47/+102
| | | | removal/insertion
* Fix PSM name problem.relyea%netscape.com2002-02-282-14/+18
| | | | Fix crash when trying to access/delete an non-existant object.
* Load builtins even if we are openning the database read only.relyea%netscape.com2002-02-281-1/+1
|
* bug 126653, intermediate cert should have valid CA trustian.mcgreer%sun.com2002-02-2859-11/+13715
|\
* \ fixup commit for tag 'nsstip_nt_20020228'nsstip_nt_20020228cvs2hg2002-02-280-0/+0
|\ \ | |/
* | fixup commit for tag 'NSS_NSCP_20020228_1'NSS_NSCP_20020228_1cvs2hg2002-02-2857-13703/+0
|/
* misdeclared function signatureian.mcgreer%sun.com2002-02-281-1/+1
|
* fix aix bustageian.mcgreer%sun.com2002-02-271-0/+6
|
* bug 125808, smart card cache fixesian.mcgreer%sun.com2002-02-275-39/+199
|
* fix looking up a key on a tokenian.mcgreer%sun.com2002-02-271-1/+1
|\
| * fixup commit for tag 'NSS_CLIENT_TAG_20020305'NSS_CLIENT_TAG_20020305cvs2hg2002-02-2746-12662/+0
| |\
| * \ fixup commit for tag 'MOZILLA_0_9_9_20020301'MOZILLA_0_9_9_20020301cvs2hg2002-02-270-0/+0
| |\ \ | | |/
| * | fixup commit for tag 'LayeredDOM_20020307_BASE'LayeredDOM_20020307_BASEcvs2hg2002-02-270-0/+0
| |\ \ | | |/
| * | fixup commit for tag 'ALERT_SERVICE_BASE'ALERT_SERVICE_BASEcvs2hg2002-02-2713-1043/+2
| |/
* | Bug 127785 - checked in cseawood's patchbishakhabanerjee%netscape.com2002-02-272-2/+2
| |
* | partial fix for bug 125808, if the otken is not logged in when the cert ↵ian.mcgreer%sun.com2002-02-272-3/+23
| | | | | | | | cache loading is done, retry later
* | Bugzilla bug 108021: removed unused variable 'validity'.wtc%netscape.com2002-02-271-1/+0
| |
* | remove LastUpdate time checks from Crl's when verifying certificates.relyea%netscape.com2002-02-271-10/+0
| |
* | Don't crash on when adding certs with null url's .relyea%netscape.com2002-02-271-2/+4
| |
* | The KRL reserved handled should be different from the primordial CRL handlerelyea%netscape.com2002-02-271-1/+1
| | | | | | | | so that CRL matching code will work correctly.
* | 1. the sslSecurityInfo and sslGather structs are now part of the sslSocketnelsonb%netscape.com2002-02-2711-1204/+1004
| | | | | | | | | | | | | | | | | | rather than being pointed to by the sslSocket. This reduces the number of malloc/free calls, and greatly reduces pointer fetches, and null pointer checks. sslGather and sslSecurityInfo are separately initialized. 2. SSL_ResetHandshake no longer deallocates and reallocates the sslSecurityInfo and all its subcomponents. 3. Many places that formerly did not check for memory allocation failures now do check, and do the right thing when allocation failed.
* | Bugzilla bug 127517: Darwin optimized build should use -O2. The patch iswtc%netscape.com2002-02-271-0/+4
| | | | | | | | contributed by Brian Ryner <bryner@netscape.com>.
* | bug 125796, make sure all CERTCertificates are destroyed as such, and that ↵ian.mcgreer%sun.com2002-02-263-21/+27
| | | | | | | | cache collisions when traversing are handled correctly (by destroying extra reference)
* | When using global params, noCertDB implies noKeyDB as well bug 127312relyea%netscape.com2002-02-261-0/+1
| |
* | CRL issues: 1) return url when finding and importing CRL's.relyea%netscape.com2002-02-264-15/+40
| | | | | | | | | | | | | | 2) fix CERT_ImportCRL so it actually works. NOTE: Calls of SEC_NewCrl() should verify the signature on the CRL before importing!.
* | Bug 125728 truncate utf8 correctly in the pkcs11 string.relyea%netscape.com2002-02-261-2/+39
| |
* | Changes to allow protected pin path to work in applications that code for it.relyea%netscape.com2002-02-264-1/+37
| |