Kurt Roeckx
|
0a3dce8257
Fix name of "locked" variable
|
8 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Matt Caswell
|
135648bcd0
Fix mem leaks during auto-deinit
|
8 years ago |
Richard Levitte
|
c2e4e5d248
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
FdaSilvaYY
|
25a807bcb9
Add checks on CRYPTO_new_ex_data return value
|
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
|
6d4fb1d59e
Deprecate ENGINE_cleanup() and make it a no-op
|
8 years ago |
Matt Caswell
|
40e068d506
Move engine library over to using the new thread API
|
8 years ago |
Rich Salz
|
f3f1cf8444
Move to REF_DEBUG, for consistency.
|
8 years ago |
Rich Salz
|
7984f082d5
Remove store.
|
8 years ago |
FdaSilvaYY
|
43d6702de9
fix code indentation issue
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Rich Salz
|
e6390acac9
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
|
9 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 years ago |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
efa7dd6444
free NULL cleanup 11
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Dr. Stephen Henson
|
01b8b3c7d2
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
|
18 years ago |
Dr. Stephen Henson
|
7e5b06813d
Automatically free up dynamically allocated public key methods when
|
18 years ago |
Bodo Möller
|
8afca8d9c6
Fix more error codes.
|
19 years ago |
Geoff Thorpe
|
60a938c6bc
(oops) Apologies all, that last header-cleanup commit was from the wrong
|
20 years ago |
Richard Levitte
|
3bbb0212f3
Add STORE support in ENGINE.
|
21 years ago |
Geoff Thorpe
|
0587ec2645
If dynamically-loadable ENGINEs are linked against a shared-library version
|
22 years ago |
Geoff Thorpe
|
e4a6cf421a
When the "dynamic" ENGINE loads another ENGINE from a shared-library, it
|
23 years ago |
Richard Levitte
|
b485e5b7e3
Woopsie...
|
23 years ago |