summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow all ciphersuites in SSL3.0 when they are available in TLS1.0Nikos Mavrogiannopoulos2014-02-281-79/+79
* The default priority is reset to NORMALNikos Mavrogiannopoulos2014-02-281-1/+1
* Revert "the default priorities are reset to be NORMAL."Nikos Mavrogiannopoulos2014-02-281-1/+1
* mention SHA384 as MAC optionNikos Mavrogiannopoulos2014-02-281-1/+1
* documented the defaultsNikos Mavrogiannopoulos2014-02-282-2/+2
* the default priorities are reset to be NORMAL.Nikos Mavrogiannopoulos2014-02-281-1/+1
* Add required prioritiesNikos Mavrogiannopoulos2014-02-281-4/+4
* Preinitialize values; suggested by Sebastian Krahmer and Tomas Hoger.Nikos Mavrogiannopoulos2014-02-271-2/+2
* added doc on is_issuer() checksNikos Mavrogiannopoulos2014-02-271-0/+4
* removed not trusted message; reported by Michel Briand.Nikos Mavrogiannopoulos2014-02-261-4/+0
* updated for verification updatesNikos Mavrogiannopoulos2014-02-261-2/+2
* Updated verification functionNikos Mavrogiannopoulos2014-02-251-22/+33
* New option --stricttofu for gnutls-cliJens Lechtenboerger2014-02-232-5/+20
* moved priorities check to the first call only.Nikos Mavrogiannopoulos2014-02-221-3/+3
* removed duplicate definition; reported by Dennis Philipps.Nikos Mavrogiannopoulos2014-02-211-2/+0
* updated coding styleNikos Mavrogiannopoulos2014-02-211-3/+3
* doc updateNikos Mavrogiannopoulos2014-02-211-1/+1
* added certNikos Mavrogiannopoulos2014-02-201-0/+21
* corrected checkNikos Mavrogiannopoulos2014-02-201-1/+1
* combined timeout valuesNikos Mavrogiannopoulos2014-02-202-7/+9
* updatedNikos Mavrogiannopoulos2014-02-201-2/+4
* doc updateNikos Mavrogiannopoulos2014-02-201-3/+3
* When appending a name, ensure that we append to the end of the list.Nikos Mavrogiannopoulos2014-02-201-1/+5
* use gnutls_free()Nikos Mavrogiannopoulos2014-02-201-4/+4
* corrected email in texiNikos Mavrogiannopoulos2014-02-201-1/+1
* srp: Add resistance against guessing usernamesAttila Molnar2014-02-205-21/+135
* small artistic changesNikos Mavrogiannopoulos2014-02-201-25/+27
* check against the success valueNikos Mavrogiannopoulos2014-02-201-3/+3
* use bool types when needed.Nikos Mavrogiannopoulos2014-02-193-12/+14
* ensure failure when parsing fails.Nikos Mavrogiannopoulos2014-02-191-5/+6
* allow ip address as constraintNikos Mavrogiannopoulos2014-02-191-3/+4
* Added check for IPaddressNikos Mavrogiannopoulos2014-02-191-0/+6
* doc updateNikos Mavrogiannopoulos2014-02-191-2/+2
* Added tests for name constraints addition.Nikos Mavrogiannopoulos2014-02-191-8/+273
* better error printingNikos Mavrogiannopoulos2014-02-191-140/+140
* corrected empty name checkNikos Mavrogiannopoulos2014-02-191-2/+2
* Updated test for name constraints to include empty constraints names.Nikos Mavrogiannopoulos2014-02-192-0/+3
* pretty print empty DNSnamesNikos Mavrogiannopoulos2014-02-191-6/+7
* _gnutls_x509_read_value() can now read empty values.Nikos Mavrogiannopoulos2014-02-192-1/+9
* Allow empty names.Nikos Mavrogiannopoulos2014-02-191-2/+6
* removed debuggingNikos Mavrogiannopoulos2014-02-191-5/+0
* Added check for nullNikos Mavrogiannopoulos2014-02-191-0/+3
* If alternative names are found, don't bother checking the DN.Nikos Mavrogiannopoulos2014-02-191-16/+25
* Added tool to create a certificate chainNikos Mavrogiannopoulos2014-02-191-0/+84
* properly indent name constraintsNikos Mavrogiannopoulos2014-02-191-8/+8
* _gnutls_parse_general_name2() will return the expected dataNikos Mavrogiannopoulos2014-02-191-5/+3
* certtool allows setting name constraints.Nikos Mavrogiannopoulos2014-02-197-16/+152
* removed false warningsNikos Mavrogiannopoulos2014-02-192-1/+77
* simplify namesNikos Mavrogiannopoulos2014-02-191-3/+3
* Verify name constraints.Nikos Mavrogiannopoulos2014-02-192-9/+77