summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Made error code consistent with the other text parsing functions.Nikos Mavrogiannopoulos2012-11-011-3/+13
* Add support for DTLS-SRTP profile negotiation (RFC 5764)Martin Storsjo2012-11-0110-1/+2020
* better docNikos Mavrogiannopoulos2012-10-311-4/+4
* mention that GNUTLS_CERT_INVALID flag is deprecated by GNUTLS_CERT_SIGNER_NOT...Nikos Mavrogiannopoulos2012-10-311-1/+2
* updated gnutls_certificate_verification_status_print() presentationNikos Mavrogiannopoulos2012-10-312-30/+28
* server_name: Store the actual number of server namesMartin Storsjo2012-10-311-1/+1
* server_name: Return the actual required buffer size if the buffer is too smallMartin Storsjo2012-10-311-1/+1
* Documented gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-303-4/+6
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-309-89/+144
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-3017-257/+117
* fix compilation when DANE is disabled.Nikos Mavrogiannopoulos2012-10-301-0/+2
* updated documentation.Nikos Mavrogiannopoulos2012-10-302-58/+87
* Added gnutls_certificate_update_verify_flags() to allow setting new flags wit...Nikos Mavrogiannopoulos2012-10-305-6/+28
* examples: Build an executable of ex-serv-dtls like the other examplesMartin Storsjo2012-10-301-1/+2
* examples: Make sure the timeout parameter to select is validMartin Storsjo2012-10-301-0/+6
* Added documentation on detecting libgnutls-dane.Nikos Mavrogiannopoulos2012-10-294-19/+28
* Added gnutls-dane.pc.Nikos Mavrogiannopoulos2012-10-293-1/+30
* Added a test on danetool.Nikos Mavrogiannopoulos2012-10-293-3/+44
* removed unused variables.Nikos Mavrogiannopoulos2012-10-284-208/+110
* updated libtasn1Nikos Mavrogiannopoulos2012-10-2811-281/+294
* better benchmark printing.Nikos Mavrogiannopoulos2012-10-281-1/+1
* doc updateNikos Mavrogiannopoulos2012-10-282-18/+10
* corrections in benchmark measured average time.Nikos Mavrogiannopoulos2012-10-281-3/+6
* corrected typoNikos Mavrogiannopoulos2012-10-281-1/+2
* mention new functionNikos Mavrogiannopoulos2012-10-281-0/+1
* Fix out-of-source testsElias Pipping2012-10-282-2/+4
* Added gnutls_session_get_id2().Nikos Mavrogiannopoulos2012-10-284-6/+28
* updated docNikos Mavrogiannopoulos2012-10-281-7/+10
* documented fixNikos Mavrogiannopoulos2012-10-131-0/+2
* Added priority string %VERIFY_DISABLE_CRL_CHECKS.Nikos Mavrogiannopoulos2012-10-135-4/+18
* If OCSP revocation data are invalid or too old set appropriate verification f...Nikos Mavrogiannopoulos2012-10-134-23/+36
* doc updatesNikos Mavrogiannopoulos2012-10-132-5/+14
* removed incorrect descriptionNikos Mavrogiannopoulos2012-10-138-12/+12
* correctly set the format of the certificateNikos Mavrogiannopoulos2012-10-131-0/+2
* Added --local-dns option to gnutls-cli.Nikos Mavrogiannopoulos2012-10-136-398/+452
* disable default extensions on --disable-extensions.Nikos Mavrogiannopoulos2012-10-135-21/+16
* corrected typoNikos Mavrogiannopoulos2012-10-124-9/+9
* call gnutls_x509_privkey_import_openssl() even with not a password.gnutls_3_1_3Nikos Mavrogiannopoulos2012-10-121-1/+1
* updated makefileNikos Mavrogiannopoulos2012-10-121-1/+4
* Added debugging.Nikos Mavrogiannopoulos2012-10-122-3/+16
* doc fixesNikos Mavrogiannopoulos2012-10-124-5/+5
* Added debuggingNikos Mavrogiannopoulos2012-10-121-32/+76
* Added danetool manpageNikos Mavrogiannopoulos2012-10-125-3/+21
* released 3.1.3Nikos Mavrogiannopoulos2012-10-121-1/+1
* doc updatesNikos Mavrogiannopoulos2012-10-122-2/+3
* remove files that are not generatedNikos Mavrogiannopoulos2012-10-121-3/+3
* use common definitions for generating docs.Nikos Mavrogiannopoulos2012-10-125-149/+162
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-1216-496/+1877
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-115-14/+62
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-1111-113/+182