1. 174c86a Recognize LHASH_OF(). by Dr. Stephen Henson · 17 years ago
  2. c6ddacf Stop const mismatch warning. by Dr. Stephen Henson · 17 years ago
  3. ab3eafd Stop warning about extra ';' outside of function. by Dr. Stephen Henson · 17 years ago
  4. dd043cd Stop const mismatch warning in VC++. by Dr. Stephen Henson · 17 years ago
  5. a75c662 Everyone's had a few years to port their favorite additions to 0.9.7 by Bodo Möller · 17 years ago
  6. 83574cf Fix from stable branch. by Dr. Stephen Henson · 17 years ago
  7. 2cd8183 sync with 0.9.8 branch by Bodo Möller · 17 years ago
  8. e194fe8 From HEAD: by Bodo Möller · 17 years ago
  9. 40a7062 From HEAD: by Bodo Möller · 17 years ago
  10. c6f6c38 grammar by Bodo Möller · 17 years ago
  11. 8f395e0 year 2008 by Bodo Möller · 17 years ago
  12. 595852f Avoid "duplicate const" warnings. by Dr. Stephen Henson · 17 years ago
  13. 0a56761 Avoid warning about empty structures and always define CHECKED_PTR_OF by Dr. Stephen Henson · 17 years ago
  14. 220903f C++ style comments fixed. by Dr. Stephen Henson · 17 years ago
  15. 3c1d6bb LHASH revamp. make depend. by Ben Laurie · 17 years ago
  16. cab14b9 Add README about removed root CA certificates. by Lutz Jänicke · 17 years ago
  17. 17a4a4d Reword comment to be much shorter to stop other people from complaining by Lutz Jänicke · 17 years ago
  18. c2c2e7a Clear error queue when starting SSL_CTX_use_certificate_chain_file by Lutz Jänicke · 17 years ago
  19. d18ef84 Remove all root CA files (beyond test CAs including private key) by Lutz Jänicke · 17 years ago
  20. 5c0d90a Typo. by Dr. Stephen Henson · 17 years ago
  21. f434730 Typo. by Dr. Stephen Henson · 17 years ago
  22. 65fd877 Update ordinals. by Dr. Stephen Henson · 17 years ago
  23. 64ddafc Update from stable branch. by Dr. Stephen Henson · 17 years ago
  24. 781f0a9 Fix from stable branch. by Dr. Stephen Henson · 17 years ago
  25. 3de5a77 Correctly adjust location of comment by Lutz Jänicke · 17 years ago
  26. 94fd382 Fix two invalid memory reads in RSA OAEP mode. by Dr. Stephen Henson · 17 years ago
  27. 4bd4afa Change use of CRYPTO_THREADID so that we always use both the ulong and by Bodo Möller · 17 years ago
  28. 148bb95 Disable code that clearly doesn't currently serve any useful purpose. by Bodo Möller · 17 years ago
  29. 51e00db Document "openssl s_server" -crl_check* options by Lutz Jänicke · 17 years ago
  30. a92ebf2 Provide information about "openssl dgst" -hmac option. by Lutz Jänicke · 17 years ago
  31. f49c687 Typo. (From 0.9.8-stable/S. Henson) PR: 1672 by Lutz Jänicke · 17 years ago
  32. 8b99c79 Another occurance of possible valgrind/purify "uninitialized memory" by Lutz Jänicke · 17 years ago
  33. 718f8f7 Fix from stable branch. by Dr. Stephen Henson · 17 years ago
  34. e718520 Add missing cast. by Dr. Stephen Henson · 17 years ago
  35. 4f46934 Depict future Win64/x64 development. by Andy Polyakov · 17 years ago
  36. fabe640 Clarifying comment. by Bodo Möller · 17 years ago
  37. 19048b5 New function CMS_add1_crl(). by Dr. Stephen Henson · 17 years ago
  38. 156ee88 Indicate support for digest init ctrl. by Dr. Stephen Henson · 17 years ago
  39. c386f8a Typo. by Dr. Stephen Henson · 17 years ago
  40. 4a954b5 Use "cont" consistently in cms-examples.pl by Dr. Stephen Henson · 17 years ago
  41. d05a474 Montgomery-related minor cleanups/documentation by Bodo Möller · 17 years ago
  42. 8a2062f Update from stable branch. by Dr. Stephen Henson · 17 years ago
  43. 2f63ad5 Update from stable branch. by Dr. Stephen Henson · 17 years ago
  44. c78bba2 Oops! by Dr. Stephen Henson · 17 years ago
  45. d26c905 Update from stable branch. by Dr. Stephen Henson · 17 years ago
  46. 8fcc9ca Update from stable branch. by Dr. Stephen Henson · 17 years ago
  47. e7b097f Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/or by Geoff Thorpe · 17 years ago
  48. 5ee6f96 Paul Sheer optimised the OpenSSL to/from libGMP conversions for the case by Geoff Thorpe · 17 years ago
  49. dc634af Don't send zero length session ID if stateless session resupmtion is by Dr. Stephen Henson · 17 years ago
  50. 8e3b2db Disable debugging fprintf. by Dr. Stephen Henson · 17 years ago
  51. ba6f95e Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bit by Andy Polyakov · 17 years ago
  52. 281066c Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug. PR: 1667 by Andy Polyakov · 17 years ago
  53. 830b887 Takanori Yanagisawa has shown how to correctly use pre-computed values. by Andy Polyakov · 17 years ago
  54. 9912ab6 Resolve __DECC warning and keep disclaiming support for 16-bit platforms. by Andy Polyakov · 17 years ago
  55. 299ab42 Fix remaining BN_nist_mod_*. PR: 1593 by Andy Polyakov · 17 years ago
  56. e6ef05d Make certs argument work in CMS_sign() add test case. PR:1664 by Dr. Stephen Henson · 17 years ago
  57. 0f401ff Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609 by Lutz Jänicke · 17 years ago
  58. 5558128 Another minor update from the mingw development by Lutz Jänicke · 17 years ago
  59. e33c72d Synchronise with Unix. by Richard Levitte · 17 years ago
  60. 44a877a Fix incorrect return value in apps/apps.c:parse_yesno() by Lutz Jänicke · 17 years ago
  61. 6b6fe3d Correctly handle case of bad arguments supplied to rsautl PR: 1659 by Lutz Jänicke · 17 years ago
  62. 4c1a6e0 Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev by Lutz Jänicke · 17 years ago
  63. 6e6ada1 Further synchronisation with Unix build. I hadn't noticed pq_compat.h by Richard Levitte · 17 years ago
  64. b35a131 Provide other forms for symbols that are too long or that clash with others by Richard Levitte · 17 years ago
  65. 1728756 Detached encrypt/decrypt example, fix decrypt sample. by Dr. Stephen Henson · 17 years ago
  66. a12a6b9 Correct argument order for CMS_decrypt() in docs. by Dr. Stephen Henson · 17 years ago
  67. 852bd35 Fix prototype for CMS_decrypt(), don't free up detached content. by Dr. Stephen Henson · 17 years ago
  68. a5db50d Revert argument swap change... oops CMS_uncompress() was consistent... by Dr. Stephen Henson · 17 years ago
  69. f3eba36 Fix comments. by Dr. Stephen Henson · 17 years ago
  70. 529d329 Make CMS_uncompress() argument order consistent with other functions. by Dr. Stephen Henson · 17 years ago
  71. 47a6d38 CMS compressed data examples. by Dr. Stephen Henson · 17 years ago
  72. c02b6b6 Fix for compression and updated CMS_final(). by Dr. Stephen Henson · 17 years ago
  73. 3b28bc9 PKCS#7 examples converted to CMS. by Dr. Stephen Henson · 17 years ago
  74. fc003bc Synchronise with Unix build by Richard Levitte · 17 years ago
  75. 38d3a73 Reformat, fix typos and clarify CMS API docs. by Dr. Stephen Henson · 17 years ago
  76. 73b3c2d Correct HISTORY reference. by Dr. Stephen Henson · 17 years ago
  77. 4670e00 Typo. by Dr. Stephen Henson · 17 years ago
  78. 287df2f Add docs for CMS_final() and BIO_new_CMS(). by Dr. Stephen Henson · 17 years ago
  79. e0fbd07 Add additional parameter to CMS_final() to handle detached content. by Dr. Stephen Henson · 17 years ago
  80. eaee098 Ignore nonsensical flags for signed receipts. by Dr. Stephen Henson · 17 years ago
  81. 43d9e9d Add CMS signed receipt genration and verification docs. by Dr. Stephen Henson · 17 years ago
  82. c420fab Spellcheck CMS docs. by Dr. Stephen Henson · 17 years ago
  83. 6469a1f Signed receipt request function documentation. by Dr. Stephen Henson · 17 years ago
  84. 7f50d9a Correct references to smime in cms app. by Dr. Stephen Henson · 17 years ago
  85. da6ea11 Update docs. by Dr. Stephen Henson · 17 years ago
  86. fb777e1 Add CMS_uncompress manual page. by Dr. Stephen Henson · 17 years ago
  87. 360bb61 Add CMS_compress() docs. by Dr. Stephen Henson · 17 years ago
  88. 847e551 More CMS API documentation. by Dr. Stephen Henson · 17 years ago
  89. d412250 Clarifying comment. by Andy Polyakov · 17 years ago
  90. 2c4226c Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functions by Andy Polyakov · 17 years ago
  91. 86173db Fix various typos, update SMIMECapabilities description. by Dr. Stephen Henson · 17 years ago
  92. 9034c56 Correct d2i/i2d typos. by Dr. Stephen Henson · 17 years ago
  93. e33ffac Initial CMS API documentation. by Dr. Stephen Henson · 17 years ago
  94. 853eae5 Implement CMS_NOCRL. by Dr. Stephen Henson · 17 years ago
  95. b4be380 Fix URI of OpenSSL Request Tracker information PR: 1661 by Lutz Jänicke · 17 years ago
  96. ff80280 Set contentType attribute just before signing to allow encapsulated content by Dr. Stephen Henson · 17 years ago
  97. e45641b Fix typo and add header files to err library. by Dr. Stephen Henson · 17 years ago
  98. d5a37b0 Give consistent return value and add error code for duplicate certificates. by Dr. Stephen Henson · 17 years ago
  99. 6819050 Delete nonexistant function from pkcs7.h header file. WIN32 build fix from by Dr. Stephen Henson · 17 years ago
  100. 88db4e6 Make mk1mf.pl recognize no-cms. by Dr. Stephen Henson · 17 years ago