summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update gnulib files, use valgrind-tests module, fix syntax-check problems.Simon Josefsson2010-05-2825-89/+885
* Use correct hashing algorithms for DSA with q over 160 bits.Nikos Mavrogiannopoulos2010-05-254-24/+51
* Better checks in loops.Nikos Mavrogiannopoulos2010-05-241-2/+2
* Doc fix.Simon Josefsson2010-05-221-1/+1
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-1/+2
* Readd lost fix from Nikos.Simon Josefsson2010-05-221-0/+6
* Doc fixes.Simon Josefsson2010-05-221-1/+1
* Doc fix.Simon Josefsson2010-05-221-16/+8
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-22166-350/+350
* Change GNU TLS into GnuTLS.Simon Josefsson2010-05-222-7/+0
* Ignore parsing of ciphersuite or extensions when safe renegotiation is disabled.Nikos Mavrogiannopoulos2010-05-222-0/+7
* Remove gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set.Simon Josefsson2010-05-213-44/+0
* Documented behavioral change.Nikos Mavrogiannopoulos2010-05-181-2/+4
* Because we want to differentiate the behavior of serverNikos Mavrogiannopoulos2010-05-182-3/+33
* Emulate old gnutls behavior regarding safe renegotiation if the priority_* fu...Nikos Mavrogiannopoulos2010-05-181-0/+5
* Corrected typo. Reported by Clint Adams.Nikos Mavrogiannopoulos2010-05-111-1/+2
* Fix typo.Simon Josefsson2010-04-291-1/+1
* Improve renegotiation debug messages.Simon Josefsson2010-04-291-9/+17
* Remove debug code.Simon Josefsson2010-04-291-6/+0
* Bump versions.Simon Josefsson2010-04-222-2/+2
* Upgrade to libtasn1 version 2.6.Simon Josefsson2010-04-2110-301/+295
* Update gnulib files.Simon Josefsson2010-04-217-16/+53
* Fix compiler warning.Simon Josefsson2010-04-151-2/+1
* Indent code.Simon Josefsson2010-04-152-2/+3
* Use size_t instead of int for input variables that represent sizes.Nikos Mavrogiannopoulos2010-04-142-9/+8
* Free the priority structure on error. Reported by Paul Aurich.Nikos Mavrogiannopoulos2010-04-141-2/+4
* The string is colon separated. Reported by Paul Aurich.Nikos Mavrogiannopoulos2010-04-141-1/+1
* Fix indent bug.Simon Josefsson2010-04-141-1/+3
* More indentation.Simon Josefsson2010-04-1439-1631/+1749
* Indent code.Simon Josefsson2010-04-1432-626/+736
* Export new ABIs. Doc fixes for new APIs.Simon Josefsson2010-04-146-59/+122
* Doc fixes.Simon Josefsson2010-04-133-66/+68
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-1335-445/+749
* Add forgotten gnulib files, and fix .gitignore.Simon Josefsson2010-03-311-0/+152
* Sync with TP.Simon Josefsson2010-03-313-82/+1199
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-314-52/+54
* Update gnulib files.Simon Josefsson2010-03-3133-1242/+3187
* increased small value for certificates. Typical certificates are much longer ...Nikos Mavrogiannopoulos2010-03-271-1/+1
* Display postalCode and Name X.509 DN attributes correctly.Nikos Mavrogiannopoulos2010-03-204-0/+11
* Each ciphersuite is now tight with a minimum TLS version and a maximumNikos Mavrogiannopoulos2010-03-203-64/+67
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-176-3/+59
* INITIAL_SAFE_RENEGOTIATION implies SAFE_RENEGOTIATION.Nikos Mavrogiannopoulos2010-03-171-2/+6
* Added missing prototype.Nikos Mavrogiannopoulos2010-03-161-0/+2
* gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically.Nikos Mavrogiannopoulos2010-03-161-12/+5
* Handle dates before 1-1-1970 (handle as being equal to 1-1-1970).Nikos Mavrogiannopoulos2010-03-161-0/+3
* Safe renegotiation is not enabled by default in client side.Nikos Mavrogiannopoulos2010-03-153-1/+26
* better documentation for %INITIAL_SAFE_RENEGOTIATIONNikos Mavrogiannopoulos2010-03-151-1/+2
* Extended time verification to trusted certificate list as well. IntroducedNikos Mavrogiannopoulos2010-03-142-21/+67
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-114-75/+39
* Removed artificial constrained that prevented end-user certificates,Nikos Mavrogiannopoulos2010-03-071-3/+8