summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)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
| | | | export elements from the certificate credentials structure.
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-191-0/+8
| | | | by Joe Orton.
* 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
|/ | | | When using subkeys we follow the draft-mavrogiannopoulos-rfc5081bis-00.txt.
* 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. ↵Nikos2008-01-141-0/+1
| | | | Added for future compatibility.
* 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
| | | | the original function.
* 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
| | | | Instead we add a new GNUTLS_E_UNKNOWN_ALGORITHM.
* Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.Simon Josefsson2007-11-151-1/+3
| | | | Instead we add a new GNUTLS_E_UNKNOWN_ALGORITHM.
* 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
| | | | | | | | | to PKCS #8 keys. ** Introduced the GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR error code. ** gnutls_certificate_set_x509_key_* can now read PKCS #8 unencrypted private keys.
* Applied documentation and prototype fixes reported by Evan Martin ↵Nikos Mavrogiannopoulos2007-11-111-0/+4
| | | | <martine@danga.com>.
* 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
| | | | The old functions returned an error code, need to fake it.
* Add for backwards compatibility.Simon Josefsson2007-10-271-0/+3
|
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-244-17/+12
| | | | | | * gnutls_certificate_set_openpgp_* functions were modified to include format * KEYRING_HACK is defined to overcome a bug in opencdk which makes keyrings reentrant. Once fixed, the KEYRING_HACK code should be removed.
* 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
| | | | as macros.
* Added gnutls_set_default_priority2() and deprecated ↵Nikos Mavrogiannopoulos2007-10-241-2/+25
| | | | gnutls_set_default_priority().
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-241-0/+2
| | | | | all supported compatibility options (like disabling padding). Some other bug fixes in tls-test.c.
* The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-231-0/+12
| | | | defined for the algorithms in gnutls_algorithms.c.
* corrected the prototypesNikos Mavrogiannopoulos2007-10-231-6/+6
|