summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-03-29More typo fixesFdaSilvaYY
2017-03-29Typo in SSL_CTX_sess_number.pod - startedJon Spillett
2017-03-29Tidy up the SSL options in SSL_CTX_set_options.podJon Spillett
2017-03-29SSL_CTX_use_PrivateKey_file uses private key, not certificateJon Spillett
2017-03-29Typo in SSL_CONF_cmd_argv.podJon Spillett
2017-03-29Typo in SSL_CONF_CTX_set1_prefix.pod - change SSL_CTX_cmd to SSL_CONF_cmdJon Spillett
2017-03-29Typo in SSL_CONF_CTX_set_flags.podJon Spillett
2017-03-28Add documentation for SSL_*_ex_data() functionsJon Spillett
2017-03-28Add documentation for SSL version methodsJon Spillett
2017-03-28Provide documentation for some state machine related functionsMatt Caswell
2017-03-28update READMEDr. Stephen Henson
2017-03-28Add X25519 docDr. Stephen Henson
2017-03-28fix typoDr. Stephen Henson
2017-03-28Provide documentation for missing SSL_SESSION_* functionsMatt Caswell
2017-03-28X509_cmp_time.pod: fix doc nitsEmilia Kasper
2017-03-28Add documentation for X509 time functionsEmilia Kasper
2017-03-24"any" instead of "and"Zack Williams
2017-03-23Look for comma before - in POD pagesRich Salz
2017-03-20Document BIO_printf familyRich Salz
2017-03-20Fix docs for X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert()Richard Levitte
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-17doc: fix -keylogfile optionPeter Wu
2017-03-16Fix typo in ASYNC_WAIT_CTX_new.pod docPaul Yang
2017-03-16Remove documentation of deleted functionBenjamin Kaduk
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-03-15Rewrite the documentation for sk_TYPE_find() and sk_TYPE_find_ex() to betterPauli
2017-03-12Fix some doc nitsRich Salz
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-11Fix many doc L<> errorsRich Salz
2017-03-11UI docs: Rephrase the UI method function return value descriptionRichard Levitte
2017-03-11Document UI_METHOD and UI_STRING, both useful for UI_METHOD creatorsRichard Levitte
2017-03-10Fix some RSA documentationMatt Caswell
2017-03-07Remove doc reference to non-existant GCM examplePauli
2017-03-06Remove some duplicate manpage entriesRich Salz
2017-03-02Update the cipher(1) documentation to explicitly state that the RSA cipherPauli
2017-03-02More early data documentation updates following feedbackMatt Caswell
2017-03-02Update the API documentation for the latest early data changesMatt Caswell
2017-03-02Update early data API for writing to unauthenticated clientsMatt Caswell
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Updates to the early data documentationMatt Caswell
2017-03-02Add documentation for the new s_client and s_server early_data optionsMatt Caswell
2017-03-02Add documentation for the early data functionsMatt Caswell
2017-03-02Remove ref to err(7), update copyright.Rich Salz
2017-03-02Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-27Adjust the default value of the private key sizeAdrian Vollmer
2017-02-26Add a null UI methodRichard Levitte
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk