summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When verifying check for the same certificate in the trusted list, not only t...Nikos Mavrogiannopoulos2014-04-031-0/+23
* Added priority string %DISABLE_WILDCARDS.Nikos Mavrogiannopoulos2014-04-022-0/+5
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-0211-13/+83
* doc updateNikos Mavrogiannopoulos2014-04-011-1/+2
* Print the SHA256 fingerprint of the certificate in addition to SHA1.Nikos Mavrogiannopoulos2014-04-011-4/+3
* doc updateNikos Mavrogiannopoulos2014-03-311-5/+5
* simplified gnutls_certificate_client_get_request_status() - no error is possi...Nikos Mavrogiannopoulos2014-03-311-2/+1
* doc updateNikos Mavrogiannopoulos2014-03-311-2/+2
* cleaned up documentation of gnutls_record_send()Nikos Mavrogiannopoulos2014-03-311-10/+10
* make gnutls_record_uncork() more DTLS friendly.Nikos Mavrogiannopoulos2014-03-281-1/+14
* using the SYSTEM priority string will fail if there is no system fileNikos Mavrogiannopoulos2014-03-271-15/+16
* The %COMPAT keyword no longer reduces security.Nikos Mavrogiannopoulos2014-03-272-2/+15
* fixed gdoc documentationNikos Mavrogiannopoulos2014-03-275-6/+6
* use isascii instead of isprint for internationalized name detectionNikos Mavrogiannopoulos2014-03-271-1/+1
* add a check for invalid DH parameters.Nikos Mavrogiannopoulos2014-03-261-0/+6
* Severely simplified hostname matching.Nikos Mavrogiannopoulos2014-03-215-26/+47
* use commit suffix for functions that return a status code.Nikos Mavrogiannopoulos2014-03-213-15/+13
* Simplifications in the RNG code.Nikos Mavrogiannopoulos2014-03-202-19/+32
* renamed some of the newly introduced functionsNikos Mavrogiannopoulos2014-03-209-135/+135
* set the invalid flag when the owner is unexpected.Nikos Mavrogiannopoulos2014-03-201-1/+1
* Changed the behaviour in wildcard acceptance in certificates.Nikos Mavrogiannopoulos2014-03-192-0/+11
* ship the gperf file and the generated one.Nikos Mavrogiannopoulos2014-03-191-2/+4
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-1915-1800/+4177
* Corrected error checking in _gnutls_x509_ext_gen_proxyCertInfoNikos Mavrogiannopoulos2014-03-141-3/+3
* Only check PK compatibility in client side but also when using openpgp certs.Nikos Mavrogiannopoulos2014-03-111-0/+9
* corrected initializerNikos Mavrogiannopoulos2014-03-111-2/+2
* shortend static function names.Nikos Mavrogiannopoulos2014-03-111-190/+121
* verify that the algorithm of the received certificate matches the expected.Nikos Mavrogiannopoulos2014-03-113-15/+56
* The xssl experimental library was removed.Nikos Mavrogiannopoulos2014-03-106-1033/+1
* Added option to enable linking with nettle-miniNikos Mavrogiannopoulos2014-03-091-2/+1
* re-enabled certificate verificationNikos Mavrogiannopoulos2014-03-081-1/+5
* ciphersuites that utilize SHA256 or SHA384 are only available in TLS 1.0Nikos Mavrogiannopoulos2014-03-081-39/+39
* stricter type usageNikos Mavrogiannopoulos2014-03-0822-55/+63
* explicit type conversions when neededNikos Mavrogiannopoulos2014-03-085-50/+51
* more fixes due to clangNikos Mavrogiannopoulos2014-03-087-9/+12
* silence some warningsNikos Mavrogiannopoulos2014-03-081-2/+2
* clang warning fixesNikos Mavrogiannopoulos2014-03-084-7/+16
* more type separationNikos Mavrogiannopoulos2014-03-071-7/+12
* more type separationNikos Mavrogiannopoulos2014-03-071-8/+9
* separated types for easier verificationNikos Mavrogiannopoulos2014-03-071-26/+29
* Ensure failure when no base64 data have been read. Suggested by Ramkumar Chin...Nikos Mavrogiannopoulos2014-03-061-6/+11
* xssl compilation fix; patch by Colin LeroyNikos Mavrogiannopoulos2014-03-061-1/+1
* Fixed checking the length of a null stringJason Spafford2014-03-061-3/+3
* 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