summaryrefslogtreecommitdiffstats
path: root/doc/crypto
AgeCommit message (Expand)Author
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Provide documentation for auto-init/auto-deinitMatt Caswell
2016-02-08Small fixesRichard Levitte
2016-02-06Stack documentation.Dr. Stephen Henson
2016-02-06Add documenation for X509_chain_up_ref()Dr. Stephen Henson
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Various RT doc fixesRich Salz
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte
2016-02-02New BN functions.Dr. Stephen Henson
2016-02-01update DSA docsDr. Stephen Henson
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson
2016-01-27Add CRYPTO_secure_zallocRich Salz
2016-01-27Doc fixes suggested by Claus AssmannViktor Dukhovni
2016-01-19Add documentation for EVP_PKEY_TLS1_PRFDr. Stephen Henson
2016-01-17Accessor update; fix API, document one.Rich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2016-01-12Document the new EVP_CIPHER and EVP_CIPHER_CTX functionalityRichard Levitte
2016-01-11Add memory leak return value.Dr. Stephen Henson
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
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-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-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-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-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