summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2018-04-03Update copyright yearMatt Caswell
2018-04-02Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin
2018-04-02fix typo in x509 documentationIllya Gerasymchuk
2018-04-01Update documentation on how to close a connectionKurt Roeckx
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-29BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek
2018-03-29Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek
2018-03-29Update the BIO_s_connect documentation after the BIO refactoring.Vitezslav Cizek
2018-03-27doc/man1/x509.pod: corrected "S/MIME signing" requirementsKonstantin Shemyak
2018-03-27rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov
2018-03-22man3/OPENSSL_ia32cap.pod: update assembler version requirements.Andy Polyakov
2018-03-21The default conv_form is uncompressedMatt Caswell
2018-03-21Document EC_POINT_get_affine_coordinates_*.David Benjamin
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2018-03-21Remove mention of link between message digests and public key algorithms.Pauli
2018-03-20Update copyright yearMatt Caswell
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-19Document the replay protection capabilitiesMatt Caswell
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Expand the 25519/448 overview man pagesMatt Caswell
2018-03-15Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell
2018-03-14Add documentation for TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Session Ticket app dataTodd Short
2018-03-11Fix propotype to include the const qualifierKurt Roeckx
2018-03-10Fixed a handful of typosAlex Gaynor
2018-03-09Document more X509_STORE functionsBenjamin Kaduk
2018-03-09Fix doc-nitsBen Kaduk
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2018-03-09Fixed a spelling mistake in ASN1_TIME_set.podAlex Gaynor
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-03-09Update documentation for the new PSK behaviourMatt Caswell
2018-03-08Fixed several readability issues in DH_generate_parameters.podAlex Gaynor
2018-03-07Corrected two typos in a man pageAlex Gaynor
2018-03-07Implement multi-process OCSP responder.Viktor Dukhovni
2018-03-07BIO_s_mem.pod: fix indirection for out parameter **ppDr. Matthias St. Pierre
2018-03-06Fix a typo in the s_client man pageAlex Gaynor
2018-03-05Add support for .include directive in config filesTomas Mraz
2018-03-04Fixed a typo in a man pageAlex Gaynor
2018-03-03Fixed a typo in a man pageAlex Gaynor
2018-03-02Update some documentation for X448/Ed448Matt Caswell
2018-03-01Fix typo in ASN1_STRING_length docIvan Filenko
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2018-02-28Fixed typo in description of EVP_CIPHER_meth_set_iv_length().David Makepeace