summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-2610-125/+185
* gnutls-cli: added example usage of TCP fastopenTim Ruehsen2016-07-264-11/+55
* certtool: added the ability to encode arbitrary extensionsNikos Mavrogiannopoulos2016-07-143-21/+84
* certtool: added options to set arbitrary extensions to certificates and requestsNikos Mavrogiannopoulos2016-07-134-0/+100
* p11tool: do not return from void functionsNikos Mavrogiannopoulos2016-06-281-2/+2
* gnutls-cli-debug: replaced draft-ietf-tls-chacha20-poly1305-04 with RFC7905Nikos Mavrogiannopoulos2016-06-221-1/+1
* gnutls-cli: benchmark the memcpy performance to compare with ciphersNikos Mavrogiannopoulos2016-06-213-33/+108
* tools: avoid using deprecated typesNikos Mavrogiannopoulos2016-06-142-2/+2
* certtool: allow copying specific certificate request extensions to certificateNikos Mavrogiannopoulos2016-06-144-4/+34
* gnutls-cli: --save-ocsp will work even if verification failsNikos Mavrogiannopoulos2016-06-021-0/+1
* certtool: doc updateNikos Mavrogiannopoulos2016-05-311-0/+1
* tools: modify canonicalize_host to not depend on in6_addrNikos Mavrogiannopoulos2016-05-301-1/+1
* tools: allow specifying a hostname with a port attachedNikos Mavrogiannopoulos2016-05-304-7/+33
* doc: document tls_feature option in the sample templateNikos Mavrogiannopoulos2016-05-301-0/+8
* Implement setting the TLS features extension on certificates via certtool's t...Tim Kosse2016-05-303-0/+58
* Typo fix: auxilary -> auxiliary [ci skip]Andreas Metzler2016-05-291-1/+1
* gnutls-cli: allow operation with stdin inputNikos Mavrogiannopoulos2016-05-193-3/+50
* systemkey: corrected help outputNikos Mavrogiannopoulos2016-05-182-10/+8
* gnutls-cli: corrected check for OCSP verification successNikos Mavrogiannopoulos2016-05-171-1/+1
* certtool: handle empty CNs on verificationNikos Mavrogiannopoulos2016-05-101-3/+8
* gnutls-serv: sending alerts on mismatched SNI namesHubert Kario2016-05-062-0/+102
* certtool: eliminated memory leaks in DH parameter printing/generation.Nikos Mavrogiannopoulos2016-04-283-1/+10
* certtool: combined all the seed decoding methods to a single oneNikos Mavrogiannopoulos2016-04-283-43/+44
* certtool: allow specifying seed size when generating provable DH parametersNikos Mavrogiannopoulos2016-04-283-12/+49
* gnutls-cli-debug: added tests for supported curvesNikos Mavrogiannopoulos2016-04-243-17/+56
* gnutls-cli: enhanced KX benchmark with X25519Nikos Mavrogiannopoulos2016-04-241-11/+12
* gnutls-cli-debug: added CHACHA20-POLY1305 detectionNikos Mavrogiannopoulos2016-04-243-6/+23
* certtool: document sha3 functions in manpage [ci skip]Nikos Mavrogiannopoulos2016-04-191-1/+1
* doc: added missing @end example in danetool documentationNikos Mavrogiannopoulos2016-04-191-0/+1
* gnutls-cli-debug: enable socket verbosity when --verbose is givenNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: explicitly initialize socket struct to zeroNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: avoid extracting the value of the app-proto aliasNikos Mavrogiannopoulos2016-04-192-6/+6
* tools: document the starttls capabilityNikos Mavrogiannopoulos2016-04-193-2/+15
* tools: avoid relying on static buffers for service nameNikos Mavrogiannopoulos2016-04-184-11/+15
* danetool: Allow specifying a service name into port optionNikos Mavrogiannopoulos2016-04-183-25/+24
* gnutls-serv: don't send closure messages in failed handshakesNikos Mavrogiannopoulos2016-04-181-1/+6
* doc: updated docs related to private key generationNikos Mavrogiannopoulos2016-04-141-1/+1
* certtool: do not allow combining --provable with --ecc in key generationNikos Mavrogiannopoulos2016-04-141-0/+6
* danetool: corrected typo in manual [ci skip]Nikos Mavrogiannopoulos2016-04-121-1/+1
* crywrap: was removed from gnutls toolsNikos Mavrogiannopoulos2016-04-096-1273/+0
* certtool: allow generating IP name constraintsNikos Mavrogiannopoulos2016-04-052-1/+135
* ocsptool: use HTTP/1.0 for requestsNikos Mavrogiannopoulos2016-04-021-1/+1
* certtool: added flag to allow verification using broken algorithmsNikos Mavrogiannopoulos2016-03-312-4/+21
* ocsptool: eliminated memory leaks in verify-response optionNikos Mavrogiannopoulos2016-03-241-0/+4
* ocsptool: don't exit with error code on verification failures when --ignore-e...Nikos Mavrogiannopoulos2016-03-241-2/+2
* ocsptool: exit with error on verification failuresNikos Mavrogiannopoulos2016-03-231-2/+7
* ocsptool: Allow saving responses even if verification failsNikos Mavrogiannopoulos2016-03-232-2/+8
* gnutls-cli: corrected usage of gnutls_session_get_data()Nikos Mavrogiannopoulos2016-03-213-13/+26
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-151-12/+14
* certtool: better error handling in file_size()Nikos Mavrogiannopoulos2016-03-111-2/+8