summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* No longer use is_fatal() during handshake. Explicitely treatNikos Mavrogiannopoulos2010-09-231-1/+6
* fflush stdout and stderr before the call to setbuf. This fixes issue in solar...Nikos Mavrogiannopoulos2010-09-231-0/+3
* documented changeNikos Mavrogiannopoulos2010-09-201-0/+8
* Corrected bug in wrap_nettle_pk_fixup that was importing DSA keys are RSA ones.Nikos Mavrogiannopoulos2010-09-191-1/+1
* indented some codeNikos Mavrogiannopoulos2010-09-192-282/+314
* updated revisionNikos Mavrogiannopoulos2010-09-191-1/+1
* Add an OpenPGP authentication unit test.Ludovic Courtès2010-09-193-6/+290
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-1717-774/+659
* Add gnutls_assert_val idiom.Jonathan Bastien-Filiatrault2010-09-171-0/+17
* updated for 2.11.1Nikos Mavrogiannopoulos2010-09-143-14/+14
* Added 3 levels of details in PKCS #11 URLs.Nikos Mavrogiannopoulos2010-09-108-150/+160
* Documented changes.Nikos Mavrogiannopoulos2010-09-101-0/+3
* Be liberal in the PEM decoding. That is spaces and tabs are being skipped.Nikos Mavrogiannopoulos2010-09-101-8/+4
* Fully mbufferize _gnutls_read and _gnutls_read_buffered.Jonathan Bastien-Filiatrault2010-09-091-40/+37
* mbuffers: Add _mbuffer_xfree operation.Jonathan Bastien-Filiatrault2010-09-091-1/+16
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-095-73/+65
* Parenthesize size calculations.Jonathan Bastien-Filiatrault2010-09-091-2/+2
* mbuffers: Add mbuffer_linearize.Jonathan Bastien-Filiatrault2010-09-092-0/+40
* mbuffers: fix wrong size calculation.Jonathan Bastien-Filiatrault2010-09-091-1/+1
* mbuffers: Make _mbuffer_remove_bytes return a meaningful error code.Jonathan Bastien-Filiatrault2010-09-091-1/+4
* mbuffers: Document the internal mbuffer API.Jonathan Bastien-Filiatrault2010-09-091-0/+85
* updated NEWS.Nikos Mavrogiannopoulos2010-09-081-0/+2
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-0811-137/+297
* When the %COMPAT flag is specified, larger records that would otherwise viola...Nikos Mavrogiannopoulos2010-09-014-3/+9
* Show which option is the default for command line tools.Brad Hards2010-08-292-2/+2
* prevent a memory leak in the unique_id functions.Nikos Mavrogiannopoulos2010-08-201-4/+10
* As identified in a previous mail, I've added support for accessing / displayingBrad Hards2010-08-206-1/+285
* By default lowat is set to zero.Nikos Mavrogiannopoulos2010-08-202-1/+5
* Revert "When scanning for terminator character for PKCS #11 URLs ignore escap...Nikos Mavrogiannopoulos2010-08-191-3/+1
* Added Sjoerd.Nikos Mavrogiannopoulos2010-08-181-1/+1
* libnettle is the default crypto library.Nikos Mavrogiannopoulos2010-08-182-25/+34
* oldstate var removed.Nikos Mavrogiannopoulos2010-08-181-1/+0
* mini-eagain will fail with EAGAIN error one every two attempts. That is to re...Nikos Mavrogiannopoulos2010-08-171-33/+38
* Remember the amount of user data we're sending outSjoerd Simons2010-08-172-1/+9
* Check whether the error is fatal in more casesSjoerd Simons2010-08-171-6/+6
* Add state for flushing the handshake bufferSjoerd Simons2010-08-172-5/+7
* Fix warning.Simon Josefsson2010-08-011-0/+1
* Define HAVE_GCRYPT when using gcrypt. nettle is no longer marked as unsupported.Nikos Mavrogiannopoulos2010-07-291-1/+2
* Added Camellia-128/256, SHA-224/384/512 and support for DSA2 when using nettle.Nikos Mavrogiannopoulos2010-07-298-16/+132
* When scanning for terminator character for PKCS #11 URLs ignore escaped \;.Nikos Mavrogiannopoulos2010-07-281-1/+3
* Modified the example to work in TLS 1.2.Nikos Mavrogiannopoulos2010-07-261-2/+2
* Added RSA_NULL_SHA1 and SHA256 ciphersuites.Nikos Mavrogiannopoulos2010-07-262-2/+15
* When signature algorithms extension is not received allow SHA1 and SHA256.Nikos Mavrogiannopoulos2010-07-261-4/+13
* NULL MAC renamed to MAC-NULLNikos Mavrogiannopoulos2010-07-261-1/+1
* Avoid fixed size buffers (now handles the big >100 SAN cert).Simon Josefsson2010-07-251-12/+37
* Generated.Simon Josefsson2010-07-251-3/+7
* Re-add old NEWS entries.Simon Josefsson2010-07-251-0/+57
* Doc fix.Simon Josefsson2010-07-251-4/+4
* Do not trust fbase64_decode to return 0 on success.Nikos Mavrogiannopoulos2010-07-241-1/+1
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-244-26/+27