summaryrefslogtreecommitdiff
path: root/lib/x509_b64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-071-2/+2
* Changed the semantics of gnutls_pem_base64_encode_alloc()Nikos Mavrogiannopoulos2002-12-061-26/+12
* Added the functions:Nikos Mavrogiannopoulos2002-12-011-39/+0
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-3/+5
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-7/+10
* Improved gnutls_x509_extract_key_pk_algorithm(), which can now distinguish DS...Nikos Mavrogiannopoulos2002-10-041-2/+4
* more cleanupsNikos Mavrogiannopoulos2002-09-011-1/+5
* Updated the base64 encoding/decoding functions.Nikos Mavrogiannopoulos2002-09-011-26/+49
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* Added gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2(). These functions ...Nikos Mavrogiannopoulos2002-06-091-0/+79
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-3/+3