|
|
| Line 190: |
Line 190: |
| [http://www.mail-archive.com/mozilla-crypto@mozilla.org/msg05139.html here]. | | [http://www.mail-archive.com/mozilla-crypto@mozilla.org/msg05139.html here]. |
|
| |
|
| To share these .db files, we will likely need to link the mozdbm library into
| | The current thought is to use SQLite. This removes the need for any central server, or the use of IPC to talk to it. The NSS team has a prototype. |
| an IPC daemon module and invent a protocol to communicate with it. This
| |
| protocol would not need to be specific to certificates or NSS.
| |
| | |
| However, implementing support for sharing this database puts an
| |
| additional constraint on the IPC daemon's client API. It requires that API
| |
| to be thread-safe since NSS may query its databases on any thread and in
| |
| particular from the socket transport thread.
| |
|
| |
|
| ==Next Steps== | | ==Next Steps== |