aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove tests dependence on e_os.hPauli2017-08-181-0/+14
* Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2017-08-151-1/+1
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-151-0/+1
* Add ERR_clear_last_mark()Richard Levitte2017-08-151-0/+1
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-122-0/+8
* Fix some Typos and indentsFdaSilvaYY2017-08-111-5/+5
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+1
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-084-0/+42
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-041-0/+4
* Add RAND_priv_bytes() for private keysRich Salz2017-08-033-0/+4
* Add a DRBG to each SSL objectRich Salz2017-08-032-1/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-033-30/+46
* Move ossl_assertMatt Caswell2017-08-031-0/+99
* remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu2017-08-031-1/+1
* Added differentiation between missing secret and missing seedJohannes Bauer2017-08-031-0/+1
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-031-0/+3
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-031-0/+2
* Set error when HKDF used without parametersJohannes Bauer2017-08-031-0/+1
* Fix the names of older ciphers.David Benjamin2017-07-311-10/+10
* Add public key method enumeration function.Dr. Stephen Henson2017-07-291-0/+2
* Implement the CRYPTO_secure_clear_free functionBernd Edlinger2017-07-291-0/+4
* Catch up to the removal of OSSL_STORE_open_file()Benjamin Kaduk2017-07-271-2/+1
* Define a value for SYS_F_FCNTLBenjamin Kaduk2017-07-271-0/+1
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-261-4/+0
* make scrypt ASN.1 parameter functions publicHubert Kario2017-07-261-0/+13
* Add support to free/allocate SSL buffersTodd Short2017-07-261-2/+4
* Add evp/m_sha3.c.Andy Polyakov2017-07-251-0/+6
* Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer2017-07-231-5/+5
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-213-3/+181
* typedef's for RAND_DRBG methodsBenjamin Kaduk2017-07-201-7/+15
* Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz2017-07-201-1/+1
* Add DRBG random methodRich Salz2017-07-195-15/+93
* OSSL_STORE: spell error reason correctlyRichard Levitte2017-07-151-1/+1
* Remove trailing blanks.Pauli2017-07-141-2/+2
* make errorsDr. Stephen Henson2017-07-131-0/+1
* Some SSL_OP_ values can't be used in 1.1.xMatt Caswell2017-07-071-0/+15
* Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEXMatt Caswell2017-07-071-3/+3
* Do not allow non-dhe kex_modes by defaultMatt Caswell2017-07-071-0/+3
* Update the version number for TLSv1.3 draft 21Matt Caswell2017-07-071-3/+3
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-061-0/+5
* BN_pseudo_rand is really BN_randRich Salz2017-07-032-1/+7
* 'make update' after objects/objects.txt update.Andy Polyakov2017-07-031-0/+132
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-032-18/+24
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-301-1/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-1/+7
* STORE: Make sure the loader to be registered is completeRichard Levitte2017-06-291-0/+1
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-291-0/+2
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-292-0/+3
* STORE: add ENGINE information to loadersRichard Levitte2017-06-291-1/+10
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-292-0/+2