summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Increase max handshake packet size.Simon Josefsson2008-04-291-2/+2
* (_gnutls_psk_pwd_find_entry): Call fclose after fopen.Simon Josefsson2008-04-031-1/+3
* corrected string handling in parse_general_name. Thanks to Andreas Metzler fo...Nikos2008-02-171-1/+3
* Increased the default certificate verification chain limits and allowedNikos2008-02-173-4/+5
* corrected previous fix in priorities handling.Nikos2008-02-171-3/+2
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-174-32/+16
* null terminate only printable strings.Nikos2008-02-151-5/+29
* Applied patch to fix the NONE parameters. By Laurence Withers <l@lwithers.me.uk>Nikos2008-02-131-1/+6
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-164-11/+39
* Fix for certificate selection in servers with certificate callbacks.Nikos2007-12-151-14/+17
* Revert "If the server has a callback, the search for a valid certificate will...Simon Josefsson2007-12-141-2/+1
* If the server has a callback, the search for a valid certificate will fail.Simon Josefsson2007-12-131-1/+2
* Bump versions.Simon Josefsson2007-12-101-1/+1
* user_hello_func is call always. Even when resuming a session.Nikos2007-12-093-35/+41
* It seems we were ahead of our time.System User2007-12-061-1/+1
* Revert "We now ignore received packets with unknown content types"System User2007-12-061-8/+28
* Doc fix.esSimon Josefsson2007-12-061-53/+52
* Typo fix.Simon Josefsson2007-12-061-1/+1
* documentation updatesNikos2007-12-041-2/+2
* Indent.Simon Josefsson2007-12-031-40/+41
* added check for null prioritiesNikos2007-12-031-0/+7
* added gnutls_x509_crt_get_subject_alt_name2 to overcome some limitations ofNikos2007-12-021-8/+40
* (no commit message)Nikos2007-12-021-1/+1
* get_subject_alt_name() returns null terminated strings.Nikos2007-12-021-2/+5
* Depend on libgcrypt 1.2.4 again (lose DSA2 functionality).Nikos2007-11-301-0/+7
* Added SECURE256 and SECURE128 level.Nikos2007-11-301-8/+31
* (no commit message)Nikos2007-11-281-2/+2
* fixed typeNikos2007-11-281-1/+1
* more assertions.Nikos2007-11-281-0/+1
* more assertionsNikos2007-11-281-3/+10
* added assertion.Nikos2007-11-281-2/+7
* more updates for priority functions.Nikos2007-11-281-5/+5
* Return the string position in case of an error in the priority functions.Nikos2007-11-282-14/+16
* Typo.Simon Josefsson2007-11-281-1/+1
* Give example for %COMPAT.Simon Josefsson2007-11-281-1/+2
* Rename HIGH to SECURE.Simon Josefsson2007-11-281-20/+16
* Re-add aes-256 so we don't fail to negotiate it in case end only supports it.Simon Josefsson2007-11-281-1/+10
* Doc fixes. Fix warnings.Simon Josefsson2007-11-281-35/+37
* Re-indent.Simon Josefsson2007-11-281-61/+74
* Re-add gnutls_set_default_priority and gnutls_set_default_export_priority.Simon Josefsson2007-11-281-0/+49
* (no commit message)Nikos Mavrogiannopoulos2007-11-261-1/+1
* corrected bug in the new read_mpisNikos Mavrogiannopoulos2007-11-251-1/+3
* export_int was simplified are no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-259-40/+19
* variables for the time functions are not more rational.Nikos Mavrogiannopoulos2007-11-251-3/+7
* in RSA certificate parameters no artificial limits are imposed any moreNikos Mavrogiannopoulos2007-11-252-30/+36
* corrected documentationNikos Mavrogiannopoulos2007-11-251-5/+4
* added support for PKCS #8 decoding of DSA keys.Nikos Mavrogiannopoulos2007-11-255-77/+156
* added ability to write DSA private keys.Nikos Mavrogiannopoulos2007-11-242-36/+120
* We now ignore received packets with unknown content typesNikos Mavrogiannopoulos2007-11-241-28/+8
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-243-120/+132