summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-11-23Ensure the end of first server flight processing is doneMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-16Fixed various style issues in the key_share codeMatt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-16Add processing of the key_share received in the ServerHelloMatt Caswell
2016-11-16Add the key_share processing to the server sideMatt Caswell
2016-11-16Generate the key_shares extension on the client sideMatt Caswell
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival
2016-11-15Remove obsolete error constant CT_F_CTLOG_NEW_NULLRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-09Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell
2016-11-09Update TLS1.3 draft version numbers for latest draftMatt Caswell
2016-11-09Add the ability to send the supported_versions extensionMatt Caswell
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell
2016-11-09Fix make update following extensions refactorMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-07Correct the Id for the TLS1.3 ciphersuiteMatt Caswell
2016-11-04Fix some clashing symbol numbers due to merge conflictMatt Caswell
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-03Add a HEADER_MODES_H guard in include/openssl/modes.hRichard Levitte
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-26Provide a cross-platform format specifier (OSSLzu) for printing size_tMatt Caswell
2016-10-22Fix support for DragonFly BSDjrmarino
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-03Don't set the handshake header in every messageMatt Caswell
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell
2016-09-29ASN1_ITEM should use type name not structure name.Dr. Stephen Henson