summaryrefslogtreecommitdiff
path: root/lib/x509_b64.c
Commit message (Expand)AuthorAgeFilesLines
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* do not crash on null message.Nikos Mavrogiannopoulos2011-05-221-1/+1
* eliminated last instances of strcpy() and strcat() to keep pendantics happy.Nikos Mavrogiannopoulos2011-05-101-13/+9
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-62/+62
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-2/+3
* Be liberal in the PEM decoding. That is spaces and tabs are being skipped.Nikos Mavrogiannopoulos2010-09-101-8/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-4/+4
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Doc fixes.Simon Josefsson2008-03-061-54/+63
* Doc fix, remove verbose 'This function will' stuff.Simon Josefsson2008-03-061-4/+4
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-111-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-2/+4
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-17/+17
* Use GNU coding style.Simon Josefsson2005-11-071-330/+364
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-4/+4
* Update Gnulib.Simon Josefsson2004-10-051-4/+4
* Replace strnstr with memstr. See discussion on bug-gnulib list.Simon Josefsson2004-09-301-4/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-6/+6
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-365/+379
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-1/+3
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-4/+2
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-2/+2
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-2/+2
* Added gnutls_pkcs7_set_certificate2() and gnutls_pkcs7_set_crl2() functions.Nikos Mavrogiannopoulos2003-11-111-2/+4
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* Made the B64FSIZE to return an accurate value.Nikos Mavrogiannopoulos2003-10-301-9/+39
* some fixes.Nikos Mavrogiannopoulos2003-10-301-3/+6
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-1/+1
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-1/+2
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-011-1/+1
* CR is now allowed in the base64 decoder.Nikos Mavrogiannopoulos2003-08-201-2/+7
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-23/+22
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-11/+7
* some cleanups.Nikos Mavrogiannopoulos2003-03-281-11/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-271-2/+2
* Several fixes to allow exporting the PKCS #7 structures.Nikos Mavrogiannopoulos2003-03-261-25/+8
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-121-8/+4
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-7/+7
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-131-1/+1
* some cleanupsNikos Mavrogiannopoulos2002-12-081-2/+2