1. 41013cd PPC assembly pack: correct POWER9 results. by Andy Polyakov · 7 years ago
  2. 9a708bf {arm64|x86_64}cpuid.pl: add special 16-byte case to OPENSSL_memcmp. by Andy Polyakov · 7 years ago
  3. c1b2569 modes/gcm128.c: coalesce calls to GHASH. by Andy Polyakov · 7 years ago
  4. c5307d9 evp/e_aes.c: replace calls to one-liners with references in GCM. by Andy Polyakov · 7 years ago
  5. 1e653d0 Fix checking the return value of getentropy() by Kurt Roeckx · 7 years ago
  6. 2545f94 Remove support for calling getrandom(), we now always call getentropy() by Kurt Roeckx · 7 years ago
  7. cf0891b Look up availability of getentropy() at runtime. by Kurt Roeckx · 7 years ago
  8. 8f57662 Add support for KERN_ARND to get random bytes on NetBSD by Kurt Roeckx · 7 years ago
  9. 6da34cf Document failure return for ECDSA_SIG_new by Ken Goldman · 7 years ago
  10. 886c2e6 Make OS/X more explicit, to avoid questions by Rich Salz · 7 years ago
  11. 166f008 STORE: split off the description of the 'file' scheme loader by Richard Levitte · 7 years ago
  12. 5eb7743 ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 method by Richard Levitte · 7 years ago
  13. 5f49783 Don't call setsockopt with an invalid fd by Matt Caswell · 7 years ago
  14. bdd5f12 Fix a memory leak in an error path by Matt Caswell · 7 years ago
  15. 28c73b3 Free a variable by Matt Caswell · 7 years ago
  16. fbccfed Free a variable on an error path by Matt Caswell · 7 years ago
  17. 6712ba9 Only set TCP_NODELAY if the protocol is TCP by Matt Caswell · 7 years ago
  18. bceae20 EVP_MD_size() can return an error by Matt Caswell · 7 years ago
  19. 1b3c89c Remove some logically dead code by Matt Caswell · 7 years ago
  20. 5be77b0 Remove some logically dead code by Matt Caswell · 7 years ago
  21. 3190d1d apps: when the 'compat' nameopt has been set, leave it be by Richard Levitte · 7 years ago
  22. a133883 Reduce minimal out length in CRYPTO_128_unwrap_pad by Yihong Wang · 7 years ago
  23. 848113a bn/bn_exp.c: mitigation of the One-and-Done side-channel attack. by User · 7 years ago
  24. c869c3a chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path. by Andy Polyakov · 7 years ago
  25. 95c81f8 perlasm/ppc-xlate.pl: add new instructions and clean up. by Andy Polyakov · 7 years ago
  26. 2fc45cb apps/speed.c: address asan failure with small -bytes and large -misalign. by Andy Polyakov · 7 years ago
  27. 44ca756 apps/speed.c: add -aead flag. by Andy Polyakov · 7 years ago
  28. ffcca68 apps/speed.c: clean up SIGARM handling. by Andy Polyakov · 7 years ago
  29. 1e8d5ea OSSL_STORE: don't test file: URIs on Mingw by Richard Levitte · 7 years ago
  30. 0124f32 Add APIs for custom X509_LOOKUP_METHOD creation by Mingtao Yang · 7 years ago
  31. f3a246c Text description of GOST signature algorithms by Dmitry Belyavskiy · 7 years ago
  32. 41f1030 Send GOST SignatureAlgorithms when TLS 1.2 in use by Dmitry Belyavskiy · 7 years ago
  33. 1f65c04 Bugfix: GOST2012 certificates for GOST ciphersuites were broken. by Dmitry Belyavskiy · 7 years ago
  34. 02a7e0a Replace strdup() with OPENSSL_strdup() by Todd Short · 7 years ago
  35. 47eaa32 Fix no-sm2 with clang by Todd Short · 7 years ago
  36. adf6524 Test that a ^ 0 mod -1 is always 0 by Matt Caswell · 7 years ago
  37. 4aa5b72 The result of a ^ 0 mod -1 is 0 not 1 by Matt Caswell · 7 years ago
  38. 3d0dde8 Update the "Connected Commands" section of s_client/s_server docs by Matt Caswell · 7 years ago
  39. fa9a087 Prepare for 1.1.1-pre8-dev by Matt Caswell · 7 years ago
  40. 77cdad3 Prepare for 1.1.1-pre7 release by Matt Caswell · 7 years ago
  41. 83cf7ab Update copyright year by Matt Caswell · 7 years ago
  42. a0cef65 ECDSA_SIG: restore doc comments which were deleted accidentally by Dr. Matthias St. Pierre · 7 years ago
  43. 0396401 ECDSA_SIG: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  44. 6692ff7 RSA: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  45. e6f35b5 DSA: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  46. 5777254 DH: fix: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  47. e37d4a6 util/libcrypto.num: fix symbol collision between 1.1.0 and master by Dr. Matthias St. Pierre · 7 years ago
  48. 4de3fe5 Try to work around ubuntu gcc-5 ubsan build failure by Bernd Edlinger · 7 years ago
  49. c8c2503 Improve the example getpass() implementation to show an error return by Nick Mathewson · 7 years ago
  50. bbbf752 Update documentation for PEM callback: error is now -1. by Nick Mathewson · 7 years ago
  51. 1bb8293 Fix array bounds violation in ssl_session_dup by Bernd Edlinger · 7 years ago
  52. a0abb6a Add a sanity check on the length of pkeyutl inputs by Matt Caswell · 7 years ago
  53. 07824f3 Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA" by Matt Caswell · 7 years ago
  54. b14e601 Improve compatibility of point and curve checks by Matt Caswell · 7 years ago
  55. 2de108d Save and restore the Windows error around TlsGetValue. by David Benjamin · 7 years ago
  56. e363534 Use OPENSSL_EC_EXPLICIT_CURVE constant. by David Benjamin · 7 years ago
  57. fc6f579 Fix explicit EC curve encoding. by David Benjamin · 7 years ago
  58. 55a6250 Skip CN DNS name constraint checks when not needed by Viktor Dukhovni · 7 years ago
  59. d02d80b Limit scope of CN name constraints by Viktor Dukhovni · 7 years ago
  60. de9f5b3 Use the client app traffic secret for PHA Finished message by Matt Caswell · 7 years ago
  61. b501ab6 INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128 by Richard Levitte · 7 years ago
  62. 8cc1dc3 Better error code when lacking __SIZEOF_INT128__ by Richard Levitte · 7 years ago
  63. 0422591 Fix no-ec, no-tls1_3 and no-tls by Matt Caswell · 7 years ago
  64. 693cf80 Enable SSL_MODE_AUTO_RETRY by default by Kurt Roeckx · 7 years ago
  65. 1aac20f Fix no-ec in combination with no-dh by Matt Caswell · 7 years ago
  66. d61e604 ssl/ssl_txt: fix NULL-check by Tilman Keskinöz · 7 years ago
  67. 6671c77 apps/s_socket.c: address rare TLSProxy failures on Windows. by Andy Polyakov · 7 years ago
  68. 8e51a34 Check malloc failure via app_malloc by Rich Salz · 7 years ago
  69. ee94ec2 Don't cache stateless tickets in TLSv1.3 by Matt Caswell · 7 years ago
  70. 511190b Fix undefined behaviour in X509_NAME_cmp() by Matt Caswell · 7 years ago
  71. 246bd8f Windows: don't install __DECC_*.H by Richard Levitte · 7 years ago
  72. 6439e34 Quiet pod2html warnings by Richard Levitte · 7 years ago
  73. dad8868 Fix no-srtp build warnings by Todd Short · 7 years ago
  74. c1c1783 Restore check of |*xn| against |name| in X509_NAME_set by Richard Levitte · 7 years ago
  75. f3021ac Allow the ca application to use EdDSA by Matt Caswell · 7 years ago
  76. 8a59c08 DH: add some basic tests (and comments) by Dr. Matthias St. Pierre · 7 years ago
  77. 6db7fad DH: add simple getters for commonly used DH struct members by Dr. Matthias St. Pierre · 7 years ago
  78. b336ce5 Make BN_GF2m_mod_arr more constant time by Matt Caswell · 7 years ago
  79. c22365b Improve testing of tickets with post-handshake auth by Matt Caswell · 7 years ago
  80. 56548e8 Add documentation for the ability to control the number of tickets by Matt Caswell · 7 years ago
  81. 36ff232 Change the default number of NewSessionTickets we send to 2 by Matt Caswell · 7 years ago
  82. 394159d Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF by Matt Caswell · 7 years ago
  83. 9d0a8bb Enable the ability to set the number of TLSv1.3 session tickets sent by Matt Caswell · 7 years ago
  84. 029c11c Add a note on CHANGES and NEWS in CONTRIBUTING by Richard Levitte · 7 years ago
  85. 8d483b2 When producing man-pages, ensure NAME section is one line only by Richard Levitte · 7 years ago
  86. 653162c NOTES.ANDROID: fix typo in build notes by Gregor Jasny · 7 years ago
  87. 0d9b5fa windows-makefile.tmpl: delete export library prior link. by Andy Polyakov · 7 years ago
  88. 73cc84a Suport TLSv1.3 draft 28 by Matt Caswell · 7 years ago
  89. ba8b48e Fix no-tls1_2 by Matt Caswell · 7 years ago
  90. 199dc0d Fix no-psk by Matt Caswell · 7 years ago
  91. 986caf9 CI config: no need to make both install and install_docs by Richard Levitte · 7 years ago
  92. 8481434 Link in passphrase-encoding(7) in relevant documentation by Richard Levitte · 7 years ago
  93. 491c353 Docs: add general document on how pass phrases are handled by Richard Levitte · 7 years ago
  94. de03cc9 UI console: Restore tty settings, do not force ECHO after prompt by Richard Levitte · 7 years ago
  95. 1c53456 apps/speed: Add brainpool curves support by FdaSilvaYY · 7 years ago
  96. 5c6a69f apps/speed: fix possible OOB access in some EC arrays by FdaSilvaYY · 7 years ago
  97. 5f96a95 Set sess to NULL after freeing it. by Kurt Roeckx · 7 years ago
  98. a925e7d Don't memcpy the contents of an empty fragment by Matt Caswell · 7 years ago
  99. c82c346 In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length by Richard Levitte · 7 years ago
  100. 34e4a96 Fix typo: 'is an error occurred' in documentation by Dr. Matthias St. Pierre · 7 years ago