summaryrefslogtreecommitdiff
path: root/lib/gnutls_pcert.c
Commit message (Expand)AuthorAgeFilesLines
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* GNUTLS_E_CERTIFICATE_LIST_UNSORTED can be returned from gnutls_pcert_import_x...Nikos Mavrogiannopoulos2014-11-271-5/+19
* gnutls_pcert_import_x509_list: only sort the lists it can sortNikos Mavrogiannopoulos2014-11-271-1/+1
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-271-1/+55
* removed gnutls_pcert_get_type()Nikos Mavrogiannopoulos2014-09-221-16/+0
* Add API to retrieve a X.509 or OpenPGP certificate from a gnutls_pcert_tArmin Burgmeier2014-09-211-0/+100
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* Corrected bug in gnutls_pcert_list_import_x509_raw().Nikos Mavrogiannopoulos2014-02-151-4/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-225/+225
* simplified codeNikos Mavrogiannopoulos2013-03-141-18/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-111-7/+4
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-111-2/+1
* Deinitialize the correct number of certificates. Reported by Remi Gacogne.Nikos Mavrogiannopoulos2012-02-191-4/+5
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-6/+6
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Disable openpgp code when not requested. Reported by Bjorn Christensen.Nikos Mavrogiannopoulos2011-09-231-0/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-0/+12
* Added gnutls_pcert_list_import_x509_raw() and few doc fixes.Nikos Mavrogiannopoulos2011-07-271-0/+64
* documentation fixesNikos Mavrogiannopoulos2011-07-231-4/+4
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* documentation fixes.Nikos Mavrogiannopoulos2011-04-231-1/+1
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-201-2/+0
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+328