Matt Caswell
|
3ce2fdabe6
Convert memset calls to OPENSSL_cleanse
|
8 лет назад |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 лет назад |
Ben Laurie
|
5cf14ce074
memset() doesn't take NULL.
|
8 лет назад |
Emilia Kasper
|
b698174493
constify PACKET
|
8 лет назад |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 лет назад |
Rich Salz
|
c99de0533d
Rename *_realloc_clean to *_clear_realloc
|
9 лет назад |
Rich Salz
|
64b25758ed
remove 0 assignments.
|
9 лет назад |
Rich Salz
|
74924dcb38
More secure storage of key material.
|
9 лет назад |
Matt Caswell
|
5d80fab086
Replace memset with OPENSSL_clear_free()
|
9 лет назад |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 лет назад |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 лет назад |
Rich Salz
|
2d29e2df0c
realloc of NULL is like malloc
|
9 лет назад |
Dr. Stephen Henson
|
e5bf3c923c
size_t for buffer functions.
|
9 лет назад |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 лет назад |
Dr. Stephen Henson
|
415ece7301
Typo.
|
11 лет назад |
Dr. Stephen Henson
|
e2f53b675a
correct error code
|
12 лет назад |
Dr. Stephen Henson
|
d9a9d10f4f
Check for potentially exploitable overflows in asn1_d2i_read_bio
|
12 лет назад |
Dr. Stephen Henson
|
778b14b72d
move some string utilities to buf_str.c to reduce some dependencies (from 0.9.8 branch).
|
14 лет назад |
Andy Polyakov
|
debf380122
size_t-fy crypto/buffer.
|
17 лет назад |
Dr. Stephen Henson
|
9befdf1d20
New utility function to reverse a buffer, either by copying or in-place.
|
18 лет назад |
Bodo Möller
|
aa4ce7315f
Fix various incorrect error function codes.
|
19 лет назад |
Richard Levitte
|
1ae0a83bdd
Add BUF_strndup() and BUF_memdup(). Not currently used, but I've code
|
21 лет назад |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 лет назад |
Bodo Möller
|
b693f941fd
Consistency fix in BUF_MEM_grow: Initialise to zero when new memory
|
23 лет назад |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 лет назад |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 лет назад |
Ben Laurie
|
61f5b6f338
Work with -pedantic!
|
25 лет назад |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 лет назад |
Ben Laurie
|
e778802f53
Massive constification.
|
25 лет назад |
Ben Laurie
|
e03ddfae7e
Accept NULL in *_free.
|
26 лет назад |