Rich Salz
|
c6738fd208
Standardize syntax around sizeof(foo)
|
7 éve |
Matt Caswell
|
6a6213556a
Fix out-of-memory condition in conf
|
7 éve |
Alessandro Ghedini
|
5a1e6b1342
Replace malloc+strlcpy with strdup
|
9 éve |
Graeme Perrow
|
ee1ccd0a41
RT3670: Check return from BUF_MEM_grow_clean
|
9 éve |
Matt Caswell
|
83975c80bb
Re-align some comments after running the reformat script.
|
9 éve |
Matt Caswell
|
ae5c8664e5
Run util/openssl-format-source -v -c .
|
9 éve |
Tim Hudson
|
6977c7e2ba
mark all block comments that need format preserving so that
|
10 éve |
David Lloyd
|
2cb761c1f4
Prevent infinite loop loading config files.
|
10 éve |
Dr. Stephen Henson
|
e97359435e
Fix warnings (From HEAD, original patch by Ben).
|
14 éve |
Ben Laurie
|
3c1d6bbc92
LHASH revamp. make depend.
|
16 éve |
Dr. Stephen Henson
|
560b79cbff
Constify version strings and some structures.
|
18 éve |
Richard Levitte
|
23acb0eeb2
Change a comment so it corresponds to reality. Put back a character that
|
19 éve |
Andy Polyakov
|
25a66ee3cb
Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h
|
19 éve |
Bodo Möller
|
aa4ce7315f
Fix various incorrect error function codes.
|
19 éve |
Richard Levitte
|
430d7afd80
When the pointer 'from' changes, it's stored length needs to change as
|
20 éve |
Richard Levitte
|
d420ac2c7d
Use BUF_strlcpy() instead of strcpy().
|
21 éve |
Geoff Thorpe
|
ec2179cf81
Fix a small bug in str_copy: if more than one variable is replaced, make
|
21 éve |
Richard Levitte
|
83411793b6
Handle last lines that aren't properly terminated.
|
22 éve |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 éve |
Richard Levitte
|
6a89a25c27
Add a few more VxWorks targets.
|
22 éve |
Lutz Jänicke
|
c046fffa16
OpenSSL Security Advisory [30 July 2002]
|
22 éve |
Bodo Möller
|
a14e2d9dfe
New functions
|
23 éve |
Ben Laurie
|
0fc5cf0870
Make no config file not an error. Move /dev/crypto config to ctrl.
|
23 éve |
Ben Laurie
|
9dd5ae6553
Constification, add config to /dev/crypto.
|
23 éve |
Ben Laurie
|
bdae099862
Fix memory leak.
|
23 éve |
Richard Levitte
|
bc36ee6227
Use new-style system-id macros everywhere possible. I hope I haven't
|
24 éve |
Geoff Thorpe
|
3c91484052
Move all the existing function pointer casts associated with LHASH's two
|
24 éve |
Geoff Thorpe
|
385d81380c
First step in tidying up the LHASH code. The callback prototypes (and
|
24 éve |
Richard Levitte
|
c8cda405e7
Keep binary backward compatibility by putting new method function
|
24 éve |
Richard Levitte
|
befb3e7a4d
Make it possible for methods to load from something other than a BIO,
|
24 éve |