aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-0/+2
* Add some more cleanupsMatt Caswell2017-12-041-0/+2
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-0/+1
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+5
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+9
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+47
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+3
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-251-0/+1
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-251-0/+4
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-212-0/+34
* Support public key and param check in EVP interfacePaul Yang2017-11-205-0/+41
* Add an API to get the signer of an OCSP responseBenjamin Kaduk2017-11-111-0/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-112-2/+2
* Remove 4 broken macros from ocsp.hMatt Caswell2017-11-071-16/+0
* SM3: restructure to EVP internal and update doc to right locationRonald Tse2017-11-061-47/+0
* SM3: Add SM3 hash functionJack Lloyd2017-11-063-0/+60
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-053-1/+18
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-312-0/+57
* make updateRichard Levitte2017-10-301-0/+2
* 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
* Remove parentheses of return.KaoruToda2017-10-181-10/+10
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-184-1/+59
* 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-122-0/+2
* 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