summaryrefslogtreecommitdiff
path: root/lib/gnutlsxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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