summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-6/+5
* Doc fix.Simon Josefsson2009-05-121-10/+10
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-0/+4
* Reduce libtasn1.h includes.Simon Josefsson2008-10-081-1/+0
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-171-1/+1
* Indent.Simon Josefsson2008-09-161-2/+3
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix warnings.Simon Josefsson2008-08-281-1/+1
* Indent code.Simon Josefsson2008-07-021-30/+35
* Doc fix.Simon Josefsson2008-05-261-4/+4
* Doc markup for newly added APIs.Simon Josefsson2008-04-281-0/+3
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-7/+7
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-1/+1
* _export_ -> _get_Nikos2008-02-211-11/+11
* Added gnutls_certificate_export_x509_cas and other functions toNikos2008-02-201-0/+56
* better usage of gnutls_openpgp_keyid_tNikos2008-02-191-4/+1
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-181-1/+1
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-181-4/+10
* Make it compile.Simon Josefsson2008-02-031-3/+2
* changes to remove the KEYRING_HACK and make keyring access thread safe.Nikos2008-01-261-4/+0
* merged the openpgp branch to head\!Nikos2008-01-131-46/+19
* Doc fix.Simon Josefsson2007-11-141-12/+9
* Applied documentation and prototype fixes reported by Evan Martin <martine@da...Nikos Mavrogiannopoulos2007-11-111-7/+7
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-241-0/+5
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-4/+4
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-1/+1
* ** Corrected bugs in the openpgp certificate verification functions using a k...Nikos Mavrogiannopoulos2007-10-151-2/+2
* Use const and pointers to gnutls_datum_t in sign callback.Simon Josefsson2007-08-121-2/+2
* Add gnutls_sign_callback_get.Simon Josefsson2007-08-111-0/+47
* Fix import of ASCII armored OpenPGP keys, patch from ludovic.courtes@laas.fr ...Simon Josefsson2007-01-161-1/+3
* Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs.Simon Josefsson2007-01-111-16/+2
* some fixes for compilationNikos Mavrogiannopoulos2006-03-181-1/+0
* Indent.Simon Josefsson2006-03-151-20/+22
* Move from x509/compat.c.Simon Josefsson2006-03-151-1/+68
* Indent more.Simon Josefsson2005-12-151-1/+2
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* get_rsa_params was converted to behave similarly to get_dh_params.Nikos Mavrogiannopoulos2005-11-151-7/+8
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-39/+0
* Use GNU coding style.Simon Josefsson2005-11-071-313/+384
* Doc fix.Simon Josefsson2005-08-241-7/+11
* (gnutls_certificate_verify_peers2): Doc fix, suggested by DanielSimon Josefsson2005-08-241-9/+16
* Fix GTK-DOC warnings.Simon Josefsson2005-07-161-1/+1
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* some cleanups, and changes in the resuming code to avoid freeing non-allocate...Nikos Mavrogiannopoulos2005-04-211-23/+12
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-3/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Doc fix.Simon Josefsson2004-10-281-10/+10