summaryrefslogtreecommitdiff
path: root/lib/gnutlsxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* gnutlsxx: add const and explicit specifiers where possibleDaiki Ueno2021-02-171-2/+2
* gnutlsxx: dh_params, rsa_params: actually assign values in operator=Daiki Ueno2021-02-161-2/+8
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* cxx: bring few modern functions, and allow to get the raw sessionNikos Mavrogiannopoulos2018-05-121-0/+15
* New constructors for classes client_session() and server_session() provide pa...Philippe Widmer2018-05-101-0/+10
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-061-5/+6
* 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
* 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 w...Nikos Mavrogiannopoulos2011-03-121-2/+2
* The C++ interface returns exception on every error and not only on fatal ones...Nikos Mavrogiannopoulos2011-02-101-15/+7
* 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
* Indent code.Simon Josefsson2009-10-231-860/+915
* Include config.h.Simon Josefsson2009-10-061-0/+4
* 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 Benj...Nikos Mavrogiannopoulos2008-05-171-203/+163
* 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
* 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
* Make it compile by commenting out call to virtual method (possiblySimon Josefsson2007-01-121-1/+3
* Added a preliminary C++ interface.Nikos Mavrogiannopoulos2006-06-011-0/+980