aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/validator.c
Commit message (Expand)AuthorAgeFilesLines
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-241-1/+2
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-281-1/+1
* [crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown2014-03-251-1/+1
* [crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2014-03-251-1/+1
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-1/+1
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-10/+2
* [crypto] Fix unused-but-set variable warningMichael Brown2012-05-231-2/+0
* [crypto] Automatically perform OCSP checks when applicableMichael Brown2012-05-221-68/+195
* [crypto] Include "?subject=" in cross-signed certificate URIMichael Brown2012-05-091-3/+3
* [crypto] Reduce standard debugging outputMichael Brown2012-05-091-4/+4
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-081-11/+284
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-081-0/+178