summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_x509_dn_export(). Patch by Joe Orton.Nikos2008-02-241-0/+4
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-212-4/+10
* Drop gnutls_openpgp_crt_get_id (handled by compat.h).Simon Josefsson2008-02-211-3/+0
* Cleanup gnutls_openpgp_crt_get_id vs gnutls_openpgp_crt_get_key_id.Simon Josefsson2008-02-211-0/+3
* Typo.Simon Josefsson2008-02-211-1/+1
* Make it build.Simon Josefsson2008-02-212-13/+16
* Added gnutls_certificate_export_x509_cas and other functions toNikos2008-02-201-0/+9
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-191-0/+8
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-182-16/+16
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-02-182-3/+4
|\
| * For compatibility.Simon Josefsson2008-02-181-1/+4
| * Re-add gnutls_openpgp_crt_get_id to avoid breaking ABI.Simon Josefsson2008-02-181-2/+0
* | Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-182-50/+70
|/
* new definitionsNikos2008-01-271-0/+5
* moved common stuff to gnutls.hNikos2008-01-142-7/+7
* openpgp_privkey_export() has parameters to export encrypted secret keys. Adde...Nikos2008-01-141-0/+1
* Additions to make certtool print information on openpgp keys.Nikos2008-01-132-1/+36
* merged the openpgp branch to head\!Nikos2008-01-132-5/+48
* More GPLv3 fixes.Simon Josefsson2007-12-091-2/+2
* GPLv3 fixes.Simon Josefsson2007-12-092-3/+3
* added gnutls_x509_crt_get_subject_alt_name2 to overcome some limitations ofNikos2007-12-021-0/+4
* updated the gnutlsxx interfaceNikos2007-11-281-1/+1
* more updates for priority functions.Nikos2007-11-281-2/+2
* Re-add gnutls_set_default_priority and gnutls_set_default_export_priority.Simon Josefsson2007-11-282-7/+5
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-243-11/+11
* updated the priority compatibility functionsNikos Mavrogiannopoulos2007-11-181-2/+2
* added gnutls_check_priority() to check syntax of priority strings.Nikos Mavrogiannopoulos2007-11-181-0/+1
* fixes for the new gnutls_set_priority().Nikos Mavrogiannopoulos2007-11-181-1/+1
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-183-15/+4
* Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.Simon Josefsson2007-11-151-3/+0
* Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.Simon Josefsson2007-11-151-1/+3
* Move compat stuff to compat.h.Simon Josefsson2007-11-142-2/+2
* Move compat mappings to compat.h.Simon Josefsson2007-11-142-2/+2
* Use new API in C++ library.Simon Josefsson2007-11-141-1/+1
* Move compat mappings to compat.h.Simon Josefsson2007-11-143-17/+18
* Fix.Simon Josefsson2007-11-141-2/+2
* Remove trustdb error code, since we removed all functions.Simon Josefsson2007-11-141-4/+0
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-111-0/+2
* Applied documentation and prototype fixes reported by Evan Martin <martine@da...Nikos Mavrogiannopoulos2007-11-111-0/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-304-4/+4
* Moved some old defines to compat.c.Nikos Mavrogiannopoulos2007-10-302-21/+21
* Fix gnutls_set_default_priority and gnutls_set_default_export priority.Simon Josefsson2007-10-291-3/+8
* Add for backwards compatibility.Simon Josefsson2007-10-271-0/+3
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-244-17/+12
* Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGHNikos Mavrogiannopoulos2007-10-241-3/+4
* further deprecated the set_default_priority() functions. now implementedNikos Mavrogiannopoulos2007-10-241-7/+7
* Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori...Nikos Mavrogiannopoulos2007-10-241-2/+25
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-241-0/+2
* The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-231-0/+12
* corrected the prototypesNikos Mavrogiannopoulos2007-10-231-6/+6