Closed Bug 235698 Opened 20 years ago Closed 20 years ago

Infinite cycle when it uses my PKCS11 dll library

Categories

(Core Graveyard :: Security: UI, defect)

Other Branch
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jnem6403, Assigned: KaiE)

Details

User-Agent:       
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Part of my library log:
C_GetSlotInfo(2, 12EAB0)
C_GetSlotInfo(1, 12EAB0)
C_GetSessionInfo
C_GetSlotInfo(1, 12E9EC)
C_GetSessionInfo
C_GetSlotInfo(2, 12EAB0)
C_GetSlotInfo(1, 12EAB0)
C_GetSessionInfo
C_GetSlotInfo(1, 12E9EC)
C_GetSessionInfo
C_GetSlotInfo(2, 12EAB0)
C_GetSlotInfo(1, 12EAB0)
C_GetSessionInfo
C_GetSlotInfo(1, 12E9EC)
..... etc.
My library may be wrong but it muts not cause infinite cycle in Mozilla. It
calls my PKCS11 library functions C_GetSlotInfo and C_GetSessionInfo in an
infinite loop. It seems, using PKCS11 in Mozilla is buggy.

Reproducible: Always
Steps to Reproduce:
1.install my smard card PKCS11 library (you can not do it)
2.edit/preferences/privacy and security/certificates
3.manage certificates
4.infinite loop
Actual Results:  
Mozilla waits and waits...

Expected Results:  
Read certificates by my dll from my smard card. (Or try and stop.)
-> PSM
Assignee: security-bugs → kaie
Component: Security: General → Client Library
Product: Browser → PSM
QA Contact: bmartin
Version: Trunk → unspecified
Not reproducable.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Product: PSM → Core
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.