summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix three identical grammatical errorsDr. Matthias St. Pierre
2019-03-25ts(1): digest option is mandatoryHubert Kario
2019-03-21Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-03-20Updated doc for BN_clear, BN_CTX_end when param is NULLShane Lontis
2019-03-19Update pkeyutl documentation about the digest optionMatt Caswell
2019-03-10Fix two spelling errorsA. Schulze
2019-03-07Update documentation of RSA_padding_check_PKCS1_OAEP_mgf1Bernd Edlinger
2019-03-07Update documentation regarding required output buffer memory sizeBernd Edlinger
2019-03-06Update ChaCha20-Poly1305 documentationMatt Caswell
2019-02-26Fix trivial typo in EVP_DigestVerifyInit docNicola Tuveri
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