summaryrefslogtreecommitdiff
path: root/lib/auth_anon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added client kx0 and server kx2 in order to be used with SRPNikos Mavrogiannopoulos2001-05-021-0/+4
* several bugfixes and cleanupsNikos Mavrogiannopoulos2001-03-171-7/+2
* moved gnutls_anon and gnutls_dhe_dss to auth_*Nikos Mavrogiannopoulos2001-03-111-0/+261