summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by Benj...Nikos Mavrogiannopoulos2008-05-171-46/+41
* Increase max handshake packet size. Add new error code for situation.Simon Josefsson2008-04-291-0/+2
* Hide crypto.h definitions by default.Simon Josefsson2008-04-281-0/+4
* Fix gtk-doc warning.Simon Josefsson2008-04-171-2/+3
* Fix gtk-doc warning about duplicate RSA namespace.Simon Josefsson2008-04-171-2/+2
* changed api.Nikos Mavrogiannopoulos2008-04-131-1/+1
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-03-292-4/+8
|\
| * Avoid defining SHA-224 MAC since it isn't specified in TLS 1.2.Simon Josefsson2008-03-281-5/+4
| * Add SHA-224 enum types.Simon Josefsson2008-03-281-3/+8
| * Dist gnutls/crypto.h.Simon Josefsson2008-03-191-2/+2
* | Added interface to register random generators.Nikos2008-03-291-0/+14
|/
* updatedNikos2008-03-161-9/+5
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-162-0/+60
* Finish renaming of export x509/openpgp functions.Simon Josefsson2008-03-101-8/+8
* Fix gnutls_hex2bin prototype.Simon Josefsson2008-03-061-2/+2
* 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