summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
...
* Support reading X.509 credentials from PKCS#12 files.Simon Josefsson2005-12-081-0/+278
* Tru64 UNIX 4.0D has mmap() but doesn't define MAP_FAILED, tiny patch from Alb...Simon Josefsson2005-11-141-0/+3
* some documentation updates.Nikos Mavrogiannopoulos2005-11-121-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-1004/+1135
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Doc fix.Simon Josefsson2005-08-241-15/+13
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-11/+9
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2005-03-041-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Fix warning.Simon Josefsson2005-01-181-2/+2
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-151-2/+2
* Doc fix.Simon Josefsson2004-10-281-10/+10
* Indent.Simon Josefsson2004-10-281-23/+29
* some minor fixes.Nikos Mavrogiannopoulos2004-10-261-7/+11
* (gnutls_certificate_set_x509_trust): Fix memory bug, tiny patch bySimon Josefsson2004-10-241-2/+3
* Update Gnulib.Simon Josefsson2004-10-051-12/+19
* Replace strnstr with memstr. See discussion on bug-gnulib list.Simon Josefsson2004-09-301-11/+11
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-311-35/+72
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-101-8/+5
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-091-6/+6
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-6/+6
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-101/+101
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-1021/+1073
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-1/+1
* some improvements that lead to fewer calls to malloc().Nikos Mavrogiannopoulos2004-03-261-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-051-2/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-9/+9
* Improved gnutls_certificate_client_retrieve_function() and gnutls_certificate...Nikos Mavrogiannopoulos2003-12-201-3/+3
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-20/+32
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-12/+46
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+6
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-35/+35
* Renamed several pkcs #7 related functions. That is to allow future extensions...Nikos Mavrogiannopoulos2003-11-111-3/+3
* some openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-10/+6
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-14/+21
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+1
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-1/+30
* Renamed all of the PKCS #xx stuff names, to pkcs-x-name.Nikos Mavrogiannopoulos2003-04-161-1/+1
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-1/+34
* More fixes to eliminate constants.Nikos Mavrogiannopoulos2003-03-311-7/+20
* reduced the FIXMEs.Nikos Mavrogiannopoulos2003-03-231-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-221-81/+0
* * Added the new functions: gnutls_certificate_set_x509_key()Nikos Mavrogiannopoulos2003-03-221-11/+237
* unmap data and close the file descriptor after the mmap().Nikos Mavrogiannopoulos2003-03-131-2/+8
* Use mmap() if available to read files.Nikos Mavrogiannopoulos2003-03-121-41/+69