Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Issue 2289933002: Optimize X509 DER cache for memory. (Closed)

Created:
4 years, 3 months ago by Dmitry Skiba
Modified:
4 years, 3 months ago
Reviewers:
davidben
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Optimize X509 DER cache for memory. This CL adds global DER data cache so that X509 certificates that encode to the same DER share single DER data. Previously DER data was per-certificate, which in most cases led to duplicate DER data entries wasting at least half of total DER data memory. BUG=642082

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -39 lines) Patch
M net/cert/x509_util_openssl.cc View 4 chunks +78 lines, -39 lines 0 comments Download

Messages

Total messages: 4 (3 generated)
Dmitry Skiba
4 years, 3 months ago (2016-08-29 23:06:52 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698