1. 2650515 Better check of DH parameters in TLS data by Richard Levitte · 8 years ago
  2. e705fcf Style by FdaSilvaYY · 8 years ago
  3. 7928ee4 Fix error handling in compute_key, BN_CTX_get can return NULL by Bernd Edlinger · 8 years ago
  4. 2f545ae Add support for reference counting using C11 atomics by Kurt Roeckx · 8 years ago
  5. bad6b11 Raise an error on memory alloc failure. by FdaSilvaYY · 8 years ago
  6. 245c6bc Constify private key decode. by Dr. Stephen Henson · 9 years ago
  7. ac4e257 constify X509_ALGOR_get0() by Dr. Stephen Henson · 9 years ago
  8. 17ebf85 Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). by Dr. Stephen Henson · 9 years ago
  9. 2301d91d Change callers to use the new constants. by Rich Salz · 9 years ago
  10. 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
  11. d166ed8 check return values for EVP_Digest*() APIs by Dr. Stephen Henson · 9 years ago
  12. d70a562 Handle BN_mod_word failures. by David Benjamin · 9 years ago
  13. 748e853 Fix BN_is_prime* calls. by David Benjamin · 9 years ago
  14. 823146d Useless header include of openssl/rand.h by FdaSilvaYY · 9 years ago
  15. b84e122 Fix the build and tests following constification of DH, DSA, RSA by Matt Caswell · 9 years ago
  16. fd809cf Constify the parameter getters for RSA, DSA and DH by Richard Levitte · 9 years ago
  17. 5584f65 Deprecate the flags that switch off constant time by Matt Caswell · 9 years ago
  18. b8a9af6 Remove/rename some old files. by Rich Salz · 9 years ago
  19. 1d54ef3 Fix printing of DH Parameters by Matt Caswell · 9 years ago
  20. b2b361f Raise an Err when CRYPTO_THREAD_lock_new fails by FdaSilvaYY · 9 years ago
  21. f72f00d Parameter copy sanity checks. by Dr. Stephen Henson · 9 years ago
  22. 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
  23. aca6dae9 Remove useless NULL checks by FdaSilvaYY · 9 years ago
  24. 569d064 Add some error messages for malloc fails by Matt Caswell · 9 years ago
  25. 6ef020c Better checks for malloc failure in various METHOD functions by Matt Caswell · 9 years ago
  26. b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
  27. aa6bb13 Copyright consolidation 05/10 by Rich Salz · 9 years ago
  28. edeb3fd Fix OpenSSL_memdup error handling by Insu Yun · 9 years ago
  29. 2bbf0ba Add checks on CRYPTO_new_ex_data return value... by FdaSilvaYY · 9 years ago
  30. 4a397f5 Fix set0 reuse test by Viktor Dukhovni · 9 years ago
  31. 1da12e3 RSA, DSA, DH: Allow some given input to be NULL on already initialised keys by Richard Levitte · 9 years ago
  32. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  33. 0263b99 Add documentation for following DH and DH_METHOD opacity by Matt Caswell · 9 years ago
  34. 17e01ab Make DH_METHOD opaque by Matt Caswell · 9 years ago
  35. 0aeddcf Make DH opaque by Matt Caswell · 9 years ago
  36. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  37. 3c27208 Remove #error from include files. by Rich Salz · 9 years ago
  38. 599eccf RT3676 add: Export ASN.1 DHparams by Rich Salz · 9 years ago
  39. d188a53 Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API by Alessandro Ghedini · 9 years ago
  40. 7c96dbc GH715: ENGINE_finish can take NULL by Rich Salz · 9 years ago
  41. a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
  42. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  43. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  44. f3f1cf8 Move to REF_DEBUG, for consistency. by Rich Salz · 9 years ago
  45. effaf4d Use NON_EMPTY_TRANSLATION_UNIT, consistently. by Rich Salz · 9 years ago
  46. 0d4fb84 GH601: Various spelling fixes. by FdaSilvaYY · 9 years ago
  47. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  48. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  49. f5a1220 Add missing return value checks by Matt Caswell · 9 years ago
  50. b128abc Prevent small subgroup attacks on DH/DHE by Matt Caswell · 9 years ago
  51. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  52. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  53. 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
  54. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  55. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  56. ff4b7fa make update by Richard Levitte · 9 years ago
  57. 98186eb Backwards-compatibility subject to OPENSSL_API_COMPAT by Viktor Dukhovni · 9 years ago
  58. bbd86bf mem functions cleanup by Rich Salz · 9 years ago
  59. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  60. 2986ecd Extend EVP_PKEY_copy_parameters() by Dr. Stephen Henson · 9 years ago
  61. 3c4e064 make update by Dr. Stephen Henson · 9 years ago
  62. bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
  63. 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
  64. e6390ac ex_data part 2: doc fixes and CRYPTO_free_ex_index. by Rich Salz · 9 years ago
  65. fd7d252 Tighten up BN_with_flags usage and avoid a reachable assert by Matt Caswell · 9 years ago
  66. 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
  67. b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
  68. 2f1a5d1 Fix undeclared variable warnings. by Ben Laurie · 9 years ago
  69. 75f648a Make update / libeay.num fix by Rich Salz · 10 years ago
  70. df2ee0e Enable -Wmissing-variable-declarations and by Ben Laurie · 10 years ago
  71. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  72. e968561 RT3674: Make no-cms build work. by David Bar · 10 years ago
  73. fbfcb22 RT3999: Remove sub-component version strings by Rich Salz · 10 years ago
  74. 74924dc More secure storage of key material. by Rich Salz · 10 years ago
  75. 26c79d5 Properly check certificate in case of export ciphers. by Kurt Roeckx · 10 years ago
  76. 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
  77. a3aadb2 make depend by Richard Levitte · 10 years ago
  78. b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
  79. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  80. 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
  81. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  82. 6669647 Remove goto inside an if(0) block by Rich Salz · 10 years ago
  83. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  84. 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
  85. 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
  86. 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
  87. 2ace745 free NULL cleanup 8 by Rich Salz · 10 years ago
  88. b196e7d remove malloc casts by Rich Salz · 10 years ago
  89. 61986d3 Code style: space after 'if' by Viktor Dukhovni · 10 years ago
  90. a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
  91. dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
  92. c5ba2d9 free NULL cleanup by Rich Salz · 10 years ago
  93. d640708 free NULL cleanup by Rich Salz · 10 years ago
  94. 86d20cb make depend by Dr. Stephen Henson · 10 years ago
  95. 27af42f Move some EVP internals to evp_int.h by Dr. Stephen Henson · 10 years ago
  96. 5fe736e Move some ASN.1 internals to asn1_int.h by Dr. Stephen Henson · 10 years ago
  97. 0dfb939 free NULL cleanup by Rich Salz · 10 years ago
  98. 6aa8dab Fix dh_pub_encode by Matt Caswell · 10 years ago
  99. a8ae089 Cleanse PKCS#8 private key components. by Dr. Stephen Henson · 10 years ago
  100. 918bb86 Unchecked malloc fixes by Matt Caswell · 10 years ago