summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2018-04-26Update the *use_certificate* docsMatt Caswell
2018-04-24Document when a session gets removed from cacheMatt Caswell
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-19correct spelling errors detected by Debian lintianA. Schulze
2018-04-19Correct an ommission in the EVP_DigestSignInit docsMatt Caswell
2018-04-18Update EVP_DigestSignInit() docsMatt Caswell
2018-04-17Update the info callback documentation for TLSv1.3Matt Caswell
2018-04-17SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() callDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte
2018-04-13Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte
2018-04-11EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_resetTheo Buehler
2018-04-11Minor corrections for the RAND_DRBG API documentationDr. Matthias St. Pierre
2018-04-05Document the change in the previous commit about loading the config fileMatt Caswell
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger
2018-04-03Fix some errors in the mem leaks docsMatt Caswell
2018-04-03Update copyright yearMatt Caswell
2018-04-02Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin
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-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-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-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-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