Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in documentation. | Simon Josefsson | 2009-08-11 | 1 | -6/+6 |
* | Doc fixes for GTK-DOC. | Simon Josefsson | 2009-05-13 | 1 | -3/+3 |
* | Doc fix. | Simon Josefsson | 2008-11-04 | 1 | -0/+2 |
* | libgnutls: New function to set minimum acceptable SRP bits. | Simon Josefsson | 2008-09-17 | 1 | -0/+21 |
* | Fix warnings. | Simon Josefsson | 2008-08-29 | 1 | -1/+1 |
* | Indent code. | Simon Josefsson | 2008-07-02 | 1 | -5/+9 |
* | Initial merge attempt with gnutls_with_ext_mpi | Nikos Mavrogiannopoulos | 2008-06-28 | 1 | -51/+38 |
* | several fixes in the cipher (register) interface and added hash. | Nikos | 2008-03-16 | 1 | -18/+19 |
* | Doc fix. | Simon Josefsson | 2008-03-06 | 1 | -17/+20 |
* | Doc fixes. | Simon Josefsson | 2008-03-06 | 1 | -17/+25 |
* | Doc fix, remove verbose 'This function ...' | Simon Josefsson | 2008-03-06 | 1 | -1/+1 |
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -1/+1 |
* | ** Added capability to set a callback after the client hello is received | Nikos Mavrogiannopoulos | 2007-10-08 | 1 | -9/+3 |
* | gnutls_srp_set_client_credentials() uses const | Nikos Mavrogiannopoulos | 2006-04-07 | 1 | -1/+1 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -327/+368 |
* | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | Nikos Mavrogiannopoulos | 2005-11-07 | 1 | -14/+4 |
* | Made the PKCS #12 API handle null passwords. Based on patch by | Nikos Mavrogiannopoulos | 2005-09-27 | 1 | -4/+4 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
* | renamed all instances of _SHA to _SHA1 to make naming more consistent and clear. | Nikos Mavrogiannopoulos | 2005-03-05 | 1 | -3/+3 |
* | Clean up license templates. | Simon Josefsson | 2005-01-22 | 1 | -13/+15 |
* | Doc fix. | Simon Josefsson | 2004-10-28 | 1 | -8/+8 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -13/+13 |
* | Doc fix. | Simon Josefsson | 2004-08-25 | 1 | -2/+2 |
* | _gnutls_calc_srp_u() has been modified to be better. | Nikos Mavrogiannopoulos | 2004-08-02 | 1 | -11/+7 |
* | SRP ciphersuites were moved to the gnutls (lgpl) library. | Nikos Mavrogiannopoulos | 2004-07-28 | 1 | -0/+702 |
* | Moved the gnutls-extra files to libextra directory. | Nikos Mavrogiannopoulos | 2002-05-20 | 1 | -568/+0 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-05-10 | 1 | -1/+1 |
* | Cleaned up the big number support. | Nikos Mavrogiannopoulos | 2002-05-01 | 1 | -33/+33 |
* | Optimized memory handling in the record protocol. | Nikos Mavrogiannopoulos | 2002-04-21 | 1 | -0/+1 |
* | Added stubs when SRP or anonymous authentication are disabled, to preserve bi... | Nikos Mavrogiannopoulos | 2002-04-21 | 1 | -3/+62 |
* | Some minor fixes in SRP support. Changed extension generation. Now less | Nikos Mavrogiannopoulos | 2002-04-18 | 1 | -0/+22 |
* | Prefixed with underscore several internal functions. | Nikos Mavrogiannopoulos | 2002-03-29 | 1 | -12/+12 |
* | Added hooks not to include SRP and Anonymous authentication | Nikos Mavrogiannopoulos | 2002-03-21 | 1 | -0/+5 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-03-18 | 1 | -0/+11 |
* | Changed srp callback function parameters. | Nikos Mavrogiannopoulos | 2002-02-14 | 1 | -2/+3 |
* | Added ability for an SRP server to use multiple password files. The | Nikos Mavrogiannopoulos | 2002-02-09 | 1 | -13/+72 |
* | cleanups | Nikos Mavrogiannopoulos | 2002-01-02 | 1 | -3/+3 |
* | Cleanups in the digest code (separated from HMAC). | Nikos Mavrogiannopoulos | 2002-01-02 | 1 | -5/+5 |
* | some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS. | Nikos Mavrogiannopoulos | 2001-12-19 | 1 | -18/+18 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-12-15 | 1 | -2/+2 |
* | Cleanups. Now use GCRYMPI_FMT_STD instead of USG. | Nikos Mavrogiannopoulos | 2001-12-08 | 1 | -5/+5 |
* | Added callback to select the server certificate. | Nikos Mavrogiannopoulos | 2001-12-05 | 1 | -12/+12 |
* | corrected memory leaks and other bugs | Nikos Mavrogiannopoulos | 2001-11-07 | 1 | -14/+14 |
* | Updated the handling of prime numbers. | Nikos Mavrogiannopoulos | 2001-10-09 | 1 | -99/+0 |
* | corrected free for data not belonging to the heap | Nikos Mavrogiannopoulos | 2001-08-19 | 1 | -1/+0 |
* | several checks for failed allocations and other fixes | Nikos Mavrogiannopoulos | 2001-08-18 | 1 | -1/+71 |
* | fixed api documentation (for srp and anon cred allocation) | Nikos Mavrogiannopoulos | 2001-07-31 | 1 | -8/+8 |
* | minor cleanups | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -2/+2 |
* | several bug fixes in ASN handling. Fixes/additions | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -10/+16 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -0/+96 |