439
edits
(correct use of the word "delta") |
|||
Line 57: | Line 57: | ||
A document on refactoring for NSS 3.12 is available [[NSS_Refactor_3_12|here]]. | A document on refactoring for NSS 3.12 is available [[NSS_Refactor_3_12|here]]. | ||
=== Handling Multiple Initializations of NSS === | |||
NSS was designed as a library that a single application would use. The application would control how NSS was initialized and configured. Applications would initialize NSS early before any other libraries that used NSS could run. With more libraries using NSS, the chance that more than one library will try to initialize NSS, or the chance that a given library will initialize NSS before the application gets a chance to start increases. | |||
A proposal to fix this is [[NSS_Library_Init|here]]. | |||
== Capture from NSS 3.12 planning == | == Capture from NSS 3.12 planning == |
edits