summaryrefslogtreecommitdiff
path: root/lib/auth_anon.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-4/+0
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-2/+2
* Merged common stuff in DHE and anonymous DH key exchange.Nikos Mavrogiannopoulos2002-10-231-226/+37
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-6/+15
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-2/+2
* several clean upsNikos Mavrogiannopoulos2002-09-011-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-44/+44
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-1/+7
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-8/+8
* Added --modules option to libgnutls-config. This option prints the extra modu...Nikos Mavrogiannopoulos2002-05-171-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-12/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-10/+10
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-13/+4
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-2/+2
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-2/+16
* Direct access to version field in the state was replaced by the functionNikos Mavrogiannopoulos2002-02-141-1/+1
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-10/+52
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-2/+2
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-191-30/+17
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-191-14/+2
* corrected bugs in AUTH_INFO allocationNikos Mavrogiannopoulos2001-12-191-4/+4
* corrections in SRP and ANON authentication.Nikos Mavrogiannopoulos2001-12-171-9/+10
* 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-0/+8
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-1/+1
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-18/+14
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-3/+10
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-4/+4
* better prime handlingNikos Mavrogiannopoulos2001-10-101-2/+4
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-10/+0
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-6/+13
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-2/+17
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-4/+13
* 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-4/+4
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-37/+38
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-311-2/+2
* several cleanupsNikos Mavrogiannopoulos2001-07-141-6/+6
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-2/+3
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-17/+40
* more rsa stuff -- and cleanupsNikos Mavrogiannopoulos2001-06-151-0/+1
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-12/+12
* removed DHE_DSS.Nikos Mavrogiannopoulos2001-05-261-6/+44
* several cleanups in numbers' handlingNikos Mavrogiannopoulos2001-05-261-10/+4
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-40/+19
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-0/+1
* cleanups... and more modular design.Nikos Mavrogiannopoulos2001-05-021-27/+4