summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
* Ignore.Simon Josefsson2004-08-022-0/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-121-20/+23
|
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-061-0/+6
| | | | gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
* * Changes backported from the development brach:Nikos Mavrogiannopoulos2004-04-231-2/+22
| | | | | | | - Added support for authority key identifier and the extended key usage X.509 extension fields. The certtoool was updated to support them. - Added batch support to certtool. Now it can use templates. - The RC2 cipher is no more included. The one in libgcrypt is now used.
* Corrected bug in OpenPGP key loading using a callback.Nikos Mavrogiannopoulos2004-04-181-0/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-03-252-11/+12
|
* Backported changes from the development cvs version.Nikos Mavrogiannopoulos2004-03-251-0/+1
| | | | | | | | | | | 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.
* Corrected bug in mutual certificate authentication in SSL 3.0.Nikos Mavrogiannopoulos2004-02-271-0/+2
|
* backported all the changes from the development branch to 1.0.x, except for ↵Nikos Mavrogiannopoulos2004-02-122-2/+21
| | | | TLS 1.1 which is untested.
* Backported several things from the development branch.Nikos Mavrogiannopoulos2004-02-101-19/+69
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-191-1/+1
|
* Corrected a bug in the GNUTLS_KEY key usage definitions.Nikos Mavrogiannopoulos2003-12-191-9/+13
|
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-021-4/+9
| | | | | handshake is now fully supported without any interaction with the application layer (except for a callback).
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-8/+24
|
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-261-0/+11
| | | | and gnutls_x509_crt_verify_data().
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-221-3/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-161-1/+1
|
* * Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()Nikos Mavrogiannopoulos2003-11-161-1/+13
| | | | | | functions which return the available OIDs. * The certtool utility now prints all available extension OIDs and values.
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-5/+7
| | | | Several other fixes.
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. ↵Nikos Mavrogiannopoulos2003-11-144-19/+19
| | | | Some other fixes in function types.
* Compatibility header for gnutls4 is no longer included in gnutls.h. Added ↵Nikos Mavrogiannopoulos2003-11-142-32/+50
| | | | deprecated warnings to gnutls8 stuff.
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-141-0/+8
|
* added gnutls_x509_oid_known() to report known OIDs.Nikos Mavrogiannopoulos2003-11-141-0/+2
|
* The openssl compatibility layer was moved to gnutls-openssl to allow the ↵Nikos Mavrogiannopoulos2003-11-131-1/+7
| | | | extension of it without bloating the libgnutls-extra.
* Added capability to read CRLs to certtool.Nikos Mavrogiannopoulos2003-11-111-1/+1
|
* Renamed several pkcs #7 related functions. That is to allow future ↵Nikos Mavrogiannopoulos2003-11-111-11/+14
| | | | extensions to the API.
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-111-0/+1
|
* Added gnutls_pkcs7_set_certificate2() and gnutls_pkcs7_set_crl2() functions.Nikos Mavrogiannopoulos2003-11-111-4/+4
|
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos ↵Nikos Mavrogiannopoulos2003-11-041-1/+1
| | | | <papadopo@shfj.cea.fr>.
* added gnutls_openpgp_key_export() function.Nikos Mavrogiannopoulos2003-11-021-0/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-022-6/+15
|
* more openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-0/+2
|
* introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other ↵Nikos Mavrogiannopoulos2003-10-301-1/+1
| | | | cleanups in the verification functions.
* added pkcs #12 support to certtool. Corrected some bugs in the export functions.Nikos Mavrogiannopoulos2003-10-281-0/+3
|
* several improvements for the certtool utility.Nikos Mavrogiannopoulos2003-10-271-2/+2
|
* Improved the certificate generation stuff.Nikos Mavrogiannopoulos2003-10-251-0/+2
|
* Almost finished the X.509 certificate generation.Nikos Mavrogiannopoulos2003-10-251-1/+1
|
* Added some support for writable gnutls_x509_crt structures. Not ready yet.Nikos Mavrogiannopoulos2003-10-231-3/+23
|
* Some changes in types.Nikos Mavrogiannopoulos2003-10-082-3/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-081-4/+4
|
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-26/+26
|
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-032-9/+12
|
* Converted the pgp verification functions to the new API.Nikos Mavrogiannopoulos2003-10-031-5/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-032-27/+106
|
* Applied patch by Arne that fixes several possible NULL pointer dereferences.Nikos Mavrogiannopoulos2003-10-031-1/+1
|
* Added a hostname check with the certificate in the gnutls-cli.Nikos Mavrogiannopoulos2003-09-171-0/+2
|
* Improved the error handling in the gnutls-cli.Nikos Mavrogiannopoulos2003-09-111-0/+2
|
* minor cleanups.Nikos Mavrogiannopoulos2003-08-211-1/+1
|
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+2
| | | | corrects several things in the library.
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-301-0/+4
|