summaryrefslogtreecommitdiffstats
path: root/fuzz/x509.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-01Avoid possible uninitialized variable.Rich Salz1-1/+1
2017-08-31OpenSSL::Test::__fixup_prg: don't check program existenceRichard Levitte1-5/+0
2017-08-31util/mkdef.pl: handle line terminators correctlyRichard Levitte1-2/+1
2017-08-31Various review fixes for PSK early_data supportMatt Caswell5-11/+17
2017-08-31Test for late client side detection of ALPN inconsistentiesMatt Caswell1-56/+111
2017-08-31Client side sanity check of ALPN after server has accepted early_dataMatt Caswell3-19/+61
2017-08-31Add some fixes for Travis failuresMatt Caswell2-3/+3
2017-08-31Add PSK early_data testsMatt Caswell1-0/+171
2017-08-31Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell4-14/+53
2017-08-31Make sure we save ALPN data in the sessionMatt Caswell1-0/+11
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell4-4/+56
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell4-2/+78
2017-08-31Show the error stack if there was an error writing early data in s_clientMatt Caswell1-0/+1
2017-08-31Update the tests for SNI changesMatt Caswell4-8/+13
2017-08-31If no SNI has been explicitly set use the one from the sessionMatt Caswell1-0/+20
2017-08-31Make sure we use the correct cipher when using the early_secretMatt Caswell1-2/+18
2017-08-31Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functionsMatt Caswell2-0/+20
2017-08-31Add documentation for SSL_SESSION_set_max_early_data()Matt Caswell2-2/+13
2017-08-31Add some PSK early_data testsMatt Caswell1-94/+149
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell3-0/+10
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell9-39/+99
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying1-1/+1
2017-08-31Add documentation for ARIA GCM modes.Pauli1-12/+18
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli1-0/+1
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang4-6/+15
2017-08-30Add two missing SSL_CIPHER_* functionsPaul Yang1-1/+17
2017-08-30Fix return value of ASN1_TIME_compareTodd Short2-1/+47
2017-08-30Configure: base compiler-specific decisions on pre-defines.Andy Polyakov1-24/+24
2017-08-30Revert "Allow --strict-warnings with the icc compiler as well"Andy Polyakov1-2/+2
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett20-10/+1155
2017-08-30Fix potential null pointer dereference in ARIA implementationJon Spillett1-1/+2
2017-08-29Move OPENSSL_CONF from e_os.h to cryptlib.hPauli4-3/+4
2017-08-29Move e_os.h to be the very first include.Pauli39-59/+43
2017-08-29Remove the X_OK define, it is unused.Pauli1-1/+0
2017-08-29Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli17-35/+37
2017-08-29e_os.h removal from other headers and source files.Pauli55-51/+90
2017-08-28Make the global DRBGs staticKurt Roeckx2-5/+3
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx7-63/+107
2017-08-28Avoid out-of-bounds readRich Salz1-4/+6
2017-08-28If 'tests' is disabled, then so should 'external-tests'Richard Levitte1-0/+1
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre5-33/+24
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre8-28/+28
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre4-89/+105
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz4-16/+4
2017-08-26Remove NO_DIRENT; it isn't used anywhereRich Salz1-1/+0
2017-08-25Fix guarding macro in include/internal/sockets.hRichard Levitte1-34/+34
2017-08-25Move more socket stuffRichard Levitte2-25/+29
2017-08-25This part fixes braces around if-else.Paul Yang9-44/+65
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang9-62/+62
2017-08-25Use strcpy instead of sprintf %sRich Salz1-18/+14