aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin1-0/+1
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang2-0/+34
2017-11-20Support public key and param check in EVP interfacePaul Yang5-0/+41
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk1-0/+2
2017-11-11Many spelling fixes/typo's corrected.Josh Soref2-2/+2
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell1-16/+0
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse1-47/+0
2017-11-06SM3: Add SM3 hash functionJack Lloyd3-0/+60
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY3-1/+18
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse2-0/+57
2017-10-30make updateRichard Levitte1-0/+2
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte1-0/+8
2017-10-30Whitespace and indent fixesRich Salz1-44/+34
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang2-0/+5
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre3-1/+14
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