summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
Commit message (Expand)AuthorAgeFilesLines
...
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-151-11/+11
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-1/+1
* added some kind of support for X509 ExtensionsNikos Mavrogiannopoulos2001-08-021-17/+0
* documentation fixesNikos Mavrogiannopoulos2001-08-021-7/+11
* gnutls now checks the certificate's CN to see if it matches theNikos Mavrogiannopoulos2001-07-241-0/+18
* more certificate fields parsed. CleanupsNikos Mavrogiannopoulos2001-07-181-1/+2
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-0/+16
* several cleanupsNikos Mavrogiannopoulos2001-07-141-3/+3
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-1/+1
* updated get_auth_info()Nikos Mavrogiannopoulos2001-06-141-3/+5
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-14/+19
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-1/+34
* removed DHE_DSS.Nikos Mavrogiannopoulos2001-05-261-1/+2
* Added libgnutls-config scriptNikos Mavrogiannopoulos2001-05-151-1/+1
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-0/+4
* credentials are now kept globaly (in order to minimize memory usage).gnutls-0-1-0-srpNikos Mavrogiannopoulos2001-05-091-8/+4
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-071-6/+20
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-13/+14
* added support for setting authentication algorithms' credentialsNikos Mavrogiannopoulos2001-05-021-0/+107