summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ocsptool: corrected bug in session establishmentNikos Mavrogiannopoulos2016-08-241-3/+10
* src/pkcs11.c: fix mech_list out-of-bounds checkraspa02016-08-241-1/+1
* gnutls-cli: do not exit if fast open is not supportedstarttls-fixNikos Mavrogiannopoulos2016-08-221-2/+1
* gnutls-cli: added bufferring in starttls read of packetsNikos Mavrogiannopoulos2016-08-221-12/+29
* gnutls-cli: exit with error code 2 on starttls errorsNikos Mavrogiannopoulos2016-08-221-2/+2
* gnutls-cli: fixed the behavior when --starttls or --starttls-proto is givenNikos Mavrogiannopoulos2016-08-223-15/+27
* Fix HANDLE_LEAK and memory leak issues.SUMIT AGGARWAL2016-08-222-1/+6
* gnutls-cli: print 'Handshake was completed'Nikos Mavrogiannopoulos2016-08-222-2/+3
* x509: Separate out IP handling functionsMartin Ukrop2016-08-091-99/+10
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-081-1/+1
* 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