aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-08Update DRBG CHANGES sectionKurt Roeckx1-5/+5
2018-07-07Remove a memsetMatt Caswell1-2/+0
2018-07-07Check a return value for success in ec_field_size()Matt Caswell1-1/+2
2018-07-07Fix some Coverity issues in sm2_encrypt()Matt Caswell1-9/+10
2018-07-07Check md_size isn't negative before we use itMatt Caswell1-5/+6
2018-07-06Don't fail if the PSK identity doesn't matchMatt Caswell1-2/+5
2018-07-06evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov2-8/+150
2018-07-06Document SSL_CTX_set_recv_max_early_data() etcMatt Caswell1-3/+30
2018-07-06Add the ability to configure recv_max_early_data via s_serverMatt Caswell1-4/+15
2018-07-06Add a test for the recv_max_early_data settingMatt Caswell1-5/+37
2018-07-06Introduce the recv_max_early_data settingMatt Caswell5-5/+71
2018-07-05Reject duplicate -addext parametersRich Salz2-4/+89
2018-07-05Add missing include file to docRich Salz1-0/+2
2018-07-04Document more EVP_MD_CTX functionsRichard Levitte1-2/+50
2018-07-04[crypto/ec] disable SCA mitigations for curves with incomplete parametersBilly Brumley1-22/+24
2018-07-04Fix no-tls1_2Matt Caswell1-2/+2
2018-07-04Tests for MD5-SHA1 combined digest.Pauli1-0/+14
2018-07-03Fix some issues found by Denian's lintian toolRich Salz14-93/+101
2018-07-03chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.Andy Polyakov1-74/+221
2018-07-03perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.Andy Polyakov1-1/+1
2018-07-03Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell3-7/+18
2018-07-03Restore behaviour from commit 36ff232cf that was incorrectly removedMatt Caswell1-0/+11
2018-07-03Check for NULL conf in NCONF_get_numberPauli2-4/+38
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell5-8/+71
2018-07-02Add a test for the new early data callbackMatt Caswell1-14/+98
2018-07-02Document the new early data callback and optionMatt Caswell3-1/+47
2018-07-02Add setters to set the early_data callbackMatt Caswell5-5/+41
2018-07-02Make the anti-replay feature optionalMatt Caswell5-4/+18
2018-07-02Fix a NULL ptr deref in error path in tls_process_cke_dhe()Matt Caswell1-4/+3
2018-07-01Address coverity-reported NULL dereference in SSL_SESSION_print()Benjamin Kaduk1-1/+2
2018-07-02Remove development artifacts.Pauli2-2/+0
2018-07-01rand/rand_unix.c: address macro redifinition warning.Andy Polyakov1-1/+3
2018-07-01modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov1-5/+2
2018-06-29evp/e_chacha20_poly1305.c: improve performance for short TLS records.Andy Polyakov1-10/+148
2018-06-29More EVP ECC testing: positive and negativeBilly Brumley2-1/+4367
2018-06-29Check return from BN_set_word.Pauli1-3/+6
2018-06-28Zero-fill IV by default.Rich Salz1-0/+1
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell5-10/+29
2018-06-27Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell2-11/+21
2018-06-27Add a bi-directional shutdown testMatt Caswell3-4/+146
2018-06-27Auto retry if we ditch records during shutdownMatt Caswell1-36/+43
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli9-17/+236
2018-06-26Document changes to SSL_OP_NO_TICKET for TLSv1.3Matt Caswell2-13/+41
2018-06-26Use stateful tickets if we are doing anti-replayMatt Caswell2-2/+14
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell13-97/+232
2018-06-26Restructure the ticket construction codeMatt Caswell3-133/+183
2018-06-26NOTES.UNIX: add "Linking your application" paragraphAndy Polyakov1-9/+35
2018-06-26Update SSL_SESSION_print for TLSv1.3Matt Caswell1-1/+11
2018-06-26Only dump session data after we have received itMatt Caswell1-15/+39
2018-06-25OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte1-1/+1