index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fuzz
/
x509.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-01
Avoid possible uninitialized variable.
Rich Salz
1
-1
/
+1
2017-08-31
OpenSSL::Test::__fixup_prg: don't check program existence
Richard Levitte
1
-5
/
+0
2017-08-31
util/mkdef.pl: handle line terminators correctly
Richard Levitte
1
-2
/
+1
2017-08-31
Various review fixes for PSK early_data support
Matt Caswell
5
-11
/
+17
2017-08-31
Test for late client side detection of ALPN inconsistenties
Matt Caswell
1
-56
/
+111
2017-08-31
Client side sanity check of ALPN after server has accepted early_data
Matt Caswell
3
-19
/
+61
2017-08-31
Add some fixes for Travis failures
Matt Caswell
2
-3
/
+3
2017-08-31
Add PSK early_data tests
Matt Caswell
1
-0
/
+171
2017-08-31
Add server side sanity checks of SNI/ALPN for use with early_data
Matt Caswell
4
-14
/
+53
2017-08-31
Make sure we save ALPN data in the session
Matt Caswell
1
-0
/
+11
2017-08-31
Complain if we are writing early data but SNI or ALPN is incorrect
Matt Caswell
4
-4
/
+56
2017-08-31
Add functions for getting/setting SNI/ALPN info in SSL_SESSION
Matt Caswell
4
-2
/
+78
2017-08-31
Show the error stack if there was an error writing early data in s_client
Matt Caswell
1
-0
/
+1
2017-08-31
Update the tests for SNI changes
Matt Caswell
4
-8
/
+13
2017-08-31
If no SNI has been explicitly set use the one from the session
Matt Caswell
1
-0
/
+20
2017-08-31
Make sure we use the correct cipher when using the early_secret
Matt Caswell
1
-2
/
+18
2017-08-31
Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functions
Matt Caswell
2
-0
/
+20
2017-08-31
Add documentation for SSL_SESSION_set_max_early_data()
Matt Caswell
2
-2
/
+13
2017-08-31
Add some PSK early_data tests
Matt Caswell
1
-94
/
+149
2017-08-31
Add SSL_SESSION_set_max_early_data()
Matt Caswell
3
-0
/
+10
2017-08-31
Enable the ability to use an external PSK for sending early_data
Matt Caswell
9
-39
/
+99
2017-08-31
Fixed address family test error for AF_UNIX in BIO_ADDR_make
Zhu Qun-Ying
1
-1
/
+1
2017-08-31
Add documentation for ARIA GCM modes.
Pauli
1
-12
/
+18
2017-08-31
Add ARIA as an alias for all ARIA based modes.
Pauli
1
-0
/
+1
2017-08-30
Introduce SSL_CIPHER_get_protocol_id
Paul Yang
4
-6
/
+15
2017-08-30
Add two missing SSL_CIPHER_* functions
Paul Yang
1
-1
/
+17
2017-08-30
Fix return value of ASN1_TIME_compare
Todd Short
2
-1
/
+47
2017-08-30
Configure: base compiler-specific decisions on pre-defines.
Andy Polyakov
1
-24
/
+24
2017-08-30
Revert "Allow --strict-warnings with the icc compiler as well"
Andy Polyakov
1
-2
/
+2
2017-08-30
Implement Aria GCM/CCM Modes and TLS cipher suites
Jon Spillett
20
-10
/
+1155
2017-08-30
Fix potential null pointer dereference in ARIA implementation
Jon Spillett
1
-1
/
+2
2017-08-29
Move OPENSSL_CONF from e_os.h to cryptlib.h
Pauli
4
-3
/
+4
2017-08-29
Move e_os.h to be the very first include.
Pauli
39
-59
/
+43
2017-08-29
Remove the X_OK define, it is unused.
Pauli
1
-1
/
+0
2017-08-29
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
17
-35
/
+37
2017-08-29
e_os.h removal from other headers and source files.
Pauli
55
-51
/
+90
2017-08-28
Make the global DRBGs static
Kurt Roeckx
2
-5
/
+3
2017-08-28
Don't auto-instantiate a DRBG when trying to use it and it's not
Kurt Roeckx
7
-63
/
+107
2017-08-28
Avoid out-of-bounds read
Rich Salz
1
-4
/
+6
2017-08-28
If 'tests' is disabled, then so should 'external-tests'
Richard Levitte
1
-0
/
+1
2017-08-28
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Dr. Matthias St. Pierre
5
-33
/
+24
2017-08-28
RAND: Rename the RAND_poll_ex() callback and its typedef
Dr. Matthias St. Pierre
8
-28
/
+28
2017-08-28
DRBG: clarify difference between entropy counts and buffer lengths
Dr. Matthias St. Pierre
4
-89
/
+105
2017-08-27
MSC_VER <= 1200 isn't supported; remove dead code
Rich Salz
4
-16
/
+4
2017-08-26
Remove NO_DIRENT; it isn't used anywhere
Rich Salz
1
-1
/
+0
2017-08-25
Fix guarding macro in include/internal/sockets.h
Richard Levitte
1
-34
/
+34
2017-08-25
Move more socket stuff
Richard Levitte
2
-25
/
+29
2017-08-25
This part fixes braces around if-else.
Paul Yang
9
-44
/
+65
2017-08-25
Fix coding style in crypto/rsa directory
Paul Yang
9
-62
/
+62
2017-08-25
Use strcpy instead of sprintf %s
Rich Salz
1
-18
/
+14
[next]