aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Put back the #include <openssl/safestack.h> lines in public headers.Pauli2017-09-296-0/+6
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+1
* Use safestack.h exclusively internally.Pauli2017-09-287-18/+7
* Add a reserve call to the stack data structure.Pauli2017-09-282-4/+12
* Update comments to match function parameter namesSaagar Jha2017-09-242-2/+2
* Provide getters for min/max proto versionChristian Heimes2017-09-151-0/+10
* Fix function name in ECerr callRich Salz2017-09-141-0/+1
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-0/+1
* Support key check in EVP interfacePaul Yang2017-09-132-0/+8
* objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov2017-09-111-4/+4
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-081-0/+5
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-21/+23
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-082-0/+5
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-0/+6
* 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