aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTO_secure_zallocRich Salz2016-01-271-27/+38
* Doc fixes suggested by Claus AssmannViktor Dukhovni2016-01-271-33/+41
* Add documentation for EVP_PKEY_TLS1_PRFDr. Stephen Henson2016-01-191-0/+87
* Accessor update; fix API, document one.Rich Salz2016-01-171-0/+5
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-133-38/+29
* Document the new EVP_CIPHER and EVP_CIPHER_CTX functionalityRichard Levitte2016-01-122-40/+311
* Add memory leak return value.Dr. Stephen Henson2016-01-111-5/+6
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-13/+13
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-0710-12/+45
* mem functions cleanupRich Salz2016-01-072-3/+187
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-1/+1
* Remove some L<asdf|asdf> which crept back in.Rich Salz2015-12-181-1/+1
* 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
* 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
* 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-101-0/+2
* 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
* 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-0112-290/+190
* Remove BN_initRich Salz2015-11-301-20/+2
* Add documentation for BN_with_flagsMatt Caswell2015-11-261-1/+31
* Turn B<...()> into ...()Rich Salz2015-11-217-40/+40
* 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-201-8/+14
* 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
* Document new functionsDr. Stephen Henson2015-11-143-2/+65
* 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
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-303-77/+9
* Remove SSLeay history, etc., from docsRich Salz2015-10-28128-920/+51
* 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
* Remove Obsolete enginesMatt Caswell2015-10-151-6/+0
* Document X509_get0_subject_key_id()Dr. Stephen Henson2015-09-221-3/+18
* Document BUF_strnlenEmilia Kasper2015-09-221-5/+7
* BUF_strdup and friends: update docsEmilia Kasper2015-09-221-24/+25