summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Corrected indication of OCSP check failure.Nikos Mavrogiannopoulos2012-11-091-3/+9
* Allow easier marking of insecure algorithms.Nikos Mavrogiannopoulos2012-11-089-36/+80
* removed debuggingNikos Mavrogiannopoulos2012-11-071-1/+0
* key usage violations are tolerated.Nikos Mavrogiannopoulos2012-11-072-10/+2
* Removed GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP parsin...Nikos Mavrogiannopoulos2012-11-073-10/+16
* Do not succeed if no MKI was received.Nikos Mavrogiannopoulos2012-11-062-7/+22
* Added gnutls_ocsp_status_request_is_checked().Nikos Mavrogiannopoulos2012-11-065-0/+34
* When verifying an OCSP response included in TLS don't fail if the response is...Nikos Mavrogiannopoulos2012-11-064-7/+9
* updated docNikos Mavrogiannopoulos2012-11-061-3/+4
* Added gnutls_srtp_get_mki() and gnutls_srtp_set_mki().Nikos Mavrogiannopoulos2012-11-064-4/+119
* set an upper limit to SRTP profiles in hello message.Nikos Mavrogiannopoulos2012-11-051-0/+8
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-052-1/+6
* simplified profile selectionNikos Mavrogiannopoulos2012-11-051-15/+9
* Added HMAC prefix to SRTP profiles and updated documentation.Nikos Mavrogiannopoulos2012-11-042-18/+18
* gnutls_srtp_get_keys() returns the size of the key materialNikos Mavrogiannopoulos2012-11-021-3/+4
* removed gnutls_certificate_update_verify_flagsNikos Mavrogiannopoulos2012-11-021-1/+0
* check pathlen constraints.Nikos Mavrogiannopoulos2012-11-023-24/+47
* Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAINNikos Mavrogiannopoulos2012-11-025-35/+17
* small optimization in CRL checkNikos Mavrogiannopoulos2012-11-021-8/+1
* Check the key usage bits during certificate verification.Nikos Mavrogiannopoulos2012-11-022-13/+43
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-023-16/+32
* Added gnutls_srtp_get_keys().Nikos Mavrogiannopoulos2012-11-023-8/+115
* corrected typosNikos Mavrogiannopoulos2012-11-011-2/+2
* gnutls_srtp_get_profile_by_name -> gnutls_srtp_get_profile_idNikos Mavrogiannopoulos2012-11-013-10/+10
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-1/+3
* avoid unnecessary newlineNikos Mavrogiannopoulos2012-11-011-2/+0
* gettext.h was moved to gnutls_str.hNikos Mavrogiannopoulos2012-11-013-8/+2
* documented update and set the copyright to Martin until the formal papers are...Nikos Mavrogiannopoulos2012-11-012-3/+3
* signed-unsigned comparison fixes and removed unused parameter.Nikos Mavrogiannopoulos2012-11-011-3/+3
* Added "Since" field to new functions.Nikos Mavrogiannopoulos2012-11-013-0/+7
* 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-017-1/+545
* 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-311-29/+27
* 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
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-304-3/+93
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-309-8/+90
* Added gnutls_certificate_update_verify_flags() to allow setting new flags wit...Nikos Mavrogiannopoulos2012-10-303-4/+24
* updated libtasn1Nikos Mavrogiannopoulos2012-10-2811-281/+294
* doc updateNikos Mavrogiannopoulos2012-10-281-17/+9
* Added gnutls_session_get_id2().Nikos Mavrogiannopoulos2012-10-283-5/+27
* updated docNikos Mavrogiannopoulos2012-10-281-7/+10
* Added priority string %VERIFY_DISABLE_CRL_CHECKS.Nikos Mavrogiannopoulos2012-10-133-4/+13
* If OCSP revocation data are invalid or too old set appropriate verification f...Nikos Mavrogiannopoulos2012-10-132-22/+27
* call gnutls_x509_privkey_import_openssl() even with not a password.gnutls_3_1_3Nikos Mavrogiannopoulos2012-10-121-1/+1
* Added debugging.Nikos Mavrogiannopoulos2012-10-122-3/+16
* doc fixesNikos Mavrogiannopoulos2012-10-124-5/+5
* doc updatesNikos Mavrogiannopoulos2012-10-122-2/+3