Richard Levitte
|
040c687ce4
Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.
|
21 years ago |
Richard Levitte
|
721688c2f8
Include rand.h, so RAND_status() and friends get properly declared.
|
21 years ago |
Bodo Möller
|
5679bcce07
make RSA blinding thread-safe
|
21 years ago |
Bodo Möller
|
c554155b58
make sure RSA blinding works when the PRNG is not properly seeded;
|
21 years ago |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 years ago |
Dr. Stephen Henson
|
0c372b94f7
|
23 years ago |
Geoff Thorpe
|
d7e0299792
Fiddling.
|
23 years ago |
Geoff Thorpe
|
cb78486d97
This commits changes to various parts of libcrypto required by the recent
|
23 years ago |
Bodo Möller
|
6ac4e8bd6e
Rename recently introduced functions for improved code clarity:
|
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 |
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 |
Ulf Möller
|
12c2fe8d53
Use BN_rand_range().
|
24 years ago |
Geoff Thorpe
|
7abe830501
Ensure that the "ex_data" member of an RSA structure is initialised before
|
24 years ago |
Richard Levitte
|
0b5806b5f5
Really stupid glitch (a comment not properly ended) fixed.
|
24 years ago |
Richard Levitte
|
ccb9643f02
Remove references to RSAref. The glue library is but a memory to fade
|
24 years ago |
Richard Levitte
|
29c1f0615b
Constify the RSA library.
|
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
|
deb4d50e51
Previously, the default RSA_METHOD was NULL until the first RSA structure was
|
24 years ago |
Ulf Möller
|
9b141126d4
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
|
25 years ago |
Dr. Stephen Henson
|
dd9d233e2a
|
25 years ago |
Dr. Stephen Henson
|
c1cd88a0eb
Oops... forgot the other RSA_NULL patches...
|
25 years ago |
Dr. Stephen Henson
|
ce8b257413
New functions to allow RSA_METHODs to be changed without poking round in
|
25 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 years ago |
Ben Laurie
|
e778802f53
Massive constification.
|
25 years ago |
Ben Laurie
|
b4cadc6e13
Fix security hole.
|
26 years ago |