summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes found by lintian.Andreas Metzler2016-09-121-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-1110-179/+179
* avoid the usage of strncpyNikos Mavrogiannopoulos2016-09-111-2/+8
* removed signal.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* doc updateNikos Mavrogiannopoulos2016-09-111-3/+3
* tests/tools: avoid non-null check before free()Nikos Mavrogiannopoulos2016-09-111-2/+1
* gnutls-cli: use gnutls_set_default_priority if no priorities are givenNikos Mavrogiannopoulos2016-09-091-8/+17
* gnutls-serv: removed '...' from documentationNikos Mavrogiannopoulos2016-09-091-6/+1
* p11tool: eliminated memory leak in --list optionsNikos Mavrogiannopoulos2016-09-061-0/+2
* p11tool: do not mark written objects as private by defaultNikos Mavrogiannopoulos2016-09-062-5/+10
* tools: Use correct include dir with minitasnJussi Kukkonen2016-08-311-0/+1
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-263-2/+5
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-266-15/+17
* fix memleak in pkcs11_get_randomraspa02016-08-251-0/+1
* ocsptool: reduce memory leaks on executionocsp-fixNikos Mavrogiannopoulos2016-08-252-1/+18
* 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