1. d5f9166 Move e_os.h to include/internal by Richard Levitte · 3 years, 1 month ago
  2. 3c2bdd7 Update copyright year by Matt Caswell · 4 years ago
  3. 9500c82 Fix misc external ossl_ symbols. by Shane Lontis · 4 years ago
  4. 98ba251 openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short input by Dr. David von Oheimb · 4 years, 3 months ago
  5. abdd3fa Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator by Shane Lontis · 4 years, 3 months ago
  6. 9311d0c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call by Richard Levitte · 4 years, 4 months ago
  7. c35b8535 Enable WinCE build without deceiving _MSC_VER. by aSoujyuTanaka · 4 years, 8 months ago
  8. 00c405b Update copyright year by Matt Caswell · 4 years, 10 months ago
  9. f32af93 Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR_error_string.pod by Shane Lontis · 4 years, 10 months ago
  10. 82bd7c2 Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex() by Richard Levitte · 6 years ago
  11. 037439c Remove some utilities from the core to provider interface by Matt Caswell · 6 years ago
  12. b60cba3 Make allocation/free/clean available to providers by Rich Salz · 6 years ago
  13. 32ee452 Remove OPENSSL_memcmp. by Pauli · 6 years ago
  14. e7a4682 Fix error handling at openssl_strerror_r by Bernd Edlinger · 6 years ago
  15. e3b35d2 openssl_strerror_r: Fix handling of GNU strerror_r by Vitezslav Cizek · 6 years ago
  16. 0e9725b Following the license change, modify the boilerplates in crypto/ by Richard Levitte · 6 years ago
  17. 4cacc9d Revert "GH614: Use memcpy()/strdup() when possible" by Pauli · 8 years ago
  18. 07016a8 Move e_os.h to be the very first include. cryptilib.h is the second. by Pauli · 8 years ago
  19. bef7a81 Use "" not <> on e_os.h include by Rich Salz · 8 years ago
  20. a1df06b This has been added to avoid the situation where some host ctype.h functions by Pauli · 8 years ago
  21. f44903a Address some -Wold-style-declaration warnings by Benjamin Kaduk · 8 years ago
  22. 01b76c2 Add -Wundef to --strict-warnings options. by Bernd Edlinger · 8 years ago
  23. 01238ae buf2hexstr: properly deal with empty string by Kurt Roeckx · 9 years ago
  24. 7233bea Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp by Richard Levitte · 9 years ago
  25. efdb2d6 crypto/o_str.c: add _GNU_SOURCE strerror_r case. by Andy Polyakov · 9 years ago
  26. 43c4116 crypto/o_str.c: strerror_s is provided by specific compiler run-time, by Andy Polyakov · 9 years ago
  27. 7d37818 Use strerror_r()/strerror_s() instead of strerror() where possible by Matt Caswell · 9 years ago
  28. 6286757 Copyright consolidation 04/10 by Rich Salz · 9 years ago
  29. 235f932 Unsigned chars can't be negative by Matt Caswell · 9 years ago
  30. 14f051a Make string_to_hex/hex_to_string public by Rich Salz · 9 years ago
  31. b6e7858 Fix master compile error by Matt Caswell · 9 years ago
  32. d3c02d8 GH680: Reuse strnlen() in strndup() by Dmitry-Me · 9 years ago
  33. a89c9a0 GH614: Use memcpy()/strdup() when possible by Dmitry-Me · 9 years ago
  34. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  35. 3138475 Remove the "eay" c-file-style indicators by Richard Levitte · 9 years ago
  36. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  37. 6857079 Identify and move OpenSSL internal header files by Richard Levitte · 10 years ago
  38. 68b00c2 ifdef cleanup part 3: OPENSSL_SYSNAME by Rich Salz · 10 years ago
  39. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  40. a006fef Improve WINCE support. by Andy Polyakov · 12 years ago
  41. 0176842 PR: 1945 Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org by Dr. Stephen Henson · 16 years ago
  42. 52108ce <strings.h> does not exist under WIN32. by Dr. Stephen Henson · 17 years ago
  43. f12797a Missing headers. by Ben Laurie · 17 years ago
  44. 7a06050 "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups. by Andy Polyakov · 19 years ago
  45. e6d27ba Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX environments. by Andy Polyakov · 20 years ago
  46. 3b4de6e Borrow #include <string[s].h> from e_os.h. by Andy Polyakov · 20 years ago
  47. dc56eb5 o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and by Richard Levitte · 21 years ago
  48. abd2388 Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable. by Richard Levitte · 21 years ago
  49. a0b5ebe Typo... by Richard Levitte · 21 years ago
  50. 8ee18dd Make sure toupper() is properly declared. by Richard Levitte · 21 years ago
  51. f0c5db9 Include strings.h so strcasecmp() and strncasecmp() get properly declared. by Richard Levitte · 21 years ago
  52. 8238469 Typos. by Dr. Stephen Henson · 22 years ago
  53. e6fa67f Generalise the definition of strcasecmp() and strncasecmp() for by Richard Levitte · 22 years ago