aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-0/+1
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell1-0/+2
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell1-0/+7
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell1-0/+2
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang1-0/+1
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett5-0/+126
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli1-0/+2
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-0/+22
2017-08-30e_os.h removal from other headers and source files.Pauli1-3/+2
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx1-0/+1
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre1-2/+3
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre1-2/+2
2017-08-25Fix guarding macro in include/internal/sockets.hRichard Levitte1-34/+34
2017-08-25Move more socket stuffRichard Levitte1-16/+29
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2-7/+2
2017-08-24Add documentation for SRTP functionsMatt Caswell1-1/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-0/+149
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
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