summaryrefslogtreecommitdiff
path: root/lib/x509_b64.c
Commit message (Expand)AuthorAgeFilesLines
* backported all the changes from the development branch to 1.0.x, except for T...Nikos Mavrogiannopoulos2004-02-121-1/+4
* 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
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Cleaned up the return values of several functions.Nikos Mavrogiannopoulos2002-03-281-1/+3
* cleanupsNikos Mavrogiannopoulos2002-01-271-1/+3
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-8/+8
* cleanupsNikos Mavrogiannopoulos2002-01-181-3/+3
* Added gnutls_x509pki_set_trust_mem() and gnutls_x509pki_set_key_mem()Nikos Mavrogiannopoulos2002-01-141-1/+1
* renamed gnutls_b64_encode() to gnutls_b64_encode_fmt()Nikos Mavrogiannopoulos2002-01-051-62/+62
* Added gnutls_b64_encode() and gnutls_b64_decode()Nikos Mavrogiannopoulos2002-01-051-1/+63
* fixed memory leaksNikos Mavrogiannopoulos2001-08-261-0/+3
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-0/+402