summaryrefslogtreecommitdiff
path: root/libextra
Commit message (Expand)AuthorAgeFilesLines
* Arne:Nikos Mavrogiannopoulos2003-08-131-1/+1
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-1/+4
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-3/+3
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-113-4/+4
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-096-26/+16
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-291-9/+9
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-121-3/+3
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-082-6/+10
* Some fixes to allow proper compiling when --disable-srp-authentication and --...Nikos Mavrogiannopoulos2003-04-011-2/+10
* several bug fixes in the certificate parsing, and some in the asn1 parser.Nikos Mavrogiannopoulos2003-04-011-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-291-43/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-291-2/+2
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-192-15/+6
* Added support for PKCS#10 certificate requests generation.Nikos Mavrogiannopoulos2003-03-151-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-121-4/+6
* fixed a memory leak. Reported by Rupert Kittinger <r.kittinger@efkon.com>Nikos Mavrogiannopoulos2003-03-121-6/+9
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-122-7/+7
* the documentation is now created on dist time.Nikos Mavrogiannopoulos2003-03-061-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-061-1/+1
* some fixes in types.Nikos Mavrogiannopoulos2003-02-182-5/+8
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-1/+1
* some fixes to compile.Nikos Mavrogiannopoulos2003-02-122-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-091-1/+0
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-094-65/+8
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-081-5/+0
* use RECEIVED_ILLEGAL_PARAMETER instead of SRP_PROTOCOL_FAILURE, whenNikos Mavrogiannopoulos2003-01-251-1/+1
* Added check and error code for some SRP fatal protocol failures.Nikos Mavrogiannopoulos2003-01-231-0/+28
* more cleanups.Nikos Mavrogiannopoulos2003-01-232-13/+3
* The library notifies the application on empty and illegal SRP usernames,Nikos Mavrogiannopoulos2003-01-234-7/+13
* Some cleanups.Nikos Mavrogiannopoulos2003-01-231-15/+22
* *** empty log message ***gnutls_0_8_1Nikos Mavrogiannopoulos2003-01-221-1/+0
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-224-83/+115
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-133-14/+14
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-092-2/+45
* If liblzo is found in the system then libgnutls-extra will depend on it, inst...Nikos Mavrogiannopoulos2003-01-011-6/+7
* Added missing stub function.Nikos Mavrogiannopoulos2002-12-291-0/+8
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-163-42/+30
* Finished SRP-6 stuff. It should work fine now.Nikos Mavrogiannopoulos2002-12-161-1/+28
* First part of SRP-6 support. Follows draft-ietf-tls-srp-04 and does not need ...Nikos Mavrogiannopoulos2002-12-165-238/+237
* Added gnutls_openpgp_extract_key_name_string() which returnsNikos Mavrogiannopoulos2002-12-131-0/+85
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-081-1/+0
* some cleanupsNikos Mavrogiannopoulos2002-12-081-2/+2
* minor cleanupsNikos Mavrogiannopoulos2002-12-081-3/+5
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-072-3/+3
* Some bug fixes for the OpenPGP code.Timo Schulz2002-12-071-49/+50
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-061-1/+1
* Changed the semantics of gnutls_pem_base64_encode_alloc()Nikos Mavrogiannopoulos2002-12-061-26/+12
* some cleanups.Nikos Mavrogiannopoulos2002-12-063-3/+4
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-063-17/+5
* more updates in the SRP parameter callback.Nikos Mavrogiannopoulos2002-12-064-19/+31