aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte2017-10-301-0/+8
* Whitespace and indent fixesRich Salz2017-10-301-44/+34
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-262-0/+5
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-183-1/+14
* added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson2017-10-161-0/+10
* Remove email addresses from source code.Rich Salz2017-10-132-8/+2
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-121-0/+1
* make updateDr. Stephen Henson2017-10-122-0/+19
* Add pad supportDr. Stephen Henson2017-10-121-0/+5
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-0/+6
* DH named parameter supportDr. Stephen Henson2017-10-121-0/+4
* make updateDr. Stephen Henson2017-10-121-0/+1
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-121-0/+3
* Fix typosKeshav Kini2017-10-101-1/+1
* Add atomic write callPauli2017-10-101-0/+1
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+1
* 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
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-2/+2
* 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
* 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
* 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-031-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-032-1/+11