index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
buffer
/
buffer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/buffer/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-10
/
+10
*
Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keys
Bernd Edlinger
2017-07-29
1
-2
/
+2
*
Fix crash in BUF_MEM_grow_clean.
Bernd Edlinger
2017-07-10
1
-2
/
+4
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
1
-1
/
+0
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
memset() doesn't take NULL.
Ben Laurie
2016-05-07
1
-2
/
+4
*
constify PACKET
Emilia Kasper
2016-02-01
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename *_realloc_clean to *_clear_realloc
Rich Salz
2015-12-22
1
-1
/
+1
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-5
/
+1
*
More secure storage of key material.
Rich Salz
2015-06-23
1
-3
/
+39
*
Replace memset with OPENSSL_clear_free()
Matt Caswell
2015-06-10
1
-2
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
realloc of NULL is like malloc
Rich Salz
2015-04-28
1
-8
/
+2
*
size_t for buffer functions.
Dr. Stephen Henson
2015-02-13
1
-2
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-132
/
+116
*
Typo.
Dr. Stephen Henson
2013-07-17
1
-1
/
+1
*
correct error code
Dr. Stephen Henson
2012-04-22
1
-1
/
+1
*
Check for potentially exploitable overflows in asn1_d2i_read_bio
Dr. Stephen Henson
2012-04-19
1
-0
/
+17
*
move some string utilities to buf_str.c to reduce some dependencies (from 0.9...
Dr. Stephen Henson
2011-01-09
1
-58
/
+0
*
size_t-fy crypto/buffer.
Andy Polyakov
2007-10-09
1
-4
/
+4
*
New utility function to reverse a buffer, either by copying or in-place.
Dr. Stephen Henson
2006-04-10
1
-0
/
+23
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
Add BUF_strndup() and BUF_memdup(). Not currently used, but I've code
Richard Levitte
2003-04-30
1
-5
/
+24
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-0
/
+57
*
Consistency fix in BUF_MEM_grow: Initialise to zero when new memory
Bodo Möller
2001-10-26
1
-1
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-6
/
+6
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-1
/
+1
*
Work with -pedantic!
Ben Laurie
1999-04-23
1
-4
/
+4
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-8
/
+4
*
Massive constification.
Ben Laurie
1999-04-17
1
-1
/
+1
*
Accept NULL in *_free.
Ben Laurie
1999-01-07
1
-0
/
+3
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-2
/
+8
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+139