summaryrefslogtreecommitdiff
path: root/lib/cert.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos [ci skip]Andreas Metzler2017-08-271-3/+3
* dh params: document DH param setting functions as deprecatedNikos Mavrogiannopoulos2017-08-221-0/+8
* cert selection: prioritize RSA-PSS certs over RSANikos Mavrogiannopoulos2017-08-081-0/+2
* gnutls_certificate_credentials_t: combine privkey into cert_st structureNikos Mavrogiannopoulos2017-08-081-10/+4
* _gnutls_check_key_cert_match: use the new API for signingNikos Mavrogiannopoulos2017-08-041-7/+9
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-13/+2
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-105/+0
* gnutls_certificate_verification_status_print: mention OCSP in error messagesNikos Mavrogiannopoulos2017-06-191-2/+2
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-119/+1
* _gnutls_check_key_cert_match: account for RSA and RSA-PSS mismatchesNikos Mavrogiannopoulos2017-06-061-2/+13
* Rework KX -> PK mappingsDmitry Eremin-Solenikov2017-05-291-3/+2
* doc update [ci skip]Nikos Mavrogiannopoulos2017-04-241-3/+3
* Moved all openpgp-related variables and definitions into ifdef blocksNikos Mavrogiannopoulos2017-04-051-3/+5
* _gnutls_check_key_cert_match: allow broken sigsNikos Mavrogiannopoulos2017-03-211-1/+1
* x509/verify: refuse to verify certificates with unknown critical extensionsNikos Mavrogiannopoulos2017-03-021-0/+5
* Removed redundant certificate key usage checks.Nikos Mavrogiannopoulos2016-12-011-1/+53
* _gnutls_map_pk_get_pk -> _gnutls_map_kx_get_pkNikos Mavrogiannopoulos2016-12-011-1/+1
* DH: introduced gnutls_*_set_known_dh_params()Nikos Mavrogiannopoulos2016-10-141-1/+48
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-1/+1
* All the key and chain set functions return an indexNikos Mavrogiannopoulos2016-09-121-1/+2
* doc: clarify return codes in verification functions [ci skip]Nikos Mavrogiannopoulos2016-07-211-10/+9
* gnutls_certificate_verify_peers2: document that hostname comparison follows R...Nikos Mavrogiannopoulos2016-07-211-3/+3
* ocsp: Introduced GNUTLS_CERT_INVALID_OCSP_STATUSNikos Mavrogiannopoulos2016-06-011-0/+5
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-301-0/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2016-05-171-3/+8
* gnutls_certificate_get_crt_raw: doc updateNikos Mavrogiannopoulos2016-04-301-2/+2
* doc: improved documentation on certificate and DANE verification functionsNikos Mavrogiannopoulos2016-04-261-4/+4
* doc: Update description of credential alloc/dealloc functionsAttila Molnar2016-02-101-4/+2
* split dh API functions from ui.cNikos Mavrogiannopoulos2015-12-311-0/+22
* Added gnutls_certificate_flags() and GNUTLS_CERTIFICATE_SKIP_KEY_CERT_MATCHNikos Mavrogiannopoulos2015-11-181-0/+3
* improve docs for gnutls_certificate_verify_peers*()Daniel Kahn Gillmor2015-09-171-3/+9
* Allow overriding the verification flags from the auto-verification functionsNikos Mavrogiannopoulos2015-08-241-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+978