summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added GNUTLS_PK_DH to differentiate in the generation of parameters with PK_DSANikos Mavrogiannopoulos2010-07-245-28/+31
* Corrected wrong descriptions of security levels.Nikos Mavrogiannopoulos2010-07-241-2/+2
* use RSA-SHA1 as an indicator of RSA certificates.Nikos Mavrogiannopoulos2010-07-241-0/+1
* Fix DSA key values to avoid generating normal and reporting them as low.Nikos Mavrogiannopoulos2010-07-241-2/+2
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-2311-71/+134
* Simplified documentation.Nikos Mavrogiannopoulos2010-07-231-43/+12
* Follow ECRYPT II recommendations.Nikos Mavrogiannopoulos2010-07-231-6/+9
* Updated documentation and gnutls_pk_params_t mappings to ECRYPT II recommenda...Nikos Mavrogiannopoulos2010-07-234-48/+60
* HMAC-MD5 deprecated according to ECRYPT II yearly report (2009-2010) recommen...Nikos Mavrogiannopoulos2010-07-231-2/+0
* added missing file key-subca-dsa.pemNikos Mavrogiannopoulos2010-07-231-1/+1
* ignore html errors otherwise make dist doesn't work.Nikos Mavrogiannopoulos2010-07-221-1/+1
* updated NEWSNikos Mavrogiannopoulos2010-07-221-1/+4
* Added option for certtool to print certificate public key.Nikos Mavrogiannopoulos2010-07-225-121/+142
* Added SIG_RSA_MD5_OID as an indicator of RSA. Some microsoft products were us...Nikos Mavrogiannopoulos2010-07-211-1/+2
* Added RSA with SHA224.Nikos Mavrogiannopoulos2010-07-192-0/+3
* Added blinding to RSA decryption AND signing. Will stay there until it is mov...Nikos Mavrogiannopoulos2010-07-171-4/+17
* fixedNikos Mavrogiannopoulos2010-07-111-2/+3
* Added support for EGD daemon in nettle's RNG. It is used if /dev/urandomNikos Mavrogiannopoulos2010-07-115-6/+345