summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-0/+1
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+2
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+7
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+2
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-0/+1
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-305-0/+126
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-301-0/+2
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-0/+22
* e_os.h removal from other headers and source files.Pauli2017-08-301-3/+2
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-281-0/+1
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-281-2/+3
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-2/+2
* Fix guarding macro in include/internal/sockets.hRichard Levitte2017-08-251-34/+34
* Move more socket stuffRichard Levitte2017-08-251-16/+29
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-252-7/+2
* Add documentation for SRTP functionsMatt Caswell2017-08-241-1/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-0/+149
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* 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