summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added new draftNikos Mavrogiannopoulos2002-03-061-250/+250
|
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-0617-242/+281
| | | | X.509 code.
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-0610-59/+81
|
* Added alert protocol sectionNikos Mavrogiannopoulos2002-03-064-9/+41
|
* Added the error UNIX_TIME_LIMIT_EXCEEDED, and corrected bugs in X.509 ↵Nikos Mavrogiannopoulos2002-03-057-19/+54
| | | | certificate parsing.
* updatedNikos Mavrogiannopoulos2002-03-042-2/+3
|
* updated documentationNikos Mavrogiannopoulos2002-03-048-12/+46
|
* changes for pretty documentation and cleanups.Nikos Mavrogiannopoulos2002-03-048-43/+90
|
* pgp_fingerprint indicator is not cleared.Nikos Mavrogiannopoulos2002-03-031-1/+0
|
* *** empty log message ***gnutls_0_3_91Nikos Mavrogiannopoulos2002-03-031-1/+1
|
* last minute changes for 0.3.91 releaseNikos Mavrogiannopoulos2002-03-031-1/+2
|
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-0311-433/+655
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-031-2/+0
|
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-036-21/+59
| | | | | a different authentication method (ie. perform anonymous authentication, and after that perform a certificate authentication, or srp).
* corrected certificate type checking.Nikos Mavrogiannopoulos2002-03-012-3/+8
|
* Updated cli and server to read certificate and keys from command lineNikos Mavrogiannopoulos2002-03-0113-1032/+1655
| | | | parameters. client, client-debug and server are now being installed.
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-015-111/+79
| | | | | | Now cipher suites get associated with a protocol version. This will allow disabling several ciphersuites which are only defined in TLS 1.0, when using SSL 3.0.
* 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
|
* added session resumption testNikos Mavrogiannopoulos2002-02-283-15/+60
|
* Changed the interface for the new OpenCDK version.Timo Schulz2002-02-281-90/+90
|
* updated gaa files, and client options.Nikos Mavrogiannopoulos2002-02-288-53/+61
|
* gnutls_record_set_default_version() was prefixed with underscore, andNikos Mavrogiannopoulos2002-02-284-7/+8
| | | | it is no longer exported.
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-285-44/+95
| | | | | does not remove the session entry any more if it is invalid. Added gnutls_db_remove_session() function, which does this.
* added missing filesNikos Mavrogiannopoulos2002-02-283-0/+767
|
* removed cycle from gnutls_free and gnutls_secure_free.Nikos Mavrogiannopoulos2002-02-271-11/+19
|
* added check for TLS closure alertsNikos Mavrogiannopoulos2002-02-274-2/+55
|
* added openpgp authentication test, and unknown cipher suites testNikos Mavrogiannopoulos2002-02-273-1/+50
|
* Now we do not send the srp username as an extension, if SRP isNikos Mavrogiannopoulos2002-02-271-1/+8
| | | | disabled.
* added check for client hello extensions.Nikos Mavrogiannopoulos2002-02-274-2/+20
|
* Added tls_test. This is program that can be used to test TLS servers'Nikos Mavrogiannopoulos2002-02-275-5/+599
| | | | parameters.
* 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
|
* updated for fcdumpNikos Mavrogiannopoulos2002-02-261-8/+15
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-251-0/+3
|
* 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
|
* added missing makefile.amgnutls_0_3_90Nikos Mavrogiannopoulos2002-02-241-0/+1
|
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-2416-82/+298
| | | | This will allow precomputation of signatures (for DHE cipher suites).
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-247-18/+96
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-243-9/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-247-19/+18
|
* *** 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
| | | | removed GNUTLS_CERT_VALID (it's valid if it's not invalid)
* 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
|