summaryrefslogtreecommitdiff
path: root/doc/man3
Commit message (Expand)AuthorAgeFilesLines
* ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-2/+12
* RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-1/+21
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-2/+14
* DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-1/+5
* Improve the example getpass() implementation to show an error returnNick Mathewson2018-05-261-6/+5
* Update documentation for PEM callback: error is now -1.Nick Mathewson2018-05-261-1/+1
* Skip CN DNS name constraint checks when not neededViktor Dukhovni2018-05-233-6/+24
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-181-3/+17
* Add documentation for the ability to control the number of ticketsMatt Caswell2018-05-171-0/+68
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-0/+2
* Link in passphrase-encoding(7) in relevant documentationRichard Levitte2018-05-1410-10/+57
* Fix typo: 'is an error occurred' in documentationDr. Matthias St. Pierre2018-05-114-4/+4
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-47/+84
* Document when a new session ticket gets created on resumptionMatt Caswell2018-05-111-0/+6
* Fix typos in x509 documentationDr. Matthias St. Pierre2018-05-092-2/+2
* ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley2018-05-091-3/+5
* docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_idRichard Levitte2018-05-041-1/+1
* Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell2018-05-021-1/+1
* Add some documentation for SSL_get_shared_ciphers()Matt Caswell2018-05-021-3/+21
* Add a note about Nagle's algorithm on the SSL_connect man pageMatt Caswell2018-05-021-0/+15
* Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell2018-05-011-1/+11
* Clarify BN_mod_exp docsMatt Caswell2018-05-011-1/+3
* Fix some errors and missing info in the CMS docsMatt Caswell2018-05-011-3/+2
* Update copyright yearMatt Caswell2018-05-014-4/+4
* Update version docsMatt Caswell2018-04-271-7/+6
* Update the *use_certificate* docsMatt Caswell2018-04-261-0/+7
* Document when a session gets removed from cacheMatt Caswell2018-04-241-0/+5
* Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell2018-04-241-4/+0
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-3/+3
* correct spelling errors detected by Debian lintianA. Schulze2018-04-193-3/+3
* Correct an ommission in the EVP_DigestSignInit docsMatt Caswell2018-04-191-1/+1
* Update EVP_DigestSignInit() docsMatt Caswell2018-04-181-1/+48
* Update the info callback documentation for TLSv1.3Matt Caswell2018-04-171-7/+21
* SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() callDr. Matthias St. Pierre2018-04-171-1/+1
* Update copyright yearRichard Levitte2018-04-175-5/+5
* Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre2018-04-161-5/+0
* Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte2018-04-133-0/+250
* Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte2018-04-131-4/+4
* EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_resetTheo Buehler2018-04-114-4/+4
* Minor corrections for the RAND_DRBG API documentationDr. Matthias St. Pierre2018-04-111-1/+1
* Document the change in the previous commit about loading the config fileMatt Caswell2018-04-051-2/+4
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-042-0/+12
* Fix some errors in the mem leaks docsMatt Caswell2018-04-031-6/+6
* Update copyright yearMatt Caswell2018-04-0310-10/+10
* Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin2018-04-021-1/+0
* Update documentation on how to close a connectionKurt Roeckx2018-04-012-28/+46
* Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre2018-03-3013-115/+684
* BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek2018-03-291-3/+15
* Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek2018-03-291-3/+13
* Update the BIO_s_connect documentation after the BIO refactoring.Vitezslav Cizek2018-03-291-17/+20