summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: remove dead assignmentsDaiki Ueno2020-09-182-3/+3
* build: ignore pointless -Wformat-nonliteral warningtmp-gnulibDaiki Ueno2020-09-171-0/+3
* build: ignore pointless -Wformat-y2k warningDaiki Ueno2020-09-171-0/+3
* src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cl...Sahana Prasad2020-09-022-4/+200
* improve gnutls-serv EOL processingAlbrecht Dreß2020-08-292-3/+13
* Merge branch 'tmp-typo-fixes' into 'master'Daiki Ueno2020-08-144-5/+5
|\
| * doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-124-5/+5
* | Merge branch 'tmp-cert-invalid' into 'master'Daiki Ueno2020-08-141-1/+4
|\ \
| * | serv, cli: ensure that invalid flag is always settmp-cert-invalidDaiki Ueno2020-08-121-1/+4
| |/
* | Merge branch 'tmp-fix-cert-pass' into 'master'Daiki Ueno2020-08-142-1/+11
|\ \ | |/ |/|
| * p12: do not encrypt encrypt certificate bag with empty passwordtmp-fix-cert-passDmitry Baryshkov2020-05-281-1/+2
| * certtool: do not ask for private key password if it was providedDmitry Baryshkov2020-05-281-0/+9
* | Merge branch 'tmp-enum' into 'master'Dmitry Baryshkov2020-06-151-3/+3
|\ \