summaryrefslogtreecommitdiff
path: root/lib/gnutlsxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cxx: bring few modern functions, and allow to get the raw sessionNikos Mavrogiannopoulos2018-05-121-0/+15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* New constructors for classes client_session() and server_session() provide ↵Philippe Widmer2018-05-101-0/+10
| | | | | | passing flags. Closes #438. Signed-off-by: Philippe Widmer <pw@earthwave.ch>
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-061-5/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* changed license headers to 2.1. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2013-03-241-1/+1
|
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-131-7/+10
|
* Add gnutls::session::set_transport_vec_push().Alexandre Bique2012-04-181-0/+5
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+22
|
* updated for lowatNikos Mavrogiannopoulos2011-09-031-3/+3
|
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t ↵Nikos Mavrogiannopoulos2011-03-121-2/+2
| | | | which was replaced by a flags integer..
* The C++ interface returns exception on every error and not only on fatal ↵Nikos Mavrogiannopoulos2011-02-101-15/+7
| | | | ones. This allows easier handling of errors.
* removed the old set_priority functions.Nikos Mavrogiannopoulos2011-02-101-31/+0
|
* Use the new callback function.Nikos Mavrogiannopoulos2010-06-031-9/+3
|
* Fix forgotten braces.Simon Josefsson2009-10-231-2/+4
| | | | Reported by Jason Pettiss <jpettiss@yahoo.com>.
* Indent code.Simon Josefsson2009-10-231-860/+915
|
* Include config.h.Simon Josefsson2009-10-061-0/+4
| | | | Tiny patch from Boyan Kasarov <bkasarov@gmail.com>.
* Make it compile with --disable-openpgp.Simon Josefsson2008-11-141-1/+3
|
* Minimize ABI changes.Simon Josefsson2008-10-141-3/+5
|
* Don't call SRP functions if SRP is disabled.Simon Josefsson2008-08-131-0/+6
|
* Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by ↵Nikos Mavrogiannopoulos2008-05-171-203/+163
| | | | Benjamin Herr.
* Return the string position in case of an error in the priority functions.Nikos2007-11-281-2/+2
|
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-241-1/+6
|
* fixes for the new gnutls_set_priority().Nikos Mavrogiannopoulos2007-11-181-2/+2
|
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-181-2/+2
|
* Use new API in C++ library.Simon Josefsson2007-11-141-2/+2
|
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-241-4/+1
| | | | | | * 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.
* Use *_t types consistently.Simon Josefsson2007-08-131-3/+3
|
* Add comment to describe C++ compiler bug problem.Simon Josefsson2007-01-251-0/+3
|
* Fix C++ compiler bug in a "better" way, tiny patch from MatthiasSimon Josefsson2007-01-251-3/+3
| | | | Scheler <tron@NetBSD.org>.
* Make it compile by commenting out call to virtual method (possiblySimon Josefsson2007-01-121-1/+3
| | | | incorrect but I don't know what the intention was).
* Added a preliminary C++ interface.Nikos Mavrogiannopoulos2006-06-011-0/+980