aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DANE documentation typosViktor Dukhovni2016-01-062-3/+3
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-11/+1
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-054-1/+413
* Refine and re-wrap Min/Max protocol docsViktor Dukhovni2016-01-024-52/+122
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-024-65/+186
* Add some documentation for the OCSP callback functionsMatt Caswell2015-12-271-0/+73
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-231-24/+5
* The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor2015-12-231-4/+4
* SSL configuration module docsDr. Stephen Henson2015-12-222-0/+112
* Remove some L<asdf|asdf> which crept back in.Rich Salz2015-12-183-4/+4
* Rename sec_mem to mem_sec, like other files.Rich Salz2015-12-161-5/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-25/+0
* Fix s_server problem with no-ecMatt Caswell2015-12-151-6/+0
* Update EVP_PKEY documentation.Dr. Stephen Henson2015-12-141-15/+19
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-4/+7
* Add EVP_PKEY_get0_* functions.Dr. Stephen Henson2015-12-141-0/+12
* Fix typoBen Kaduk2015-12-132-2/+2
* Use SHA256 not MD5 as default digest.Rich Salz2015-12-122-3/+22
* Add extension utility documentation.Dr. Stephen Henson2015-12-121-0/+83
* add X509_up_ref() documentationDr. Stephen Henson2015-12-121-5/+15
* extension documentationDr. Stephen Henson2015-12-121-0/+142
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-102-0/+16
* Document EVP_MD constructors, destructors and manipulatorsRichard Levitte2015-12-071-0/+160
* Document the HMAC changesRichard Levitte2015-12-071-13/+24
* Document the EVP_MD_CTX changesRichard Levitte2015-12-075-43/+43
* Document the changed HMAC API.Richard Levitte2015-12-071-4/+6
* Fix typo and improve a bit of textViktor Dukhovni2015-12-061-4/+5
* Really disable 56-bit (single-DES) ciphersViktor Dukhovni2015-12-061-14/+3
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-056-223/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-25/+3
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-7/+0
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-10/+4
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-0116-524/+190
* Remove BN_initRich Salz2015-11-301-20/+2
* Correct aes-128-cbc cipher nameViktor Dukhovni2015-11-282-2/+2
* Add documentation for BN_with_flagsMatt Caswell2015-11-261-1/+31
* Turn B<...()> into ...()Rich Salz2015-11-2112-48/+48
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-22/+30
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-201-1/+18
* Add clarification to docs on ASYNC_free_pool()Matt Caswell2015-11-201-10/+14
* Tweak async documentation based on feedbackMatt Caswell2015-11-203-13/+20
* More async documentationMatt Caswell2015-11-205-1/+88
* Document async capabilitiesMatt Caswell2015-11-201-0/+242
* BN_sub: document that r might be the same as a or bKurt Roeckx2015-11-201-0/+1
* Use better defaults for TSA.Dr. Stephen Henson2015-11-201-4/+3
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-201-0/+12
* Document new functionsDr. Stephen Henson2015-11-143-2/+65
* Update and clarify ciphers documentation.Dr. Stephen Henson2015-11-141-5/+26
* RT2667: Add IRC support to -starttlsNathan Phillip Brink2015-11-131-2/+2
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-101-3/+9