index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dllmain.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-02
Update Configure to know about tls1_3
Matt Caswell
6
-1457
/
+387
2016-11-02
Use ciphersuite id when matching if we've got one
Matt Caswell
1
-0
/
+2
2016-11-02
Add the SSL_METHOD for TLSv1.3 and all other base changes required
Matt Caswell
35
-1457
/
+11486
2016-11-02
TEST_check macro: don't end with semi
Emilia Kasper
1
-1
/
+1
2016-11-02
Secure our notification email.
Richard Levitte
1
-2
/
+1
2016-11-01
Add SSL_CTX_set1_cert_store()
Todd Short
5
-1
/
+28
2016-11-01
[fuzzers] do not fail fuzzers with empty input
Mike Aizatsky
2
-4
/
+14
2016-11-01
Fix grammar-o in CONTRIBUTING
Benjamin Kaduk
1
-1
/
+1
2016-11-01
Revert "Disable MDC2 by default."
Rich Salz
4
-9
/
+7
2016-11-01
HPUX: Add the forgotten $(DSTDIR) when linking DSOs
Richard Levitte
1
-4
/
+4
2016-10-31
Unix Makefile: Some sed implementation truncate long lines. Use perl instead.
Richard Levitte
1
-1
/
+1
2016-10-31
sha/keccak1600.c: add couple of soft asserts.
Andy Polyakov
1
-0
/
+4
2016-10-31
Disable MDC2 by default.
Rich Salz
4
-7
/
+9
2016-10-31
Mark VC templates correctly.
Richard Levitte
1
-0
/
+2
2016-10-29
Try to unify BIO read/write parameter names
Benjamin Kaduk
4
-45
/
+45
2016-10-29
Wordsmith INSTALL
Benjamin Kaduk
1
-2
/
+2
2016-10-28
Fix stdio build following BIO size_t work
Matt Caswell
1
-0
/
+4
2016-10-28
Fix more shadowed variable warnings
Matt Caswell
2
-19
/
+19
2016-10-28
Fix some feedback issues for BIO size_t-ify
Matt Caswell
3
-35
/
+42
2016-10-28
Add some sanity checks for BIO_read* and BIO_gets
Matt Caswell
1
-1
/
+11
2016-10-28
More parameter naming of BIO_read*/BIO_write* related functions
Matt Caswell
4
-32
/
+33
2016-10-28
Tweaks based on review feedback of BIO size_t work
Matt Caswell
3
-17
/
+17
2016-10-28
Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1
Matt Caswell
1
-29
/
+63
2016-10-28
Read up to INT_MAX when calling legacy BIO_read() implementations
Matt Caswell
1
-1
/
+1
2016-10-28
Fix a shadowed variable declaration warning
Matt Caswell
1
-3
/
+3
2016-10-28
Fix some bogus uninit variable warnings
Matt Caswell
1
-2
/
+2
2016-10-28
Document the new BIO functions introduced as part of the size_t work
Matt Caswell
13
-73
/
+194
2016-10-28
Ensure all BIO functions call the new style callback
Matt Caswell
2
-113
/
+155
2016-10-28
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
26
-28
/
+139
2016-10-28
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
27
-25
/
+210
2016-10-28
Fix a double free in ca command line
Matt Caswell
1
-1
/
+0
2016-10-28
Add a test for BIO_read() returning 0 in SSL_read() (and also for write)
Matt Caswell
1
-1
/
+42
2016-10-28
A zero return from BIO_read()/BIO_write() could be retryable
Matt Caswell
1
-3
/
+15
2016-10-26
Provide a cross-platform format specifier (OSSLzu) for printing size_t
Matt Caswell
1
-0
/
+11
2016-10-26
Move manpages to man[1357] structure.
Rich Salz
444
-98
/
+40
2016-10-26
VMS: tell the C compiler to use the ISO C94 standard
Richard Levitte
1
-1
/
+1
2016-10-26
Fix typo (reported by Matthias St. Pierre)
Rich Salz
1
-1
/
+1
2016-10-25
Backdated note in CHANGES about shared library names
Richard Levitte
1
-0
/
+6
2016-10-25
Add some notes on shared library names on different platforms
Richard Levitte
1
-2
/
+27
2016-10-24
ppccap.c: engage new multipplication and squaring subroutines.
Andy Polyakov
3
-33
/
+16
2016-10-24
bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.
Andy Polyakov
1
-1
/
+1645
2016-10-24
bn/asm/ppc-mont.pl: prepare for extension.
Andy Polyakov
1
-19
/
+24
2016-10-24
sha/asm/sha512-armv8.pl: adapt for kernel use.
Andy Polyakov
1
-15
/
+38
2016-10-24
Add NPN to an SSL3 build
Rich Salz
1
-2
/
+2
2016-10-24
x86_64 assembly pack: add Goldmont performance results.
Andy Polyakov
11
-1
/
+14
2016-10-24
sha/keccak1600.c: add known answer and verify result with memcmp.
Andy Polyakov
1
-3
/
+83