summaryrefslogtreecommitdiff
path: root/lib/vtls/x509asn1.c
Commit message (Expand)AuthorAgeFilesLines
* x509asn1: use plain %x, not %lx, when the arg is an intDaniel Stenberg2023-03-061-1/+1
* x509asn1.c: use correct format specifier for infof() callDaniel Stenberg2023-02-271-1/+1
* x509asn1: fix compile errors and warningsjonrumsey2023-01-051-2/+4
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* Revert "x509asn1: avoid freeing unallocated pointers"Daniel Stenberg2023-01-031-8/+9
* lib: use size_t or int etc instead of longsDaniel Stenberg2022-12-141-10/+9
* x509asn1: avoid freeing unallocated pointersDaniel Gustafsson2022-12-141-9/+8
* vtls: localization of state data in filtersStefan Eissing2022-11-221-13/+17
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-1/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* x509asn1: mark msnprintf return as uncheckedDaniel Gustafsson2022-05-111-1/+1
* x509asn1: make do_pubkey handle EC public keysSergey Markelov2022-05-051-8/+22
* hostcheck: reduce strlen calls on chained certificatesHenrik Holst2022-02-131-2/+5
* hostcheck: pass in pattern length too, to avoid a strlen callDaniel Stenberg2022-02-101-1/+1
* x509asn1: toggle off functions not needed for diff tls backendsDaniel Stenberg2022-02-051-25/+102
* lib: move hostcheck and x509sn1 sources to vtls/Daniel Stenberg2022-02-051-0/+1329