Rich Salz
|
3c27208fab
Remove #error from include files.
|
8 years ago |
Alessandro Ghedini
|
d188a53617
Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
|
8 years ago |
Rich Salz
|
7c96dbcdab
GH715: ENGINE_finish can take NULL
|
8 years ago |
Rich Salz
|
f3f1cf8444
Move to REF_DEBUG, for consistency.
|
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 |
Rich Salz
|
64b25758ed
remove 0 assignments.
|
9 years ago |
Rich Salz
|
fbfcb22439
RT3999: Remove sub-component version strings
|
9 years ago |
Kurt Roeckx
|
26c79d5641
Properly check certificate in case of export ciphers.
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
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 |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Rich Salz
|
d64070838e
free NULL cleanup
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Dr. Stephen Henson
|
2514fa79ac
Add functions returning security bits.
|
10 years ago |
Dr. Stephen Henson
|
560b79cbff
Constify version strings and some structures.
|
18 years ago |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 years ago |
Dr. Stephen Henson
|
3e268d2717
|
22 years ago |
Dr. Stephen Henson
|
0c372b94f7
|
23 years ago |
Geoff Thorpe
|
50a381b789
indentation.
|
23 years ago |
Geoff Thorpe
|
cb78486d97
This commits changes to various parts of libcrypto required by the recent
|
23 years ago |
Geoff Thorpe
|
dc2a33d680
"DH_up" had been changed to "DH_up_ref" in libeay.num but the function
|
23 years ago |
Geoff Thorpe
|
79aa04ef27
Make the necessary changes to work with the recent "ex_data" overhaul.
|
23 years ago |
Geoff Thorpe
|
5cbc2e8bc1
Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,
|
23 years ago |
Geoff Thorpe
|
b7727ee616
The indexes returned by ***_get_ex_new_index() functions are used when
|
23 years ago |
Lutz Jänicke
|
3a64458217
Another uninitialized static that may lead to problems on Solaris under some
|
23 years ago |
Dr. Stephen Henson
|
0c9de428ae
In {RSA,DSA,DH}_new_method(x) need to increase the reference
|
23 years ago |
Geoff Thorpe
|
7ae551fd03
In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the
|
23 years ago |