提交歷史

作者 SHA1 備註 提交日期
  Dr. Stephen Henson 246e09319c Fix bug where freed OIDs could be accessed in EVP_cleanup() by 18 年之前
  Andy Polyakov 7b1b47a8e6 Mention Whirlpool in dgst -help. 19 年之前
  Dr. Stephen Henson 5b40d7dd97 Add -passin argument to dgst command. 20 年之前
  Dr. Stephen Henson c128bb0fa2 Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. 20 年之前
  Andy Polyakov c88f8f76b5 'apps/openssl dgst -help' update and minor apps/speed.c update. 20 年之前
  Richard Levitte d420ac2c7d Use BUF_strlcpy() instead of strcpy(). 21 年之前
  Richard Levitte 0b13e9f055 Add the possibility to build without the ENGINE framework. 22 年之前
  Richard Levitte 1c3e4a3660 EXIT() may mean return(). That's confusing, so let's have it really mean 22 年之前
  Richard Levitte 4579924b7e Cleanse memory using the new OPENSSL_cleanse() function. 22 年之前
  Ben Laurie 54a656ef08 Security fixes brought forward from 0.9.7. 22 年之前
  Richard Levitte da9b972466 Make it possible to load keys from stdin, and restore that 22 年之前
  Ben Laurie d15711efc6 Handle read errors. 22 年之前
  Richard Levitte dfee50ecd9 Allow longer program names (VMS allows up to 39 characters). 22 年之前
  Dr. Stephen Henson 3647bee263 Config code updates. 23 年之前
  Geoff Thorpe 1372965e2e Reduce the header dependencies on engine.h in apps/. 23 年之前
  Richard Levitte c04f8cf44a Use apps_shutdown() in all applications, in case someone decides not 23 年之前
  Richard Levitte 531d630b5c Provide an application-common setup function for engines and use it 23 年之前
  Richard Levitte 30b4c2724e Extend all the loading functions to take an engine pointer, a pass 23 年之前
  Richard Levitte bc36ee6227 Use new-style system-id macros everywhere possible. I hope I haven't 24 年之前
  Richard Levitte 92125ffaec Make flag variables int instead of char. This avoids getting into trouble on systems where char is unsigned by default 24 年之前
  Richard Levitte 32d862ede4 Add the possibility to use keys handled by engines in more 24 年之前
  Richard Levitte 5270e7025e Merge the engine branch into the main trunk. All conflicts resolved. 24 年之前
  Richard Levitte 645749ef98 On VMS, stdout may very well lead to a file that is written to in a 24 年之前
  Dr. Stephen Henson 688fbf5475 Fix a typo in apps/pkcs12.c which was using the wrong part of 24 年之前
  Richard Levitte 623eea376a siglen is unsigned, so comparing it to less than 0 is silly, and 24 年之前
  Dr. Stephen Henson 7df1c720f6 Fix typo in i2d_ASN1_ENUMERATED 24 年之前
  Richard Levitte 3009458e2f MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test 24 年之前
  Richard Levitte 26a3a48d65 There have been a number of complaints from a number of sources that names 24 年之前
  Ralf S. Engelschall 667ac4ec6a Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align 25 年之前
  Bodo Möller d58d092bc9 Avoid warnings. 25 年之前