summaryrefslogtreecommitdiff
path: root/security/nss/lib/pki/pki3hack.c
Commit message (Expand)AuthorAgeFilesLines
...
* Protection against Token misbehaving tokensrelyea%netscape.com2002-07-311-11/+20
* 1) When looking for a trust token, return tokens in the following priority or...relyea%netscape.com2002-07-101-4/+16
* Handle the case where the cert is in both the built-ins and the internal module.relyea%netscape.com2002-07-101-6/+34
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-281-0/+2
* Don't force the update if the cert doesn't already exist.relyea%netscape.com2002-06-251-1/+4
* Add new function which returns the NSS 3.4 style nickname directly from arelyea%netscape.com2002-06-251-0/+42
* Don't decode or extract trust for certs if we are just getting the nicknames ...relyea%netscape.com2002-06-241-24/+1
* Clear out certs associated with tokens that have just been taken off the trus...relyea%netscape.com2002-05-211-0/+2
* When we force, we should preserve the NULL nickname semantics.relyea%netscape.com2002-05-101-10/+14
* bug 135808, STAN_GetDefaultCryptoToken appears to leak a slot reference, but ...ian.mcgreer%sun.com2002-05-091-10/+0
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-071-0/+6
* fix bugs in cert import with smart card cacheian.mcgreer%sun.com2002-04-221-0/+3
* We need to make sure we always return a trust object, even if that object saysrelyea%netscape.com2002-04-181-5/+6
* landing new smart card cache, bug 135429ian.mcgreer%sun.com2002-04-181-249/+2
* bug 135521, change cert lookups on tokens to be actual finds instead of trave...ian.mcgreer%sun.com2002-04-151-238/+147
* Land Stan changes to tip. Mostly header file / structure / API cleanup. Noteian.mcgreer%sun.com2002-04-041-1/+1
* merge branch fix for bug 115954 to tipian.mcgreer%sun.com2002-04-031-0/+9
* bug 130747, update trust after login to catch user certs when token doesn't r...ian.mcgreer%sun.com2002-03-151-0/+19
* Bugzilla bug 129298: the assertion may be false. Remove it, and initializewtc%netscape.com2002-03-081-4/+6
* Cache whether there are no CRL's and Trust objects on removable HW tokensrelyea%netscape.com2002-03-071-0/+3
* additional change to last patch, suggested by wtcian.mcgreer%sun.com2002-03-071-5/+3
* bug 129298, handle different nicknames across tokensian.mcgreer%sun.com2002-03-071-10/+17
* bug 129370, temp cert trusts and S/MIME profiles may cause crashesian.mcgreer%sun.com2002-03-071-6/+4
* Fix token/cert interactions:relyea%netscape.com2002-03-041-3/+3
* bug 125808, update cert token instances when caching smart card certs that ar...ian.mcgreer%sun.com2002-03-041-0/+11
* modify last patch to only take effect if the slot certs are not publicly read...ian.mcgreer%sun.com2002-03-011-0/+3
* bug 125808, refresh trust and slot pointers of cert after token removal/inser...ian.mcgreer%sun.com2002-02-281-18/+75
* bug 125808, smart card cache fixesian.mcgreer%sun.com2002-02-271-7/+84
* partial fix for bug 125808, if the otken is not logged in when the cert cache...ian.mcgreer%sun.com2002-02-271-3/+22
* Load all slots into the trust domain, even if the tokens are empty.relyea%netscape.com2002-02-121-15/+21
* Don't waste time searching on tokens for trust of a temp cert. It can only b...ian.mcgreer%sun.com2002-02-061-3/+5
* plug leak found doing client auth, move freeing of cert's slot down a level i...ian.mcgreer%sun.com2002-02-041-0/+5
* bug 121628, persistent cache of hardware token certsian.mcgreer%sun.com2002-02-011-4/+108
* bug 90518, implement methods for dumping the state of the cache and temp cert...ian.mcgreer%sun.com2002-01-311-0/+23
* implement istemp and isperm in case clients depend on it, make sure certs own...ian.mcgreer%sun.com2002-01-241-1/+5
* Fix memory leaks.relyea%netscape.com2002-01-241-0/+1
* * keep stan in sync with both addition and removal of modulesian.mcgreer%sun.com2002-01-231-17/+54
* Fix the case where the subjectID is an issuer/SN. don't build a dbkey inrelyea%netscape.com2002-01-181-18/+25
* need to make sure trust is updated if it was already createdian.mcgreer%sun.com2002-01-101-1/+2
* another place where decoded cert was alloced in cert's arenaian.mcgreer%sun.com2002-01-081-1/+1
* move free of CERTCertificate's arena below the NSSCertificate. needed for th...ian.mcgreer%sun.com2002-01-081-1/+7
* memory leak fixesian.mcgreer%sun.com2002-01-081-26/+26
* PSM fixesian.mcgreer%sun.com2002-01-071-6/+14
* Startup problems on new profiles: 1) Windows does not initially open the DB R/Wrelyea%netscape.com2002-01-051-2/+7
* implement trust ordering when merging trustian.mcgreer%sun.com2002-01-041-5/+21
* move handling of certificate reference counting into Stan. NSS 3.4 needs to ...ian.mcgreer%sun.com2002-01-031-20/+10
* set the CERTCertificate nickname to be "Token Name:Cert Name" for backwards c...ian.mcgreer%sun.com2001-12-201-2/+19
* don't waste time setting trust bits if they aren't changingian.mcgreer%sun.com2001-12-181-1/+7
* fix for 115719, user trust not being setian.mcgreer%sun.com2001-12-181-2/+2
* the last step - restrict trust domain and PK11_ searches to token objectsian.mcgreer%sun.com2001-12-141-17/+42