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 |
Geoff Thorpe
|
d50f1bdfac
Do to DH and DSA what has already been done to RSA. This involves moving
|
24 years ago |
Richard Levitte
|
f971ccb264
Constify DH-related code.
|
24 years ago |
Richard Levitte
|
5270e7025e
Merge the engine branch into the main trunk. All conflicts resolved.
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Geoff Thorpe
|
da414db464
The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as
|
24 years ago |
Dr. Stephen Henson
|
90644dd74d
|
25 years ago |
Dr. Stephen Henson
|
dd9d233e2a
|
25 years ago |
Dr. Stephen Henson
|
ac8b4ee04a
Make DH_free() free up any ex_data and also call the finish method.
|
25 years ago |