summaryrefslogtreecommitdiff
path: root/lib/hsts.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-271-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* hsts: handle adding the same host name againDaniel Stenberg2022-12-271-2/+11
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-271-0/+15
* strcase: use curl_str(n)equal for case insensitive matchesDaniel Stenberg2022-11-011-4/+4
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-1/+0
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-3/+3
* hsts: use Curl_fopen()Daniel Stenberg2022-06-261-16/+6
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* links: update dead linksDaniel Stenberg2022-05-231-2/+1
* hsts: ignore trailing dots when comparing hosts namesDaniel Stenberg2022-05-091-5/+25
* docs: update IETF links to use datatrackerlucas2022-01-211-2/+2
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-161-1/+1
* hsts: handle unlimited expiryDaniel Stenberg2021-09-151-15/+25
* Curl_hsts_loadcb: don't attempt to load if hsts wasn't initedDaniel Stenberg2021-09-121-1/+3
* hsts: ignore numberical IP address hostsDaniel Stenberg2021-05-301-0/+5
* hsts: enable by defaultDaniel Stenberg2021-04-191-6/+13
* hsts: remove unused definesDaniel Gustafsson2021-03-141-2/+0
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* misc: fix typosFabian Keil2021-01-111-2/+2
* hsts: remove debug code leftoversDaniel Stenberg2020-11-061-2/+0
* hsts: Remove pointless call to free in errorpathDaniel Gustafsson2020-11-051-1/+0
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
* hsts: add read/write callbacksDaniel Stenberg2020-11-031-7/+102
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-031-0/+430