summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/pcert.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 217538 Add shared database to nss.rrelyea%redhat.com2007-06-131-261/+0
| | | | core Checking.
* Bug 273637 3 locks in softoken have unsafe initializationrrelyea%redhat.com2006-03-211-0/+5
| | | | r=alexi r=julien
* Add new function nsslowcert_DecodeAnyDBEntry. Correct the unionnelsonb%netscape.com2006-01-191-0/+7
| | | | certDBEntry by adding the missing members. Bug 323570. r=rrelyea.
* Bug 298906 crash when accepting new certificate permanently on taschenonkel.derelyea%netscape.com2005-08-011-0/+3
| | | | r=wtc, sr=nelson
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
|
* NSC_Finalize will now destroy 3 softoken free lists and one morenelsonb%netscape.com2003-12-061-0/+243
|\ | | | | | | global pointer. Plugs some memory leaks. Bugscape bug 54301. r=wtc
* | fixup commit for tag 'JSS_3_5_1_RTM'JSS_3_5_1_RTMcvs2hg2003-12-061-240/+0
|/
* db8 code part 1:relyea%netscape.com2002-11-041-0/+6
| | | | | | | | 1) Create new dbs with 32 k buffers. 2) New dbs never store a single entry greater than 30 k (those are stored using the blob code). 3) NSS can run with either new or old dbs read only. 4) If possible a new db is upgraded from and old db.
* 1) fix crl memory.relyea%netscape.com2002-08-211-3/+3
| | | | 2) remove several memory copies in the crl.
* More performance improvements for PK11ListCerts/ CERT_GetUserCertByUsage().relyea%netscape.com2002-06-241-1/+15
|
* Add Transactions (still need to add transactions on database upgrade).relyea%netscape.com2002-05-161-1/+22
| | | | Make trust objects their own objects to reduce a couple of unnecessary cert decodes.
* Multi-access database changes.relyea%netscape.com2002-04-051-0/+1
|
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-071-0/+51
| | | | | | | | | 1) Implicit declaration of function. 2) Possibly unitialized variables. These warnings have indicated some real problems in the code, so many changes are not just to silence the warnings, but to fix the problems. Others were inocuous, but the warnings were silenced to reduce the noise.
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-0/+147
remove lots of depricated files. move some files to appropriate directories (pcertdb *_rand associated headers to soft token, for instance) rename several stan files which had the same name as other nss files. remove depricated functions.