| Commit message (Expand) | Author | Age | Files | Lines |
* | In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ. | Richard Levitte | 2002-07-11 | 1 | -2/+5 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -1/+1 |
* | One place where VMS wasn't changed to OPENSSL_SYS_VMS... | Richard Levitte | 2002-05-09 | 1 | -1/+1 |
* | Correct the mapping for des_read_pw() | Richard Levitte | 2002-03-26 | 1 | -1/+1 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 1 | -1/+7 |
* | 'make update' | Richard Levitte | 2002-02-05 | 1 | -2/+6 |
* | With the changed des_old API, let's complete the work by renaming the | Richard Levitte | 2002-02-05 | 5 | -113/+150 |
* | make update | Richard Levitte | 2002-01-24 | 1 | -1/+2 |
* | Security fix. | Ben Laurie | 2001-12-20 | 1 | -22/+17 |
* | Due to an increasing number of clashes between modern OpenSSL and | Richard Levitte | 2001-10-24 | 2 | -6/+6 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -7/+4 |
* | The indexes returned by ***_get_ex_new_index() functions are used when | Geoff Thorpe | 2001-08-12 | 1 | -3/+4 |
* | make update | Richard Levitte | 2001-07-31 | 1 | -3/+5 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-30 | 1 | -5/+3 |
* | Tidy up "cvs update" output a bit. | Geoff Thorpe | 2001-07-22 | 1 | -0/+2 |
* | One forgotten function. | Richard Levitte | 2001-07-11 | 1 | -0/+8 |
* | Change info to correct values. | Richard Levitte | 2001-07-05 | 5 | -15/+15 |
* | Make sure we don't return 0 on error. | Richard Levitte | 2001-06-24 | 1 | -0/+5 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -6/+7 |
* | Do not loop i the OpenSSL UI method any more. Instead, letthe | Richard Levitte | 2001-06-23 | 1 | -28/+32 |
* | make update | Richard Levitte | 2001-06-23 | 1 | -0/+7 |
* | Implement boolean (yes/no or OK/Cancel, ...) input. | Richard Levitte | 2001-06-23 | 3 | -53/+398 |
* | In UI_dup_*() function, use the duped string, not the original. | Dr. Stephen Henson | 2001-06-23 | 1 | -3/+5 |
* | Since there is a way to create UI_METHODs, implement a destructor as | Richard Levitte | 2001-06-20 | 3 | -17/+19 |
* | The default flag should be for default passwords only. Otherwise, | Richard Levitte | 2001-06-19 | 1 | -4/+4 |
* | Enhance the user interface with better support for dialog box | Richard Levitte | 2001-06-19 | 4 | -95/+263 |
* | For MSDOS, the tty filename still is "con", not "/dev/tty" ... | Bodo Möller | 2001-06-11 | 1 | -2/+7 |
* | Earlier OpenSSL versions printed prompts to stderr. | Bodo Möller | 2001-06-11 | 1 | -38/+39 |
* | Initialize UI ex_data. | Dr. Stephen Henson | 2001-06-11 | 1 | -1/+1 |
* | Don't forget to initialise. | Richard Levitte | 2001-06-06 | 1 | -0/+2 |
* | Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, define | Richard Levitte | 2001-06-05 | 1 | -1/+2 |
* | A good use of the UI interface is as a password callback replacement | Richard Levitte | 2001-06-05 | 3 | -0/+26 |
* | Fix for new UI functions under Win32. | Dr. Stephen Henson | 2001-05-17 | 1 | -1/+4 |
* | Make sure strdup() is properly declared. | Richard Levitte | 2001-05-14 | 1 | -0/+9 |
* | Make sure memset() is properly declared. | Richard Levitte | 2001-05-14 | 1 | -0/+1 |
* | Define `ok' and better error detection. | Richard Levitte | 2001-05-13 | 1 | -5/+11 |
* | make update | Richard Levitte | 2001-05-13 | 1 | -1/+2 |
* | des_read_password() and des_read_2passwords() can only appear if DES | Richard Levitte | 2001-05-13 | 2 | -2/+9 |
* | Move the password reading functions completely away from the DES | Richard Levitte | 2001-05-13 | 3 | -13/+106 |
* | Typo. | Dr. Stephen Henson | 2001-05-12 | 1 | -1/+1 |
* | e_os2.h defines things like OPENSSL_SYS_MSDOS, not opensslconf.h... | Richard Levitte | 2001-05-11 | 1 | -1/+1 |
* | Fix warning with DEBUG_SAFESTACK | Dr. Stephen Henson | 2001-05-10 | 1 | -2/+1 |
* | There is no uitest | Richard Levitte | 2001-05-08 | 1 | -1/+2 |
* | Clarify the license and copyright, make preprocessor dirctives a | Richard Levitte | 2001-05-07 | 1 | -80/+143 |
* | Add a general user interface API. This is designed to replace things | Richard Levitte | 2001-05-06 | 7 | -0/+1758 |