summaryrefslogtreecommitdiff
path: root/lib/gnutls.h.in.in
Commit message (Expand)AuthorAgeFilesLines
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-221-9/+23
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-1/+1
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-211-1/+9
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-1/+1
* _func abreviation is no longer used. Functions renamed to _function.Nikos Mavrogiannopoulos2002-06-191-7/+7
* Removed the gdbm backend for resuming TLS sessions. Program gnutls-serv was m...Nikos Mavrogiannopoulos2002-06-151-3/+1
* Created gnutls_handshake_set_private_extensions() function.Nikos Mavrogiannopoulos2002-06-081-9/+16
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-1/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-221-1/+0
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-27/+0
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, toNikos Mavrogiannopoulos2002-05-111-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-291-2/+0
* gnutls_session_resumed() was renamed to gnutls_session_is_resumed(), and chan...Nikos Mavrogiannopoulos2002-04-191-1/+1
* Added function to report if a session is a resumed one. See gnutls_session_re...Nikos Mavrogiannopoulos2002-04-181-1/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-101-0/+1
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-1/+3
* Removed the CRL list parameter from gnutls_certificate_set_x509_trust_*.Nikos Mavrogiannopoulos2002-03-301-3/+3
* added gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-0/+3
* Improved PKCS7 supportNikos Mavrogiannopoulos2002-03-251-6/+10
* Added function which reads the DER encoded certificate and key.Nikos Mavrogiannopoulos2002-03-241-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-121-0/+1
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-1/+0
* updatedNikos Mavrogiannopoulos2002-03-041-0/+1
* gnutls_record_set_default_version() was prefixed with underscore, andNikos Mavrogiannopoulos2002-02-281-2/+0
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-281-0/+1
* Added gnutls_record_set_default_version(). This is a low level function.Nikos Mavrogiannopoulos2002-02-271-0/+2
* SOCKET_PTR was removedNikos Mavrogiannopoulos2002-02-271-1/+0
* corrected record_send() prototypeNikos Mavrogiannopoulos2002-02-271-1/+1
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-12/+10
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-241-4/+4
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-221-7/+6
* added trustdb stuffNikos Mavrogiannopoulos2002-02-221-1/+7
* Several alert protocol changes.Nikos Mavrogiannopoulos2002-02-221-2/+2
* set_key_server renamed to set_keyserverNikos Mavrogiannopoulos2002-02-211-1/+1
* Added gnutls_alert_str (allows printing alert number descriptions)Nikos Mavrogiannopoulos2002-02-211-0/+1
* removed CERT_CORRUPTEDNikos Mavrogiannopoulos2002-02-191-2/+1
* Added some support the OpenPGP Certificate message, with key fingerprints.Nikos Mavrogiannopoulos2002-02-181-0/+3
* Added some stuff for the client to send the OpenPGP fingerprint.Nikos Mavrogiannopoulos2002-02-181-0/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-151-4/+4
* renamed gnutls_read to gnutls_record_read and gnutls_write toNikos Mavrogiannopoulos2002-02-151-2/+4
* Extension types now use a 16 bit type field (following the current draft).Nikos Mavrogiannopoulos2002-02-151-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-141-3/+9
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-101-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-091-1/+1
* Added gnutls_certificate_type_get_name() function.Nikos Mavrogiannopoulos2002-02-091-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-091-0/+5
* renamed the gnutls_dn structure to gnutls_x509_dnNikos Mavrogiannopoulos2002-02-031-0/+1
* Added option to set the cert_type priority.Nikos Mavrogiannopoulos2002-02-031-0/+3