1. 5777254 DH: fix: add simple getters for commonly used struct members by Dr. Matthias St. Pierre · 7 years ago
  2. c8c2503 Improve the example getpass() implementation to show an error return by Nick Mathewson · 7 years ago
  3. bbbf752 Update documentation for PEM callback: error is now -1. by Nick Mathewson · 7 years ago
  4. a0abb6a Add a sanity check on the length of pkeyutl inputs by Matt Caswell · 7 years ago
  5. 55a6250 Skip CN DNS name constraint checks when not needed by Viktor Dukhovni · 7 years ago
  6. f3021ac Allow the ca application to use EdDSA by Matt Caswell · 7 years ago
  7. 6db7fad DH: add simple getters for commonly used DH struct members by Dr. Matthias St. Pierre · 7 years ago
  8. 56548e8 Add documentation for the ability to control the number of tickets by Matt Caswell · 7 years ago
  9. 394159d Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF by Matt Caswell · 7 years ago
  10. 8481434 Link in passphrase-encoding(7) in relevant documentation by Richard Levitte · 7 years ago
  11. 491c353 Docs: add general document on how pass phrases are handled by Richard Levitte · 7 years ago
  12. 34e4a96 Fix typo: 'is an error occurred' in documentation by Dr. Matthias St. Pierre · 7 years ago
  13. 61fb592 Rework the decrypt ticket callback by Matt Caswell · 7 years ago
  14. 2448bb8 Document when a new session ticket gets created on resumption by Matt Caswell · 7 years ago
  15. 9e064bc Provide documentation for the -psk_session option by Matt Caswell · 7 years ago
  16. 7f35627 Fix typos in x509 documentation by Dr. Matthias St. Pierre · 7 years ago
  17. fe2d397 ECDSA: remove nonce padding (delegated to EC_POINT_mul) by Billy Brumley · 7 years ago
  18. c16ab9d docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_id by Richard Levitte · 7 years ago
  19. 4db296d Make X509_VERIFY_PARAM_get_hostflags() take a const arg by Matt Caswell · 7 years ago
  20. 3bfa475 Add some documentation for SSL_get_shared_ciphers() by Matt Caswell · 7 years ago
  21. 6299c7a Add a note about Nagle's algorithm on the SSL_connect man page by Matt Caswell · 7 years ago
  22. 5b748de Add getter for X509_VERIFY_PARAM_get_hostflags by Matt Caswell · 7 years ago
  23. 3a070e2 Clarify BN_mod_exp docs by Matt Caswell · 7 years ago
  24. ecd4b8f Fix some errors and missing info in the CMS docs by Matt Caswell · 7 years ago
  25. 6ec5fce Update copyright year by Matt Caswell · 7 years ago
  26. ddba302 Update version docs by Matt Caswell · 7 years ago
  27. d1f7a1e Update the *use_certificate* docs by Matt Caswell · 7 years ago
  28. bdb59d9 Fix documentation for the -showcerts s_client option by Matt Caswell · 7 years ago
  29. 4753ad8 Document when a session gets removed from cache by Matt Caswell · 7 years ago
  30. ededc88 Improve backwards compat with 1.0.2 for ECDHParameters by Matt Caswell · 7 years ago
  31. eb2b989 Ensure the thread keys are always allocated in the same order by Bernd Edlinger · 7 years ago
  32. 4b7c638 Document supported digest functions by Kurt Roeckx · 7 years ago
  33. c190506 Reflect special `DEFAULT` behavior in ciphers(1) by Alois Mahdal · 7 years ago
  34. aa3b328 correct spelling errors detected by Debian lintian by A. Schulze · 7 years ago
  35. c637891 Correct an ommission in the EVP_DigestSignInit docs by Matt Caswell · 7 years ago
  36. cb1b2ca Clarify the configuration module in config.pod by Beat Bolli · 7 years ago
  37. be93b0e Update EVP_DigestSignInit() docs by Matt Caswell · 7 years ago
  38. 2bdeffe Update fingerprints.txt by Matt Caswell · 7 years ago
  39. 5bbf42a Update the info callback documentation for TLSv1.3 by Matt Caswell · 7 years ago
  40. a12de2c SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() call by Dr. Matthias St. Pierre · 7 years ago
  41. 2842813 Update copyright year by Richard Levitte · 7 years ago
  42. b7fb239 Revert "Add OPENSSL_VERSION_AT_LEAST" by Dr. Matthias St. Pierre · 7 years ago
  43. a8ca496 Split the scrypt and RSA-PSS into man3 and man7 pages by Richard Levitte · 7 years ago
  44. 0320e8e Docs for OpenSSL_init_crypto: there is no way to specify another file by Richard Levitte · 7 years ago
  45. adaf3cf openssl rehash: document -compat by Richard Levitte · 7 years ago
  46. 0652e8a Clarify default section in config.pod by Daniel Bevenius · 7 years ago
  47. c12a2d2 EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_reset by Theo Buehler · 7 years ago
  48. f7bef27 Minor corrections for the RAND_DRBG API documentation by Dr. Matthias St. Pierre · 7 years ago
  49. e65c959 Add a note and better error if using Ed25519/Ed448 in dgst by Matt Caswell · 7 years ago
  50. 7757951 Update the genpkey documentation by Matt Caswell · 7 years ago
  51. fdb8113 Document the change in the previous commit about loading the config file by Matt Caswell · 7 years ago
  52. 284f4f6 Don't use getenv for critical functions when run as setuid/setgid by Bernd Edlinger · 7 years ago
  53. 29f484d Fix some errors in the mem leaks docs by Matt Caswell · 7 years ago
  54. c4d3c19 Update copyright year by Matt Caswell · 7 years ago
  55. 1238caa Documentation typo fix in EVP_EncryptInit.pod by Alexandre Perrin · 7 years ago
  56. d53df3d fix typo in x509 documentation by Illya Gerasymchuk · 7 years ago
  57. 2f6f913 Update documentation on how to close a connection by Kurt Roeckx · 7 years ago
  58. a73d990 Add documentation for the RAND_DRBG API by Dr. Matthias St. Pierre · 7 years ago
  59. 88b8d83 BIO_s_accept.pod: add documentation for the new macros by Vitezslav Cizek · 7 years ago
  60. 2cb8445 Document BIO_{get,set}_conn_ip_family macros. by Vitezslav Cizek · 7 years ago
  61. 0f1c0cf Update the BIO_s_connect documentation after the BIO refactoring. by Vitezslav Cizek · 7 years ago
  62. c4eec78 doc/man1/x509.pod: corrected "S/MIME signing" requirements by Konstantin Shemyak · 7 years ago
  63. 242fcd6 rand/randfile.c: permit non-regular files in RAND_load_file. by Andy Polyakov · 7 years ago
  64. 100ebb3 man3/OPENSSL_ia32cap.pod: update assembler version requirements. by Andy Polyakov · 7 years ago
  65. ab0a391 The default conv_form is uncompressed by Matt Caswell · 7 years ago
  66. ddc1caa Document EC_POINT_get_affine_coordinates_*. by David Benjamin · 7 years ago
  67. 693be9a Convert _meth_get_ functions to const getters by Jack Bates · 7 years ago
  68. 79b49fb Remove mention of link between message digests and public key algorithms. by Pauli · 7 years ago
  69. b0edda1 Update copyright year by Matt Caswell · 7 years ago
  70. 8a5ed9d Apply system_default configuration on SSL_CTX_new(). by Tomas Mraz · 7 years ago
  71. 16cfc2c Don't use a ssl specific DRBG anymore by Kurt Roeckx · 7 years ago
  72. c911e5d Fix bio callback backward compatibility by Bernd Edlinger · 7 years ago
  73. d2d67a4 Document the replay protection capabilities by Matt Caswell · 7 years ago
  74. dd07e68 Fix miscellaneous typos in docs and source by Dr. Matthias St. Pierre · 7 years ago
  75. 5af8844 Allow multiple entries without a Subject even if unique_subject == yes by Matt Caswell · 7 years ago
  76. f929439 Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key() by Matt Caswell · 7 years ago
  77. e8f9f08 Add functions for setting the new EVP_PKEY_ASN1_METHOD functions by Matt Caswell · 7 years ago
  78. 82dd65a Expand the 25519/448 overview man pages by Matt Caswell · 7 years ago
  79. d45a97f Add documentation for the newly added EVP_PKEY_new*() functions by Matt Caswell · 7 years ago
  80. 9d2674c Add documentation for TLSv1.3 ciphersuite configuration by Matt Caswell · 7 years ago
  81. 3fa2812 Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb by Benjamin Saunders · 7 years ago
  82. df0fed9 Session Ticket app data by Todd Short · 7 years ago
  83. b38fa98 Fix propotype to include the const qualifier by Kurt Roeckx · 7 years ago
  84. 3266cf5 Fixed a handful of typos by Alex Gaynor · 7 years ago
  85. d114285 Document more X509_STORE functions by Benjamin Kaduk · 7 years ago
  86. 379cc08 Fix doc-nits by Ben Kaduk · 7 years ago
  87. 37933ac Add SSL/SSL_CTX_use_cert_and_key() by Todd Short · 7 years ago
  88. d47eaaf Fixed a spelling mistake in ASN1_TIME_set.pod by Alex Gaynor · 7 years ago
  89. e440f51 Give more information in the SSL_stateless return code by Matt Caswell · 7 years ago
  90. 4a192c7 Update documentation for the new PSK behaviour by Matt Caswell · 7 years ago
  91. 83918ad Fixed several readability issues in DH_generate_parameters.pod by Alex Gaynor · 7 years ago
  92. 5ff554c Corrected two typos in a man page by Alex Gaynor · 7 years ago
  93. 3e3c7c3 Implement multi-process OCSP responder. by Viktor Dukhovni · 7 years ago
  94. 36359ce BIO_s_mem.pod: fix indirection for out parameter **pp by Dr. Matthias St. Pierre · 7 years ago
  95. ce3dcdc Fix a typo in the s_client man page by Alex Gaynor · 7 years ago
  96. b524b80 Add support for .include directive in config files by Tomas Mraz · 7 years ago
  97. 24c3460 Fixed a typo in a man page by Alex Gaynor · 7 years ago
  98. c03dc64 Fixed a typo in a man page by Alex Gaynor · 7 years ago
  99. a2eecb5 Update some documentation for X448/Ed448 by Matt Caswell · 7 years ago
  100. 4a56d2a Fix typo in ASN1_STRING_length doc by Ivan Filenko · 7 years ago