DescriptionInitialize NSS with no DB in the renderer process
This change will allow the use of SSLClientSocketNSS to be used in the renderer
process. This is needed by chromoting client to establish SSL connections.
There are several concerns that are cleared:
1. NSS_NoDB_Init() does open user's cert DB and user modules.
2. NSS_NoDB_Init() doesn't keep file descriptors open.
It tries to open /pkcs11.txt and /secmod.db which is a bug and filed:
https://bugzilla.mozilla.org/show_bug.cgi?id=641052
However the above bug is not considered harmful.
BUG=75834
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78317
Patch Set 1 #Patch Set 2 : cleanup] #
Total comments: 14
Patch Set 3 : fixed comments #
Total comments: 7
Messages
Total messages: 4 (0 generated)
|