summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generated.gnutls_2_9_10Simon Josefsson2010-04-221-3/+1748
|
* Version 2.9.10.Simon Josefsson2010-04-221-1/+1
|
* Upgrade to libtasn1 version 2.6.Simon Josefsson2010-04-2111-302/+296
|
* Update gnulib files.Simon Josefsson2010-04-2117-73/+121
|
* Structure fork check together.Simon Josefsson2010-04-211-1/+1
|
* Fix compiler warning.Simon Josefsson2010-04-151-2/+1
|
* Update gnulib files.Simon Josefsson2010-04-154-55/+66
|
* 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-1448-1697/+1814
|
* Add.Simon Josefsson2010-04-141-6/+17
|
* Add.Simon Josefsson2010-04-141-5/+10
|
* Add.Simon Josefsson2010-04-141-3/+13
|
* Generated.Simon Josefsson2010-04-141-0/+1
|
* Indent code.Simon Josefsson2010-04-1477-1082/+1479
|
* Export new ABIs. Doc fixes for new APIs.Simon Josefsson2010-04-147-60/+123
|
* Disable self-test temporarily until we make it work cross-platform.Simon Josefsson2010-04-141-1/+1
|
* Doc fixes.Simon Josefsson2010-04-134-87/+90
|
* Generated.Simon Josefsson2010-04-132-40/+26
|
* Ignore c++defs.h.Simon Josefsson2010-04-131-2/+2
|
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-1394-1049/+1760
|
* Add forgotten gnulib files, and fix .gitignore.Simon Josefsson2010-03-313-8/+311
|
* Add.Simon Josefsson2010-03-311-2/+2
|
* Sync with TP.Simon Josefsson2010-03-313-82/+1199
|
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-3111-151/+153
|
* Update gnulib files.Simon Josefsson2010-03-3189-2612/+6791
|
* Check for what we use. Bump serial.Simon Josefsson2010-03-301-2/+2
|
* Valgrind -q is now set by the valgrind detection script to avoid issue when ↵Nikos Mavrogiannopoulos2010-03-302-1/+2
| | | | running tests without valgrind.
* increased small value for certificates. Typical certificates are much longer ↵Nikos Mavrogiannopoulos2010-03-271-1/+1
| | | | than that.
* Reduced several unneeded messages during the make check procedure.Nikos Mavrogiannopoulos2010-03-2038-407/+408
| | | | Verbose messages can be obtained with --verbose.
* use mv -f to avoid interactiveness.Nikos Mavrogiannopoulos2010-03-201-7/+7
|
* Modified to account for postalcode.Nikos Mavrogiannopoulos2010-03-201-1/+1
|
* added news entry for postalcode.Nikos Mavrogiannopoulos2010-03-201-0/+3
|
* Display postalCode and Name X.509 DN attributes correctly.Nikos Mavrogiannopoulos2010-03-204-0/+11
| | | | Based on patch by Pavan Konjarla.
* Each ciphersuite is now tight with a minimum TLS version and a maximumNikos Mavrogiannopoulos2010-03-205-90/+109
| | | | | | one. It is valid if it is between (and including) those. This was added to deprecate TLS_RSA_EXPORT_WITH_RC4_40_MD5 which is not available with TLS 1.1. Reported by Adrian F. Dimcev.
* Ignore more files.Nikos Mavrogiannopoulos2010-03-201-0/+8
|
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-178-16/+82
| | | | certificate before the handshake is completed.
* Use the flags for expiration instead of getting the time of each certificate.Nikos Mavrogiannopoulos2010-03-172-34/+14
|
* Mention datefudge.Simon Josefsson2010-03-171-0/+2
|
* Skip test if datefudge is not available.Simon Josefsson2010-03-171-1/+1
|
* INITIAL_SAFE_RENEGOTIATION implies SAFE_RENEGOTIATION.Nikos Mavrogiannopoulos2010-03-171-2/+6
|
* Added missing prototype.Nikos Mavrogiannopoulos2010-03-161-0/+2
|
* made SAFE_RENEGOTIATION flags explicit.Nikos Mavrogiannopoulos2010-03-161-5/+5
|
* gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically.Nikos Mavrogiannopoulos2010-03-162-26/+17
| | | | | | | | | That means that gnutls_x509_crt_verify() will now check dates as well. Certool --verify-chain will use the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flag to gnutls_x509_crt_verify() to force verification even if certificates are the same. The only exception is at the final certificate (self-checking) where the extra flag GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT is specified to allow for v1 CA certificates.
* Handle dates before 1-1-1970 (handle as being equal to 1-1-1970).Nikos Mavrogiannopoulos2010-03-161-0/+3
|
* Fail if required programs are not found.Nikos Mavrogiannopoulos2010-03-161-1/+2
|
* Safe renegotiation is not enabled by default in client side.Nikos Mavrogiannopoulos2010-03-156-8/+37
|