summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
* Prefer HTTPS to HTTP in URLsStefan Kangas2022-12-271-1/+1
* srp: provide stubs of public functions even if SRP is disabledDaiki Ueno2022-12-162-0/+6
* Merge branch 'wip/dueno/memleak-fixes' into 'master'Daiki Ueno2022-12-071-1/+3
|\
| * src: fix memory leak in print_rawpk_infoDaiki Ueno2022-11-281-1/+3
* | Merge branch 'wip/dueno/ktls-fixes2' into 'master'Daiki Ueno2022-11-301-0/+10
|\ \
| * | src: print KTLS enablement status in gnutls-serv/gnutls-cliDaiki Ueno2022-11-281-0/+10
| |/
* | build: suppress GCC analyzer warningsDaiki Ueno2022-11-222-7/+9
|/
* Reduce sensitive languageZoltan Fridrich2022-09-201-2/+2
* Report system config file location via gnutls-cliZoltan Fridrich2022-09-121-0/+1
* src: request tls-exporter only when unique master secrets are usedDaiki Ueno2022-08-291-19/+46
* srptool: resurrect default value for -iDaiki Ueno2022-08-181-2/+3
* socket: only set pull/push functions when --save-*-trace is usedDaiki Ueno2022-07-271-8/+8
* src: add __attribute__((malloc)) to safe_open_rwDaiki Ueno2022-07-201-0/+2
* src: add NULL check on return value of realloc used in testsDaiki Ueno2022-07-201-1/+7
* gnutls-cli, gnutls-serv: print supported channel bindingZoltan Fridrich2022-04-281-2/+2
* cligen: update git submoduleDaiki Ueno2022-04-151-3/+3
* cli, serv: allow multiple --compress-cert optionsDaiki Ueno2022-03-156-36/+38
* Make option specification type-safeDaiki Ueno2022-03-1013-3163/+2394
* Add compress_certificate extension (RFC8879)Zoltan Fridrich2022-03-016-1/+79
* certtool --generate-privkey: update warnings on RSA key sizesDaiki Ueno2022-02-031-3/+15
* gen-getopt.py: avoid struct member name clash with C keywordsDaiki Ueno2022-01-281-0/+20
* cli: add --list-config optionDaiki Ueno2022-01-172-1/+15
* src: avoid overriding noinst_PROGRAMSDaiki Ueno2022-01-161-4/+3
* src: remove AutoGen .def filesDaiki Ueno2022-01-1512-4006/+0
* src: remove included copy of liboptsDaiki Ueno2022-01-1571-23059/+0
* src: replace autoopts/libopts with minimal config parserDaiki Ueno2022-01-154-121/+614
* src: generate option handling code from JSONDaiki Ueno2022-01-1426-185/+3236
* certtool: --to-p12: use modern algorithms by defaultDaiki Ueno2022-01-072-5/+1
* p11tool: add --mark-always-authenticate optionAlon Bar-Lev2022-01-032-0/+11
* Port openconnect TPM2 codeNikos Mavrogiannopoulos2021-11-131-0/+4
* certtool: add x448 and x25519 for --key-typeDaniel Kahn Gillmor2021-09-172-1/+5
* certtool: when making X25519 or X448 certs, always use "key agreement"Daniel Kahn Gillmor2021-09-171-0/+4
* Enable X25519 and X448 everywhere that EdDSA is supported.Daniel Kahn Gillmor2021-09-172-1/+4
* build: remove tautological if conditionsDaiki Ueno2021-09-091-1/+1
* p11tool: mention how CKA_IDs of certs are calculated upon --writeDaiki Ueno2021-06-111-2/+3
* certtool: order DN components by scale.Daniel Kahn Gillmor2021-05-281-11/+11
* serv: stop setting AI_ADDRCONFIG on getaddrinfoDaiki Ueno2021-05-141-5/+1
* systemkey: remove unused --inder and --infile optionsDaiki Ueno2021-05-132-29/+3
* srptool: add missing fclose on error pathDaiki Ueno2021-05-131-0/+2
* gnutls-serv: use only async-signal-safe functions in signal handlerDaiki Ueno2021-05-111-1/+1
* certtool: tighten allocation checkDaiki Ueno2021-05-111-0/+1
* psktool: tighten allocation checkDaiki Ueno2021-05-111-1/+5
* spelling: The possessive pronoun "its" has no apostrophe.Daniel Kahn Gillmor2021-05-052-4/+4
* certtool: Align warning about --provable with actual codeDaniel Kahn Gillmor2021-05-041-1/+1
* certtool: fix parsing of --verify-profile optionDaiki Ueno2021-05-031-1/+1
* certtool: don't copy CRL distribution point from CA certDaiki Ueno2021-04-281-3/+1
* Add AF_ALG accelerationStephan Mueller2021-04-201-1/+1
* src: avoid file descriptor leak in socket_open2Daiki Ueno2021-03-151-1/+8
* gnutls-cli-debug: avoid resource leak in saving DHE paramsDaiki Ueno2021-03-151-3/+12