summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gnutls_1_0_17Nikos Mavrogiannopoulos2004-08-022-9/+19
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-08-021-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-311-1/+1
|
* print the number of bits of the public key in a certificate.Nikos Mavrogiannopoulos2004-07-311-4/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-312-0/+3
|
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-3110-21/+136
| | | | | chains, to avoid denial of service attacks. Also added gnutls_certificate_set_verify_limits() to override them.
* corrected documentation.Nikos Mavrogiannopoulos2004-07-302-6/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-281-0/+33
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-281-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-281-0/+796
|
* added missing files.Nikos Mavrogiannopoulos2004-07-2721-0/+5673
|
* avoid using libtool's convenience libraries since they are buggy andNikos Mavrogiannopoulos2004-07-2713-55/+58
| | | | cause conflicts in linking.
* * Updated the SRP authentication to conform to theNikos Mavrogiannopoulos2004-07-274-13/+40
| | | | | latest (yet unreleased) draft. Unfortunately this breaks compatibility with previous versions.
* removed the malloc.h include.Nikos Mavrogiannopoulos2004-07-253-3/+0
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-161-4/+6
|
* *** empty log message ***gnutls_1_0_16Nikos Mavrogiannopoulos2004-07-103-4/+53
|
* gnutls 1.0.16Nikos Mavrogiannopoulos2004-07-092-2/+8
|
* eliminated some memory leaks. Reported by Yoann Vandoorselaere ↵Nikos Mavrogiannopoulos2004-07-093-37/+30
| | | | <yoann@prelude-ids.org>.
* *** 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
| | | | Robey Pointer <robey@danger.com>.
* Do not free the SRP (n/g) parameters from the callback if they are the ↵Nikos Mavrogiannopoulos2004-06-293-3/+17
| | | | static ones defined in extra.h
* released 1.0.15Nikos Mavrogiannopoulos2004-06-283-2/+255
|
* Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-246-25/+39
| | | | Yoann Vandoorselaere <yoann@prelude-ids.org>
* Corrected bug in PKCS #1 encryption.Nikos Mavrogiannopoulos2004-06-161-2/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-123-26/+30
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-122-21/+26
|
* Added gnutls_openpgp_keyring_check_id()Nikos Mavrogiannopoulos2004-06-122-106/+156
|
* added an improved verification example.Nikos Mavrogiannopoulos2004-06-125-93/+196
|
* 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-067-6/+175
| | | | gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
* Updated to conform to the latest srp draft (draft-ietf-tls-srp-07).Nikos Mavrogiannopoulos2004-06-069-66/+215
| | | | Some documentation updates.
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-066-28/+44
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-012-6/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-012-13/+22
|
* ciphers are sorted according to a strength order.Nikos Mavrogiannopoulos2004-05-311-5/+6
|
* only static parameters from the TLS-SRP draft are now allowed (to be ↵Nikos Mavrogiannopoulos2004-05-271-30/+2
| | | | conservative in security)
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-272-0/+15
|
* some libtasn1 related compilation fixesNikos Mavrogiannopoulos2004-05-278-17/+53
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-271-1/+1
|
* added dependency on opencdk 0.5.5Nikos Mavrogiannopoulos2004-05-278-41/+58
|
* Corrected session resuming in SRP ciphersuites.Nikos Mavrogiannopoulos2004-05-265-9/+37
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-263-6/+115
|
* *** 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-168-1656/+2025
|
* Applied patch by Max Vozeler <max@hinterhof.net>,Nikos Mavrogiannopoulos2004-05-161-3/+4
| | | | sent by Ivo Timmermans.
* certtool has now support for more X.520 DN attribute types.Nikos Mavrogiannopoulos2004-05-157-16/+88
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-142-2/+6
|
* certtool can now read and set the UID field to a DN.Nikos Mavrogiannopoulos2004-05-143-0/+43
|
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-136-25/+12
|