summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-054-1/+14
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-056-3/+19
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-0513-623/+23
* corrent error print in win32Nikos Mavrogiannopoulos2014-03-041-2/+2
* Changes to account for the reduced included gnulibNikos Mavrogiannopoulos2014-03-042-15/+18
* removed any dependencies to gnulib network stuffNikos Mavrogiannopoulos2014-03-041-7/+0
* avoid gnulib's insistence to replace strerrorNikos Mavrogiannopoulos2014-03-042-0/+6
* check the blacklist for certificates provided in gnutls_x509_trust_list_verif...Nikos Mavrogiannopoulos2014-03-021-0/+8
* print message before failing when the pull timeout function isn't replaced.Nikos Mavrogiannopoulos2014-03-021-1/+3
* Added NULL PSK ciphersuites with SHA1; suggested by Manuel Pégourié-Gonnard.Nikos Mavrogiannopoulos2014-03-021-0/+21
* 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
* the default priorities are reset to be NORMAL.Nikos Mavrogiannopoulos2014-02-281-1/+1
* 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 verification functionNikos Mavrogiannopoulos2014-02-251-22/+33
* 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
* combined timeout valuesNikos Mavrogiannopoulos2014-02-202-7/+9
* 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
* 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
* corrected empty name checkNikos Mavrogiannopoulos2014-02-191-2/+2
* 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
* 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
* properly indent name constraintsNikos Mavrogiannopoulos2014-02-191-8/+8
* _gnutls_parse_general_name2() will return the expected dataNikos Mavrogiannopoulos2014-02-191-5/+3
* removed false warningsNikos Mavrogiannopoulos2014-02-191-1/+1
* 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-193-0/+119
* Added support for e-mail constraints.Nikos Mavrogiannopoulos2014-02-191-35/+131
* Corrected check for present constraints in unsupported types.Nikos Mavrogiannopoulos2014-02-191-4/+6
* properly deinitialize name constraints structure.Nikos Mavrogiannopoulos2014-02-181-0/+1
* priority string flag VERIFY_ALLOW_X509_V1_CA_CRT is now a dummyNikos Mavrogiannopoulos2014-02-181-1/+1
* reinitialize the handshake timers when gnutls_handshake() is called.Nikos Mavrogiannopoulos2014-02-182-1/+5
* doc updateNikos Mavrogiannopoulos2014-02-181-2/+2
* Allow multiple flags in gnutls_x509_crt_get_name_constraints()Nikos Mavrogiannopoulos2014-02-182-5/+8
* Do not deinitialize the constraints structure when reading the constraints fa...Nikos Mavrogiannopoulos2014-02-181-10/+0