1. 361a119 Remove support for all 40 and 56 bit ciphers. by Kurt Roeckx · 9 years ago
  2. fe6ef24 Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH by Kurt Roeckx · 9 years ago
  3. e6390ac ex_data part 2: doc fixes and CRYPTO_free_ex_index. by Rich Salz · 9 years ago
  4. 35cb565 Turn B<...()> into ...() by Rich Salz · 9 years ago
  5. 05a6347 Tweak async documentation based on feedback by Matt Caswell · 9 years ago
  6. bc8857b More async documentation by Matt Caswell · 9 years ago
  7. a974e64 Fix SSL_use_certificate_chain_file by Matt Caswell · 9 years ago
  8. b0700d2 Replace "SSLeay" in API with OpenSSL by Rich Salz · 9 years ago
  9. 87d9caf Remove some SSLv2 references by Matt Caswell · 9 years ago
  10. 5998e29 Remove SSL_state and SSL_set_state by Matt Caswell · 9 years ago
  11. 35bf6e0 Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE by Matt Caswell · 9 years ago
  12. f3b9257 Minor documentation tweak by Matt Caswell · 9 years ago
  13. a528d4f Remove SSLeay history, etc., from docs by Rich Salz · 9 years ago
  14. 21cd6e0 Don't use SSLv23_server_method in an example by Matt Caswell · 9 years ago
  15. 631fb6a Document the default CA path functions by Matt Caswell · 10 years ago
  16. 468f043 Clarify DTLSv1_listen documentation by Matt Caswell · 10 years ago
  17. ca7256f Add DTLSv1_listen documentation by Matt Caswell · 10 years ago
  18. 9b86974 Fix L<> content in manpages by Rich Salz · 10 years ago
  19. 2fd7fb9 Update docs. by Dr. Stephen Henson · 10 years ago
  20. 6d5f826 Documentation for SSL_check_chain() by Dr. Stephen Henson · 10 years ago
  21. 14815a9 Document signature algorithm setting functions. by Dr. Stephen Henson · 10 years ago
  22. 8a00dbd Document shared sigalgs functions. by Dr. Stephen Henson · 10 years ago
  23. 429261d SSL_CONF additions. by Dr. Stephen Henson · 10 years ago
  24. 2fc52c9 correct example by Dr. Stephen Henson · 10 years ago
  25. 7767280 Add docs for ssl verification parameter functions. by Dr. Stephen Henson · 10 years ago
  26. 4ba8113 GH297: Fix NAME section of SSL_CTX_use_serverinfo.pod by Vitezslav Cizek · 10 years ago
  27. a8e4ac6 Remove SSL_OP_TLS_BLOCK_PADDING_BUG by Emilia Kasper · 10 years ago
  28. d9f1c63 Change return type of the new accessors by Matt Caswell · 10 years ago
  29. 6b8f5d0 Change the new functions to use size_t by Matt Caswell · 10 years ago
  30. 7470cef Clarify that SSL3_RANDOM_SIZE is a constant, for now. by Nick Mathewson · 10 years ago
  31. 858618e Add new functions to extract {client,server}_random, master_key by Nick Mathewson · 10 years ago
  32. 9ef1751 Add a documentation clarification suggested by Matt Caswell by Nick Mathewson · 10 years ago
  33. 831eef2 Add SSL_get_client_ciphers() to return ciphers from ClientHello by Nick Mathewson · 10 years ago
  34. e481f9b Remove support for OPENSSL_NO_TLSEXT by Matt Caswell · 10 years ago
  35. 1554d55 Remove dh512.pem by Emilia Kasper · 10 years ago
  36. 1f302db Update documentation with Diffie-Hellman best practices. by Emilia Kasper · 10 years ago
  37. a27e81e Version negotiation rewrite doc updates by Matt Caswell · 10 years ago
  38. c490a55 RT1207: document SSL_COMP_free_compression_methods. by Rich Salz · 10 years ago
  39. fae4772 Add SSL_use_certificate_chain_file function by Dr. Stephen Henson · 10 years ago
  40. 656b260 SSL_CONF table reorganisation. by Dr. Stephen Henson · 10 years ago
  41. 5812e6f Fixes some typos in doc/ssl/ by Alok Menghrajani · 10 years ago
  42. 98c9ce2 SSL_CIPHER lookup functions. by Dr. Stephen Henson · 10 years ago
  43. 62adbce free NULL cleanup 10 by Rich Salz · 10 years ago
  44. 17dd65e Resolve swallowed returns codes by Matt Caswell · 10 years ago
  45. 2011b16 Support key loading from certificate file by Dr. Stephen Henson · 10 years ago
  46. 7a4dadc Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removed by Matt Caswell · 10 years ago
  47. 15b5d65 typo by Dr. Stephen Henson · 10 years ago
  48. b7c9187 Add SSL_SESSION_get0_ticket API function. by Matt Caswell · 10 years ago
  49. f2baac2 Provide the API functions SSL_SESSION_has_ticket and by Matt Caswell · 10 years ago
  50. 0350ef6 Remove stray "=back". This was causing newer versions of pod2man to choke. by Matt Caswell · 10 years ago
  51. 3ffbe00 Apache Traffic Server has a need to set the rbio without touching the wbio. by Matt Caswell · 10 years ago
  52. 3c33c6f Remove support for SSL_OP_NETSCAPE_CA_DN_BUG. by Matt Caswell · 10 years ago
  53. 156a872 Add SSL_get_extms_support documentation. by Dr. Stephen Henson · 10 years ago
  54. 63c574f OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS by Rich Salz · 10 years ago
  55. 8507474 Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_ahead by Matt Caswell · 10 years ago
  56. ce325c6 Only allow ephemeral RSA keys in export ciphersuites. by Dr. Stephen Henson · 10 years ago
  57. 63eab8a Remove MS SGC by Dr. Stephen Henson · 10 years ago
  58. 376e2ca Clarify the return values for SSL_get_shared_curve. by Emilia Kasper · 10 years ago
  59. 45f55f6 Remove SSLv2 support by Kurt Roeckx · 10 years ago
  60. 98f1ac7 Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation. by Bodo Moeller · 10 years ago
  61. fb0e87f Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsv by Bodo Moeller · 10 years ago
  62. e9edfc4 RT468: SSL_CTX_sess_set_cache_size wrong by Rich Salz · 11 years ago
  63. fe75730 RT2518: fix pod2man errors by Scott Schaefer · 11 years ago
  64. f3f56c2 Custom extension documentation. by Dr. Stephen Henson · 11 years ago
  65. fa60b90 RT1744: SSL_CTX_set_dump_dh() doc feedback by David Gatwood · 11 years ago
  66. bebbb11 RT3239: Extra comma in NAME lines of two manpages by Ingo Schwarze · 11 years ago
  67. aa224e9 Fix typo. by Dr. Stephen Henson · 11 years ago
  68. fd9e244 Fixed error in pod files with latest versions of pod2man by Matt Caswell · 11 years ago
  69. a23a6e8 Update ticket callback docs. by Dr. Stephen Henson · 11 years ago
  70. fc1d88f Close a whole bunch of documentation-related tickets: by Rich Salz · 11 years ago
  71. 762a44d RT 3245; it's "bitwise or" not "logical or" by Rich Salz · 11 years ago
  72. 854dfcd Fix RT 3211; "and are" -->"are" by Rich Salz · 11 years ago
  73. d7003c4 Fix RT 3193 by Rich Salz · 11 years ago
  74. 528b1f9 Clarify protocols supported. by Dr. Stephen Henson · 11 years ago
  75. 0535c2d Clarify docs. by Jeffrey Walton · 11 years ago
  76. 01f2f18 Option to disable padding extension. by Dr. Stephen Henson · 11 years ago
  77. 15658d0 Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_arg by Matt Caswell · 11 years ago
  78. e5676b8 typo in SSL_get_peer_cert_chain docs by Jeff Trawick · 11 years ago
  79. fa9d77d doc: Add missing =back directive. by Chris Rorvick · 11 years ago
  80. b7e46a9 Update security framework docs. by Dr. Stephen Henson · 11 years ago
  81. 0f817d3 Add initial security framework docs. by Dr. Stephen Henson · 11 years ago
  82. f0ef019 Add -no_resumption_on_reneg to SSL_CONF. by Dr. Stephen Henson · 11 years ago
  83. e970f63 Update chain building function. by Dr. Stephen Henson · 11 years ago
  84. 13dc3ce New chain building flags. by Dr. Stephen Henson · 11 years ago
  85. daddd9a Option to set current cert to server certificate. by Dr. Stephen Henson · 11 years ago
  86. e547c45 Fix additional pod errors with numbered items. by Kurt Roeckx · 11 years ago
  87. 2b4ffc6 Fix various spelling errors by Scott Schaefer · 11 years ago
  88. 0f78819 New ctrl to set current certificate. by Dr. Stephen Henson · 11 years ago
  89. 46ab9bb Certificate callback doc. by Dr. Stephen Henson · 11 years ago
  90. 4b64e0c typo by Jeff Trawick · 11 years ago
  91. 5edce56 typo by Jeff Trawick · 11 years ago
  92. 0ecfd92 update remaining documentation to move from EDH to DHE by Daniel Kahn Gillmor · 11 years ago
  93. 0b30fc9 documentation should use "DHE" instead of "EDH" by Daniel Kahn Gillmor · 11 years ago
  94. 5b7f36e Add ServerInfoFile to SSL_CONF, update docs. by Dr. Stephen Henson · 11 years ago
  95. a4339ea Use algorithm specific chains for certificates. by Dr. Stephen Henson · 11 years ago
  96. a25f9ad New functions to retrieve certificate from SSL_CTX by Dr. Stephen Henson · 11 years ago
  97. 7b6b246 Additional "chain_cert" functions. by Rob Stradling · 11 years ago
  98. ed77017 POD: Fix list termination by Lubomir Rintel · 11 years ago
  99. c8919dd POD: Fix item numbering by Lubomir Rintel · 11 years ago
  100. c557f92 Add SSL_CONF command to set DH Parameters. by Dr. Stephen Henson · 11 years ago