1. 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
  2. 11ed851 Fix and simplify error handling in (RSA/EC_kmeth)_new_method() by FdaSilvaYY · 9 years ago
  3. aca6dae9 Remove useless NULL checks by FdaSilvaYY · 9 years ago
  4. 569d064 Add some error messages for malloc fails by Matt Caswell · 9 years ago
  5. 6ef020c Better checks for malloc failure in various METHOD functions by Matt Caswell · 9 years ago
  6. b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
  7. 2039c42 Copyright consolidation 08/10 by Rich Salz · 9 years ago
  8. 5e8129f Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt by Matt Caswell · 9 years ago
  9. 1da12e3 RSA, DSA, DH: Allow some given input to be NULL on already initialised keys by Richard Levitte · 9 years ago
  10. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  11. 14f051a Make string_to_hex/hex_to_string public by Rich Salz · 9 years ago
  12. b72c912 Make the RSA_METHOD structure opaque by Richard Levitte · 9 years ago
  13. 9862e9a Make the RSA structure opaque by Richard Levitte · 9 years ago
  14. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  15. 3c27208 Remove #error from include files. by Rich Salz · 9 years ago
  16. a6eb1ce Make X509_SIG opaque. by Dr. Stephen Henson · 9 years ago
  17. 0b1a07c Convert RSA blinding to new multi-threading API by Alessandro Ghedini · 9 years ago
  18. d188a53 Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API by Alessandro Ghedini · 9 years ago
  19. 412bafd GH715: Missed some null-check-removals. by Rich Salz · 9 years ago
  20. 7c96dbc GH715: ENGINE_finish can take NULL by Rich Salz · 9 years ago
  21. a773b52 Remove unused parameters from internal functions by Rich Salz · 9 years ago
  22. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  23. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  24. d63a5e5 Remove outdated DEBUG flags. by Rich Salz · 9 years ago
  25. f3f1cf8 Move to REF_DEBUG, for consistency. by Rich Salz · 9 years ago
  26. effaf4d Use NON_EMPTY_TRANSLATION_UNIT, consistently. by Rich Salz · 9 years ago
  27. 0d4fb84 GH601: Various spelling fixes. by FdaSilvaYY · 9 years ago
  28. ba2de73 RT4148 by Emilia Kasper · 9 years ago
  29. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  30. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  31. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  32. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  33. 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
  34. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  35. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  36. ff4b7fa make update by Richard Levitte · 9 years ago
  37. 98186eb Backwards-compatibility subject to OPENSSL_API_COMPAT by Viktor Dukhovni · 9 years ago
  38. bbd86bf mem functions cleanup by Rich Salz · 9 years ago
  39. 3138475 Remove the "eay" c-file-style indicators by Richard Levitte · 9 years ago
  40. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  41. 3c4e064 make update by Dr. Stephen Henson · 9 years ago
  42. bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
  43. 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
  44. 19c6d3e Remove RSA_FLAG_SIGN_VER flag. by Dr. Stephen Henson · 9 years ago
  45. 7f572e9 Remove legacy sign/verify from EVP_MD. by Dr. Stephen Henson · 9 years ago
  46. e6390ac ex_data part 2: doc fixes and CRYPTO_free_ex_index. by Rich Salz · 9 years ago
  47. fd7d252 Tighten up BN_with_flags usage and avoid a reachable assert by Matt Caswell · 9 years ago
  48. bf16055 Rename RSA_eay_xxx to rsa_ossl_xxx by Rich Salz · 9 years ago
  49. 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
  50. b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
  51. b0700d2 Replace "SSLeay" in API with OpenSSL by Rich Salz · 9 years ago
  52. dffe510 Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verify by Matt Caswell · 9 years ago
  53. c804d23 Move BN_CTX_start() call so the error case can always call BN_CTX_end(). by Pascal Cuoq · 9 years ago
  54. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  55. e968561 RT3674: Make no-cms build work. by David Bar · 10 years ago
  56. b51bce9 Add and use OPENSSL_zalloc by Rich Salz · 10 years ago
  57. 4c42ebd Remove _locked memory functions. by Rich Salz · 10 years ago
  58. fbfcb22 RT3999: Remove sub-component version strings by Rich Salz · 10 years ago
  59. 74924dc More secure storage of key material. by Rich Salz · 10 years ago
  60. 26c79d5 Properly check certificate in case of export ciphers. by Kurt Roeckx · 10 years ago
  61. 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
  62. a3aadb2 make depend by Richard Levitte · 10 years ago
  63. b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
  64. c40dba9 make depend by Richard Levitte · 10 years ago
  65. 6857079 Identify and move OpenSSL internal header files by Richard Levitte · 10 years ago
  66. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  67. 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
  68. 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
  69. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  70. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  71. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  72. 23a1d5e free NULL cleanup 7 by Rich Salz · 10 years ago
  73. 34166d4 Fix buffer overrun in RSA signing by Matt Caswell · 10 years ago
  74. 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
  75. 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
  76. b196e7d remove malloc casts by Rich Salz · 10 years ago
  77. a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
  78. dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
  79. e93c874 Remove duplicate code. by Dr. Stephen Henson · 10 years ago
  80. d640708 free NULL cleanup by Rich Salz · 10 years ago
  81. 2e43027 make ASN1_OBJECT opaque by Dr. Stephen Henson · 10 years ago
  82. 86d20cb make depend by Dr. Stephen Henson · 10 years ago
  83. 27af42f Move some EVP internals to evp_int.h by Dr. Stephen Henson · 10 years ago
  84. 5fe736e Move some ASN.1 internals to asn1_int.h by Dr. Stephen Henson · 10 years ago
  85. 0dfb939 free NULL cleanup by Rich Salz · 10 years ago
  86. f422a51 Remove old ASN.1 code. by Dr. Stephen Henson · 10 years ago
  87. 09f0692 Reject invalid PSS parameters. by Dr. Stephen Henson · 10 years ago
  88. 007fd14 Fix RSA_X931_derive_ex by Matt Caswell · 10 years ago
  89. dfb5642 Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp by Rich Salz · 10 years ago
  90. 474e469 OPENSSL_NO_xxx cleanup: SHA by Rich Salz · 10 years ago
  91. a00ae6c OPENSSL_NO_xxx cleanup: many removals by Rich Salz · 10 years ago
  92. 3d0cf91 Remove obsolete support for old code. by Rich Salz · 10 years ago
  93. 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
  94. 739a5ee Rerun util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  95. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  96. b853717 Fix strange formatting by indent by Matt Caswell · 10 years ago
  97. dbd87ff indent has problems with comments that are on the right hand side of a line. by Matt Caswell · 10 years ago
  98. 4b61884 Cleanup OPENSSL_NO_xxx, part 1 by Rich Salz · 10 years ago
  99. 6d23cf9 RT3548: Remove unsupported platforms by Rich Salz · 10 years ago
  100. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago