summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk
2018-01-24Fix signature of min/max proto getterChristian Heimes
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-24Add the SSL_stateless() functionMatt Caswell
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2018-01-24SHA512/224 and SHA512/256Pauli
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Fix IPv6 defineRich Salz
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2018-01-02Fix minor 'the the' typosDaniel Bevenius
2017-12-25Fix comment about undefined behavior of constant_time_msbKurt Roeckx
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-14Fix 'make update'Todd Short
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-14Update the TLSv1.3 draft version indicators to draft 22Matt Caswell
2017-12-08Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk
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