summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close unlabeled-1.85.2unlabeled-1.85.2Franziskus Kiefer2017-09-290-0/+0
|
* Check in sorted list into OTIS branch for beta releaserelyea%netscape.com2002-07-231-1/+3
|
* fixup commit for branch 'unlabeled-1.85.2'cvs2hg2002-07-021577-620682/+0
|
* More performance improvements in listing certs:relyea%netscape.com2002-07-027-173/+213
| | | | | | 1) reduce more short term memory allocate/frees. 2) remove sha1 hash calculations from critical paths. 3) when listing user certs, skip decoding of non-user certs.
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-288-0/+15
|
* Add VISA root cert - bug 139874jpierre%netscape.com2002-06-283-5/+225
|
* Bugzilla bug 154656: changed "softoken" to "softokn" to match the filewtc%netscape.com2002-06-271-1/+1
| | | | name.
* Fix for 154212 - make CERT_SaveSMimeProfile copy the cert to the database if ↵jpierre%netscape.com2002-06-271-1/+18
| | | | it comes from an external source
* Initialize type field to clear off purify warnings.relyea%netscape.com2002-06-254-0/+4
|
* Don't force the update if the cert doesn't already exist.relyea%netscape.com2002-06-251-1/+4
|
* Collect the full names of the certs, not just the stan names.relyea%netscape.com2002-06-251-3/+12
|
* Add new function which returns the NSS 3.4 style nickname directly from arelyea%netscape.com2002-06-252-0/+45
| | | | NSSCertificate structure.
* two more places to dump templatesian.mcgreer%sun.com2002-06-251-0/+2
|
* fix AIX builds, 64-bit compiler chokes on large switches in debug buildsian.mcgreer%sun.com2002-06-251-0/+12
|
* Fix solaris compiler error/warning. Fix prototype to return correct value ↵relyea%netscape.com2002-06-241-1/+1
| | | | (PRBool not PRStatus).
* Don't decode or extract trust for certs if we are just getting the nicknames ↵relyea%netscape.com2002-06-249-70/+105
| | | | -- particularly for user certs.
* fix broken AIX buildsian.mcgreer%sun.com2002-06-241-70/+70
|
* log more mechanisms and templatesian.mcgreer%sun.com2002-06-241-0/+17
|
* Copy the type value as well as the rest.relyea%netscape.com2002-06-241-0/+1
|
* More performance improvements for PK11ListCerts/ CERT_GetUserCertByUsage().relyea%netscape.com2002-06-246-128/+327
|
* Fix bug 135261. Create symbolic names for the values 2 and 3 for thenelsonb%netscape.com2002-06-222-4/+13
| | | | | | | SSL_REQUIRE_CERTIFICATE option. Value 2 has always been the default. New Value 3 is appropriate for servers that want to re-request, but still not require, client-auth from a client with whom an SSL session is already established.
* Need to preserve non-modifiable trustbits.relyea%netscape.com2002-06-211-4/+4
|
* zero structure before we fill it in, not afterrelyea%netscape.com2002-06-211-2/+2
|
* Bug 153380: TLS is enabled by default now.wtc%netscape.com2002-06-211-1/+1
|
* Make the file C++ friendly.javi%netscape.com2002-06-201-0/+4
|
* Reduce the cost of decoding a certificate.relyea%netscape.com2002-06-201-1/+2
|
* reduce the calls to get the login state as these calls seem to be pretty ↵relyea%netscape.com2002-06-202-2/+42
| | | | | | expensive for some tokens.
* Patches to reduce the cost of getting attributes on certs or finding certs ↵relyea%netscape.com2002-06-20112-11307/+8065
|\ | | | | | | in lists.
| * bug 98926, PKCS#11 session loggingian.mcgreer%sun.com2002-06-195-0/+2910
| |
| * exporting CERT_VerifyCertChain. r=relyearangansen%netscape.com2002-06-192-0/+6
| |
| * missed part of last patch (bug 145322)ian.mcgreer%sun.com2002-06-191-3/+7
| |
| * bug 145322, second patch, clean up pk11_saveContextHelperian.mcgreer%sun.com2002-06-191-48/+36
| |
| * bug 145322, reduce the number of PKCS#11 sessions used in SSL connections, ↵ian.mcgreer%sun.com2002-06-194-20/+119
| | | | | | | | | | | | implement new function PK11_SaveContextAlloc r=relyea
| * bug 150704, PK11_Finalize can crash because softoken does not implement ↵ian.mcgreer%sun.com2002-06-192-17/+100
| | | | | | | | C_XXXFinal correctly
| * correcting init_mcom function to enable "nssqa" to run at Netscape - 150752bishakhabanerjee%netscape.com2002-06-181-7/+8
| |
| * 1) Map flags both coming and going.relyea%netscape.com2002-06-182-2/+2
| | | | | | | | 2) Finish transaction of the target database not the source database.
| * Bug 151940: SEC_PKCS12DecoderVerify should call SEC_ASN1DecoderFinish firstwtc%netscape.com2002-06-181-0/+6
| | | | | | | | to detect insufficient input data error.
| * Standardize the open flags as 'enums' when using multiaccess databases, no ↵relyea%netscape.com2002-06-171-1/+23
| | | | | | | | | | | | matter if we are using PR_ versions of the flags or O_ versions of the flags.
| * check version of the existing DB, not the updatedb.relyea%netscape.com2002-06-141-1/+1
| |
| * Add transactions to the database update portion of the code.relyea%netscape.com2002-06-132-159/+201
| |
| * Update cert handle on token insertion/removal.relyea%netscape.com2002-06-131-1/+6
| |
| * Add series to keep track of object handle value validity.relyea%netscape.com2002-06-131-1/+1
| |
| * Reset the cert cache and clobber cert handles on token insertion an removalrelyea%netscape.com2002-06-131-0/+6
| |
| * Add missing AOL root CA certsjpierre%netscape.com2002-06-131457-0/+609107
| |\
| * \ fixup commit for tag 'JSS_3_2_BETA3'JSS_3_2_BETA3cvs2hg2002-06-120-0/+0
| |\ \ | | |/
| * | fixup commit for tag 'JSS_3_2_BETA2'JSS_3_2_BETA2cvs2hg2002-06-121457-608603/+0
| |/
| * Bug 150143: use map file to limit exported symbols on Mac OS X. The patchwtc%netscape.com2002-06-122-0/+7
| | | | | | | | | | is contributed by Brian Ryner <bryner@netscape.com>. Modified files: Darwin.mk rules.mk
| * When checking NeedInit status, go back and check the token in case the tokenrelyea%netscape.com2002-06-111-0/+13
| | | | | | | | has been initialized offline.
| * Update for root certs - bug 139874jpierre%netscape.com2002-06-112-7/+7
| |
| * Fixed indentation caught by Wan-Teh (66606).kirk.erickson%sun.com2002-06-111-3/+3
| |