1. 42c28b6 Use the new TLSv1.3 certificate_required alert where appropriate by Matt Caswell · 8 years ago
  2. 329114f Remove some TLSv1.3 TODOs that are no longer relevant by Matt Caswell · 8 years ago
  3. 28a31a0 Don't change the state of the ETM flags until CCS processing by Matt Caswell · 8 years ago
  4. ec07b1d Add CCM mode support for TLS 1.3 by Dr. Stephen Henson · 8 years ago
  5. 82c9c03 Fix EXTMS error introduced by commit 94ed2c6 by Matt Caswell · 8 years ago
  6. 395cc5c Fix a typo in a comment by Matt Caswell · 8 years ago
  7. 94ed2c6 Fixed various style issues in the key_share code by Matt Caswell · 8 years ago
  8. 0f1e51e Start using the key_share data to derive the PMS by Matt Caswell · 8 years ago
  9. 2b7363e Ensure SSL_DEBUG works following size_t changes by Matt Caswell · 8 years ago
  10. 348240c Fix misc size_t issues causing Windows warnings in 64 bit by Matt Caswell · 8 years ago
  11. 6db6bc5 Convert some libssl local functions to size_t by Matt Caswell · 8 years ago
  12. 12472b4 Update numerous misc libssl fields to be size_t by Matt Caswell · 8 years ago
  13. 8c1a534 Convert master_secret_size code to size_t by Matt Caswell · 8 years ago
  14. b43d1cb Convert various mac_secret_size usage to size_t by Matt Caswell · 8 years ago
  15. a230b26 Indent ssl/ by Emilia Kasper · 9 years ago
  16. 6025001 spelling fixes, just comments and readme. by klemens · 9 years ago
  17. f430ba3 Spelling... and more spelling by FdaSilvaYY · 9 years ago
  18. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  19. 3c27208 Remove #error from include files. by Rich Salz · 9 years ago
  20. 0220fee Lazily initialise the compression buffer by Matt Caswell · 9 years ago
  21. 0621786 Refactor ClientHello extension parsing by Emilia Kasper · 9 years ago
  22. a44a208 GH735: remove unnecessary allocation by J Mohan Rao Arisankala · 9 years ago
  23. d1776fd Fix {TLS,CIPHER}_DEBUG compiles. by Rich Salz · 9 years ago
  24. d63a5e5 Remove outdated DEBUG flags. by Rich Salz · 9 years ago
  25. 05c7b16 Implement the use of heap manipulator implementions by Richard Levitte · 9 years ago
  26. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  27. b7d60e7 use TLS PRF by Dr. Stephen Henson · 9 years ago
  28. 846ec07 Adapt all EVP_CIPHER_CTX users for it becoming opaque by Richard Levitte · 9 years ago
  29. 39d5193 Fix clang complaints about uninitialised variables. by Richard Levitte · 9 years ago
  30. bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
  31. 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
  32. 361a119 Remove support for all 40 and 56 bit ciphers. by Kurt Roeckx · 9 years ago
  33. 28ba254 PRF and handshake hash revision. by Dr. Stephen Henson · 9 years ago
  34. 6938c95 Remove unused cert_verify_mac code by Dr. Stephen Henson · 9 years ago
  35. 5f3d93e Ensure all EVP calls have their returns checked where appropriate by Matt Caswell · 9 years ago
  36. 3d3701e ccm8 support by Dr. Stephen Henson · 10 years ago
  37. e75c5a7 CCM support. by Dr. Stephen Henson · 10 years ago
  38. 124037f Tidy up ssl3_digest_cached_records logic. by Dr. Stephen Henson · 10 years ago
  39. 1c8a527 Silence Clang warning about unit'd variable by Rich Salz · 10 years ago
  40. e0f9bf1 clear/cleanse cleanup by Rich Salz · 10 years ago
  41. 55a9a16 Remove Kerberos support from libssl by Matt Caswell · 10 years ago
  42. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  43. efa7dd6 free NULL cleanup 11 by Rich Salz · 10 years ago
  44. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  45. 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
  46. b196e7d remove malloc casts by Rich Salz · 10 years ago
  47. 61986d3 Code style: space after 'if' by Viktor Dukhovni · 10 years ago
  48. de07f31 Move read_sequence and write_sequence from s->s3 to s->rlayer by Matt Caswell · 10 years ago
  49. bd2e3a9 Introduce macro RECORD_LAYER_setup_comp_buffer by Matt Caswell · 10 years ago
  50. 02a36fd Move more SSL3_RECORD oriented functions into ssl3_record.c by Matt Caswell · 10 years ago
  51. 92ffa83 Encapsulate s->s3->wrec by Matt Caswell · 10 years ago
  52. 258f872 Encapsulate s->s3->rrec by Matt Caswell · 10 years ago
  53. d5d0a1c Ensure last_write_sequence is saved in DTLS1.2 by Matt Caswell · 10 years ago
  54. 69f6823 Fix missing return value checks by Matt Caswell · 10 years ago
  55. 668f6f0 Add sanity check to PRF by Matt Caswell · 10 years ago
  56. c9dd49a Cleanse buffers by Matt Caswell · 10 years ago
  57. eadf70d Fixed missing return value checks. by Matt Caswell · 10 years ago
  58. 1d2932d Missing OPENSSL_free on error path. by Eric Dequin · 10 years ago
  59. 9e9858d dead code cleanup: #if 0 in ssl by Rich Salz · 10 years ago
  60. 3d47c1d Remove unused variables. by Dr. Stephen Henson · 10 years ago
  61. 0cfb0e7 Add extms support to master key generation. by Dr. Stephen Henson · 10 years ago
  62. 48fbcba Utility function to retrieve handshake hashes. by Dr. Stephen Henson · 10 years ago
  63. 68fd6dc Remove support for opaque-prf by Rich Salz · 10 years ago
  64. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  65. 68d39f3 Move more comments that confuse indent by Matt Caswell · 10 years ago
  66. b853717 Fix strange formatting by indent by Matt Caswell · 10 years ago
  67. e636e2a Fix source where indent will not be able to cope by Matt Caswell · 10 years ago
  68. 3a83462 Further comment amendments to preserve formatting prior to source reformat by Matt Caswell · 10 years ago
  69. 6dec5e1 Clear warnings/errors within TLS_DEBUG code sections by Richard Levitte · 10 years ago
  70. 3ddb291 Clear warnings/errors within KSSL_DEBUG code sections by Richard Levitte · 10 years ago
  71. 00b4ee7 Remove some unnecessary OPENSSL_FIPS references by Dr. Stephen Henson · 10 years ago
  72. 45f55f6 Remove SSLv2 support by Kurt Roeckx · 10 years ago
  73. cf6da05 Support TLS_FALLBACK_SCSV. by Bodo Moeller · 10 years ago
  74. e67ddd1 RT 1528; misleading debug print, "pre-master" should be "master key" by Rich Salz · 11 years ago
  75. d183545 Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG by yogesh nagarkar · 11 years ago
  76. 4fdf917 Use correct digest when exporting keying material. by Dr. Stephen Henson · 11 years ago
  77. 955376f Fix for non compilation with TLS_DEBUG defined by Matt Caswell · 11 years ago
  78. 03da57f ssl/t1_enc.c: check EVP_MD_CTX_copy return value. by Andy Polyakov · 11 years ago
  79. e8b0dd5 ssl/t1_enc.c: optimize PRF (suggested by Intel). by Andy Polyakov · 11 years ago
  80. 20b82b5 Fix DTLS retransmission from previous session. by Dr. Stephen Henson · 11 years ago
  81. ed496b3 Check EVP errors for handshake digests. by Dr. Stephen Henson · 11 years ago
  82. 5e3ff62 Experimental encrypt-then-mac support. by Dr. Stephen Henson · 12 years ago
  83. 478b50c misspellings fixes by https://github.com/vlajos/misspell_fixer by Veres Lajos · 12 years ago
  84. 4221c0d Enable TLS 1.2 ciphers in DTLS 1.2. by Dr. Stephen Henson · 12 years ago
  85. eb7ece1 Typo. by Dr. Stephen Henson · 12 years ago
  86. cbd6489 Use enc_flags when deciding protocol variations. by Dr. Stephen Henson · 12 years ago
  87. dd7e60b ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV". by Andy Polyakov · 12 years ago
  88. 2aec073 ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility. by Andy Polyakov · 12 years ago
  89. c4e6fb1 Timing fix mitigation for FIPS mode. by Dr. Stephen Henson · 12 years ago
  90. e33ac0e Update DTLS code to match CBC decoding in TLS. by Ben Laurie · 12 years ago
  91. 93cab6b Don't crash when processing a zero-length, TLS >= 1.1 record. by Ben Laurie · 12 years ago
  92. 2acc020 Make CBC decoding constant time. by Ben Laurie · 12 years ago
  93. 4d88fc8 * ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in by Richard Levitte · 13 years ago
  94. 1cf218b New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passes by Dr. Stephen Henson · 13 years ago
  95. c46ecc3 Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 and by Dr. Stephen Henson · 13 years ago
  96. d2add2e ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER. by Andy Polyakov · 13 years ago
  97. 74b4b49 SSL export fixes (from Adam Langley) [original from 1.0.1] by Dr. Stephen Henson · 13 years ago
  98. 3c0ff9f Remove redundant TLS exporter. by Ben Laurie · 13 years ago
  99. ebba6c4 PR: 1794 by Dr. Stephen Henson · 13 years ago
  100. 21b52dd bcmp doesn't exist on all platforms, replace with memcmp by Dr. Stephen Henson · 13 years ago