aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-119/+0
| | | | | | | | | | | | | Rather than making include/openssl/foo.h a symlink to crypto/foo/foo.h, this change moves the file to include/openssl/foo.h once and for all. Likewise, move crypto/foo/footest.c to test/footest.c, instead of symlinking it there. Originally-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* size_t for buffer functions.Dr. Stephen Henson2015-02-131-2/+2
| | | | | Change BUF_MEM_grow and BUF_MEM_grow_clean to return size_t. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-36/+35
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Implement BUF_strnlen() and use it instead of strlen().Ben Laurie2014-05-211-0/+1
|
* size_t-fy crypto/buffer.Andy Polyakov2007-10-091-4/+4
|
* New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson2006-04-101-0/+1
|
* Fix various incorrect error function codes.Bodo Möller2005-04-261-0/+1
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe2004-05-151-2/+7
| | | | | | | corresponding headers are only required for API functions or structure details. This now includes the bignum types and BUF_MEM. Subsequent commits will remove various dependencies on bn.h and buffer.h and update the makefile dependencies.
* Netware-specific changes,Richard Levitte2003-11-281-0/+3
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte2003-04-291-0/+4
| | | | that uses them that I'll commit in a few days.
* Remove warnings.Richard Levitte2002-11-141-0/+1
|
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+8
|
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
|
* make updateRichard Levitte2001-11-151-1/+1
| | | | perl util/mkerr.pl -recurse -write -rebuild
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-12/+0
|
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-1/+5
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* Massive constification.Ben Laurie1999-04-171-1/+1
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+0
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-3/+3
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+107