1. 01b76c2 Add -Wundef to --strict-warnings options. by Bernd Edlinger · 8 years ago
  2. 37b8f1e Clarify what RUN_ONCE returns by Richard Levitte · 8 years ago
  3. 2f545ae Add support for reference counting using C11 atomics by Kurt Roeckx · 8 years ago
  4. 2688e7a Provide some constant time functions for dealing with size_t values by Matt Caswell · 8 years ago
  5. b39eda7 Add a DSO_dsobyaddr() function by Matt Caswell · 8 years ago
  6. cb6ea61 Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr by Matt Caswell · 8 years ago
  7. 42c6046 More parameter naming of BIO_read*/BIO_write* related functions by Matt Caswell · 8 years ago
  8. 3befffa Create BIO_write_ex() which handles size_t arguments by Matt Caswell · 8 years ago
  9. d07aee2 Create BIO_read_ex() which handles size_t arguments by Matt Caswell · 8 years ago
  10. 278a33d VMS: be less picky when loading DSOs by Richard Levitte · 9 years ago
  11. 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
  12. 925d17f Define a few internal macros for easy use of run_once functions by Richard Levitte · 9 years ago
  13. 5ae4ceb Perform DANE-EE(3) name checks by default by Viktor Dukhovni · 9 years ago
  14. cda3ae5 RT4562: Fix misleading doc on OPENSSL_config by Rich Salz · 9 years ago
  15. 7233bea Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp by Richard Levitte · 9 years ago
  16. 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
  17. 21dcbeb Copyright consolidation 03/10 by Rich Salz · 9 years ago
  18. 5c4328f Fold threads.h into crypto.h making API public by Viktor Dukhovni · 9 years ago
  19. 9f6b22b Enabled DANE only when at least one TLSA RR was added by Viktor Dukhovni · 9 years ago
  20. 1ee7b8b Fix ex_data locks issue by Matt Caswell · 9 years ago
  21. c3a64b5 The err_cleanup() funtion is internal so shouldn't be exported by Matt Caswell · 9 years ago
  22. ff23440 Ensure all locks are properly cleaned up by Matt Caswell · 9 years ago
  23. 13524b1 Move a declaration that's private to libcrypto by Richard Levitte · 9 years ago
  24. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  25. 20c5635 Fix symbols missing from shared build by Matt Caswell · 9 years ago
  26. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  27. cbf6959 Deprecate CONF_modules_free() and make it a no-op by Matt Caswell · 9 years ago
  28. 62d876a Deprecate BIO_sock_cleanup() and make it a no-op by Matt Caswell · 9 years ago
  29. 6827cb3 Deprecate ERR_free_strings() and make it a no-op by Matt Caswell · 9 years ago
  30. 02a247e Deprecate COMP_zlib_cleanup() and make it a no-op by Matt Caswell · 9 years ago
  31. b9aec69 Add SSL_DANE typedef for consistency. by Rich Salz · 9 years ago
  32. a146ae5 Make BIO opaque by Matt Caswell · 9 years ago
  33. 921de15 Move dso.h to internal by Rich Salz · 9 years ago
  34. 71a04cf Implement new multi-threading API by Alessandro Ghedini · 9 years ago
  35. 7253fd5 Hide OPENSSL_INIT_SETTINGS. by Rich Salz · 9 years ago
  36. 056be06 The guard macro to be defined didn't match the guard macro checked by Richard Levitte · 9 years ago
  37. f672aee Rename INIT funtions, deprecate old ones. by Rich Salz · 9 years ago
  38. 8cdd6b6 Style; add "!= NULL" by Rich Salz · 9 years ago
  39. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  40. 4a1f3f2 Only declare stacks in headers by Dr. Stephen Henson · 9 years ago
  41. 919ba00 DANE support structures, constructructors and accessors by Viktor Dukhovni · 9 years ago
  42. 1de1d76 Instead of a local hack, implement SIZE_MAX in numbers.h if it's missing by Richard Levitte · 9 years ago
  43. 80e0ecb Add ossl_inline by Dr. Stephen Henson · 9 years ago
  44. 3138475 Remove the "eay" c-file-style indicators by Richard Levitte · 9 years ago
  45. 6857079 Identify and move OpenSSL internal header files by Richard Levitte · 10 years ago
  46. 167f6c9 Move definition of INTxx_MIN et al to internal header by Richard Levitte · 10 years ago