summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-30make updateRichard Levitte
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte
2017-10-30Whitespace and indent fixesRich Salz
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang
2017-10-18Remove parentheses of return.KaoruToda
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-10-12make updateDr. Stephen Henson
2017-10-12Add pad supportDr. Stephen Henson
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson
2017-10-12DH named parameter supportDr. Stephen Henson
2017-10-12make updateDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-10Fix typosKeshav Kini
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-10-04Session resume broken switching contextsTodd Short
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-24Update comments to match function parameter namesSaagar Jha
2017-09-15Provide getters for min/max proto versionChristian Heimes
2017-09-14Fix function name in ECerr callRich Salz
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-11objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Move OPENSSL_CONF from e_os.h to cryptlib.hPauli
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre