- 17 1月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461
-
- 13 1月, 2003 3 次提交
-
-
由 Richard Levitte 提交于
PR: 456
-
由 Richard Levitte 提交于
PR: 456
-
由 Richard Levitte 提交于
might get closed... Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au>
-
- 05 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 381
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 227
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 09 10月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
-
由 Richard Levitte 提交于
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
-
- 25 9月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
This correction was originally introduced in OpenBSD's tracking of OpenSSL.
-
- 11 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Submitted by Götz Babin-Ebell <babinebell@trustcenter.de>
-
- 28 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
handled properly. Part of PR 75
-
- 14 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 75
-
- 10 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 26 3月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 06 2月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
functions in ui_compat. This gave reason to rework that part more thoroughly, so here are the changes made: 1. Add DES_read_password() and DES_read_2passwords() with the same functionality as the corresponding old des_ functions, as a convenience to the users. 2. Add UI_UTIL_read_pw_string() and UI_UTIL_read_pw() with the functionality from des_read_pw_string() and des_read_pw(), again as a concenience to the users. 3. Rename des_read_password(), des_read_2passwords(), des_read_pw_string() and des_read_pw() by changing des_ to _ossl_old_des_, and add the usual mapping macros. 4. Move the implementation of des_read_password() and des_read_2passwords() to the des directory, since they are tightly tied to DES anyway. This change was inspired by a patch from Assar Westerlund <assar@sics.se>: There are some functions that didn't get the kick-away-old-des-and- replace-des-with-DES action. Here's a patch that adds DES_ and des_ (in des_old.h) versions of des_read_pw_string et al. This patch includes some of the first des_old.h semi-colon macro fixes that I've already sent.
-
- 24 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
libeay.num got tweaked so the old des symbols would retain their positions.
-
- 20 12月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 25 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
-
- 02 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
See the commit log message for that for more information. NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented (initialisation by "memset" won't/can't/doesn't work). This fixes that but requires that X509_STORE_CTX_init() be able to handle errors - so its prototype has been changed to return 'int' rather than 'void'. All uses of that function throughout the source code have been tracked down and adjusted.
-
- 13 8月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
setting stack (actually, array) values in ex_data. So only increment the global counters if the underlying CRYPTO_get_ex_new_index() call succeeds. This change doesn't make "ex_data" right (see the comment at the head of ex_data.c to know why), but at least makes the source code marginally less frustrating.
-
- 01 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 23 7月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 11 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 24 6月, 2001 5 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
application do that. NOTE: there's no requirement for other UI_METHODs to avoid this kind of loop. For example, a GUI UI_METHOD would probably check the lengths of the answers from within instead of being constantly redisplayed for everything that is wrong.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Implement UI controls. Current controls are the possibility to output the OpenSSL error stack on the same channel from within UI_process() and to check if the same user interface can be redone without being rebuilt (this is often more a question of philosophy than technicalities).
-
- 23 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 20 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
well. This probably requires reference counters and locks as well. To be implemented later.
-
- 19 6月, 2001 2 次提交
-
-
由 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.
-