summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* cert cred: add the CN to the list of known hostnames only if no dns_namesNikos Mavrogiannopoulos2016-05-101-9/+14
* gnutls_certificate_set_key: import the DNS names of the certificatesNikos Mavrogiannopoulos2016-05-101-1/+25
* gnutls_certificate_set_key: duplicate the provided memoryNikos Mavrogiannopoulos2016-05-031-2/+11
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-071-2/+1
* doc updateNikos Mavrogiannopoulos2015-05-111-4/+4
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-34/+34
* removed unneeded variableNikos Mavrogiannopoulos2014-11-281-2/+0
* GNUTLS_E_CERTIFICATE_LIST_UNSORTED can be returned from gnutls_pcert_import_x...Nikos Mavrogiannopoulos2014-11-271-49/+0
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-271-67/+56
* gnutls_certificate_set_x509_key_*: eliminated memory leak when certificate co...Nikos Mavrogiannopoulos2014-11-251-2/+7
* documented the limitations of the loading functionsNikos Mavrogiannopoulos2014-11-241-0/+12
* corrected memleak in read_key_mem()Nikos Mavrogiannopoulos2014-11-241-0/+1
* sanitize URLs at the proper placeNikos Mavrogiannopoulos2014-11-231-16/+2
* Allow the construction of chains with custom URLsNikos Mavrogiannopoulos2014-11-231-29/+16
* correctly handle non-pkcs11 URLs in read_cert_urlNikos Mavrogiannopoulos2014-11-231-0/+2
* Added the ability to register application specific URLs for keys and certsNikos Mavrogiannopoulos2014-11-231-41/+1
* prior to importing objects with URLs sanitize themNikos Mavrogiannopoulos2014-11-201-5/+26
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-29/+36
* partially reverted 999d221fd2241ff73f884bf33d8cbe6eb8299184Nikos Mavrogiannopoulos2014-11-141-3/+3
* updated OCSP verification code to better use the trust list, and the KeyHashNikos Mavrogiannopoulos2014-11-141-3/+3
* doc updateNikos Mavrogiannopoulos2014-11-121-2/+3
* Do not require a PIN callback in the certificate credentials when a password ...Nikos Mavrogiannopoulos2014-10-311-4/+13
* doc updateNikos Mavrogiannopoulos2014-10-311-0/+2
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-011-4/+9
* use unsigned types in prototypesNikos Mavrogiannopoulos2014-09-241-4/+5
* Add functions to obtain X.509 keys and certificates from certificate credentialsArmin Burgmeier2014-09-241-0/+96
* Add a function to obtain the trust list of a gnutls_certificate_credentials_tArmin Burgmeier2014-09-241-0/+18
* cleaned up memory deallocation in read_cert_url()Nikos Mavrogiannopoulos2014-09-191-13/+15
* added sanity check on cleanupNikos Mavrogiannopoulos2014-09-171-3/+5
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-091-15/+7
* Added gnutls_x509_trust_list_verify_purpose_crt()Nikos Mavrogiannopoulos2014-09-081-28/+2
* doc updateNikos Mavrogiannopoulos2014-07-211-4/+5
* Added gnutls_certificate_set_x509_trust_dir()Nikos Mavrogiannopoulos2014-07-211-0/+29
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-1/+1
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-1/+1
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+1
* updated documentationNikos Mavrogiannopoulos2014-04-091-0/+3
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-081-1/+30
* corrected check for sorted server certificate chain.Nikos Mavrogiannopoulos2014-04-041-12/+7
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-021-2/+2
* set the invalid flag when the owner is unexpected.Nikos Mavrogiannopoulos2014-03-201-1/+1
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-051-1/+1
* Clarified versionNikos Mavrogiannopoulos2014-01-161-1/+1
* The simple bit size check in certificates is now replaced by the verification...Nikos Mavrogiannopoulos2014-01-151-46/+0
* The RDN sequence is now kept in trust list instead of the credentials paramet...Nikos Mavrogiannopoulos2014-01-111-72/+12
* doc updateNikos Mavrogiannopoulos2014-01-111-8/+16
* simplified gnutls_certificate_set_x509_crl_file/mem.Nikos Mavrogiannopoulos2014-01-041-115/+18
* simplified gnutls_certificate_set_x509_trust_file/mem.Nikos Mavrogiannopoulos2014-01-041-186/+3
* doc updateNikos Mavrogiannopoulos2013-11-111-0/+6
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-20/+8