Comment on attachment 366681
Patch v3 - for review
Another future optimization: the xOids array, which has 303 (the
current value of SEC_OID_TOTAL) elements, is very sparse. By
default we only use 5 elements. Some of the elements will never
be used because those OIDs are not algorithms (e.g, the OIDs
for certificate and CRL extensions).
We should come up with a more space-saving way to store the
policy flags for algorithms.
Comment on attachment 366681
Patch v3 - for review
Another future optimization: the xOids array, which has 303 (the
current value of SEC_OID_TOTAL) elements, is very sparse. By
default we only use 5 elements. Some of the elements will never
be used because those OIDs are not algorithms (e.g, the OIDs
for certificate and CRL extensions).
We should come up with a more space-saving way to store the
policy flags for algorithms.