1. cf6da05 Support TLS_FALLBACK_SCSV. by Bodo Moeller · 10 years ago
  2. 92c7846 RT3544: Remove MWERKS support by Rich Salz · 11 years ago
  3. 0cfefe4 Rename some callbacks, fix alignment. by Dr. Stephen Henson · 11 years ago
  4. 8cafe9e Use consistent function naming. by Dr. Stephen Henson · 11 years ago
  5. c846a5f New function SSL_extension_supported(). by Dr. Stephen Henson · 11 years ago
  6. 33f653a New extension callback features. by Dr. Stephen Henson · 11 years ago
  7. de2a9e3 Callback revision. by Dr. Stephen Henson · 11 years ago
  8. 28ea0a0 Add custom extension sanity checks. by Dr. Stephen Henson · 11 years ago
  9. ecf4d66 Custom extension revision. by Dr. Stephen Henson · 11 years ago
  10. be0477a RT 3060: amend patch by Emilia Kasper · 11 years ago
  11. b83294f Revision of custom extension code. by Dr. Stephen Henson · 11 years ago
  12. 693b71f RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1 by Viktor Szakats · 11 years ago
  13. 0989790 Check SRP parameters early. by Dr. Stephen Henson · 11 years ago
  14. e0fc796 Add conditional unit testing interface. by Dr. Stephen Henson · 11 years ago
  15. d2ab55e Reduce casting nastiness. by Ben Laurie · 11 years ago
  16. b948ee2 Remove all RFC5878 code. by Dr. Stephen Henson · 11 years ago
  17. 8892ce7 Constification - mostly originally from Chromium. by Ben Laurie · 11 years ago
  18. 447280c SRP ciphersuite correction. by Dr. Stephen Henson · 11 years ago
  19. 01f2f18 Option to disable padding extension. by Dr. Stephen Henson · 11 years ago
  20. 189ae36 Add an NSS output format to sess_id to export to export the session id and the master key in NSS keylog format. PR#3352 by Martin Kaiser · 11 years ago
  21. b362cca Security framework. by Dr. Stephen Henson · 11 years ago
  22. 8b8e5be Allow return of supported ciphers. by Dr. Stephen Henson · 11 years ago
  23. 09599b5 Auto DH support. by Dr. Stephen Henson · 11 years ago
  24. e970f63 Update chain building function. by Dr. Stephen Henson · 11 years ago
  25. a029788 typo by Dr. Stephen Henson · 11 years ago
  26. db7b5e0 Add function to free compression methods. by Dr. Stephen Henson · 11 years ago
  27. 13dc3ce New chain building flags. by Dr. Stephen Henson · 11 years ago
  28. daddd9a Option to set current cert to server certificate. by Dr. Stephen Henson · 11 years ago
  29. ded1863 Move CT viewer extension code to crypto/x509v3 by Dr. Stephen Henson · 11 years ago
  30. 765e9ba Merge branch 'sct-viewer-master' of https://github.com/robstradling/openssl into sct-viewer by Ben Laurie · 11 years ago
  31. b263f21 Move the SCT List extension parser into libssl. by Rob Stradling · 11 years ago
  32. 3c6c139 Restore SSL_OP_MSIE_SSLV2_RSA_PADDING by Dr. Stephen Henson · 11 years ago
  33. 4dce704 fix error discrepancy by Dr. Stephen Henson · 11 years ago
  34. b45e874 Return previous compression methods when setting them. by Dr. Stephen Henson · 11 years ago
  35. 0a60287 Fix whitespace, new-style comments. by Ben Laurie · 11 years ago
  36. e9add06 Re-add alert variables removed during rebase Whitespace fixes by Scott Deboy · 11 years ago
  37. ac20719 Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert. by Scott Deboy · 11 years ago
  38. a51f767 Return per-certificate chain if extra chain is NULL. by Dr. Stephen Henson · 11 years ago
  39. 0f78819 New ctrl to set current certificate. by Dr. Stephen Henson · 11 years ago
  40. cbb6744 New function to set compression methods so they can be safely freed. by Dr. Stephen Henson · 11 years ago
  41. ba16824 Add new function SSL_CTX_get_ssl_method(). by Dr. Stephen Henson · 11 years ago
  42. 7988163 Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphers by Daniel Kahn Gillmor · 11 years ago
  43. 7963dde Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphers by Daniel Kahn Gillmor · 11 years ago
  44. 7af3196 Verify parameter retrieval functions. by Dr. Stephen Henson · 11 years ago
  45. a25f9ad New functions to retrieve certificate from SSL_CTX by Dr. Stephen Henson · 11 years ago
  46. 60aeb18 Don't define SSL_select_next_proto if OPENSSL_NO_TLSEXT set by Dr. Stephen Henson · 11 years ago
  47. 2911575 Fix compilation with no-nextprotoneg. by Piotr Sikora · 11 years ago
  48. 7b6b246 Additional "chain_cert" functions. by Rob Stradling · 11 years ago
  49. 26bda7e Sync error codes with 1.0.2-stable by Dr. Stephen Henson · 11 years ago
  50. 2016265 Do not include a timestamp in the Client/ServerHello Random field. by Nick Mathewson · 11 years ago
  51. ec2f7e5 Extend SSL_CONF by Dr. Stephen Henson · 11 years ago
  52. 9725bda Show useful errors. by Ben Laurie · 12 years ago
  53. 9600602 Fix error code clashes. by Dr. Stephen Henson · 12 years ago
  54. 5eda213 More cleanup. by Ben Laurie · 12 years ago
  55. 3608618 Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions) by Scott Deboy · 12 years ago
  56. dece320 Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X. by Rob Stradling · 12 years ago
  57. 6f017a8 Support ALPN. by Adam Langley · 12 years ago
  58. ac9ce2c Fix duplicate error code. by Dr. Stephen Henson · 12 years ago
  59. 9cd50f7 Cleanup of custom extension stuff. by Trevor · 12 years ago
  60. 64a786a Limit the number of empty records that will be processed consecutively by Adam Langley · 12 years ago
  61. a398f82 Add support for arbitrary TLS extensions. by Trevor · 12 years ago
  62. 4544f0a Suite B support for DTLS 1.2 by Dr. Stephen Henson · 12 years ago
  63. c6913ee Dual DTLS version methods. by Dr. Stephen Henson · 12 years ago
  64. c3b344e Provisional DTLS 1.2 support. by Dr. Stephen Henson · 12 years ago
  65. 024e6fe typo by Dr. Stephen Henson · 12 years ago
  66. 4842dde return error if Suite B mode is selected and TLS 1.2 can't be used. Correct error coded by Dr. Stephen Henson · 12 years ago
  67. 20b431e Add support for printing out and retrieving EC point formats extension. by Dr. Stephen Henson · 12 years ago
  68. ddd13d6 fix typo and warning by Dr. Stephen Henson · 12 years ago
  69. 3db935a add SSL_CONF functions and documentation by Dr. Stephen Henson · 12 years ago
  70. 51b9115 new command line option -stdname to ciphers utility by Dr. Stephen Henson · 12 years ago
  71. 94a209d Add ctrl and utility functions to retrieve raw cipher list sent by client in by Dr. Stephen Henson · 13 years ago
  72. 33a8de6 new ctrl to retrive value of received temporary key in server key exchange message, print out details in s_client by Dr. Stephen Henson · 13 years ago
  73. 319354e store and print out message digest peer signed with in TLS 1.2 by Dr. Stephen Henson · 13 years ago
  74. d47c01a perform sanity checks on server certificate type as soon as it is received instead of waiting until server key exchange by Dr. Stephen Henson · 13 years ago
  75. becfdb9 give more meaningful error if presented with wrong certificate type by server by Dr. Stephen Henson · 13 years ago
  76. ed83ba5 Add compilation flag to disable certain protocol checks and allow use of by Dr. Stephen Henson · 13 years ago
  77. 2ea8035 Add three Suite B modes to TLS code, supporting RFC6460. by Dr. Stephen Henson · 13 years ago
  78. 6dbb621 Make tls1_check_chain return a set of flags indicating checks passed by Dr. Stephen Henson · 13 years ago
  79. ec4a50b Abort handshake if signature algorithm used not supported by peer. by Dr. Stephen Henson · 13 years ago
  80. d18b716 check EC tmp key matches preferences by Dr. Stephen Henson · 13 years ago
  81. 74ecfab Add support for certificate stores in CERT structure. This makes it by Dr. Stephen Henson · 13 years ago
  82. 9f27b1e Add new ctrl to retrieve client certificate types, print out by Dr. Stephen Henson · 13 years ago
  83. 87adf1f new function SSL_is_server to which returns 1 is the corresponding SSL context is for a server by Dr. Stephen Henson · 13 years ago
  84. 3dbc46d Separate client and server permitted signature algorithm support: by default by Dr. Stephen Henson · 13 years ago
  85. 18d7158 Add certificate callback. If set this is called whenever a certificate by Dr. Stephen Henson · 13 years ago
  86. d61ff83 Add new "valid_flags" field to CERT_PKEY structure which determines what by Dr. Stephen Henson · 13 years ago
  87. 4453cd8 Reorganise supported signature algorithm extension processing. by Dr. Stephen Henson · 13 years ago
  88. 0f229cc Add support for application defined signature algorithms for use with by Dr. Stephen Henson · 13 years ago
  89. c4ff5d1 fix clashing error code by Dr. Stephen Henson · 13 years ago
  90. a5ee80b Make it possible to delete all certificates from an SSL structure. by Dr. Stephen Henson · 13 years ago
  91. 93ab9e4 Initial record tracing code. Print out all fields in SSL/TLS records by Dr. Stephen Henson · 13 years ago
  92. 7a71af8 Rearrange and test authz extension. by Ben Laurie · 13 years ago
  93. 71fa451 Version skew reduction: trivia (I hope). by Ben Laurie · 13 years ago
  94. a9e1c50 RFC 5878 support. by Ben Laurie · 13 years ago
  95. 43d5b4f Change value of SSL_OP_NO_TLSv1_1 to avoid clash with SSL_OP_ALL and by Dr. Stephen Henson · 13 years ago
  96. 09e4e4b Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> by Dr. Stephen Henson · 13 years ago
  97. ce33b42 oops, not yet ;-) by Dr. Stephen Henson · 13 years ago
  98. 579d553 update NEWS by Dr. Stephen Henson · 13 years ago
  99. aa09c2c correct error codes by Dr. Stephen Henson · 13 years ago
  100. a435263 Add support for automatic ECDH temporary key parameter selection. When by Dr. Stephen Henson · 13 years ago