1. 41f1030 Send GOST SignatureAlgorithms when TLS 1.2 in use by Dmitry Belyavskiy · 7 years ago
  2. 1f65c04 Bugfix: GOST2012 certificates for GOST ciphersuites were broken. by Dmitry Belyavskiy · 7 years ago
  3. 02a7e0a Replace strdup() with OPENSSL_strdup() by Todd Short · 7 years ago
  4. 47eaa32 Fix no-sm2 with clang by Todd Short · 7 years ago
  5. adf6524 Test that a ^ 0 mod -1 is always 0 by Matt Caswell · 7 years ago
  6. 4aa5b72 The result of a ^ 0 mod -1 is 0 not 1 by Matt Caswell · 7 years ago
  7. 3d0dde8 Update the "Connected Commands" section of s_client/s_server docs by Matt Caswell · 7 years ago
  8. fa9a087 Prepare for 1.1.1-pre8-dev by Matt Caswell · 7 years ago
  9. 77cdad3 Prepare for 1.1.1-pre7 release by Matt Caswell · 7 years ago
  10. 83cf7ab Update copyright year by Matt Caswell · 7 years ago
  11. a0cef65 ECDSA_SIG: restore doc comments which were deleted accidentally by Dr. Matthias St. Pierre · 7 years ago
  12. 0396401 ECDSA_SIG: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  13. 6692ff7 RSA: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  14. e6f35b5 DSA: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  15. 5777254 DH: fix: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  16. e37d4a6 util/libcrypto.num: fix symbol collision between 1.1.0 and master by Dr. Matthias St. Pierre · 7 years ago
  17. 4de3fe5 Try to work around ubuntu gcc-5 ubsan build failure by Bernd Edlinger · 7 years ago
  18. c8c2503 Improve the example getpass() implementation to show an error return by Nick Mathewson · 7 years ago
  19. bbbf752 Update documentation for PEM callback: error is now -1. by Nick Mathewson · 7 years ago
  20. 1bb8293 Fix array bounds violation in ssl_session_dup by Bernd Edlinger · 7 years ago
  21. a0abb6a Add a sanity check on the length of pkeyutl inputs by Matt Caswell · 7 years ago
  22. 07824f3 Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA" by Matt Caswell · 7 years ago
  23. b14e601 Improve compatibility of point and curve checks by Matt Caswell · 7 years ago
  24. 2de108d Save and restore the Windows error around TlsGetValue. by David Benjamin · 7 years ago
  25. e363534 Use OPENSSL_EC_EXPLICIT_CURVE constant. by David Benjamin · 7 years ago
  26. fc6f579 Fix explicit EC curve encoding. by David Benjamin · 7 years ago
  27. 55a6250 Skip CN DNS name constraint checks when not needed by Viktor Dukhovni · 7 years ago
  28. d02d80b Limit scope of CN name constraints by Viktor Dukhovni · 7 years ago
  29. de9f5b3 Use the client app traffic secret for PHA Finished message by Matt Caswell · 7 years ago
  30. b501ab6 INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128 by Richard Levitte · 7 years ago
  31. 8cc1dc3 Better error code when lacking __SIZEOF_INT128__ by Richard Levitte · 7 years ago
  32. 0422591 Fix no-ec, no-tls1_3 and no-tls by Matt Caswell · 7 years ago
  33. 693cf80 Enable SSL_MODE_AUTO_RETRY by default by Kurt Roeckx · 7 years ago
  34. 1aac20f Fix no-ec in combination with no-dh by Matt Caswell · 7 years ago
  35. d61e604 ssl/ssl_txt: fix NULL-check by Tilman Keskinöz · 7 years ago
  36. 6671c77 apps/s_socket.c: address rare TLSProxy failures on Windows. by Andy Polyakov · 7 years ago
  37. 8e51a34 Check malloc failure via app_malloc by Rich Salz · 7 years ago
  38. ee94ec2 Don't cache stateless tickets in TLSv1.3 by Matt Caswell · 7 years ago
  39. 511190b Fix undefined behaviour in X509_NAME_cmp() by Matt Caswell · 7 years ago
  40. 246bd8f Windows: don't install __DECC_*.H by Richard Levitte · 7 years ago
  41. 6439e34 Quiet pod2html warnings by Richard Levitte · 7 years ago
  42. dad8868 Fix no-srtp build warnings by Todd Short · 7 years ago
  43. c1c1783 Restore check of |*xn| against |name| in X509_NAME_set by Richard Levitte · 7 years ago
  44. f3021ac Allow the ca application to use EdDSA by Matt Caswell · 7 years ago
  45. 8a59c08 DH: add some basic tests (and comments) by Dr. Matthias St. Pierre · 7 years ago
  46. 6db7fad DH: add simple getters for commonly used DH struct members by Dr. Matthias St. Pierre · 7 years ago
  47. b336ce5 Make BN_GF2m_mod_arr more constant time by Matt Caswell · 7 years ago
  48. c22365b Improve testing of tickets with post-handshake auth by Matt Caswell · 7 years ago
  49. 56548e8 Add documentation for the ability to control the number of tickets by Matt Caswell · 7 years ago
  50. 36ff232 Change the default number of NewSessionTickets we send to 2 by Matt Caswell · 7 years ago
  51. 394159d Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF by Matt Caswell · 7 years ago
  52. 9d0a8bb Enable the ability to set the number of TLSv1.3 session tickets sent by Matt Caswell · 7 years ago
  53. 029c11c Add a note on CHANGES and NEWS in CONTRIBUTING by Richard Levitte · 7 years ago
  54. 8d483b2 When producing man-pages, ensure NAME section is one line only by Richard Levitte · 7 years ago
  55. 653162c NOTES.ANDROID: fix typo in build notes by Gregor Jasny · 7 years ago
  56. 0d9b5fa windows-makefile.tmpl: delete export library prior link. by Andy Polyakov · 7 years ago
  57. 73cc84a Suport TLSv1.3 draft 28 by Matt Caswell · 7 years ago
  58. ba8b48e Fix no-tls1_2 by Matt Caswell · 7 years ago
  59. 199dc0d Fix no-psk by Matt Caswell · 7 years ago
  60. 986caf9 CI config: no need to make both install and install_docs by Richard Levitte · 7 years ago
  61. 8481434 Link in passphrase-encoding(7) in relevant documentation by Richard Levitte · 7 years ago
  62. 491c353 Docs: add general document on how pass phrases are handled by Richard Levitte · 7 years ago
  63. de03cc9 UI console: Restore tty settings, do not force ECHO after prompt by Richard Levitte · 7 years ago
  64. 1c53456 apps/speed: Add brainpool curves support by FdaSilvaYY · 7 years ago
  65. 5c6a69f apps/speed: fix possible OOB access in some EC arrays by FdaSilvaYY · 7 years ago
  66. 5f96a95 Set sess to NULL after freeing it. by Kurt Roeckx · 7 years ago
  67. a925e7d Don't memcpy the contents of an empty fragment by Matt Caswell · 7 years ago
  68. c82c346 In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length by Richard Levitte · 7 years ago
  69. 34e4a96 Fix typo: 'is an error occurred' in documentation by Dr. Matthias St. Pierre · 7 years ago
  70. 61fb592 Rework the decrypt ticket callback by Matt Caswell · 7 years ago
  71. c20e3b2 Fix mem leak in sslapi test by Matt Caswell · 7 years ago
  72. d0191fe Add a test for the ticket callbacks by Matt Caswell · 7 years ago
  73. 2448bb8 Document when a new session ticket gets created on resumption by Matt Caswell · 7 years ago
  74. c0638ad Fix ticket callbacks in TLSv1.3 by Matt Caswell · 7 years ago
  75. 5fe3715 Flush server side unauthenticated writes by Matt Caswell · 7 years ago
  76. e825109 Add some more SSL_pending() and SSL_has_pending() tests by Matt Caswell · 7 years ago
  77. f478c8a Don't set TCP_NODELAY on a UDP socket by Matt Caswell · 7 years ago
  78. 66fab92 Mark DTLS records as read when we have finished with them by Matt Caswell · 7 years ago
  79. 0d8da77 Test an old style PSK callback with no cert will prefer SHA-256 by Matt Caswell · 7 years ago
  80. 9e064bc Provide documentation for the -psk_session option by Matt Caswell · 7 years ago
  81. 48a0316 Prefer SHA-256 ciphersuites if using old style PSKs by Matt Caswell · 7 years ago
  82. 3cb7c5c Use void in all function definitions that do not take any arguments by Kurt Roeckx · 7 years ago
  83. d4a8ba7 rsaz_avx2_eligible doesn't take parameters by Kurt Roeckx · 7 years ago
  84. c3114a7 Set the ossl_shim to auto retry if not running asynchronously by Matt Caswell · 7 years ago
  85. 13f6857 PPC assembly pack: add POWER9 results. by Andy Polyakov · 7 years ago
  86. 41b77d5 .travis.yml: add pair of linux-ppc64le targets. by Andy Polyakov · 7 years ago
  87. a01b9cd Fix no-cms by Matt Caswell · 7 years ago
  88. 60155b9 Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305 by Matt Caswell · 7 years ago
  89. 7f35627 Fix typos in x509 documentation by Dr. Matthias St. Pierre · 7 years ago
  90. 60845a0 Add CHANGES entry for PR#6009 by Nicola Tuveri · 7 years ago
  91. 0dae8ba Add blinding in BN_GF2m_mod_inv for binary field inversions by Billy Brumley · 7 years ago
  92. a7b0b69 ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c by Billy Brumley · 7 years ago
  93. fe2d397 ECDSA: remove nonce padding (delegated to EC_POINT_mul) by Billy Brumley · 7 years ago
  94. 06e0950 VMS rand: assign before check, not the other way around by Richard Levitte · 7 years ago
  95. 8c8fbca Fix --strict-warnings build of ppc-linux target by Bernd Edlinger · 7 years ago
  96. 7d859d1 ec/ec_mult.c: get BN_CTX_start,end sequence right. by Andy Polyakov · 7 years ago
  97. 61e9655 Add a DTLS test for dropped records by Matt Caswell · 7 years ago
  98. f750641 Keep the DTLS timer running after the end of the handshake if appropriate by Matt Caswell · 7 years ago
  99. ad96225 Only auto-retry for DTLS if configured to do so by Matt Caswell · 7 years ago
  100. 6f6da2f Fix s_client and s_server so that they correctly handle the DTLS timer by Matt Caswell · 7 years ago