summaryrefslogtreecommitdiff
path: root/libextra
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-241-4/+4
| | | | Yoann Vandoorselaere <yoann@prelude-ids.org>
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-121-1/+1
|
* Added gnutls_openpgp_keyring_check_id()Nikos Mavrogiannopoulos2004-06-122-106/+156
|
* Updated to conform to the latest srp draft (draft-ietf-tls-srp-07).Nikos Mavrogiannopoulos2004-06-062-27/+135
| | | | Some documentation updates.
* only static parameters from the TLS-SRP draft are now allowed (to be ↵Nikos Mavrogiannopoulos2004-05-271-30/+2
| | | | conservative in security)
* some libtasn1 related compilation fixesNikos Mavrogiannopoulos2004-05-272-2/+2
|
* added dependency on opencdk 0.5.5Nikos Mavrogiannopoulos2004-05-277-39/+56
|
* Corrected session resuming in SRP ciphersuites.Nikos Mavrogiannopoulos2004-05-261-1/+1
|
* certtool has now support for more X.520 DN attribute types.Nikos Mavrogiannopoulos2004-05-151-3/+0
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-132-1/+4
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-133-5/+5
|
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-139-26/+11
|
* Opencdk library is being included if not found.Nikos Mavrogiannopoulos2004-05-1335-14/+16563
|
* Fixed some things in the random number usage. Weak levels are used where ↵Nikos Mavrogiannopoulos2004-05-082-36/+6
| | | | possible to avoid emptying the strong random pool.
* *** empty log message ***gnutls_1_0_9Nikos Mavrogiannopoulos2004-03-291-1/+1
|
* Backported changes from the development cvs version.Nikos Mavrogiannopoulos2004-03-252-3/+3
| | | | | | | | | | | Those are: - Added gnutls_certificate_set_params_function() and gnutls_anon_set_params_function() that set the RSA or DH parameters using a callback. - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy() and gnutls_x509_privkey_cpy(). - Corrected a compilation issue when opencdk was installed in a non standard directory.
* *** empty log message ***gnutls_1_0_8Nikos Mavrogiannopoulos2004-02-281-4/+6
|
* compilation fixes for the case where --disable-openpgp-authentication is ↵Nikos Mavrogiannopoulos2004-02-281-3/+10
| | | | specified.
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-221-1/+1
|
* backported all the changes from the development branch to 1.0.x, except for ↵Nikos Mavrogiannopoulos2004-02-1220-166/+510
| | | | TLS 1.1 which is untested.
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-111-0/+10
|
* added check for a%n==0,1,-1Nikos Mavrogiannopoulos2004-02-111-0/+39
|
* Some minor fixes in the makefiles. They now include CFLAGSNikos Mavrogiannopoulos2003-12-052-2/+2
| | | | from libgcrypt or opencdk if installed in a non standard directory.
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-025-82/+146
| | | | | handshake is now fully supported without any interaction with the application layer (except for a callback).
* Some fixes in the certificate authenticated SRP ciphersuites.Nikos Mavrogiannopoulos2003-11-301-7/+9
|
* some fixes to comply with the SRP draft. The handshake is now repeated if an ↵Nikos Mavrogiannopoulos2003-11-301-2/+11
| | | | empty SRP username is received.
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-308-43/+73
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-281-1/+1
|
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+2
|
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-211-3/+3
|
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-5/+5
|
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-1/+1
| | | | Several other fixes.
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. ↵Nikos Mavrogiannopoulos2003-11-141-2/+2
| | | | Some other fixes in function types.
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-136-9/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-1/+0
|
* The openssl compatibility layer was moved to gnutls-openssl to allow the ↵Nikos Mavrogiannopoulos2003-11-132-2/+14
| | | | extension of it without bloating the libgnutls-extra.
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-081-1/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-2/+4
|
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-062-10/+5
|
* added gnutls_openpgp_key_verify_self() which verifies the self signature in ↵Nikos Mavrogiannopoulos2003-11-021-9/+76
| | | | the key.
* added gnutls_openpgp_key_export() function.Nikos Mavrogiannopoulos2003-11-024-6/+84
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-023-32/+63
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-011-2/+1
|
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-013-52/+29
| | | | | | | * GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to avoid having two flags for the same thing. * Updated documentation for openpgp key verification. * The prime tool was combined with the certtool.
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-312-3/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-313-9/+37
|
* more openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-20/+78
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-311-1/+0
|
* some openpgp related changes.Nikos Mavrogiannopoulos2003-10-312-116/+55
|