summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor EVP_SignInit_ex doc fixMatt Caswell2015-11-041-1/+2
* Remove dummy argument from BIO_get_bind_modeRichard Levitte2015-11-021-1/+1
* Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte2015-11-021-2/+2
* Fixed typo in rsautl.podSoheil Rashidi2015-11-021-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-308-88/+16
* Remove some SSLv2 referencesMatt Caswell2015-10-305-30/+10
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-1/+1
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-301-1/+1
* Minor documentation tweakMatt Caswell2015-10-301-1/+3
* Remove SSLeay history, etc., from docsRich Salz2015-10-28156-1110/+68
* Remove HAMC_cleanupRich Salz2015-10-271-6/+1
* Fix typosAlessandro Ghedini2015-10-236-8/+8
* Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg2015-10-221-4/+5
* Don't use SSLv23_server_method in an exampleMatt Caswell2015-10-211-1/+1
* Remove Obsolete enginesMatt Caswell2015-10-151-6/+0
* Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell2015-09-301-5/+6
* Document -no-CApath and -no-CAfileMatt Caswell2015-09-258-0/+80
* Document the default CA path functionsMatt Caswell2015-09-252-1/+34
* Clarify DTLSv1_listen documentationMatt Caswell2015-09-231-2/+6
* Add DTLSv1_listen documentationMatt Caswell2015-09-232-1/+93
* Add -listen documentationMatt Caswell2015-09-231-0/+19
* Document X509_get0_subject_key_id()Dr. Stephen Henson2015-09-221-3/+18