summaryrefslogtreecommitdiff
path: root/lib/gnutls_srp.c
Commit message (Expand)AuthorAgeFilesLines
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-12/+12
* doc: more consistent use of pointer star.Nikos Mavrogiannopoulos2014-06-171-3/+3
* doc: Explain post-callback deallocation behavior for the SRP server callbackAttila Molnar2014-06-171-0/+5
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-1/+1
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* srp: Add resistance against guessing usernamesAttila Molnar2014-02-201-3/+88
* Updated the rest of the MPI function prototypes.Nikos Mavrogiannopoulos2014-01-261-11/+46
* updated prototype of _gnutls_mpi_powmNikos Mavrogiannopoulos2014-01-261-12/+48
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-4/+4
* Updated _gnutls_mpi_init prototype and added _gnutls_mpi_init_multiNikos Mavrogiannopoulos2014-01-261-62/+20
* Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace _gnutls_mpi...Nikos Mavrogiannopoulos2013-11-271-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-422/+391
* Fixed a typo in the documentationTobias Polzer2013-09-101-2/+2
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-2/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-6/+6
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* removed more extra.h leftovers.Nikos Mavrogiannopoulos2011-10-211-2/+2
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-081-4/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Updated information on required libraries.Nikos Mavrogiannopoulos2011-07-231-3/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls_srp_verifier() returns data allocated with gnutls_malloc()Nikos Mavrogiannopoulos2011-06-211-5/+5
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-2/+2
* Corrected bug in gnutls_srp_verifier() that prevented the allocation of a ver...Nikos Mavrogiannopoulos2011-04-031-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-26/+26
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-3/+10
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-11/+11
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-141/+138
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-5/+5
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-5/+5
* Fix typos in documentation.Simon Josefsson2009-08-111-6/+6
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-3/+3
* Doc fix.Simon Josefsson2008-11-041-0/+2
* libgnutls: New function to set minimum acceptable SRP bits.Simon Josefsson2008-09-171-0/+21
* Fix warnings.Simon Josefsson2008-08-291-1/+1
* Indent code.Simon Josefsson2008-07-021-5/+9
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-51/+38
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-18/+19
* Doc fix.Simon Josefsson2008-03-061-17/+20
* Doc fixes.Simon Josefsson2008-03-061-17/+25
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-9/+3
* gnutls_srp_set_client_credentials() uses constNikos Mavrogiannopoulos2006-04-071-1/+1