aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Small simplification in mkerr.plFdaSilvaYY30-137/+47
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte10-819/+869
2018-02-07Make OPENSSL_rdtsc universally available.Pauli1-4/+2
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli1-3/+1
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson1-0/+5
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short3-1/+17
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+0
2018-01-29Add RAND_DRBG_bytesKurt Roeckx1-0/+2
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2-1/+3
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk1-1/+1
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk1-3/+3
2018-01-24Fix signature of min/max proto getterChristian Heimes1-2/+2
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger1-2/+2
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper1-1/+1
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper2-0/+4
2018-01-24Add the SSL_stateless() functionMatt Caswell1-0/+1
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell4-0/+11
2018-01-24SHA512/224 and SHA512/256Pauli2-1/+13
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-2/+2
2018-01-22Add accessors for AdmissionSyntaxRich Salz1-0/+65
2018-01-19Copyright update of more files that have changed this yearRichard Levitte4-4/+4
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte1-1/+0
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen1-1/+1
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte2-2/+2
2018-01-07Fix IPv6 defineRich Salz1-1/+5
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov1-0/+1
2018-01-07Remove remaining NETWARE ifdef'sRich Salz1-6/+3
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger1-8/+8
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre1-0/+2
2018-01-02Fix minor 'the the' typosDaniel Bevenius1-2/+2
2017-12-25Fix comment about undefined behavior of constant_time_msbKurt Roeckx1-6/+1
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre1-0/+1
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre1-3/+5
2017-12-15Fix invalid function type casts.Bernd Edlinger2-6/+6
2017-12-14Fix 'make update'Todd Short1-2/+2
2017-12-14Send supported_versions in an HRRMatt Caswell1-0/+1
2017-12-14Merge HRR into ServerHelloMatt Caswell3-3/+1
2017-12-14Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell1-1/+3
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2-0/+9
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell1-0/+2
2017-12-14Update the TLSv1.3 draft version indicators to draft 22Matt Caswell1-3/+3
2017-12-08Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell1-0/+2
2017-12-04Add some more cleanupsMatt Caswell1-0/+2
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell1-0/+1
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell1-0/+1
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell1-0/+1
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell1-0/+5
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell1-0/+9
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell1-0/+47
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+3