aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Remove tests dependence on e_os.hPauli1-0/+14
2017-08-15Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer1-1/+1
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk1-0/+1
2017-08-15Add ERR_clear_last_mark()Richard Levitte1-0/+1
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2-0/+8
2017-08-11Fix some Typos and indentsFdaSilvaYY1-5/+5
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell1-0/+1
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer4-0/+42
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short1-0/+4
2017-08-03Add RAND_priv_bytes() for private keysRich Salz3-0/+4
2017-08-03Add a DRBG to each SSL objectRich Salz2-1/+2
2017-08-03Switch from ossl_rand to DRBG randRich Salz3-30/+46
2017-08-03Move ossl_assertMatt Caswell1-0/+99
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu1-1/+1
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer1-0/+1
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer1-0/+3
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer1-0/+2
2017-08-03Set error when HKDF used without parametersJohannes Bauer1-0/+1
2017-07-31Fix the names of older ciphers.David Benjamin1-10/+10
2017-07-29Add public key method enumeration function.Dr. Stephen Henson1-0/+2
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger1-0/+4
2017-07-27Catch up to the removal of OSSL_STORE_open_file()Benjamin Kaduk1-2/+1
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk1-0/+1
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz1-4/+0
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario1-0/+13
2017-07-26Add support to free/allocate SSL buffersTodd Short1-2/+4
2017-07-25Add evp/m_sha3.c.Andy Polyakov1-0/+6
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer1-5/+5
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang3-3/+181
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk1-7/+15
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz1-1/+1
2017-07-19Add DRBG random methodRich Salz5-15/+93
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte1-1/+1
2017-07-14Remove trailing blanks.Pauli1-2/+2
2017-07-13make errorsDr. Stephen Henson1-0/+1
2017-07-07Some SSL_OP_ values can't be used in 1.1.xMatt Caswell1-0/+15
2017-07-07Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEXMatt Caswell1-3/+3
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell1-0/+3
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell1-3/+3
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz1-0/+5
2017-07-03BN_pseudo_rand is really BN_randRich Salz2-1/+7
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov1-0/+132
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte2-18/+24
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz1-1/+1
2017-06-29Add fork handlers, based on pthread_atforkRich Salz1-1/+7
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte1-0/+1
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte1-0/+2
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte2-0/+3
2017-06-29STORE: add ENGINE information to loadersRichard Levitte1-1/+10
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2-0/+2