Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated | Nikos Mavrogiannopoulos | 2012-11-26 | 1 | -0/+3 |
* | gnutls_x509_crt_get_policy() allows for a list of zero policy qualifiers. | Nikos Mavrogiannopoulos | 2012-11-26 | 1 | -0/+3 |
* | updated | Nikos Mavrogiannopoulos | 2012-11-24 | 1 | -0/+8 |
* | released 3.1.5gnutls_3_1_5 | Nikos Mavrogiannopoulos | 2012-11-24 | 1 | -1/+1 |
* | danetool is being built even without libgnutls-dane. | Nikos Mavrogiannopoulos | 2012-11-21 | 1 | -0/+3 |
* | updated parameters | Nikos Mavrogiannopoulos | 2012-11-21 | 1 | -3/+2 |
* | improved iconv support. | Nikos Mavrogiannopoulos | 2012-11-20 | 1 | -1/+1 |
* | news update | Nikos Mavrogiannopoulos | 2012-11-20 | 1 | -2/+3 |
* | Several updates in certificate/public key printing. | Nikos Mavrogiannopoulos | 2012-11-20 | 1 | -0/+5 |
* | check for either iconv or libiconv. | Nikos Mavrogiannopoulos | 2012-11-20 | 1 | -1/+2 |
* | certtool is able to set certificate policies via a template | Nikos Mavrogiannopoulos | 2012-11-20 | 1 | -0/+2 |
* | Added gnutls_x509_crt_set_policy() | Nikos Mavrogiannopoulos | 2012-11-20 | 1 | -0/+1 |
* | another rename | Nikos Mavrogiannopoulos | 2012-11-19 | 1 | -1/+1 |
* | simplified naming | Nikos Mavrogiannopoulos | 2012-11-19 | 1 | -1/+1 |
* | documented update | Nikos Mavrogiannopoulos | 2012-11-19 | 1 | -0/+2 |
* | documented updates | Nikos Mavrogiannopoulos | 2012-11-18 | 1 | -6/+11 |
* | documented update | Nikos Mavrogiannopoulos | 2012-11-16 | 1 | -0/+3 |
* | updated | Nikos Mavrogiannopoulos | 2012-11-16 | 1 | -0/+3 |
* | doc update | Nikos Mavrogiannopoulos | 2012-11-12 | 1 | -1/+4 |
* | The pubkey-info option can be combined with the load-privkey to extract the p... | Nikos Mavrogiannopoulos | 2012-11-11 | 1 | -0/+10 |
* | last changes for release.gnutls_3_1_4 | Nikos Mavrogiannopoulos | 2012-11-10 | 1 | -1/+1 |
* | Added Martin | Nikos Mavrogiannopoulos | 2012-11-09 | 1 | -1/+2 |
* | Allow easier marking of insecure algorithms. | Nikos Mavrogiannopoulos | 2012-11-08 | 1 | -0/+2 |
* | key usage violations are tolerated. | Nikos Mavrogiannopoulos | 2012-11-07 | 1 | -0/+3 |
* | Removed GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP parsin... | Nikos Mavrogiannopoulos | 2012-11-07 | 1 | -1/+0 |
* | updated | Nikos Mavrogiannopoulos | 2012-11-07 | 1 | -1/+1 |
* | Added gnutls_ocsp_status_request_is_checked(). | Nikos Mavrogiannopoulos | 2012-11-06 | 1 | -0/+1 |
* | updated | Nikos Mavrogiannopoulos | 2012-11-06 | 1 | -0/+2 |
* | doc update | Nikos Mavrogiannopoulos | 2012-11-06 | 1 | -6/+3 |
* | Added gnutls_srtp_get_mki() and gnutls_srtp_set_mki(). | Nikos Mavrogiannopoulos | 2012-11-06 | 1 | -0/+2 |
* | check pathlen constraints. | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -2/+6 |
* | Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAIN | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -1/+4 |
* | Check the key usage bits during certificate verification. | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -0/+4 |
* | CRL verification includes the time checks. | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -0/+3 |
* | documented update | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -0/+1 |
* | gnutls_srtp_get_profile_by_name -> gnutls_srtp_get_profile_id | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -1/+1 |
* | Added dane_verification_status_print() and danetool can verify a DANE entry. | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -2/+3 |
* | Added --check option to danetool. | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -0/+3 |
* | Added new functions to convert types to strings. | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -0/+3 |
* | documented update and set the copyright to Martin until the formal papers are... | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -4/+7 |
* | Add support for DTLS-SRTP profile negotiation (RFC 5764) | Martin Storsjo | 2012-11-01 | 1 | -0/+6 |
* | Documented gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -3/+3 |
* | Added gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -0/+1 |
* | Simplified certificate verification by adding gnutls_certificate_verify_peers... | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -0/+4 |
* | Added gnutls_certificate_update_verify_flags() to allow setting new flags wit... | Nikos Mavrogiannopoulos | 2012-10-30 | 1 | -0/+1 |
* | Added documentation on detecting libgnutls-dane. | Nikos Mavrogiannopoulos | 2012-10-29 | 1 | -0/+2 |
* | mention new function | Nikos Mavrogiannopoulos | 2012-10-28 | 1 | -0/+1 |
* | documented fix | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -0/+2 |
* | Added priority string %VERIFY_DISABLE_CRL_CHECKS. | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -0/+2 |
* | If OCSP revocation data are invalid or too old set appropriate verification f... | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -1/+5 |