index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EncryptedExtensions message
Matt Caswell
2016-12-08
2
-1
/
+6
*
In UI_OpenSSL's open(), generate an error on unknown errno
Richard Levitte
2016-12-08
1
-0
/
+2
*
UI_process() didn't generate errors
Richard Levitte
2016-12-08
1
-0
/
+2
*
Update the record layer to use TLSv1.3 style record construction
Matt Caswell
2016-12-05
1
-0
/
+1
*
Ensure the end of first server flight processing is done
Matt Caswell
2016-11-23
1
-0
/
+1
*
Update state machine to be closer to TLS1.3
Matt Caswell
2016-11-23
1
-1
/
+3
*
Implement tls13_change_cipher_state()
Matt Caswell
2016-11-23
2
-0
/
+3
*
Make SSL_read and SSL_write return the old behaviour and document it.
Kurt Roeckx
2016-11-21
1
-2
/
+2
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-0
/
+65
*
Remove a hack from ssl_test_old
Matt Caswell
2016-11-16
1
-0
/
+2
*
Fixed various style issues in the key_share code
Matt Caswell
2016-11-16
1
-0
/
+2
*
Start using the key_share data to derive the PMS
Matt Caswell
2016-11-16
1
-0
/
+2
*
Add processing of the key_share received in the ServerHello
Matt Caswell
2016-11-16
1
-0
/
+1
*
Add the key_share processing to the server side
Matt Caswell
2016-11-16
1
-0
/
+1
*
Generate the key_shares extension on the client side
Matt Caswell
2016-11-16
1
-0
/
+1
*
Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_time
Rob Percival
2016-11-15
1
-3
/
+3
*
Remove obsolete error constant CT_F_CTLOG_NEW_NULL
Rob Percival
2016-11-15
1
-1
/
+0
*
Check that SCT timestamps are not in the future
Rob Percival
2016-11-15
1
-1
/
+17
*
Revert "Remove heartbeats completely"
Richard Levitte
2016-11-15
3
-0
/
+46
*
Remove heartbeats completely
Richard Levitte
2016-11-15
3
-46
/
+0
*
dsa/dsa_gen: add error message for seed_len < 0
Sebastian Andrzej Siewior
2016-11-14
1
-0
/
+1
*
Rename the Elliptic Curves extension to supported_groups
Matt Caswell
2016-11-10
2
-11
/
+29
*
Fix some missing checks for TLS1_3_VERSION_DRAFT
Matt Caswell
2016-11-09
1
-0
/
+1
*
Update TLS1.3 draft version numbers for latest draft
Matt Caswell
2016-11-09
1
-2
/
+2
*
Add the ability to send the supported_versions extension
Matt Caswell
2016-11-09
1
-0
/
+6
*
Update HKDF to support separte Extract and Expand steps
Matt Caswell
2016-11-09
1
-7
/
+16
*
Fix make update following extensions refactor
Matt Caswell
2016-11-09
1
-1
/
+1
*
Refactor ClientHello processing so that extensions get parsed earlier
Matt Caswell
2016-11-09
1
-0
/
+1
*
Implement RSASSA-PKCS1-v1_5 as specified.
David Benjamin
2016-11-07
1
-0
/
+1
*
Correct the Id for the TLS1.3 ciphersuite
Matt Caswell
2016-11-07
1
-1
/
+1
*
Fix some clashing symbol numbers due to merge conflict
Matt Caswell
2016-11-04
1
-3
/
+3
*
Provide some constant time functions for dealing with size_t values
Matt Caswell
2016-11-04
1
-0
/
+49
*
Convert libssl writing for size_t
Matt Caswell
2016-11-04
1
-0
/
+2
*
Further libssl size_t-ify of reading
Matt Caswell
2016-11-04
1
-0
/
+4
*
Add a HEADER_MODES_H guard in include/openssl/modes.h
Richard Levitte
2016-11-03
1
-6
/
+11
*
Add a DSO_dsobyaddr() function
Matt Caswell
2016-11-02
1
-0
/
+11
*
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
Matt Caswell
2016-11-02
1
-0
/
+13
*
Add DTLS_get_data_mtu() function
David Woodhouse
2016-11-02
1
-0
/
+2
*
Add the SSL_METHOD for TLSv1.3 and all other base changes required
Matt Caswell
2016-11-02
2
-2
/
+14
*
Add SSL_CTX_set1_cert_store()
Todd Short
2016-11-01
1
-0
/
+1
*
Try to unify BIO read/write parameter names
Benjamin Kaduk
2016-10-29
1
-1
/
+1
*
Fix some feedback issues for BIO size_t-ify
Matt Caswell
2016-10-28
1
-4
/
+7
*
More parameter naming of BIO_read*/BIO_write* related functions
Matt Caswell
2016-10-28
2
-4
/
+4
*
Tweaks based on review feedback of BIO size_t work
Matt Caswell
2016-10-28
1
-2
/
+2
*
Ensure all BIO functions call the new style callback
Matt Caswell
2016-10-28
1
-2
/
+1
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
2
-1
/
+9
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
2
-1
/
+19
*
Provide a cross-platform format specifier (OSSLzu) for printing size_t
Matt Caswell
2016-10-26
1
-0
/
+11
*
Fix support for DragonFly BSD
jrmarino
2016-10-22
1
-1
/
+1
*
Add SSL_OP_NO_ENCRYPT_THEN_MAC
David Woodhouse
2016-10-17
1
-0
/
+2
[next]