aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz1-1/+15
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini1-18/+24
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson1-2/+5
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-0/+36
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-2/+5
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2-14/+11
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2-9/+10
2016-03-07Add documentation for the EVP_CIPHER_CTX_cipher_data functionsMatt Caswell1-0/+41
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+3
2016-03-07Fix pkeyutl to KDF lnks.Rich Salz1-1/+1
2016-03-07GH768: Minor grammar nits in CRYPTO_get_ex_new_index.podBenjamin Kaduk1-4/+5
2016-03-07Add a function to detect if we have async or notMatt Caswell1-5/+14
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-1/+1
2016-03-04Improved HKDF and TLS1-PRF documentationViktor Dukhovni2-10/+29
2016-03-03GH355: Implement HKDFAlessandro Ghedini1-0/+103
2016-03-02Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson1-1/+10
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell1-1/+2
2016-02-29Refactor the async wait fd logicMatt Caswell2-66/+216
2016-02-28RT4351: Update doc for OPENSSL_cleanseJeffrey Walton1-2/+10
2016-02-27Reformat and update EC_KEY_new manual page.Dr. Stephen Henson1-36/+106
2016-02-27Update and clarify EC_POINT documentation.Dr. Stephen Henson1-80/+135
2016-02-26Implement new multi-threading APIAlessandro Ghedini1-156/+31
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz1-1/+8
2016-02-18documentation: RSA_new_method argumentRoumen Petrov1-1/+1
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse1-5/+5
2016-02-17Update the documentation on heap allocators / deallocatorsRichard Levitte2-12/+20
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz1-17/+12
2016-02-10Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte1-0/+5
2016-02-10Add some documentation about init after deinitMatt Caswell1-5/+12
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-3/+3
2016-02-10Deprecate the -issuer_checks debugging optionViktor Dukhovni1-6/+2
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz17-100/+65
2016-02-10Remove store.Rich Salz1-6/+1
2016-02-09Updates for auto init/deinit review commentsMatt Caswell1-8/+9
2016-02-09Provide documentation for auto-init/auto-deinitMatt Caswell1-0/+226
2016-02-08Small fixesRichard Levitte1-0/+5
2016-02-06Stack documentation.Dr. Stephen Henson1-0/+200
2016-02-06Add documenation for X509_chain_up_ref()Dr. Stephen Henson1-0/+12
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell1-2/+7
2016-02-05GH601: Various spelling fixes.FdaSilvaYY5-9/+9
2016-02-05Various RT doc fixesRich Salz5-205/+128
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte3-24/+21
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte1-0/+101
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte3-0/+253
2016-02-02New BN functions.Dr. Stephen Henson1-2/+18
2016-02-01update DSA docsDr. Stephen Henson1-5/+3
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni1-4/+13
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson1-0/+7
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor1-2/+2
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson1-6/+20