summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-037-38/+39
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-036-21/+59
* corrected certificate type checking.Nikos Mavrogiannopoulos2002-03-012-3/+8
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-015-111/+79
* No extensions are now sent if SSL 3.0 is the only protocol advertized.Nikos Mavrogiannopoulos2002-03-011-21/+26
* added a check in the given parameters for nullNikos Mavrogiannopoulos2002-02-281-1/+4
* Changed the interface for the new OpenCDK version.Timo Schulz2002-02-281-90/+90
* gnutls_record_set_default_version() was prefixed with underscore, andNikos Mavrogiannopoulos2002-02-283-6/+6
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-285-44/+95
* removed cycle from gnutls_free and gnutls_secure_free.Nikos Mavrogiannopoulos2002-02-271-11/+19
* Now we do not send the srp username as an extension, if SRP isNikos Mavrogiannopoulos2002-02-271-1/+8
* Added gnutls_record_set_default_version(). This is a low level function.Nikos Mavrogiannopoulos2002-02-275-2/+26
* SOCKET_PTR was removedNikos Mavrogiannopoulos2002-02-271-1/+0
* corrected record_send() prototypeNikos Mavrogiannopoulos2002-02-271-1/+1
* added (an impossible situation) checkNikos Mavrogiannopoulos2002-02-251-1/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-251-18/+13
* Fixed a possible buffer overflow.Timo Schulz2002-02-241-12/+17
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-2412-69/+262
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-243-8/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-241-9/+5
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-249-48/+44
* Bug fixes for _verify_key and basic trust handling for keys.Timo Schulz2002-02-232-33/+80
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-232-22/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-231-23/+32
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-1/+1
* includes moved before #ifdefNikos Mavrogiannopoulos2002-02-221-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-2/+0
* Added stubs for the case we don't have OpenCDK support.Timo Schulz2002-02-221-0/+115
* Changed certificate verification functions.Nikos Mavrogiannopoulos2002-02-228-56/+50
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-3/+6
* Implemented gnutls_certificate_set_openpgp_key_mem.Timo Schulz2002-02-222-8/+140
* added trustdb stuffNikos Mavrogiannopoulos2002-02-223-2/+10
* Modified code for the new OpenCDK code.Timo Schulz2002-02-221-56/+90
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-221-0/+2
* moved private cipher suites to 0xFF space.Nikos Mavrogiannopoulos2002-02-221-8/+8
* Several alert protocol changes.Nikos Mavrogiannopoulos2002-02-228-108/+73
* Fixed return code check for GnuTLS functions.Timo Schulz2002-02-211-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-211-9/+9
* set_key_server renamed to set_keyserverNikos Mavrogiannopoulos2002-02-212-3/+3
* Added gnutls_alert_str (allows printing alert number descriptions)Nikos Mavrogiannopoulos2002-02-214-88/+93
* Fixed a segfault in the OpenPGP code.Timo Schulz2002-02-211-1/+4
* Updated the openpgp certificate message, fingerprint handling.Nikos Mavrogiannopoulos2002-02-211-8/+7
* some fixes in verification procedureNikos Mavrogiannopoulos2002-02-201-11/+13
* Applied the patches to fix the GDOC problem.Timo Schulz2002-02-195-77/+230
* removed CERT_CORRUPTEDNikos Mavrogiannopoulos2002-02-195-10/+7
* openpgp fingerprint is calculated dynamically.Nikos Mavrogiannopoulos2002-02-191-3/+7
* Added some support the OpenPGP Certificate message, with key fingerprints.Nikos Mavrogiannopoulos2002-02-183-21/+47
* Added some stuff for the client to send the OpenPGP fingerprint.Nikos Mavrogiannopoulos2002-02-185-37/+143
* Corrected bug in RSA authentication, responsible for randomNikos Mavrogiannopoulos2002-02-172-9/+21