aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rootcert.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09[x509] Make root of trust a reference-counted structureMichael Brown1-0/+1
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2016-03-20[crypto] Allow trusted certificates to be stored in non-volatile optionsMichael Brown1-3/+7
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown1-1/+1
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-2/+2
2013-07-19[settings] Change "not-found" semantics of fetch_setting_copy()Michael Brown1-16/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-04-24[crypto] Do not allow build-time cryptography settings to be overriddenMichael Brown1-23/+42
2012-04-19[crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown1-1/+64
2012-03-19[tls] Add full X.509 certificate parsingMichael Brown1-0/+50