summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* removed not trusted message; reported by Michel Briand.Nikos Mavrogiannopoulos2014-02-261-4/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-409/+425
* Added gnutls_certificate_get_crt_raw() to return the raw certificate as prese...Nikos Mavrogiannopoulos2013-10-191-0/+36
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-301-38/+0
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+39
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-171-1/+1
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-39/+0
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added new interface.Nikos Mavrogiannopoulos2013-01-271-1/+4
* updated docNikos Mavrogiannopoulos2012-11-161-10/+10
* corrected typoNikos Mavrogiannopoulos2012-11-141-2/+3
* Removed GNUTLS_CERT_REVOCATION_DATA_INVALID and no longer fail on OCSP parsin...Nikos Mavrogiannopoulos2012-11-071-3/+0
* When verifying an OCSP response included in TLS don't fail if the response is...Nikos Mavrogiannopoulos2012-11-061-2/+2
* updated docNikos Mavrogiannopoulos2012-11-061-3/+4
* check pathlen constraints.Nikos Mavrogiannopoulos2012-11-021-11/+14
* Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAINNikos Mavrogiannopoulos2012-11-021-1/+0
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-021-2/+5
* avoid unnecessary newlineNikos Mavrogiannopoulos2012-11-011-2/+0
* Added "Since" field to new functions.Nikos Mavrogiannopoulos2012-11-011-0/+4
* better docNikos Mavrogiannopoulos2012-10-311-4/+4
* updated gnutls_certificate_verification_status_print() presentationNikos Mavrogiannopoulos2012-10-311-29/+27
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-301-0/+85
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-301-4/+60
* updated docNikos Mavrogiannopoulos2012-10-281-7/+10
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-1/+1
* gnutls_certificate_verify_peers2() checks ocsp status response if available.Nikos Mavrogiannopoulos2012-10-041-2/+4
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+1
* DEFAULT_* -> DEFAULT_MAX_*Nikos Mavrogiannopoulos2012-09-181-2/+2
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-161-0/+1
* doc fixNikos Mavrogiannopoulos2012-08-181-4/+1
* remove debuggingNikos Mavrogiannopoulos2012-08-171-1/+0
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-0/+17
* documentation fixes.Nikos Mavrogiannopoulos2012-08-041-4/+4
* Do not document old functions.Nikos Mavrogiannopoulos2012-05-311-4/+4
* corrected doc.Nikos Mavrogiannopoulos2012-05-241-1/+2
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-3/+3
* updated documentation for gnutls_certificate_set_retrieve_function2.Nikos Mavrogiannopoulos2012-02-061-2/+7
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* minor doc and comment fixesPatrick Pelletier2011-12-281-1/+1
* Added a more robust manpage generation method.Nikos Mavrogiannopoulos2011-11-201-1/+1
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-071-1/+1
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-191-1/+2
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-171-9/+6
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-0/+4
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-0/+2
* documentation fixesNikos Mavrogiannopoulos2011-07-231-2/+2
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-041-1/+1
* simplified _gnutls_selected_cert_supported_kx().Nikos Mavrogiannopoulos2011-06-031-10/+5