summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-15Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk
2017-08-15Add ERR_clear_last_mark()Richard Levitte
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-07-31Fix the names of older ciphers.David Benjamin
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger
2017-07-27Catch up to the removal of OSSL_STORE_open_file()Benjamin Kaduk
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-25Add evp/m_sha3.c.Andy Polyakov
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte
2017-07-14Remove trailing blanks.Pauli
2017-07-13make errorsDr. Stephen Henson
2017-07-07Some SSL_OP_ values can't be used in 1.1.xMatt Caswell
2017-07-07Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEXMatt Caswell
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte