summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added the missing user_ptr pointer in gnutls_internals.Nikos Mavrogiannopoulos2002-05-131-0/+2
* renamed gnutls_gcry* to gnutls_mpi*Nikos Mavrogiannopoulos2002-05-081-3/+1
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-211-2/+3
* Added function to report if a session is a resumed one. See gnutls_session_re...Nikos Mavrogiannopoulos2002-04-181-1/+1
* Added function which disables the version check in the RSA premaster secret -...Nikos Mavrogiannopoulos2002-04-101-0/+1
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-021-4/+2
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-1/+1
* Some cleanups in the certificate authentication. Parameters areNikos Mavrogiannopoulos2002-03-291-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-261-0/+6
* Improved PKCS7 supportNikos Mavrogiannopoulos2002-03-251-1/+4
* Improved compression support. Corrected several bugs in emptyNikos Mavrogiannopoulos2002-03-201-2/+3
* Added hooks for electric fenceNikos Mavrogiannopoulos2002-03-171-0/+2
* made CBC chosen plaintext protection configurableNikos Mavrogiannopoulos2002-03-121-0/+2
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-4/+0
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-031-3/+3
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-011-2/+2
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-281-2/+2
* Added gnutls_record_set_default_version(). This is a low level function.Nikos Mavrogiannopoulos2002-02-271-0/+4
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-3/+14
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-241-1/+1
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-241-5/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-3/+6
* Several alert protocol changes.Nikos Mavrogiannopoulos2002-02-221-22/+1
* removed CERT_CORRUPTEDNikos Mavrogiannopoulos2002-02-191-2/+1
* Added some stuff for the client to send the OpenPGP fingerprint.Nikos Mavrogiannopoulos2002-02-181-0/+9
* Changed srp callback function parameters.Nikos Mavrogiannopoulos2002-02-141-1/+1
* Added GNUTLS_CERT_INVALID and GNUTLS_CERT_VALID of CertificateStatus flags,Nikos Mavrogiannopoulos2002-02-141-1/+1
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-3/+3
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-4/+9
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-031-1/+1
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-1/+1
* several modifications for cert_type extension etcNikos Mavrogiannopoulos2002-02-031-8/+8
* CertificateType is now accesible from the API.Nikos Mavrogiannopoulos2002-01-291-4/+4
* Modified the state's parameters to hold the negotiated certificateNikos Mavrogiannopoulos2002-01-291-4/+6
* Added in CertificateStatus:Nikos Mavrogiannopoulos2002-01-291-1/+2
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-281-2/+2
* Added ability of the client to choose a certificate dependingNikos Mavrogiannopoulos2002-01-281-5/+6
* cleanupsNikos Mavrogiannopoulos2002-01-271-0/+1
* added support for DHE_DSS cipher suites.Nikos Mavrogiannopoulos2002-01-271-2/+2
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-261-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-251-1/+1
* added check for requested TLS extensionsNikos Mavrogiannopoulos2002-01-251-1/+7
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-1/+4
* GNUTLS_A_NETSCAPE_NO_CLIENT_CERTIFICATE -> GNUTLS_A_SSL3_NO_CERTIFICATENikos Mavrogiannopoulos2002-01-241-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-191-3/+3
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-191-3/+3