1. c20e3b2 Fix mem leak in sslapi test by Matt Caswell · 7 years ago
  2. d0191fe Add a test for the ticket callbacks by Matt Caswell · 7 years ago
  3. 2448bb8 Document when a new session ticket gets created on resumption by Matt Caswell · 7 years ago
  4. c0638ad Fix ticket callbacks in TLSv1.3 by Matt Caswell · 7 years ago
  5. 5fe3715 Flush server side unauthenticated writes by Matt Caswell · 7 years ago
  6. e825109 Add some more SSL_pending() and SSL_has_pending() tests by Matt Caswell · 7 years ago
  7. f478c8a Don't set TCP_NODELAY on a UDP socket by Matt Caswell · 7 years ago
  8. 66fab92 Mark DTLS records as read when we have finished with them by Matt Caswell · 7 years ago
  9. 0d8da77 Test an old style PSK callback with no cert will prefer SHA-256 by Matt Caswell · 7 years ago
  10. 9e064bc Provide documentation for the -psk_session option by Matt Caswell · 7 years ago
  11. 48a0316 Prefer SHA-256 ciphersuites if using old style PSKs by Matt Caswell · 7 years ago
  12. 3cb7c5c Use void in all function definitions that do not take any arguments by Kurt Roeckx · 7 years ago
  13. d4a8ba7 rsaz_avx2_eligible doesn't take parameters by Kurt Roeckx · 7 years ago
  14. c3114a7 Set the ossl_shim to auto retry if not running asynchronously by Matt Caswell · 7 years ago
  15. 13f6857 PPC assembly pack: add POWER9 results. by Andy Polyakov · 7 years ago
  16. 41b77d5 .travis.yml: add pair of linux-ppc64le targets. by Andy Polyakov · 7 years ago
  17. a01b9cd Fix no-cms by Matt Caswell · 7 years ago
  18. 60155b9 Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305 by Matt Caswell · 7 years ago
  19. 7f35627 Fix typos in x509 documentation by Dr. Matthias St. Pierre · 7 years ago
  20. 60845a0 Add CHANGES entry for PR#6009 by Nicola Tuveri · 7 years ago
  21. 0dae8ba Add blinding in BN_GF2m_mod_inv for binary field inversions by Billy Brumley · 7 years ago
  22. a7b0b69 ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c by Billy Brumley · 7 years ago
  23. fe2d397 ECDSA: remove nonce padding (delegated to EC_POINT_mul) by Billy Brumley · 7 years ago
  24. 06e0950 VMS rand: assign before check, not the other way around by Richard Levitte · 7 years ago
  25. 8c8fbca Fix --strict-warnings build of ppc-linux target by Bernd Edlinger · 7 years ago
  26. 7d859d1 ec/ec_mult.c: get BN_CTX_start,end sequence right. by Andy Polyakov · 7 years ago
  27. 61e9655 Add a DTLS test for dropped records by Matt Caswell · 7 years ago
  28. f750641 Keep the DTLS timer running after the end of the handshake if appropriate by Matt Caswell · 7 years ago
  29. ad96225 Only auto-retry for DTLS if configured to do so by Matt Caswell · 7 years ago
  30. 6f6da2f Fix s_client and s_server so that they correctly handle the DTLS timer by Matt Caswell · 7 years ago
  31. f20404f Don't fail on an out-of-order CCS in DTLS by Matt Caswell · 7 years ago
  32. e15e92d Add a CMS API test by Matt Caswell · 7 years ago
  33. 3d551b2 Fix a mem leak in CMS by Matt Caswell · 7 years ago
  34. 4ffc184 windows-makefile.tmpl: rearrange cleanup commands to avoid ... by FdaSilvaYY · 7 years ago
  35. a602dec .travis.yml: temporarily mask gcc-5 ubsan build. by Andy Polyakov · 7 years ago
  36. 9a96626 .travis.yml: minor facelift by Andy Polyakov · 7 years ago
  37. 781fb90 Cleanup by Rich Salz · 7 years ago
  38. 717f308 Configure: fix Mac OS X builds that still require makedepend by Todd Short · 7 years ago
  39. 41d6e0f Configure: pass more suitable argument to compiler_predefined(). by Andy Polyakov · 7 years ago
  40. 0ad4078 Configure: move --noexecstack probe to Configure. by Andy Polyakov · 7 years ago
  41. 0d94212 BIO_s_mem() write: Skip early when input length is zero by Richard Levitte · 7 years ago
  42. c16ab9d docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_id by Richard Levitte · 7 years ago
  43. bc624bd v3_purp.c: add locking to x509v3_cache_extensions() by Dr. Matthias St. Pierre · 7 years ago
  44. 463e6ef VMS: modernise rand_pool_acquire_entropy, step 2 by Richard Levitte · 7 years ago
  45. ce147f7 VMS: modernise rand_pool_acquire_entropy, step 1 by Richard Levitte · 7 years ago
  46. b1860d6 Return an error from BN_mod_inverse if n is 1 (or -1) by Matt Caswell · 7 years ago
  47. 4db296d Make X509_VERIFY_PARAM_get_hostflags() take a const arg by Matt Caswell · 7 years ago
  48. e401389 Add a test for SSL_get_shared_ciphers() by Matt Caswell · 7 years ago
  49. 6021d8e Fix a bug in create_ssl_ctx_pair() by Matt Caswell · 7 years ago
  50. 3bfa475 Add some documentation for SSL_get_shared_ciphers() by Matt Caswell · 7 years ago
  51. f054160 Fix comment in ssl_locl.h by Matt Caswell · 7 years ago
  52. a216df5 Fix SSL_get_shared_ciphers() by Matt Caswell · 7 years ago
  53. c7e1075 opensslconf.h inclusion cleanup No need to buildtest on opensslconf.h by FdaSilvaYY · 7 years ago
  54. 774ff8f bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word. by Andy Polyakov · 7 years ago
  55. 48bc0d9 apps/speed.c: merge parameters defining EC curves to test ... by FdaSilvaYY · 7 years ago
  56. c671843 a_strex.c: prevent out of bound read in do_buf() by Dr. Matthias St. Pierre · 7 years ago
  57. 6ebb49f Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bits by Richard Levitte · 7 years ago
  58. 6299c7a Add a note about Nagle's algorithm on the SSL_connect man page by Matt Caswell · 7 years ago
  59. aebd0e5 Fix memory leaks in CA related functions. by Pavel Kopyl · 7 years ago
  60. c4fa1f7 Fix regression with session cache use by clients by Benjamin Kaduk · 7 years ago
  61. 0e5c1a6 Improve error handling in rand_init function by Bernd Edlinger · 7 years ago
  62. 5b748de Add getter for X509_VERIFY_PARAM_get_hostflags by Matt Caswell · 7 years ago
  63. 3a070e2 Clarify BN_mod_exp docs by Matt Caswell · 7 years ago
  64. ecd4b8f Fix some errors and missing info in the CMS docs by Matt Caswell · 7 years ago
  65. 8a0c91d Prepare for 1.1.1-pre7-dev by Matt Caswell · 7 years ago
  66. a910a9e Prepare for 1.1.1-pre6 release by Matt Caswell · 7 years ago
  67. 6ec5fce Update copyright year by Matt Caswell · 7 years ago
  68. d1ae34e Use the config file from the source not the host for the tests by Kurt Roeckx · 7 years ago
  69. 06444da Configurations/unix-Makefile.tmpl: harmonize with no-engine. by Andy Polyakov · 7 years ago
  70. 7069eae Configurations/10-main.conf: force no-engine on ios targets. by Andy Polyakov · 7 years ago
  71. bf7ae75 Don't cleanup uninitialized thread local slots by Bernd Edlinger · 7 years ago
  72. 272c0df Fix drbg thread cleanup and error handling by Bernd Edlinger · 7 years ago
  73. ddba302 Update version docs by Matt Caswell · 7 years ago
  74. ff25dd1 apps/s_server.c: Avoid unused variable due to 'no-dtls' by Richard Levitte · 7 years ago
  75. 9e5b50b fix: BN_swap mishandles flags by Billy Brumley · 7 years ago
  76. 32c6985 Fix mixed indentation (and other whitespace issues) by Dr. Matthias St. Pierre · 7 years ago
  77. 6fb7b08 15-test_out_option: Refactor and don't test directory write on VMS by Richard Levitte · 7 years ago
  78. fe1128d Fix last(?) batch of malloc-NULL places by Rich Salz · 7 years ago
  79. 74a8acb Fix memleaks in async api by Bernd Edlinger · 7 years ago
  80. bc66144 Wait max. 60 seconds for s_client to connect by Bernd Edlinger · 7 years ago
  81. f06080c Add missing error code when alloc-return-null by FdaSilvaYY · 7 years ago
  82. d1f7a1e Update the *use_certificate* docs by Matt Caswell · 7 years ago
  83. f80c864 Fix typo in the definition of tls13_ciphers by Matt Caswell · 7 years ago
  84. b4c3565 Use get_last_sys_error() instead of get_last_rtl_error() by Richard Levitte · 7 years ago
  85. d6d94d3 PEM_def_callback(): use same parameter names as for pem_password_cb by Richard Levitte · 7 years ago
  86. 4977b4e PEM_def_callback(): don't loop because of too short password given by Richard Levitte · 7 years ago
  87. e6a833c openssl rehash: exit 0 on warnings, same as c_rehash by Richard Levitte · 7 years ago
  88. 3625f6c ms/uplink-x86.pl: close the file handle that was opened by Richard Levitte · 7 years ago
  89. bdb59d9 Fix documentation for the -showcerts s_client option by Matt Caswell · 7 years ago
  90. 4522e13 apps/opt.c: Remove the access checks of input and output files by Richard Levitte · 7 years ago
  91. c36e909 Better check of return values from app_isdir and app_access by Richard Levitte · 7 years ago
  92. 96de2e5 Revert "Check directory is able to create files for various -out option" by Richard Levitte · 7 years ago
  93. b47b665 Revert "Add VMS version of app_dirname()" by Richard Levitte · 7 years ago
  94. b9a354d Revert "Check on VMS as well" by Richard Levitte · 7 years ago
  95. 39e32be test/recipes/15-test_out_option.t: refine tests by Richard Levitte · 7 years ago
  96. 22f0c72 [SM2_sign] add minimal EVP_PKEY functionality testing by Nicola Tuveri · 7 years ago
  97. 67cc2ba [SM2_sign] fix double free and return value by Nicola Tuveri · 7 years ago
  98. ca50cd9 Fix the MAX_CURVELIST definition by Matt Caswell · 7 years ago
  99. f90bc6c Add missing malloc-return-null instance by Rich Salz · 7 years ago
  100. 208056b x509/by_dir.c: Remove dead code by Dr. Matthias St. Pierre · 7 years ago