1. b0edda1 Update copyright year by Matt Caswell · 7 years ago
  2. 37933ac Add SSL/SSL_CTX_use_cert_and_key() by Todd Short · 7 years ago
  3. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  4. 52fd27f Use certificate tables instead of ssl_cert_type by Dr. Stephen Henson · 8 years ago
  5. fb34a0f Try to be more consistent about the alerts we send by Matt Caswell · 8 years ago
  6. 7a4e6a1 Updates to serverinfo fix based on review feedback by Matt Caswell · 8 years ago
  7. bade29d Fix SSL_CTX_use_serverinfo_ex() et al to properly handle V1 data by Matt Caswell · 8 years ago
  8. bb78552 Revert "Fix clang compile time error" by Matt Caswell · 8 years ago
  9. 1608d65 Fix clang compile time error by Todd Short · 8 years ago
  10. f233a9d Clarify serverinfo usage with Certificate messages by Matt Caswell · 8 years ago
  11. 2698bbf Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1 by Matt Caswell · 8 years ago
  12. 84c34ba Extend the SERVERINFO file format to include an extensions context by Matt Caswell · 8 years ago
  13. 787d9ec Create an ENDPOINT enum type for use internally by Matt Caswell · 8 years ago
  14. 43ae5ee Implement a new custom extensions API by Matt Caswell · 8 years ago
  15. d61461a Use the callbacks from the SSL object instead of the SSL_CTX object by Pauli · 8 years ago
  16. a230b26 Indent ssl/ by Emilia Kasper · 9 years ago
  17. e38da82 Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functions by Richard Levitte · 9 years ago
  18. 563c1ec fix memory leaks by Miroslav Franc · 9 years ago
  19. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  20. 7c0ef84 Don't leak memory if realloc fails. by Dr. Stephen Henson · 9 years ago
  21. 5c4b8c6 Remove confusing comment. by TJ Saunders · 9 years ago
  22. 5f18bc5 Issue #719: by TJ Saunders · 9 years ago
  23. 760f317 fix no-ec build by Dr. Stephen Henson · 9 years ago
  24. 1db3107 TLS support for X25519 by Dr. Stephen Henson · 9 years ago
  25. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  26. 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
  27. 8382fd3 Use X509_get0_pubkey where appropriate by Dr. Stephen Henson · 9 years ago
  28. bc71f91 Remove fixed DH ciphersuites. by Dr. Stephen Henson · 9 years ago
  29. 5f3d93e Ensure all EVP calls have their returns checked where appropriate by Matt Caswell · 9 years ago
  30. a974e64 Fix SSL_use_certificate_chain_file by Matt Caswell · 9 years ago
  31. 9982cbb Remove BIO_s_file_internal macro. by Rich Salz · 9 years ago
  32. 984d6c6 Fix no-stdio build by David Woodhouse · 10 years ago
  33. fae11ec Fix return values when adding serverinfo fails. by Kurt Roeckx · 10 years ago
  34. 05f0fb9 Add X509_up_ref function. by Dr. Stephen Henson · 10 years ago
  35. e481f9b Remove support for OPENSSL_NO_TLSEXT by Matt Caswell · 10 years ago
  36. 4d69f9e move masks out of CERT structure by Dr. Stephen Henson · 10 years ago
  37. fae4772 Add SSL_use_certificate_chain_file function by Dr. Stephen Henson · 10 years ago
  38. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  39. 222561f free NULL cleanup 5a by Rich Salz · 10 years ago
  40. 61986d3 Code style: space after 'if' by Viktor Dukhovni · 10 years ago
  41. ca3a82c free NULL cleanup by Rich Salz · 10 years ago
  42. 69f6823 Fix missing return value checks by Matt Caswell · 10 years ago
  43. 2c38234 Remove ssl_cert_inst() by Kurt Roeckx · 10 years ago
  44. c6ef15c clang on Linux x86_64 complains about unreachable code. by Richard Levitte · 10 years ago
  45. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  46. e9e688e serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo) and don't leak memory if it fails by Jonas Maebe · 10 years ago
  47. 0cfefe4 Rename some callbacks, fix alignment. by Dr. Stephen Henson · 11 years ago
  48. 8cafe9e Use consistent function naming. by Dr. Stephen Henson · 11 years ago
  49. 33f653a New extension callback features. by Dr. Stephen Henson · 11 years ago
  50. de2a9e3 Callback revision. by Dr. Stephen Henson · 11 years ago
  51. 707b026 Remove serverinfo checks. by Dr. Stephen Henson · 11 years ago
  52. 693b71f RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1 by Viktor Szakats · 11 years ago
  53. b362cca Security framework. by Dr. Stephen Henson · 11 years ago
  54. 0a60287 Fix whitespace, new-style comments. by Ben Laurie · 11 years ago
  55. e9add06 Re-add alert variables removed during rebase Whitespace fixes by Scott Deboy · 11 years ago
  56. ac20719 Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert. by Scott Deboy · 11 years ago
  57. a4339ea Use algorithm specific chains for certificates. by Dr. Stephen Henson · 11 years ago
  58. 9725bda Show useful errors. by Ben Laurie · 12 years ago
  59. c655f40 Require ServerInfo PEMs to be named "BEGIN SERVERINFO FOR"... by Trevor Perrin · 12 years ago
  60. 9103197 Redo deletion of some serverinfo code that supplemental data code mistakenly reinstated. by Trevor Perrin · 12 years ago
  61. 3608618 Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions) by Scott Deboy · 12 years ago
  62. 0b2bde7 Various custom extension fixes. by Trevor Perrin · 12 years ago
  63. 5382adb Cosmetic touchups. by Trevor · 12 years ago
  64. 9cd50f7 Cleanup of custom extension stuff. by Trevor · 12 years ago
  65. a398f82 Add support for arbitrary TLS extensions. by Trevor · 12 years ago
  66. 7a71af8 Rearrange and test authz extension. by Ben Laurie · 13 years ago
  67. a9e1c50 RFC 5878 support. by Ben Laurie · 13 years ago
  68. 8e1dc4d Support for fixed DH ciphersuites. by Dr. Stephen Henson · 13 years ago
  69. 33130b0 PR: 1411 Submitted by: steve@openssl.org by Dr. Stephen Henson · 16 years ago
  70. 17a4a4d Reword comment to be much shorter to stop other people from complaining by Lutz Jänicke · 17 years ago
  71. c2c2e7a Clear error queue when starting SSL_CTX_use_certificate_chain_file by Lutz Jänicke · 17 years ago
  72. dc0ed30 add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file() by Nils Larsch · 20 years ago
  73. 6049399 get rid of very buggy and very imcomplete DH cert support by Nils Larsch · 20 years ago
  74. 48c832b really clear the error queue here by Nils Larsch · 20 years ago
  75. 875a644 Constify d2i, s2i, c2i and r2i functions and other associated by Richard Levitte · 21 years ago
  76. 643ecd2 make sure no error is left in the queue that is intentionally ignored by Bodo Möller · 22 years ago
  77. 7b63c0f Reorder inclusion of header files: by Lutz Jänicke · 23 years ago
  78. 9437fef use ERR_peek_last_error() instead of ERR_peek_error() by Bodo Möller · 23 years ago
  79. 6ac4e8b Rename recently introduced functions for improved code clarity: by Bodo Möller · 24 years ago
  80. 7843536 Changes crypto/evp/ and ssl/ code from directly incrementing reference by Geoff Thorpe · 24 years ago
  81. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  82. 5e4ca42 The consequence of constification is that to pass the address to a by Richard Levitte · 24 years ago
  83. b1816a0 typo while I poke around... by Ralf S. Engelschall · 26 years ago
  84. 74678cc Additional user data argument to pem_password_cb function type by Bodo Möller · 26 years ago
  85. ca8e5b9 Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copying by Bodo Möller · 26 years ago
  86. 303c002 Use "const char *" instead of "char *" for filenames passed to functions. by Bodo Möller · 26 years ago
  87. b3ca645 New function SSL_CTX_use_certificate_chain_file. by Bodo Möller · 26 years ago
  88. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  89. ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
  90. 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
  91. 15d21c2 Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH by Ralf S. Engelschall · 26 years ago
  92. 413c4f4 Updates to the new SSL compression code by Mark J. Cox · 26 years ago
  93. a8236c8 Fix various memory leaks in SSL, apps and DSA by Dr. Stephen Henson · 26 years ago
  94. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  95. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  96. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago