summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added gnutls_x509_name_constraints_check_crtNikos Mavrogiannopoulos2014-02-194-0/+120
* Added support for e-mail constraints.Nikos Mavrogiannopoulos2014-02-193-41/+206
* Added more constraints tests for unsupported structures.Nikos Mavrogiannopoulos2014-02-191-9/+25
* Corrected check for present constraints in unsupported types.Nikos Mavrogiannopoulos2014-02-191-4/+6
* fix small leakNikos Mavrogiannopoulos2014-02-181-0/+1
* When verifying a response and a signer isn't provided assume that the signer ...Nikos Mavrogiannopoulos2014-02-181-75/+92
* When sending a nonce in OCSP check if it is available on the reply.Nikos Mavrogiannopoulos2014-02-185-36/+100
* properly deinitialize name constraints structure.Nikos Mavrogiannopoulos2014-02-181-0/+1
* Verify in example that the sent nonce matches the received nonce.Nikos Mavrogiannopoulos2014-02-181-13/+23
* Added missing fileNikos Mavrogiannopoulos2014-02-181-0/+245
* priority string flag VERIFY_ALLOW_X509_V1_CA_CRT is now a dummyNikos Mavrogiannopoulos2014-02-181-1/+1