1. dbabc86 Add a config option to disable automatic config loading by Bernd Edlinger · 7 years ago
  2. 2842813 Update copyright year by Richard Levitte · 7 years ago
  3. d8f031e Move the loading of the ssl_conf module to libcrypto by Matt Caswell · 7 years ago
  4. 0a90a68 In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto() by Richard Levitte · 7 years ago
  5. bc32673 Implement Aria GCM/CCM Modes and TLS cipher suites by Jon Spillett · 8 years ago
  6. b77f3ed Convert existing usage of assert() to ossl_assert() in libssl by Matt Caswell · 8 years ago
  7. 380a522 Replace instances of OPENSSL_assert() with soft asserts in libssl by Matt Caswell · 8 years ago
  8. a230b26 Indent ssl/ by Emilia Kasper · 9 years ago
  9. c2e4e5d Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead by Richard Levitte · 9 years ago
  10. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  11. 5c4328f Fold threads.h into crypto.h making API public by Viktor Dukhovni · 9 years ago
  12. d064e6a Remove OPENSSL_NO_SHA guards by Matt Caswell · 9 years ago
  13. 5158c76 Remove OPENSSL_NO_AES guards by Matt Caswell · 9 years ago
  14. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  15. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  16. 03b0e73 Deprecate SSL_COMP_free_compression_methods() and make it a no-op by Matt Caswell · 9 years ago
  17. 6827cb3 Deprecate ERR_free_strings() and make it a no-op by Matt Caswell · 9 years ago
  18. b1f1e7a Swap the init code to use CRYPTO_ONCE by Matt Caswell · 9 years ago
  19. 7253fd5 Hide OPENSSL_INIT_SETTINGS. by Rich Salz · 9 years ago
  20. a462529 After renaming init, update errors. by Rich Salz · 9 years ago
  21. 302f758 Attempt to log an error if init failed by Matt Caswell · 9 years ago
  22. 0fc32b0 The new init functions can now fail so shouldn't be void by Matt Caswell · 9 years ago
  23. f672aee Rename INIT funtions, deprecate old ones. by Rich Salz · 9 years ago
  24. dd27f16 Can't re-init after stop. by Rich Salz · 9 years ago
  25. 35d8fa5 Updates for auto init/deinit review comments by Matt Caswell · 9 years ago
  26. 498abff Add an OPENSSL_NO_AUTOERRINIT option by Matt Caswell · 9 years ago
  27. b184e3e Provide framework for auto initialise/deinitialise of the library by Matt Caswell · 9 years ago