1. d77a970 PR: 2588 by Dr. Stephen Henson · 14 years ago
  2. 2121f15 Use the right length (reported by Quanhong Wang). by Ben Laurie · 16 years ago
  3. 70d71f6 Fix warnings: printf format mismatches on 64 bit platforms. by Dr. Stephen Henson · 16 years ago
  4. 4c32969 Remove the dual-callback scheme for numeric and pointer thread IDs, by Geoff Thorpe · 17 years ago
  5. 5f834ab Revert my earlier CRYPTO_THREADID commit, I will commit a reworked by Geoff Thorpe · 17 years ago
  6. f7ccba3 There was a need to support thread ID types that couldn't be reliably cast by Geoff Thorpe · 17 years ago
  7. 96afc1c Add SEED encryption algorithm. by Bodo Möller · 18 years ago
  8. f3dea9a Camellia cipher, contributed by NTT by Bodo Möller · 19 years ago
  9. 63d7407 changes from 0.9.8 by Nils Larsch · 20 years ago
  10. 5906e8d I think it could be a good thing to know what went wrong with the tests... by Richard Levitte · 21 years ago
  11. 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
  12. 3dda0dd Some compilers are quite picky about non-void functions that don't return by Richard Levitte · 22 years ago
  13. 848f735 EXIT() needs to be in a function that returns int. by Richard Levitte · 22 years ago
  14. 55f78ba Have all tests use EXIT() to exit rather than exit(), since the latter doesn't by Richard Levitte · 22 years ago
  15. 6631a7e use sstrsep() to get the proper type to aoti(). by Richard Levitte · 23 years ago
  16. e6bd5e8 Make it possible to give vectors only for decryption or encryption. by Richard Levitte · 23 years ago
  17. 544a2ae by Dr. Stephen Henson · 23 years ago
  18. 236be53 gcc figures that the format specifier %2x means unsigned int, so let's by Richard Levitte · 23 years ago
  19. 6cc3700 don't call OPENSSL_config(), this does not make any sense during "make test" by Bodo Möller · 23 years ago
  20. 9dd5ae6 Constification, add config to /dev/crypto. by Ben Laurie · 23 years ago
  21. b83eddc Win32 fixes. by Dr. Stephen Henson · 23 years ago
  22. 581f1c8 Modify EVP cipher behaviour in a similar way to digests to retain compatibility. by Dr. Stephen Henson · 23 years ago
  23. 20d2186 by Dr. Stephen Henson · 23 years ago
  24. 11a57c7 This changes EVP's cipher and digest code to hook via the ENGINE support. by Geoff Thorpe · 24 years ago
  25. cb78486 This commits changes to various parts of libcrypto required by the recent by Geoff Thorpe · 24 years ago
  26. 997a54c 'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also, by Geoff Thorpe · 24 years ago
  27. 5b46eee strsep implementation to allow the file to compile on non-BSD systems by Ulf Möller · 24 years ago
  28. 8716dbe undo, didn't work by Ulf Möller · 24 years ago
  29. e9bc66c *** empty log message *** by Ulf Möller · 24 years ago
  30. c078798 strsep implementation to allow the file to compile on non-BSD systems by Ulf Möller · 24 years ago
  31. 4897dc4 Test digests. by Ben Laurie · 24 years ago
  32. a8a0049 Add AES tests. by Ben Laurie · 24 years ago
  33. 0e36019 Add EVP test program. by Ben Laurie · 24 years ago