summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-14Update EVP_PKEY documentation.Dr. Stephen Henson
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson
2015-12-13Fix typoBen Kaduk
2015-12-12Use SHA256 not MD5 as default digest.Rich Salz
2015-12-12Add extension utility documentation.Dr. Stephen Henson
2015-12-12add X509_up_ref() documentationDr. Stephen Henson
2015-12-12extension documentationDr. Stephen Henson
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling
2015-12-07Document EVP_MD constructors, destructors and manipulatorsRichard Levitte
2015-12-07Document the HMAC changesRichard Levitte
2015-12-07Document the EVP_MD_CTX changesRichard Levitte
2015-12-07Document the changed HMAC API.Richard Levitte
2015-12-06Fix typo and improve a bit of textViktor Dukhovni
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-30Remove BN_initRich Salz
2015-11-28Correct aes-128-cbc cipher nameViktor Dukhovni
2015-11-26Add documentation for BN_with_flagsMatt Caswell
2015-11-21Turn B<...()> into ...()Rich Salz
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Add clarification to docs on ASYNC_free_pool()Matt Caswell
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20More async documentationMatt Caswell
2015-11-20Document async capabilitiesMatt Caswell
2015-11-20BN_sub: document that r might be the same as a or bKurt Roeckx
2015-11-20Use better defaults for TSA.Dr. Stephen Henson
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-14Document new functionsDr. Stephen Henson
2015-11-14Update and clarify ciphers documentation.Dr. Stephen Henson
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte
2015-11-02Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte
2015-11-02Fixed typo in rsautl.podSoheil Rashidi
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Remove some SSLv2 referencesMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell
2015-10-30Minor documentation tweakMatt Caswell
2015-10-28Remove SSLeay history, etc., from docsRich Salz
2015-10-27Remove HAMC_cleanupRich Salz