summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2018-06-08Document the raw key getter functionsMatt Caswell
2018-06-07Document UTF-8 expectation for pass phrases passed to OSSL_STORERichard Levitte
2018-06-02Document failure return for ECDSA_SIG_newKen Goldman
2018-06-01STORE: split off the description of the 'file' scheme loaderRichard Levitte
2018-05-30apps/speed.c: add -aead flag.Andy Polyakov
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-29Update the "Connected Commands" section of s_client/s_server docsMatt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-26Improve the example getpass() implementation to show an error returnNick Mathewson
2018-05-26Update documentation for PEM callback: error is now -1.Nick Mathewson
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-05-17Add documentation for the ability to control the number of ticketsMatt Caswell
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-05-14Link in passphrase-encoding(7) in relevant documentationRichard Levitte
2018-05-14Docs: add general document on how pass phrases are handledRichard Levitte
2018-05-11Fix typo: 'is an error occurred' in documentationDr. Matthias St. Pierre
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-05-11Document when a new session ticket gets created on resumptionMatt Caswell
2018-05-11Provide documentation for the -psk_session optionMatt Caswell
2018-05-09Fix typos in x509 documentationDr. Matthias St. Pierre
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley
2018-05-04docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_idRichard Levitte
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-02Add some documentation for SSL_get_shared_ciphers()Matt Caswell
2018-05-02Add a note about Nagle's algorithm on the SSL_connect man pageMatt Caswell
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-05-01Clarify BN_mod_exp docsMatt Caswell
2018-05-01Fix some errors and missing info in the CMS docsMatt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-27Update version docsMatt Caswell
2018-04-26Update the *use_certificate* docsMatt Caswell
2018-04-25Fix documentation for the -showcerts s_client optionMatt 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-19Document supported digest functionsKurt Roeckx
2018-04-19Reflect special `DEFAULT` behavior in ciphers(1)Alois Mahdal
2018-04-19correct spelling errors detected by Debian lintianA. Schulze
2018-04-19Correct an ommission in the EVP_DigestSignInit docsMatt Caswell
2018-04-18Clarify the configuration module in config.podBeat Bolli
2018-04-18Update EVP_DigestSignInit() docsMatt Caswell
2018-04-17Update fingerprints.txtMatt Caswell
2018-04-17Update the info callback documentation for TLSv1.3Matt Caswell