summaryrefslogtreecommitdiff
path: root/lib/x509_b64.c
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_fbase64_decode: use memsub macro instead of castsNikos Mavrogiannopoulos2016-09-101-3/+3
* doc: mention the version after which gnutls_pem_base64_en/decode2() are avail...Nikos Mavrogiannopoulos2016-04-301-0/+12
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* x509_b64: switch to nettle's base64 functionsNikos Mavrogiannopoulos2015-07-211-33/+28
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-4/+4
* silence some errorsNikos Mavrogiannopoulos2013-11-271-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-279/+267
* corrected allocation sizeNikos Mavrogiannopoulos2013-03-071-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-54/+47
* Added functions gnutls_x509_privkey_import2 and gnutls_x509_privkey_import_op...Nikos Mavrogiannopoulos2012-06-281-57/+62
* use gnulib's base64 codeNikos Mavrogiannopoulos2012-01-311-175/+45
* added fixmeNikos Mavrogiannopoulos2012-01-271-0/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-9/+9
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-1/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Remove dead code and use more static.Simon Josefsson2011-11-091-35/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* 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