1. df2ee0e Enable -Wmissing-variable-declarations and by Ben Laurie · 10 years ago
  2. 4c7103a Unwriteable directories are errors by Rich Salz · 10 years ago
  3. e7451ed EVP_PKEY_METHOD accessor functions. by Dr. Stephen Henson · 10 years ago
  4. e34c66c RT3754: check for NULL pointer by Emilia Kasper · 10 years ago
  5. cdde7b4 Restore SSLerr on PACKET_strndup failure. by Emilia Kasper · 10 years ago
  6. 05d7bf6 RT3992: Make SCT #ifdeffable. by David Woodhouse · 10 years ago
  7. 84d90cf Add a simple test for the new rehash command by Richard Levitte · 10 years ago
  8. ceffb33 Make sure the temporary error log resides in a well defined location by Richard Levitte · 10 years ago
  9. 2dcac13 Fix warning about mixed declarations and code. by Dr. Stephen Henson · 10 years ago
  10. 6d41fc8 PACKET: add PACKET_memdup and PACKET_strndup by Emilia Kasper · 10 years ago
  11. d728f0f RT3993: Fix error found by VS2008 by David Woodhouse · 10 years ago
  12. 4d60c7e RT3969: Add OPENSSL_SYS_UEFI by David Woodhouse · 10 years ago
  13. ff2f6bb Fix rehash/c_rehash doc and behavior. by Rich Salz · 10 years ago
  14. 8c82de9 Fix uninit warning. Remove unnecessary casts. Nothing to add is an error. by Ben Laurie · 10 years ago
  15. 5278dec add support for apple os/x by Rich Salz · 10 years ago
  16. 55b2258 Fix a few tests that depended on the wrong algorithm check by Richard Levitte · 10 years ago
  17. e51fb75 Adjust the general fill-column in doc/dir-locals.example.el by Richard Levitte · 10 years ago
  18. 6b33d10 Adjust the verify_extra test recipe to its executable by Richard Levitte · 10 years ago
  19. ce249fa GH391: Apple port by Rich Salz · 10 years ago
  20. a351805 Make sure that 80-test_ca.t finds all the config files by Richard Levitte · 10 years ago
  21. eb8cd5d Add a recipe for the new null pointer test by Richard Levitte · 10 years ago
  22. 1c73c3b Change the 80-test_tsa recipe as per changes in testtsa by Richard Levitte · 10 years ago
  23. ca5d7df Add a recipe for the new pbelu test by Richard Levitte · 10 years ago
  24. 49b147f Remake the testsslproxy tests by Richard Levitte · 10 years ago
  25. e3ff089 Small fix in OpenSSL::Test by Richard Levitte · 10 years ago
  26. 5beb63c Incorporate recent changes that were originally made in test/testssl by Richard Levitte · 10 years ago
  27. 5ab4f89 Add documentation for the new testing framework by Richard Levitte · 10 years ago
  28. 24d794d Add a recipe for the new gmdiff test by Richard Levitte · 10 years ago
  29. 50f0a9b Correct test name by Richard Levitte · 10 years ago
  30. c27a404 Remake test/sslsessionticktest.pl into a recipe by Richard Levitte · 10 years ago
  31. 25be5f4 Adapt the libssl test harness testing scripts to new testing framework by Richard Levitte · 10 years ago
  32. 53520eb Check the validity of MINFO by Richard Levitte · 10 years ago
  33. 2511c12 Better method of skipping all the tests in 00-check_testexes.t by Richard Levitte · 10 years ago
  34. 8de4f3d Remove special x509 test conversions by Richard Levitte · 10 years ago
  35. 2a74b62 Add a few missing tests by Richard Levitte · 10 years ago
  36. ca90470 Push the line buffer filter on the out BIO on VMS by Richard Levitte · 10 years ago
  37. 8368d46 Rework 00-test_checkexes.t for VMS by Richard Levitte · 10 years ago
  38. f5098ed Document OpenSSL::Test and OpenSSL::Test::Simple by Richard Levitte · 10 years ago
  39. fd99c6b Change OpenSSL::Test to be an extension of Test::More by Richard Levitte · 10 years ago
  40. caadc54 New feature: STOPTEST by Richard Levitte · 10 years ago
  41. fb92143 Add version numbers on some modules we use. by Richard Levitte · 10 years ago
  42. d6c5b66 Have 'make clean' clean away the log files. by Richard Levitte · 10 years ago
  43. 204e41e Tone down the requirements of a test that will go away. by Richard Levitte · 10 years ago
  44. 71a4f28 Remove old testing scripts out of the way. by Richard Levitte · 10 years ago
  45. fd9ad23 Adapt mk1mf.pl and helpers to the new testing framework. by Richard Levitte · 10 years ago
  46. 93de4f5 Simplify very simple test recipes further. by Richard Levitte · 10 years ago
  47. d11b43f Remove test targets from Makefile, have it use run_tests.pl by Richard Levitte · 10 years ago
  48. 7dc1122 Ignore the log files by Richard Levitte · 10 years ago
  49. 127d259 Add recipes for misc other things we want to test by Richard Levitte · 10 years ago
  50. 88b8a52 Add recipes for the larger protocols by Richard Levitte · 10 years ago
  51. 4fb35f8 Add engine and evp test recipes. by Richard Levitte · 10 years ago
  52. 4650de3 Add recipes for tests related to certificates by Richard Levitte · 10 years ago
  53. 0c85cc5 Add asymetric cipher test recipes by Richard Levitte · 10 years ago
  54. 904ae33 Add a helper script for key file format conversion tests by Richard Levitte · 10 years ago
  55. 13350a0 Add the encryption test recipe by Richard Levitte · 10 years ago
  56. 894025c Add recipes for individual block ciphers, stream ciphers and digests by Richard Levitte · 10 years ago
  57. f3356b7 Add math tests recipes by Richard Levitte · 10 years ago
  58. aec27d4 Groundwork for a perl based testing framework by Richard Levitte · 10 years ago
  59. 8098fc5 PACKETise ServerKeyExchange by Matt Caswell · 10 years ago
  60. 50932c4 PACKETise ServerHello processing by Matt Caswell · 10 years ago
  61. 0e2d091 Updates for NumericString support by Matt Caswell · 10 years ago
  62. 68572c8 Add NumericString support by Dmitry Belyavsky · 10 years ago
  63. 26d57a1 Fix build break due to rehash command by Matt Caswell · 10 years ago
  64. 62fdf4e fix build breakage on windows by Rich Salz · 10 years ago
  65. 9e0da06 Fix typo, that broke build on non-unix by Rich Salz · 10 years ago
  66. 8f6f144 Add rehash command to openssl by Timo Teras · 10 years ago
  67. 496f4f9 Small fix: make istext static by Richard Levitte · 10 years ago
  68. 5f62e04 Fix enc so it properly treats BASE64 as text by Richard Levitte · 10 years ago
  69. 8af6082 Fixup merge conflicts in util/libeay.num by Richard Levitte · 10 years ago
  70. a60994d Change the treatment of stdin and stdout to allow binary data by Richard Levitte · 10 years ago
  71. a412b89 dup_bio_* and bio_open_* are utility functions and belong in apps.c by Richard Levitte · 10 years ago
  72. 2971722 Remove warning about use of uninitialised variable by Richard Levitte · 10 years ago
  73. afc12d7 Have binary mode when the format is binary, not the other way around by Richard Levitte · 10 years ago
  74. 0f81f5f Have the test executables output in text mode by Richard Levitte · 10 years ago
  75. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  76. d303b9d Make the handling of output and input formats consistent by Richard Levitte · 10 years ago
  77. e9daa81 Make the verify_extra test location agnostic by Richard Levitte · 10 years ago
  78. 551a2f2 make update by Dr. Stephen Henson · 10 years ago
  79. a8d8e06 Avoid direct X509 structure access by Dr. Stephen Henson · 10 years ago
  80. f728254 Replace X509 macros with functions by Dr. Stephen Henson · 10 years ago
  81. fda23e2 Cleanup testtsa script by Rich Salz · 10 years ago
  82. ca4a494 Make TS structures opaque. by Rich Salz · 10 years ago
  83. 8e70485 RT3955: Reduce some stack usage by Rich Salz · 10 years ago
  84. ecdaa1a In X509_STORE_CTX_init, cleanup on failure by mrpre · 10 years ago
  85. d35ff2c RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time check by David Woodhouse · 10 years ago
  86. 2519b4e Use the shlib wrapper when running nptest by Alessandro Ghedini · 10 years ago
  87. 44748ef make X509_REVOKED opaque by Dr. Stephen Henson · 10 years ago
  88. 18716ba Supply a build rule for the recently added nptest by Benjamin Kaduk · 10 years ago
  89. 13e228d Match SUITEB strings at start of cipher list. by Dr. Stephen Henson · 10 years ago
  90. d4ab70f Test for NULL ptr == 0 by Rich Salz · 10 years ago
  91. b0809bc RT3998: Allow scrypt to be disabled by Rich Salz · 10 years ago
  92. a939b0a More zalloc nits by Rich Salz · 10 years ago
  93. 47bbaa5 Revert "OPENSSL_NO_xxx cleanup: RFC3779" by David Woodhouse · 10 years ago
  94. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  95. fb4844b Add UEFI flag for rand build by Long, Qin · 10 years ago
  96. 1912c5d Win32 build fix: include internal/numbers.h to get UIN32_MAX by Richard Levitte · 10 years ago
  97. e968561 RT3674: Make no-cms build work. by David Bar · 10 years ago
  98. 231efb9 make update by Dr. Stephen Henson · 10 years ago
  99. d954669 PBE lookup test by Dr. Stephen Henson · 10 years ago
  100. 66c103b Add initial Travis CI configuration by Alessandro Ghedini · 10 years ago