index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
stack
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-17
Add master DRBG for reseeding
Dr. Matthias St. Pierre
8
-78
/
+474
2017-12-17
Remove spaces at end of line in ssl/statem
Paul Yang
4
-4
/
+4
2017-12-17
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
11
-23
/
+23
2017-12-15
Fix invalid function type casts.
Bernd Edlinger
25
-93
/
+142
2017-12-15
Remove test-runs dir, adjust .gitignore
Bernd Edlinger
2
-3
/
+3
2017-12-15
Fix 'make update'
Todd Short
2
-4
/
+4
2017-12-14
Fix some clang compilation errors
Matt Caswell
1
-5
/
+6
2017-12-14
Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabled
Matt Caswell
1
-3
/
+4
2017-12-14
Add some TLSv1.3 CCS tests
Matt Caswell
3
-1
/
+518
2017-12-14
Make sure we treat records written after HRR as TLSv1.3
Matt Caswell
1
-1
/
+2
2017-12-14
Issue a CCS from the client if we received an HRR
Matt Caswell
1
-4
/
+14
2017-12-14
Fix server side HRR flushing
Matt Caswell
1
-2
/
+6
2017-12-14
Delay flush until after CCS with early_data
Matt Caswell
2
-17
/
+22
2017-12-14
Ensure CCS sent before early_data has the correct record version
Matt Caswell
1
-1
/
+3
2017-12-14
Send supported_versions in an HRR
Matt Caswell
8
-4
/
+27
2017-12-14
Make sure supported_versions appears in an HRR too
Matt Caswell
1
-1
/
+2
2017-12-14
Update TLSProxy to know about new HRR style
Matt Caswell
3
-15
/
+23
2017-12-14
Update state machine to send CCS based on whether we did an HRR
Matt Caswell
8
-36
/
+51
2017-12-14
Fix an HRR bug
Matt Caswell
1
-3
/
+7
2017-12-14
Merge HRR into ServerHello
Matt Caswell
21
-394
/
+201
2017-12-14
Send a CCS after ServerHello in TLSv1.3 if using middlebox compat mode
Matt Caswell
2
-3
/
+15
2017-12-14
Send a CCS from a client in an early_data handshake
Matt Caswell
1
-8
/
+27
2017-12-14
Send a CCS from the client in a non-early_data handshake
Matt Caswell
2
-11
/
+19
2017-12-14
Remove TLSv1.3 specific write transition for ClientHello
Matt Caswell
1
-4
/
+0
2017-12-14
Drop CCS messages received in the TLSv1.3 handshake
Matt Caswell
5
-5
/
+47
2017-12-14
Send TLSv1.2 as the record version when using TLSv1.3
Matt Caswell
2
-3
/
+4
2017-12-14
Implement session id TLSv1.3 middlebox compatibility mode
Matt Caswell
11
-38
/
+117
2017-12-14
Update ServerHello to new draft-22 format
Matt Caswell
16
-126
/
+296
2017-12-14
Update the TLSv1.3 draft version indicators to draft 22
Matt Caswell
2
-4
/
+4
2017-12-13
Minor cleanup of the rsa mp limits code
Bernd Edlinger
2
-3
/
+5
2017-12-13
Fix VMS use of util/mkdef.pl in top build.info
Richard Levitte
1
-2
/
+2
2017-12-13
Document the X509_V_FLAG_PARTIAL_CHAIN flag
Viktor Dukhovni
1
-4
/
+21
2017-12-12
Fix more OCSP_resp_get0_signer() nits
Ben Kaduk
2
-2
/
+2
2017-12-12
Fix minor typo in bio.pod
Daniel Bevenius
1
-2
/
+2
2017-12-12
crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)
Patrick Steuer
1
-0
/
+1
2017-12-12
Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yet
Richard Levitte
1
-0
/
+8
2017-12-12
VMS build file template: adapt for when someone disabled 'makedepend'
Richard Levitte
1
-2
/
+5
2017-12-12
Restore makedepend capabilities for Windows and VMS
Richard Levitte
1
-3
/
+10
2017-12-12
Note the removal of Makefile.shared in CHANGES
Richard Levitte
1
-0
/
+6
2017-12-12
Remove Makefile.shared, as it's now entirely unused
Richard Levitte
1
-521
/
+0
2017-12-12
Configure et al: cleanups
Richard Levitte
4
-59
/
+11
2017-12-12
build.info: adapt to the new handling of .rc / .def / .map / .opt files
Richard Levitte
1
-2
/
+46
2017-12-12
Build file templates: Replace the use of Makefile.shared
Richard Levitte
5
-151
/
+157
2017-12-12
Configure: Recognise .rc and .def / .map / .opt as source files
Richard Levitte
1
-1
/
+14
2017-12-12
Configure: Read in extra information to help create shared libraries
Richard Levitte
4
-10
/
+155
2017-12-12
Configure: Add read_eval_file, a general purpose perl file reader/evaluator
Richard Levitte
7
-17
/
+30
2017-12-12
Minor improvements to ssl.pod
Daniel Bevenius
1
-10
/
+10
2017-12-11
Fix typo in comment
Benjamin Kaduk
1
-1
/
+1
2017-12-11
Configure: move the processing of predefined macros to a function
Richard Levitte
1
-22
/
+35
2017-12-11
rsa: Do not allow less than 512 bit RSA keys
Sebastian Andrzej Siewior
5
-17
/
+7
[next]