summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2019-02-26Update copyright yearMatt Caswell
2019-02-22Fix a grammar nit in CRYPTO_get_ex_new_index.podPaul Yang
2019-02-21SSL_CONF_cmd: fix doc for NoRenegotiationHubert Kario
2019-02-19Don't set SNI by default if hostname is not dNS nameIonut Mihalcea
2019-02-17Add missing dots in dgst man pageVedran Miletić
2019-02-17Fixed typoJan Macku
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-08Update d2i_PrivateKey documentationTodd Short
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-30Complain if -twopass is used incorrectlyMatt Caswell
2019-01-27clarify which functions are the CMS functions which must have CMS_PARTIAL setMichael Richardson
2019-01-27Remove stray -modulus option from the ec manual page.Tomas Mraz
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07doc/man1/x509.pod: fix typoDr. Matthias St. Pierre
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell
2018-12-29Fixed minor typo in the req.pod docsBehrang
2018-12-27fixed grammar typoMichael Richardson
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-19Fix function names in ct(7) documentationChristian Heimes
2018-12-15man: harmonize the various formulations in the HISTORY sectionsDr. Matthias St. Pierre
2018-12-12doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre
2018-12-12Use the correct function nameJakub Jelen
2018-12-12Fixed typo (vi leftover).Tobias Stoeckmann
2018-12-10Document the num_tickets s_server optionMatt Caswell
2018-12-07Doc: fix reference to deprecated methods.FdaSilvaYY
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Merge the CA list documentation for clarityMatt Caswell
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-09Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang
2018-11-08Give a better error if an attempt is made to set a zero length groups listMatt Caswell
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-10-17EVP module documentation passAntoine Salon
2018-10-11Fix compiling warnings in example codePaul Yang
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk
2018-10-08Cleanup typos and grammar in DES_random_key.podԜеѕ
2018-09-26Add missing cipher aliases to openssl(1)Antoine Salon
2018-09-26doc/man3/SSL_set_bio.pod: Fix wrong function name in return values sectionJames Callahan
2018-09-25Update enc(1) examples to more recent ciphers and key derivation algorithmsAntoine Salon
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-20Add some missing ciphers in 'enc' documentPaul Yang
2018-09-18Fixed typos in hkdf documentation.David Makepeace