summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_1_0_17Nikos Mavrogiannopoulos2004-08-021-8/+17
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-311-1/+1
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-319-21/+133
* corrected documentation.Nikos Mavrogiannopoulos2004-07-301-3/+2
* avoid using libtool's convenience libraries since they are buggy andNikos Mavrogiannopoulos2004-07-273-30/+25
* *** empty log message ***gnutls_1_0_16Nikos Mavrogiannopoulos2004-07-101-3/+1
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-093-37/+30
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-021-1/+1
* corrected a makefile problem when the included opencdk was used. Reported by ...Nikos Mavrogiannopoulos2004-07-011-1/+1
* Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-241-4/+3
* Corrected bug in PKCS #1 encryption.Nikos Mavrogiannopoulos2004-06-161-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-121-3/+5
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-103-8/+23
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-064-5/+166
* Updated to conform to the latest srp draft (draft-ietf-tls-srp-07).Nikos Mavrogiannopoulos2004-06-061-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-062-3/+7
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-272-0/+15
* some libtasn1 related compilation fixesNikos Mavrogiannopoulos2004-05-271-4/+2
* Corrected session resuming in SRP ciphersuites.Nikos Mavrogiannopoulos2004-05-263-8/+35
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-262-2/+6
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-181-8/+21
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-161-1/+1
* added proper libtasn1 version detection.Nikos Mavrogiannopoulos2004-05-163-2/+42
* Applied patch by Max Vozeler <max@hinterhof.net>,Nikos Mavrogiannopoulos2004-05-161-3/+4
* certtool has now support for more X.520 DN attribute types.Nikos Mavrogiannopoulos2004-05-151-11/+19
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-133-11/+2
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-133-7/+17
* Opencdk library is being included if not found.Nikos Mavrogiannopoulos2004-05-131-8/+12
* the TLS hello message random values no longer use strong random data.Nikos Mavrogiannopoulos2004-05-111-9/+2
* Fixed some things in the random number usage. Weak levels are used where poss...Nikos Mavrogiannopoulos2004-05-082-4/+14
* Automatically disable certificate types that do not have correspondingNikos Mavrogiannopoulos2004-04-305-6/+35
* some complilation fixes. Reported by Jerry Lundstroem <prox@lunar-linux.org>Nikos Mavrogiannopoulos2004-04-281-1/+1
* *** empty log message ***gnutls_1_0_12Nikos Mavrogiannopoulos2004-04-231-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-231-0/+3
* * Changes backported from the development brach:Nikos Mavrogiannopoulos2004-04-239-504/+511
* allow unexpected handshake requests by the client.Nikos Mavrogiannopoulos2004-04-221-2/+7
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-191-1/+1
* Corrected bug in OpenPGP key loading using a callback.Nikos Mavrogiannopoulos2004-04-181-5/+10
* Corrected bug in TLS renegotiation.gnutls_1_0_11Nikos Mavrogiannopoulos2004-04-171-1/+4
* Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name().Nikos Mavrogiannopoulos2004-04-172-0/+88
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-033-6/+6
* - Corrected bug in SSL 3.0 authentication.Nikos Mavrogiannopoulos2004-04-037-113/+105
* - Corrected bug in RSA parameters handling which could causeNikos Mavrogiannopoulos2004-04-031-1/+1
* *** empty log message ***gnutls_1_0_9Nikos Mavrogiannopoulos2004-03-291-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-03-251-2/+4
* Backported changes from the development cvs version.Nikos Mavrogiannopoulos2004-03-2523-49/+407
* added new libtasn1 (0.2.7)Nikos Mavrogiannopoulos2004-02-286-23/+29
* some bugfixes. No longer allow sending client hello if a TLS version is not set.Nikos Mavrogiannopoulos2004-02-282-6/+2
* Corrected bug in mutual certificate authentication in SSL 3.0 (part 2).Nikos Mavrogiannopoulos2004-02-272-36/+37
* Corrected bug in mutual certificate authentication in SSL 3.0.Nikos Mavrogiannopoulos2004-02-278-31/+62