FdaSilvaYY
|
cef115ff0c
Fix an incoherent test.
|
7 years ago |
Pauli
|
a1df06b363
This has been added to avoid the situation where some host ctype.h functions
|
7 years ago |
Pauli
|
a2371fa933
Trivial bounds checking.
|
7 years ago |
Rich Salz
|
0904e79a6e
Undo commit d420ac2
|
7 years ago |
Matt Caswell
|
f13615c5b8
Fix OBJ_create() to tolerate a NULL sn and ln
|
7 years ago |
Frank Morgner
|
487a73def6
Added error checking for OBJ_create
|
7 years ago |
Matt Caswell
|
7f517c2676
Remove some commented out code in libcrypto
|
7 years ago |
Matt Caswell
|
a36c5eabf5
Sanity check an ASN1_object_size result
|
8 years ago |
FdaSilvaYY
|
f430ba31ac
Spelling... and more spelling
|
8 years ago |
Rich Salz
|
739a1eb196
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
|
8 years ago |
Ben Laurie
|
e64b555781
ok was uninitialised on failure.
|
8 years ago |
Dr. Stephen Henson
|
52832e470f
OID code tidy up.
|
8 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 years ago |
Dr. Stephen Henson
|
a535fe12f6
Remove check_defer()
|
8 years ago |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
8 years ago |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
8 years ago |
Matt Caswell
|
7b8cc9b345
Deprecate OBJ_cleanup() and make it a no-op
|
8 years ago |
Matt Caswell
|
22c84afa77
Deprecate EVP_cleanup() and make it a no-op
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Dr. Stephen Henson
|
63c75cd688
Add lh_doall inlining
|
9 years ago |
Dr. Stephen Henson
|
62d0577e0d
Add lh_new() inlining
|
9 years ago |
Dr. Stephen Henson
|
e6b5c341b9
Inline LHASH_OF
|
8 years ago |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 years ago |
Dr. Stephen Henson
|
0fb9990480
return correct NID for undefined object
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Hanno Böck
|
2b8dc08b74
Call of memcmp with null pointers in obj_cmp()
|
9 years ago |
Gunnar Kudrjavets
|
56d88027f0
Fix the heap corruption in libeay32!OBJ_add_object.
|
9 years ago |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |