summaryrefslogtreecommitdiff
path: root/lib/gnutls_mem.h
Commit message (Expand)AuthorAgeFilesLines
* x509: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-0/+9
* exported gnutls_memset()Nikos Mavrogiannopoulos2014-11-081-1/+0
* do not yet export gnutls_memset().Nikos Mavrogiannopoulos2014-05-171-0/+1
* export gnutls_memset().Nikos Mavrogiannopoulos2014-05-101-3/+1
* Removed the already unused secure alloc functions.Nikos Mavrogiannopoulos2014-04-181-6/+0
* Use a harder to optimize out memset().Nikos Mavrogiannopoulos2014-04-181-3/+3
* unconditionally zeroize temporal keys.Nikos Mavrogiannopoulos2014-04-101-7/+2
* use memset in bzeroNikos Mavrogiannopoulos2013-11-281-1/+1
* avoid using memset to prevent a compiler optimizing out out calls.Nikos Mavrogiannopoulos2013-11-271-1/+3
* overwrite temp buffers of private keys.Nikos Mavrogiannopoulos2013-11-271-0/+15
* reindented codeNikos Mavrogiannopoulos2013-11-081-6/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-1/+1
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* 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
* Drop dmalloc and efence support.Simon Josefsson2008-10-301-4/+0
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-25/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-6/+6
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Cleanup.Simon Josefsson2005-04-141-9/+1
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-5/+0
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-0/+24
* Indent.Simon Josefsson2004-10-281-1/+1
* (gnutls_is_secure_function): Add.Simon Josefsson2004-08-051-0/+1
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-13/+13
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-4/+13
* some alloca-related fixes. Patch by Philip Brown <phil@bolthole.com>.Nikos Mavrogiannopoulos2003-10-231-0/+3
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-7/+7
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-1/+4
* Added gnutls_b64_encode_fmt2() and gnutls_b64_decode_fmt2(). These functions ...Nikos Mavrogiannopoulos2002-06-091-4/+10
* Added check for C99 macro support. Stubs are used if they are not supported b...Nikos Mavrogiannopoulos2002-06-091-1/+2
* only use the libc's strdup, if using the libc's malloc function.Nikos Mavrogiannopoulos2002-06-091-0/+2
* Removed gnutls_strdup(). Replaced with a pointer to libc's strdup()Nikos Mavrogiannopoulos2002-06-081-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-261-5/+5
* reintroduced realloc_fast() which prevents some malloc(0) situations.gnutls_0_4_3Nikos Mavrogiannopoulos2002-05-231-0/+2
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-28/+7
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-0/+12
* Added hooks for electric fenceNikos Mavrogiannopoulos2002-03-171-2/+2
* corrected certificate type checking.Nikos Mavrogiannopoulos2002-03-011-0/+4
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-10/+10
* several fixes.Nikos Mavrogiannopoulos2001-11-101-0/+1
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-0/+2
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-0/+20
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-0/+15