aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx2016-11-211-2/+2
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-0/+65
* Remove a hack from ssl_test_oldMatt Caswell2016-11-161-0/+2
* Fixed various style issues in the key_share codeMatt Caswell2016-11-161-0/+2
* Start using the key_share data to derive the PMSMatt Caswell2016-11-161-0/+2
* Add processing of the key_share received in the ServerHelloMatt Caswell2016-11-161-0/+1
* Add the key_share processing to the server sideMatt Caswell2016-11-161-0/+1
* Generate the key_shares extension on the client sideMatt Caswell2016-11-161-0/+1
* Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival2016-11-151-3/+3
* Remove obsolete error constant CT_F_CTLOG_NEW_NULLRob Percival2016-11-151-1/+0
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-1/+17
* Revert "Remove heartbeats completely"Richard Levitte2016-11-153-0/+46
* Remove heartbeats completelyRichard Levitte2016-11-153-46/+0
* dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2016-11-141-0/+1
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-102-11/+29
* Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell2016-11-091-0/+1
* Update TLS1.3 draft version numbers for latest draftMatt Caswell2016-11-091-2/+2
* Add the ability to send the supported_versions extensionMatt Caswell2016-11-091-0/+6
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-7/+16
* Fix make update following extensions refactorMatt Caswell2016-11-091-1/+1
* Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell2016-11-091-0/+1
* Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin2016-11-071-0/+1
* Correct the Id for the TLS1.3 ciphersuiteMatt Caswell2016-11-071-1/+1
* Fix some clashing symbol numbers due to merge conflictMatt Caswell2016-11-041-3/+3
* Provide some constant time functions for dealing with size_t valuesMatt Caswell2016-11-041-0/+49
* Convert libssl writing for size_tMatt Caswell2016-11-041-0/+2
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-0/+4
* Add a HEADER_MODES_H guard in include/openssl/modes.hRichard Levitte2016-11-031-6/+11
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-021-0/+11
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+13
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+2
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-022-2/+14
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-011-0/+1
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-1/+1
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-281-4/+7
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-282-4/+4
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-2/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-282-1/+9
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-282-1/+19
* Provide a cross-platform format specifier (OSSLzu) for printing size_tMatt Caswell2016-10-261-0/+11
* Fix support for DragonFly BSDjrmarino2016-10-221-1/+1
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-0/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Don't set the handshake header in every messageMatt Caswell2016-10-031-0/+2
* Convert CertStatus message construction to WPACKETMatt Caswell2016-09-291-0/+1
* ASN1_ITEM should use type name not structure name.Dr. Stephen Henson2016-09-291-2/+2
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-291-0/+3
* Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2016-09-291-0/+1
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-0/+1