- 23 6月, 2001 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
I was wrong in conclusions about when addition starts overflowing in combaX routines.
-
- 21 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix memory leak when RAND is used: need to cleanup RANDs ENGINE reference in ENGINE_cleanup().
-
- 20 6月, 2001 4 次提交
-
-
由 Richard Levitte 提交于
well. This probably requires reference counters and locks as well. To be implemented later.
-
由 Dr. Stephen Henson 提交于
Change all calls to low level digest routines in the library and applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy(). Note: this is almost identical to the patch submitted to openssl-dev by Verdon Walker <VWalker@novell.com> except some redundant EVP_add_digest_()/EVP_cleanup() calls were removed and some changes made to avoid compiler warnings.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
with arbitrary arguments instead of just a string. - Change the key loaders to take a UI_METHOD instead of a callback function pointer. NOTE: this breaks binary compatibility with earlier versions of OpenSSL [engine]. - Addapt the nCipher code for these new conditions and add a card insertion callback.
-
- 19 6月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
someone having a default that is not a password will be confused.
-
由 Richard Levitte 提交于
prompting, application-defined prompts, the possibility to use defaults (for example default passwords from somewhere else) and interrupts/cancelations.
-
由 Dr. Stephen Henson 提交于
-
- 17 6月, 2001 2 次提交
-
-
由 Ben Laurie 提交于
PR:
-
由 Ben Laurie 提交于
-
- 11 6月, 2001 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
由 Bodo Möller 提交于
In the new crypto/ui/, this was changed into tty (which is usually /dev/tty), i.e. the FILE * used for reading passwords from the user. However stdio buffering for read/write streams is not without pitfalls (passwords would be echoed on some systems). To avoid problems, split tty into tty_in and tty_out (which are opened separately).
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 08 6月, 2001 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Lutz Jänicke 提交于
-
- 07 6月, 2001 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 06 6月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
_XOPEN_SOURCE.
-
由 Richard Levitte 提交于
(for new functions...). One might still want to be able to pass down a user-data pointer to be used by the UI. However, ex_data doesn't quite cut it, since that means the appropriate index to it might need to be shared between parts that aren't really related in that sense, and would require the currently hidden (static) index holders to be uncovered. Not a good thing. Therefore, add the possibility to add a user-data pointer to a UI.
-
- 05 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 01 6月, 2001 6 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
links.
-
由 Geoff Thorpe 提交于
a bit of weird code in sk_new.
-
- 31 5月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
- 29 5月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
details (performance numbers and accompanying discussions:-). Note that the code is not engaged in ./Configure yet. I'll add it later this week along with updates for .spec file. Submitted by: Reviewed by: PR:
-
- 26 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
passwords that were given to the key loading functions were completely ignored, at least in the ncipher code, and then we made the assumption that the callback wanted a prompt as user argument. All that is now changed, and the application author is forced to give a callback function of type pem_callback_cb and possibly an argument for it, just as for all other functions that want to generate password prompting. NOTE: this change creates binary and source incompatibilities with previous versions of OpenSSL [engine]. It's worth it this time, to get it right (or at least better and with a chance that it'll work).
-
- 25 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add missing variable length cipher flag for Blowfish. Only use trust settings if either trust or reject settings are present, otherwise use compatibility mode. This stops root CAs being rejected if they have alias of keyid set.
-
- 17 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
For some unknown reason fopen("con", "w") is the only way to make this work. Using "r+" and "w+" causes the fopen call to fail and the fallback (using stdin) doesn't work because writing to stdin fails.
-
- 16 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
as gmtime_r() on the systems where that is defined.
-