1. 2f0ca54 Remove some obsolete/obscure internal define switches: by Emilia Kasper · 8 years ago
  2. 38f2837 Remove some commented out code in libssl by Matt Caswell · 8 years ago
  3. b53338c Clean up references to FIPS by Emilia Kasper · 8 years ago
  4. 60d685d Let ssl_get_cipher_by_char yield not-valid ciphers by Benjamin Kaduk · 8 years ago
  5. d42d0a4 Implementation of the ARIA cipher as described in RFC 5794. by Pauli · 8 years ago
  6. e067097 mem leak on error path and error propagation fix by Yuchi · 8 years ago
  7. d0ff28f Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN by Dr. Stephen Henson · 8 years ago
  8. 7114af3 Add NID_auth_any and NID_kx_any NIDs. by Dr. Stephen Henson · 8 years ago
  9. e5c4bf9 Add SSL_kANY and SSL_aANY by Dr. Stephen Henson · 8 years ago
  10. 534a43f Always ensure that session->cipher is set by Matt Caswell · 8 years ago
  11. 1053a6e Implement Server side of PSK extension parsing by Matt Caswell · 8 years ago
  12. 48722ff Fix a few misspellings. by FdaSilvaYY · 8 years ago
  13. e304d3e Remove a hack from ssl_test_old by Matt Caswell · 8 years ago
  14. 348240c Fix misc size_t issues causing Windows warnings in 64 bit by Matt Caswell · 8 years ago
  15. 8c1a534 Convert master_secret_size code to size_t by Matt Caswell · 8 years ago
  16. 045bd04 Add DTLS_get_data_mtu() function by David Woodhouse · 8 years ago
  17. 0ced42e Use ciphersuite id when matching if we've got one by Matt Caswell · 8 years ago
  18. e5f969a Remove trailing zeros by Rich Salz · 9 years ago
  19. a230b26 Indent ssl/ by Emilia Kasper · 9 years ago
  20. a4a18b2 Fix CIPHER_DEBUG by JimC · 9 years ago
  21. 912c258 Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE result by Richard Levitte · 9 years ago
  22. c2e4e5d Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead by Richard Levitte · 9 years ago
  23. 3c82e43 Add checks on sk_TYPE_push() returned result by FdaSilvaYY · 9 years ago
  24. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  25. 5c4328f Fold threads.h into crypto.h making API public by Viktor Dukhovni · 9 years ago
  26. 5fd1478 Fix building with -DCHARSET_EBCDIC by Matt Caswell · 9 years ago
  27. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  28. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  29. 03b0e73 Deprecate SSL_COMP_free_compression_methods() and make it a no-op by Matt Caswell · 9 years ago
  30. 88a9614 Check algo_strength using SSL_STRONG_MASK by Kurt Roeckx · 9 years ago
  31. 3c27208 Remove #error from include files. by Rich Salz · 9 years ago
  32. ee3a6c6 Report TLS 1.0 as backwards-compatible TLSv1 by Viktor Dukhovni · 9 years ago
  33. 748f254 Sort cipher-list at runtime. by Rich Salz · 9 years ago
  34. e4ad076 Fix no-comp build by Emilia Kasper · 9 years ago
  35. ca3895f Move disabling of RC4 for DTLS to the cipher list. by Kurt Roeckx · 9 years ago
  36. 8247852 Remove DES cipher alias by Kurt Roeckx · 9 years ago
  37. 3eb2aff Add support for minimum and maximum protocol version supported by a cipher by Kurt Roeckx · 9 years ago
  38. b11836a Make SSL_CIPHER_get_version return a const char * by Kurt Roeckx · 9 years ago
  39. 6063453 Remove unused code by Kurt Roeckx · 9 years ago
  40. 8eb33e4 Fix SSL_CIPHER_get_auth_nid return by Todd Short · 9 years ago
  41. 16203f7 Convert CRYPTO_LOCK_SSL_* to new multi-threading API by Alessandro Ghedini · 9 years ago
  42. 1316ca8 GH787: Fix ALPN by Todd Short · 9 years ago
  43. 3ec1323 Add cipher query functions by Todd Short · 9 years ago
  44. a556f34 Rework the default cipherlist. by Emilia Kasper · 9 years ago
  45. 1510b5f Don't mark the eNULL ciphers as non-default. by Kurt Roeckx · 9 years ago
  46. 7c96dbc GH715: ENGINE_finish can take NULL by Rich Salz · 9 years ago
  47. d1776fd Fix {TLS,CIPHER}_DEBUG compiles. by Rich Salz · 9 years ago
  48. d63a5e5 Remove outdated DEBUG flags. by Rich Salz · 9 years ago
  49. ce0c1f2 Remove static ECDH support. by Dr. Stephen Henson · 9 years ago
  50. 1c37fd9 Add CHACHA20 alias for ciphers. by Todd Short · 9 years ago
  51. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  52. baf245e GH528: "cipher -v" output is confusing. by Rich Salz · 9 years ago
  53. bbd86bf mem functions cleanup by Rich Salz · 9 years ago
  54. 4fa5214 Protocol version selection and negotiation rewrite by Viktor Dukhovni · 9 years ago
  55. bc71f91 Remove fixed DH ciphersuites. by Dr. Stephen Henson · 9 years ago
  56. 0d3587c Add SSL_CIPHER_description() for Chacha20/Poly1305 by Matt Caswell · 9 years ago
  57. a76ba82 Wire ChaCha20-Poly1305 to TLS. by Andy Polyakov · 9 years ago
  58. 361a119 Remove support for all 40 and 56 bit ciphers. by Kurt Roeckx · 9 years ago
  59. fe6ef24 Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH by Kurt Roeckx · 9 years ago
  60. 1c86d8f Revert unnecessary SSL_CIPHER_get_bits API change by Viktor Dukhovni · 9 years ago
  61. 7afd231 Use digest indices for signature algorithms. by Dr. Stephen Henson · 9 years ago
  62. 152fbc2 Use digest tables for defaults. by Dr. Stephen Henson · 9 years ago
  63. 28ba254 PRF and handshake hash revision. by Dr. Stephen Henson · 9 years ago
  64. e44380a Patch containing TLS implementation for GOST 2012 by Dmitry Belyavsky · 9 years ago
  65. 5f3d93e Ensure all EVP calls have their returns checked where appropriate by Matt Caswell · 9 years ago
  66. 60a25ab Add "TLSv1.0" cipher alias. by Dr. Stephen Henson · 9 years ago
  67. 2b57338 Don't alow TLS v1.0 ciphersuites for SSLv3 by Dr. Stephen Henson · 9 years ago
  68. 5e3d21f Use SSL_TLSV1 only if at least TLS v1.0 is needed. by Dr. Stephen Henson · 9 years ago
  69. a71edf3 Standardise our style for checking malloc failures by Matt Caswell · 9 years ago
  70. 90d9e49 Use uint32_t and int32_t for SSL_CIPHER structure. by Dr. Stephen Henson · 9 years ago
  71. c84f7f4 Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2 by Matt Caswell · 9 years ago
  72. 13e228d Match SUITEB strings at start of cipher list. by Dr. Stephen Henson · 10 years ago
  73. b51bce9 Add and use OPENSSL_zalloc by Rich Salz · 10 years ago
  74. 3d3701e ccm8 support by Dr. Stephen Henson · 10 years ago
  75. e75c5a7 CCM support. by Dr. Stephen Henson · 10 years ago
  76. ade44dc Remove Gost94 signature algorithm. by Rich Salz · 10 years ago
  77. 332a251 Disable unsupported PSK algorithms by Dr. Stephen Henson · 10 years ago
  78. 8baac6a new PSK text constants by Dr. Stephen Henson · 10 years ago
  79. dcbd506 New PSK aliases. by Dr. Stephen Henson · 10 years ago
  80. 633d49c Tidy disabled algorithm handling. by Dr. Stephen Henson · 10 years ago
  81. e1fa652 Restore GOST mac setup. by Dr. Stephen Henson · 10 years ago
  82. 55a9a16 Remove Kerberos support from libssl by Matt Caswell · 10 years ago
  83. 9a55570 Make COMP_CTX and COMP_METHOD opaque by Rich Salz · 10 years ago
  84. 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
  85. 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
  86. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  87. b6eb982 Add OSSL_NELEM macro. by Dr. Stephen Henson · 10 years ago
  88. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  89. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  90. b196e7d remove malloc casts by Rich Salz · 10 years ago
  91. 98c9ce2 SSL_CIPHER lookup functions. by Dr. Stephen Henson · 10 years ago
  92. 61986d3 Code style: space after 'if' by Viktor Dukhovni · 10 years ago
  93. 69f6823 Fix missing return value checks by Matt Caswell · 10 years ago
  94. 10bf4fc Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC by Rich Salz · 10 years ago
  95. 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
  96. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  97. 22b5216 More tweaks for comments due indent issues by Matt Caswell · 10 years ago
  98. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  99. 3ddb291 Clear warnings/errors within KSSL_DEBUG code sections by Richard Levitte · 10 years ago
  100. 72b5d03 Clear warnings/errors within CIPHER_DEBUG code sections by Richard Levitte · 10 years ago