summaryrefslogtreecommitdiff
path: root/lib/gnutls_datum.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_subject_alt_names_set and gnutls_x509_aki_set_cert_issuer will set nul...Nikos Mavrogiannopoulos2015-03-281-0/+21
* Added key zeroization primitives.Nikos Mavrogiannopoulos2013-11-271-8/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-28/+25
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* removed unused functions.Nikos Mavrogiannopoulos2012-09-301-34/+0
* simplified the _datum functions.Nikos Mavrogiannopoulos2012-02-201-9/+8
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+4
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-3/+3
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* (_gnutls_free_datum_m): Free even if size is 0.Simon Josefsson2007-05-271-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* some more fixes for PSK.Nikos Mavrogiannopoulos2005-11-161-4/+8
* Use GNU coding style.Simon Josefsson2005-11-071-40/+46
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-3/+5
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-5/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-7/+7
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-40/+52
* several improvementsNikos Mavrogiannopoulos2004-06-061-1/+8
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-3/+3
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-4/+5
* Added gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2(). These functions ...Nikos Mavrogiannopoulos2002-06-091-24/+10
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-1/+1
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-8/+8
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* minor fixesNikos Mavrogiannopoulos2002-01-281-5/+5
* added gnutls_datum_append()Nikos Mavrogiannopoulos2002-01-281-0/+11
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-2/+2
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-081-1/+2
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-0/+8
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-0/+4
* client side RSA works (no certificate checking)Nikos Mavrogiannopoulos2001-06-201-0/+10
* more rsa stuff -- and cleanupsNikos Mavrogiannopoulos2001-06-151-0/+18
* several additions in order to support KX_RSA and X509PKI.Nikos Mavrogiannopoulos2001-06-151-0/+42