aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
AgeCommit message (Expand)AuthorFilesLines
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson1-0/+10
2017-10-13Remove email addresses from source code.Rich Salz2-8/+2
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz1-0/+1
2017-10-12make updateDr. Stephen Henson2-0/+19
2017-10-12Add pad supportDr. Stephen Henson1-0/+5
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson1-0/+6
2017-10-12DH named parameter supportDr. Stephen Henson1-0/+4
2017-10-12make updateDr. Stephen Henson1-0/+1
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson1-0/+3
2017-10-10Fix typosKeshav Kini1-1/+1
2017-10-10Add atomic write callPauli1-0/+1
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli1-0/+1
2017-10-04Session resume broken switching contextsTodd Short1-0/+1
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli6-0/+6
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-1/+1
2017-09-28Use safestack.h exclusively internally.Pauli7-18/+7
2017-09-28Add a reserve call to the stack data structure.Pauli2-4/+12
2017-09-24Update comments to match function parameter namesSaagar Jha2-2/+2
2017-09-15Provide getters for min/max proto versionChristian Heimes1-0/+10
2017-09-14Fix function name in ECerr callRich Salz1-0/+1
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang1-0/+1
2017-09-13Support key check in EVP interfacePaul Yang2-0/+8
2017-09-11objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov1-4/+4
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin1-0/+5
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin1-21/+23
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2-0/+5
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad1-0/+6
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-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre1-2/+2
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-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-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 Salz1-1/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz2-1/+11
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