1. 71fa451 Version skew reduction: trivia (I hope). by Ben Laurie · 13 years ago
  2. 03c1d9f Build on FreeBSD with gcc 4.6. by Ben Laurie · 13 years ago
  3. f889bb0 sha256-586.pl: full unroll to deliver additional ~16%, add Sandy Bridge- by Andy Polyakov · 13 years ago
  4. 83698d3 sha512-x86_64.pl: >5% better performance. by Andy Polyakov · 13 years ago
  5. 6a40ebe aesni-x86_64.pl: make it possibel to use in Linux kernel. by Andy Polyakov · 13 years ago
  6. d4bb6bd sha256-586.pl: tune away regression on Nehalem core and incidentally by Andy Polyakov · 13 years ago
  7. ee9bf3e sha256-586.pl optimization. by Andy Polyakov · 13 years ago
  8. fd05495 ppccap.c: assume no features under 32-bit AIX kernel. by Andy Polyakov · 13 years ago
  9. 4242a09 PR: 2813 Reported by: Constantine Sapuntzakis <csapuntz@gmail.com> by Dr. Stephen Henson · 13 years ago
  10. 5762f77 Fix warning. by Ben Laurie · 13 years ago
  11. 225055c Reported by: Solar Designer of Openwall by Dr. Stephen Henson · 13 years ago
  12. f9c5e5d perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations. by Andy Polyakov · 13 years ago
  13. 9474483 ppccpuid.pl: branch hints in OPENSSL_cleanse impact small block performance by Andy Polyakov · 13 years ago
  14. 71fa3bc objxref.pl: improve portability. by Andy Polyakov · 13 years ago
  15. e2f53b6 correct error code by Dr. Stephen Henson · 13 years ago
  16. b36bab7 PR: 2239 Submitted by: Dominik Oepen <oepen@informatik.hu-berlin.de> by Dr. Stephen Henson · 13 years ago
  17. 8ea92dd e_rc4_hmac_md5.c: last commit was inappropriate for non-x86[_64] platforms. by Andy Polyakov · 13 years ago
  18. d9a9d10 Check for potentially exploitable overflows in asn1_d2i_read_bio by Dr. Stephen Henson · 13 years ago
  19. b214184 recognise X9.42 DH certificates on servers by Dr. Stephen Henson · 13 years ago
  20. 6dd9b0f e_rc4_hmac_md5.c: harmonize zero-length fragment handling with by Andy Polyakov · 13 years ago
  21. e36f6b9 e_rc4_hmac_md5.c: oops, can't use rc4_hmac_md5_cipher on legacy Intel CPUs. by Andy Polyakov · 13 years ago
  22. 3e18136 C64x+ assembler pack. linux-c64xplus build is *not* tested nor can it be by Andy Polyakov · 13 years ago
  23. 4a1fbd1 OPENSSL_NO_SOCK fixes. PR: 2791 Submitted by: Ben Noordhuis by Andy Polyakov · 13 years ago
  24. 9eba561 Minor compatibility fixes. PR: 2790 Submitted by: Alexei Khlebnikov by Andy Polyakov · 13 years ago
  25. fc90e42 e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty frag by Andy Polyakov · 13 years ago
  26. 26e6bac ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build]. by Andy Polyakov · 13 years ago
  27. 80eb435 fix reset fix by Dr. Stephen Henson · 13 years ago
  28. bbe0c8c make reinitialisation work for CMAC by Dr. Stephen Henson · 13 years ago
  29. b1fd0cc aes-s390x.pl: fix crash in AES_set_decrypt_key in linux32-s390x build. by Andy Polyakov · 13 years ago
  30. 45cd45b aes-armv4.pl: make it more foolproof [inspired by aes-s390x.pl in 1.0.1]. by Andy Polyakov · 13 years ago
  31. bc9583e aes-s390x.pl: make it more foolproof [inspired by 1.0.1]. by Andy Polyakov · 13 years ago
  32. f62f792 modes_lcl.h: make it work on i386. PR: 2780 by Andy Polyakov · 13 years ago
  33. 5db9645 vpaes-x86[_64].pl: handle zero length in vpaes_cbc_encrypt. PR: 2775 by Andy Polyakov · 13 years ago
  34. d3379de don't shadow by Dr. Stephen Henson · 13 years ago
  35. 4736eab bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND. by Andy Polyakov · 13 years ago
  36. 23a05fa modes/gcm128.c: fix self-test. by Andy Polyakov · 13 years ago
  37. 482a7d8 sha512-armv4.pl: optimize NEON code path by utilizing vbsl, bitwise select. by Andy Polyakov · 13 years ago
  38. ee743dc perlasm/x86masm.pl: fix last fix. by Andy Polyakov · 13 years ago
  39. 6da165c ans1/tasn_prn.c: avoid bool in variable names. PR: 2776 by Andy Polyakov · 13 years ago
  40. 751e26c fix leak by Dr. Stephen Henson · 13 years ago
  41. f404acf Submitted by: Markus Friedl <mfriedl@gmail.com> by Dr. Stephen Henson · 13 years ago
  42. 884c580 eng_all.c: revert previous "disable Padlock" commit, which was unjustified. by Andy Polyakov · 13 years ago
  43. df27a35 vpaes-x86_64.pl: out-of-date Apple assembler fails to calculate by Andy Polyakov · 13 years ago
  44. f9ef874 bsaes-x86_64.pl: optimize key conversion. by Andy Polyakov · 13 years ago
  45. 442c9f1 bsaes-armv7.pl: optmize Sbox and key conversion. by Andy Polyakov · 13 years ago
  46. 5c88dcc ghash-x86.pl: omit unreferenced rem_8bit from no-sse2 build. by Andy Polyakov · 13 years ago
  47. b2ae61e x86_64-xlate.pl: remove old kludge. PR: 2435,2440 by Andy Polyakov · 13 years ago
  48. 78dfd43 corrected fix to PR#2711 and also cover mime_param_cmp by Dr. Stephen Henson · 13 years ago
  49. 146b52e Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key and by Dr. Stephen Henson · 13 years ago
  50. 34b61f5 check return value of BIO_write in PKCS7_decrypt by Dr. Stephen Henson · 13 years ago
  51. 62b6948 PR: 2755 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> by Dr. Stephen Henson · 13 years ago
  52. d895f7f don't do loop check for single self signed certificate by Dr. Stephen Henson · 13 years ago
  53. 358c372 bsaes-armv7.pl: change preferred contact. by Andy Polyakov · 13 years ago
  54. c4a52a6 Add bit-sliced AES for ARM NEON. This initial version is effectively by Andy Polyakov · 13 years ago
  55. 3c6a7cd PR: 2742 Reported by: Dmitry Belyavsky <beldmit@gmail.com> by Dr. Stephen Henson · 13 years ago
  56. dc4f678 Fix memory leak cause by race condition when creating public keys. by Dr. Stephen Henson · 13 years ago
  57. 0f2ece8 x86cpuid.pl: fix processor capability detection on pre-586. by Andy Polyakov · 13 years ago
  58. 68a7b5a PR: 2736 Reported by: Remi Gacogne <rgacogne-bugs@coredump.fr> by Dr. Stephen Henson · 13 years ago
  59. 161c9b4 PR: 2737 Submitted by: Remi Gacogne <rgacogne-bugs@coredump.fr> by Dr. Stephen Henson · 13 years ago
  60. d441e6d PR: 2735 by Dr. Stephen Henson · 13 years ago
  61. 228a859 free headers after use in error message by Dr. Stephen Henson · 13 years ago
  62. d16bb40 Detect symmetric crypto errors in PKCS7_decrypt. by Dr. Stephen Henson · 13 years ago
  63. d0e68a9 seed.c: incredibly enough seed.c can fail to compile on Solaris with certain by Andy Polyakov · 13 years ago
  64. a36fb72 PR: 2730 Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> by Dr. Stephen Henson · 13 years ago
  65. 6941b7b PR: 2711 Submitted by: Tomas Mraz <tmraz@redhat.com> by Dr. Stephen Henson · 13 years ago
  66. ef570cc PR: 2696 Submitted by: Rob Austein <sra@hactrn.net> by Dr. Stephen Henson · 13 years ago
  67. 4d3670f PR: 2727 Submitted by: Bruce Stephens <bruce.stephens@isode.com> by Dr. Stephen Henson · 13 years ago
  68. 64095ce Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert by Dr. Stephen Henson · 13 years ago
  69. 5863163 Additional compatibility fix for MDC2 signature format. by Dr. Stephen Henson · 13 years ago
  70. 83cb7c4 An incompatibility has always existed between the format used for RSA by Dr. Stephen Henson · 13 years ago
  71. fc7dae5 PR: 2717 Submitted by: Tim Rice <tim@multitalents.net> by Dr. Stephen Henson · 13 years ago
  72. f94cfe6 only cleanup ctx if we need to, save ctx flags when we do by Dr. Stephen Henson · 13 years ago
  73. 0208ab2 bn_nist.c: make new optimized code dependent on BN_LLONG. by Andy Polyakov · 13 years ago
  74. 7568d15 allow key agreement for SSL/TLS certificates by Dr. Stephen Henson · 13 years ago
  75. 98909c1 ghash-x86.pl: engage original MMX version in no-sse2 builds. by Andy Polyakov · 13 years ago
  76. e690398 x86_64-xlate.pl: proper solution for RT#2620. by Andy Polyakov · 13 years ago
  77. a985410 cryptlib.c: sscanf warning. by Andy Polyakov · 13 years ago
  78. 0ecedec Fix OPNESSL vs. OPENSSL typos. PR: 2613 Submitted by: Leena Heino by Andy Polyakov · 13 years ago
  79. 9bd2015 fix warning by Dr. Stephen Henson · 13 years ago
  80. 5d13669 cryptlib.c: make even non-Windows builds "strtoull-agnostic". by Andy Polyakov · 13 years ago
  81. adb5a26 sha512-sparcv9.pl: work around V8+ warning. by Andy Polyakov · 13 years ago
  82. 23b93b5 aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specification by Andy Polyakov · 13 years ago
  83. a50bce8 Sanitize usage of <ctype.h> functions. It's important that characters by Andy Polyakov · 13 years ago
  84. 713f491 ec_pmeth.c: fix typo in commentary. PR: 2677 Submitted by: Annue Yousar by Andy Polyakov · 13 years ago
  85. 6e913f9 asn1/t_x509.c: fix serial number print, harmonize with a_int.c. by Andy Polyakov · 13 years ago
  86. e255024 aes-sparcv9.pl: clean up regexp PR: 2685 by Andy Polyakov · 13 years ago
  87. 8fa397a fix warning (revert original patch) by Dr. Stephen Henson · 13 years ago
  88. 03cf7e7 cmac.c: optimize make_kn and move zero_iv to const segment. by Andy Polyakov · 13 years ago
  89. ce0727f bn_nist.c: harmonize buf in BN_nist_mod_256 with other mod functions. by Andy Polyakov · 13 years ago
  90. be71c37 Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577) by Dr. Stephen Henson · 13 years ago
  91. 6074fb0 fix warnings by Dr. Stephen Henson · 13 years ago
  92. b333905 incomplete provisional OAEP CMS decrypt support by Dr. Stephen Henson · 13 years ago
  93. 84b6e27 make update by Dr. Stephen Henson · 13 years ago
  94. ffdfce8 fix error code by Dr. Stephen Henson · 13 years ago
  95. 7e159e0 PR: 2535 by Dr. Stephen Henson · 13 years ago
  96. ad89bf7 PR: 2563 Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve by Dr. Stephen Henson · 13 years ago
  97. 0e1467a vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl. by Andy Polyakov · 13 years ago
  98. f2fc307 PR: 1794 by Dr. Stephen Henson · 13 years ago
  99. 405edfd vpaes-x86.pl: portability fix. PR: 2657 by Andy Polyakov · 13 years ago
  100. b9ef708 Padlock engine doesn't build (the asm parts are not built for some reason), by Ben Laurie · 13 years ago