Open
Bug 327386
Opened 19 years ago
Updated 2 years ago
Write sample programs showing the use of non-blocking SSL cert callbacks
Categories
(NSS :: Tools, enhancement, P3)
NSS
Tools
Tracking
(Not tracked)
NEW
People
(Reporter: julien.pierre, Unassigned)
References
(Depends on 1 open bug)
Details
Bug 324867 is about creating a new SSL cert verification callback supporting non-blocking mode.
This bug is about creating examples showing their use. They could be new program or changes to existing programs, such as SSLsample, tstclnt, selfserv. We should have at least one client-side and one server-side example.
Reporter | ||
Updated•19 years ago
|
Priority: -- → P2
Reporter | ||
Updated•19 years ago
|
Summary: Write sample programs showing the use of non-blocking cert callbacks → Write sample programs showing the use of non-blocking SSL cert callbacks
Reporter | ||
Comment 1•19 years ago
|
||
It appears only tstclnt supports non-blocking mode right now. All other programs operate in blocking mode. It would be great to allow selfserv to work in non-blocking mode as an option.
Updated•19 years ago
|
QA Contact: jason.m.reid → tools
Reporter | ||
Comment 2•17 years ago
|
||
Since the callback enhancement is currently considered P3, the sample programs that use them can't be anything more than that.
Priority: P2 → P3
Comment 3•16 years ago
|
||
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12 → ---
Updated•15 years ago
|
Assignee: julien.pierre.boogz → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•