summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni
2016-01-11Add memory leak return value.Dr. Stephen Henson
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-10File is about s_time, not s_clientKurt Roeckx
2016-01-10Allow disabling the min and max versionKurt Roeckx
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-07DANE s_client supportViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2016-01-06DANE documentation typosViktor Dukhovni
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-02Refine and re-wrap Min/Max protocol docsViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson
2015-12-23The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor
2015-12-22SSL configuration module docsDr. Stephen Henson
2015-12-18Remove some L<asdf|asdf> which crept back in.Rich Salz
2015-12-16Rename sec_mem to mem_sec, like other files.Rich Salz
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