summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* srptool: avoid FILE pointer leak on errorDaiki Ueno2021-03-151-2/+2
* x509: rework issuer callbackDaiki Ueno2020-11-191-9/+8
* src: remove use of siginterruptDaiki Ueno2020-11-041-3/+5
* psktool: Fix hex-encoding logic of usernameDaiki Ueno2020-10-311-4/+11
* srptool: fix FILE pointer leakDaiki Ueno2020-10-301-1/+1
* psktool: encode username if it contains special characterDaiki Ueno2020-10-301-32/+70
* serv: use only async-signal-safe functions in signal handlerstmp-src-fixesDaiki Ueno2020-10-181-1/+12
* serv: peer_print_info: add overflow check on reallocDaiki Ueno2020-10-181-9/+15
* serv: replace our own list implementation with Gnulib's gl_listDaiki Ueno2020-10-184-490/+84