aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Document EVP_MD constructors, destructors and manipulatorsRichard Levitte1-0/+160
2015-12-07Document the HMAC changesRichard Levitte1-13/+24
2015-12-07Document the EVP_MD_CTX changesRichard Levitte5-43/+43
2015-12-07Document the changed HMAC API.Richard Levitte1-4/+6
2015-12-06Fix typo and improve a bit of textViktor Dukhovni1-4/+5
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni1-14/+3
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx6-223/+0
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-25/+3
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson1-7/+0
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-10/+4
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz16-524/+190
2015-11-30Remove BN_initRich Salz1-20/+2
2015-11-28Correct aes-128-cbc cipher nameViktor Dukhovni2-2/+2
2015-11-26Add documentation for BN_with_flagsMatt Caswell1-1/+31
2015-11-21Turn B<...()> into ...()Rich Salz12-48/+48
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-22/+30
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell1-1/+18
2015-11-20Add clarification to docs on ASYNC_free_pool()Matt Caswell1-10/+14
2015-11-20Tweak async documentation based on feedbackMatt Caswell3-13/+20
2015-11-20More async documentationMatt Caswell5-1/+88
2015-11-20Document async capabilitiesMatt Caswell1-0/+242
2015-11-20BN_sub: document that r might be the same as a or bKurt Roeckx1-0/+1
2015-11-20Use better defaults for TSA.Dr. Stephen Henson1-4/+3
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson1-0/+12
2015-11-14Document new functionsDr. Stephen Henson3-2/+65
2015-11-14Update and clarify ciphers documentation.Dr. Stephen Henson1-5/+26
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink1-2/+2
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell1-3/+9
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell1-1/+2
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte1-1/+1
2015-11-02Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte1-2/+2
2015-11-02Fixed typo in rsautl.podSoheil Rashidi1-1/+1
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz8-88/+16
2015-10-30Remove some SSLv2 referencesMatt Caswell5-30/+10
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell1-1/+1
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell1-1/+1
2015-10-30Minor documentation tweakMatt Caswell1-1/+3
2015-10-28Remove SSLeay history, etc., from docsRich Salz156-1110/+68
2015-10-27Remove HAMC_cleanupRich Salz1-6/+1
2015-10-23Fix typosAlessandro Ghedini6-8/+8
2015-10-22Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg1-4/+5
2015-10-21Don't use SSLv23_server_method in an exampleMatt Caswell1-1/+1
2015-10-15Remove Obsolete enginesMatt Caswell1-6/+0
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell1-5/+6
2015-09-25Document -no-CApath and -no-CAfileMatt Caswell8-0/+80
2015-09-25Document the default CA path functionsMatt Caswell2-1/+34
2015-09-23Clarify DTLSv1_listen documentationMatt Caswell1-2/+6
2015-09-23Add DTLSv1_listen documentationMatt Caswell2-1/+93
2015-09-23Add -listen documentationMatt Caswell1-0/+19
2015-09-22Document X509_get0_subject_key_id()Dr. Stephen Henson1-3/+18