summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: better replacement of LIBTOOL variable in scriptsgnutls_3_3_5Nikos Mavrogiannopoulos2014-06-267-7/+7
* tests: ship certs/Nikos Mavrogiannopoulos2014-06-261-1/+5
* added new symbolsNikos Mavrogiannopoulos2014-06-263-0/+20
* bumped versionNikos Mavrogiannopoulos2014-06-263-5/+5
* gnutls-serv: removed the --print-cert option; the cert was anyway being printed.Nikos Mavrogiannopoulos2014-06-262-10/+0
* doc updateNikos Mavrogiannopoulos2014-06-261-2/+0
* corrected typoNikos Mavrogiannopoulos2014-06-261-1/+1
* minitasn1: updated to version 4.0Nikos Mavrogiannopoulos2014-06-269-477/+244
* p11tool: updated documentationNikos Mavrogiannopoulos2014-06-261-6/+7
* p11tool: Warn when no --outfile has been specified on key generationNikos Mavrogiannopoulos2014-06-261-1/+7
* doc updateNikos Mavrogiannopoulos2014-06-261-0/+5
* tests: Added new tests on PKCS #12 structure generation and decoding.Nikos Mavrogiannopoulos2014-06-261-0/+61
* certtool: allow specifying the friendly name on the command line and use the ...Nikos Mavrogiannopoulos2014-06-264-9/+58
* p11tool: warn in more operations if --login is not specifiedNikos Mavrogiannopoulos2014-06-251-4/+8
* p11tool: No longer assume a default URL for operations.Nikos Mavrogiannopoulos2014-06-251-3/+2
* p11tool: Do not allow a newline as PIN.Nikos Mavrogiannopoulos2014-06-251-4/+4
* pkcs11: avoid callig _gnutls_bin2hex() when length is zero.Nikos Mavrogiannopoulos2014-06-251-1/+1
* updated thanks fileNikos Mavrogiannopoulos2014-06-181-1/+11
* clarified license textNikos Mavrogiannopoulos2014-06-181-2/+2
* gnutls-cli: Do not try to load the system CA trust if --insecure is specified.Nikos Mavrogiannopoulos2014-06-171-1/+5
* doc: more consistent use of pointer star.Nikos Mavrogiannopoulos2014-06-171-3/+3
* doc: Explain post-callback deallocation behavior for the SRP server callbackAttila Molnar2014-06-171-0/+5
* doc: Correct comment about ignoring certs in the SRP server exampleAttila Molnar2014-06-172-2/+8
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-169-28/+62
* treat the _gnutls_user_hello_func() output the same on resumed sessions.Nikos Mavrogiannopoulos2014-06-161-11/+18
* doc updateNikos Mavrogiannopoulos2014-06-161-0/+6
* Test the return code of gnutls_x509_trust_list_add_trust_file() when loading ...Nikos Mavrogiannopoulos2014-06-161-2/+9
* gnutls_x509_trust_list_add_trust_file(): returns the number of certificates p...Nikos Mavrogiannopoulos2014-06-161-1/+9
* p11tool: Allow marking a certificate as a CA.Nikos Mavrogiannopoulos2014-06-164-3/+21
* Added flag GNUTLS_PKCS11_OBJ_FLAG_MARK_CA.Nikos Mavrogiannopoulos2014-06-162-0/+10
* coding style: update the DCO textNikos Mavrogiannopoulos2014-06-151-3/+2
* doc: Corrections for gnutls_handshake_set_hook_function()Attila Molnar2014-06-151-3/+1
* doc: updated text for the ALPN experimental protocolsNikos Mavrogiannopoulos2014-06-091-4/+4
* doc: Avoid listing the extensions as they are duplicated in the section index.Nikos Mavrogiannopoulos2014-06-091-11/+1
* doc updateNikos Mavrogiannopoulos2014-06-091-0/+3
* tests: Added check for the interrupted post client hello.Nikos Mavrogiannopoulos2014-06-093-1/+192
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-094-85/+109
* use the new API for receiving dataNikos Mavrogiannopoulos2014-06-061-3/+4
* Adapted test to check gnutls_record_recv_packet().Nikos Mavrogiannopoulos2014-06-061-7/+15
* doc updateNikos Mavrogiannopoulos2014-06-061-0/+6
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-068-19/+154
* gnutls-cli-debug: Use proper HTTP requestNikos Mavrogiannopoulos2014-06-061-1/+1
* doc updateNikos Mavrogiannopoulos2014-06-061-0/+5
* When decoding of a DN string fails, treat it as unknown string and print its ...Nikos Mavrogiannopoulos2014-06-061-4/+9
* Print errors but avoid being verbose on stderrNikos Mavrogiannopoulos2014-06-051-12/+13
* certtool: avoid sizeof() on lbufferNikos Mavrogiannopoulos2014-06-051-1/+1
* certtool: ensure that allocated buffer has a minimum size of 64kb.Nikos Mavrogiannopoulos2014-06-051-1/+2
* certtool: Added option --stdout-infoNikos Mavrogiannopoulos2014-06-052-26/+43
* initialize iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1
* corrected the allocation size for CRL iterator.Nikos Mavrogiannopoulos2014-06-051-1/+1