summaryrefslogtreecommitdiff
path: root/lib/auth_srp.c
Commit message (Expand)AuthorAgeFilesLines
* Added --modules option to libgnutls-config. This option prints the extra modu...Nikos Mavrogiannopoulos2002-05-171-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-181-1/+1
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-6/+7
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+4
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-1/+1
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-1/+1
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-3/+3
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-2/+2
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-191-15/+9
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-2/+2
* Corrections for big endian machines. Pointed out by Mike Siers <mikes@poliac....Nikos Mavrogiannopoulos2001-12-171-2/+2
* corrections in SRP and ANON authentication.Nikos Mavrogiannopoulos2001-12-171-8/+1
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-1/+1
* More carefull parsing of incoming packets.Nikos Mavrogiannopoulos2001-12-131-1/+12
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-13/+13
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-1/+7
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-3/+0
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-8/+8
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-4/+11
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-191-1/+1
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-12/+42
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-10/+42
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-0/+2
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-1/+1
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-32/+34
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-311-2/+2
* several cleanupsNikos Mavrogiannopoulos2001-07-141-1/+1
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-8/+2
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-17/+22
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-0/+1
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-3/+3
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-1/+16
* more rsa stuff -- and cleanupsNikos Mavrogiannopoulos2001-06-151-0/+1
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-4/+4
* several cleanups in numbers' handlingNikos Mavrogiannopoulos2001-05-261-16/+8
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-60/+32
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-2/+3
* Added compatibility with Tom Wu's libsrp's password files.Nikos Mavrogiannopoulos2001-05-131-5/+8
* added support for Tom Wu's srp library tpasswd and tpasswd.conf files.Nikos Mavrogiannopoulos2001-05-121-1/+1
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-9/+21
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-0/+3
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-071-2/+2
* more srp related fixes. No longer fails authentication if wrong usernameNikos Mavrogiannopoulos2001-05-061-9/+12
* some hacks in order to exchange the algorithm used to hashNikos Mavrogiannopoulos2001-05-051-6/+20
* cleanups for srp. Most mpi code has moved to gnutls_srp.cNikos Mavrogiannopoulos2001-05-051-131/+74
* some fixes - srp relatedNikos Mavrogiannopoulos2001-05-051-5/+21
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-041-1/+48
* more srp stuffNikos Mavrogiannopoulos2001-05-041-0/+347