1. 9ec1d35 Adjust DES_cbc_cksum() so the returned value is the same as MIT's by Richard Levitte · 22 years ago
  2. cf56663 Option to disable SSL auto chain build by Dr. Stephen Henson · 22 years ago
  3. ea51364 comments by Bodo Möller · 22 years ago
  4. 8537943 first section is now "Changes between 0.9.7a and 0.9.8", not "... 0.9.7 and 0.9.8" by Bodo Möller · 22 years ago
  5. a8f5b2e GeneralString support in mini-ASN1 compiler by Dr. Stephen Henson · 22 years ago
  6. 33075f2 Typo. by Dr. Stephen Henson · 22 years ago
  7. 28f573a Make sure memcpy() is properly declared by including string.h. by Richard Levitte · 22 years ago
  8. e2c9c91 fix EC_GROUP_copy for EC_GFp_nist_method() by Bodo Möller · 22 years ago
  9. d42d2d1 avoid coredump by Bodo Möller · 22 years ago
  10. 65b254e remove debugging leftovers by Bodo Möller · 22 years ago
  11. 82871ea comment by Bodo Möller · 22 years ago
  12. 24893ca typo by Bodo Möller · 22 years ago
  13. 27a9bf1 PKCS#1 has a new RFC, which we do implement by Richard Levitte · 22 years ago
  14. 37c660f implement fast point multiplication with precomputation by Bodo Möller · 22 years ago
  15. 772ec41 typo in WIN16 section by Bodo Möller · 22 years ago
  16. 0e9035a SSL_add_dir_cert_subjects_to_stack now exists for WIN32 by Bodo Möller · 22 years ago
  17. 4e5d3a7 IPv6 display and input support for extensions usingh GeneralName. by Dr. Stephen Henson · 22 years ago
  18. 379e568 typo by Bodo Möller · 22 years ago
  19. c09a297 Update PRNG entry: by Bodo Möller · 22 years ago
  20. 2619676 Old-style callbacks can be NULL! by Ben Laurie · 22 years ago
  21. 33cc07f Fix warning. by Ben Laurie · 22 years ago
  22. c029841 We can't say in advance what the argument to BIO_socket_ioctl() should be, so by Richard Levitte · 22 years ago
  23. bfa3555 Document -engine where missing. PR: 424 by Richard Levitte · 22 years ago
  24. 5d780ba A few small bugs with BIO popping. PR: 364 by Richard Levitte · 22 years ago
  25. 5cd48ab The util scripts need to handled no-hw. PR: 327 by Richard Levitte · 22 years ago
  26. db5006d The MASM situation is more difficult than described so far. It is part of VC++ 7. by Richard Levitte · 22 years ago
  27. 3d6a84c For VC++7 and up, the file is VSVARS32.BAT. PR: 327 by Richard Levitte · 22 years ago
  28. 5fe11c7 The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's by Richard Levitte · 22 years ago
  29. a1d5784 make update by Richard Levitte · 22 years ago
  30. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  31. 96f7065 Summarise the last couple of commits. by Geoff Thorpe · 22 years ago
  32. f3c22ef This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. if by Geoff Thorpe · 22 years ago
  33. a85bef1 Commit a slightly modified version of an old experiment to do RSA private by Geoff Thorpe · 22 years ago
  34. bb3e67f "openssl engine" will not display ENGINE/DSO load failure errors when by Geoff Thorpe · 22 years ago
  35. c0a93e3 Small typo, OENSSL should really be spelled OPENSSL. PR: 476 by Richard Levitte · 22 years ago
  36. 2e60ea7 Fix a memory leak in SSL. PR: 477 by Richard Levitte · 22 years ago
  37. 4e78074 cert_sk isn't always allocated, so freeing it may cause a crash. PR: 481 by Richard Levitte · 22 years ago
  38. b637670 DVCS (see RFC 3029) was missing among the possible purposes. by Richard Levitte · 22 years ago
  39. bd1217a simplify by Bodo Möller · 22 years ago
  40. da45180 Correct EVP_SealInit() documentation, iv is an output parameter. by Dr. Stephen Henson · 22 years ago
  41. 82516e3 cofactor is optional in parameter encodings by Bodo Möller · 22 years ago
  42. c1862f9 consistency by Bodo Möller · 22 years ago
  43. 9048c72 For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters' by Bodo Möller · 22 years ago
  44. 02bf9a1 Provide "dummy" &main::picmeup even in Windows perlasm modules. by Andy Polyakov · 22 years ago
  45. d3b5cb5 Check return value of gmtime() and add error codes by Dr. Stephen Henson · 22 years ago
  46. 97e6bf6 Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5. by Andy Polyakov · 22 years ago
  47. 04da455 The patch speaks for itself. by Andy Polyakov · 22 years ago
  48. 0c3426d Missing 0 broke FreeBSD build. PR: 470 by Richard Levitte · 22 years ago
  49. 9b3f03d fix warnings by Bodo Möller · 22 years ago
  50. 9abff96 Suggestion was to change ${MACHINE} to i586 in lines in question. Well, by Andy Polyakov · 22 years ago
  51. 722d17c This is an *initial* tune-up. This update puts Itanium2 back on par with by Andy Polyakov · 22 years ago
  52. 59b846c Oops! Missed closing quote... Didn't have time to verify before a snapshot by Andy Polyakov · 22 years ago
  53. 42bf2a5 SCO target missed .so suffix. by Andy Polyakov · 22 years ago
  54. 80bcbaa -lresolv is not present on SCO Unix, RT#460. by Andy Polyakov · 22 years ago
  55. 7c4e24a Caldera/SCO targets erroneously limit themselves to 386. See RT#464. by Andy Polyakov · 22 years ago
  56. 726c223 Fix for AIX shared build, see RT#463. by Andy Polyakov · 22 years ago
  57. 59ae8c9 EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex(). by Dr. Stephen Henson · 22 years ago
  58. 0bdd2da Ingore the correct flag file. by Richard Levitte · 22 years ago
  59. 2f09524 A few more files to ignore by Richard Levitte · 22 years ago
  60. 06492ae make update by Richard Levitte · 22 years ago
  61. c00cee0 FreeBSD has /dev/crypto as well. PR: 462 by Richard Levitte · 22 years ago
  62. 8228f30 Add some debugging output. by Richard Levitte · 22 years ago
  63. 018c56f Armor against systems without ranlib... by Lutz Jänicke · 22 years ago
  64. d745af4 avoid potential confusion about curves (prime192v1 and prime256v1 are by Bodo Möller · 22 years ago
  65. 44ea41c make update by Richard Levitte · 22 years ago
  66. acad575 ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, Martin by Lutz Jänicke · 22 years ago
  67. 28b958f Fix possible NULL dereferencial. Notified by Verdon Walker <VWalker@novell.com> by Richard Levitte · 22 years ago
  68. 4e59cd3 Add verbosity by Richard Levitte · 22 years ago
  69. a74333f Fix initialization sequence to prevent freeing of unitialized objects. by Lutz Jänicke · 22 years ago
  70. 365e146 update error library for EC... changes by Bodo Möller · 22 years ago
  71. 8ec16ce Really fix SSLv2 session ID handling by Lutz Jänicke · 22 years ago
  72. 0e4aa0d As with RSA, which was modified recently, this change makes it possible to by Geoff Thorpe · 22 years ago
  73. 08cb96b Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug, by Dr. Stephen Henson · 22 years ago
  74. cdc5b4a Extend the HOWTO on creating certificates, and add a HOWTO in creating keys. by Richard Levitte · 22 years ago
  75. 52e5e5c Document hpux-parisc2-cc problems, probably due to optimizer bug. by Lutz Jänicke · 22 years ago
  76. c653b56 Correct an example that has a few typos. PR: 458 by Richard Levitte · 22 years ago
  77. 04aff67 Merge from 0.9.7-stable. by Richard Levitte · 22 years ago
  78. 1a6356b Minor FAQ update by Andy Polyakov · 22 years ago
  79. b056459 "!Cname surname" has now become redundant ... by Bodo Möller · 22 years ago
  80. 54d4f8c undo part of a recent change: it's "surname", not "surName" by Bodo Möller · 22 years ago
  81. c76153f Make sure not to declare a clashing read() for DJGPP. PR: 440 by Richard Levitte · 22 years ago
  82. 8cbb91c DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment. PR: 453 by Richard Levitte · 22 years ago
  83. aaae0aa add something to the '$no_shared_warn' text by Bodo Möller · 22 years ago
  84. 0535d3b Correct a misleading comment. PR: 456 by Richard Levitte · 22 years ago
  85. 62be003 Revert: the names of the cygwin distribution will not be named openssl2-*. by Richard Levitte · 22 years ago
  86. 364c7cd UI_UTIL_read_pw() misinterpreted the values returned from UI functions. PR: 456 by Richard Levitte · 22 years ago
  87. 9d5390a document BN_GENCB API by adding an example by Bodo Möller · 22 years ago
  88. bda2fa3 Typo. by Bodo Möller · 22 years ago
  89. caa7b2a tty_in will never be stderr, so it will always be closed, which means stdin by Richard Levitte · 22 years ago
  90. c14b4d6 typo by Bodo Möller · 22 years ago
  91. 0382c95 OpenBSD FAQ update. Apparently gas from binutils-2.x makes it impossible to by Andy Polyakov · 22 years ago
  92. fda20f0 Just an extra comment. by Andy Polyakov · 22 years ago
  93. afd41c9 Add better support for FreeBSD on non-x86 machines. by Richard Levitte · 22 years ago
  94. 2964ba8 If the user said 'shared' and we haven't included support for shared libraries, by Richard Levitte · 22 years ago
  95. c0cc5c3 Double the dollars that are intended for the command line. PR: 423 by Richard Levitte · 22 years ago
  96. e68cb95 Add documentation on how to handle the shared libaries. PR: 423 by Richard Levitte · 22 years ago
  97. 4486662 Name the flag file correctly by Richard Levitte · 22 years ago
  98. c0ac323 CFLAG, not CFLAGS by Richard Levitte · 22 years ago
  99. a0cd3ca It's recommended to do 'make clean' after having prepared a new build tree. by Richard Levitte · 22 years ago
  100. 4a9476d When preparing a separate build tree, don't make softlinks to softlinks. by Richard Levitte · 22 years ago