summaryrefslogtreecommitdiffstats
path: root/crypto/stack (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre8-78/+474
2017-12-17Remove spaces at end of line in ssl/statemPaul Yang4-4/+4
2017-12-17Add comments to NULL func ptrs in bio_method_stDaniel Bevenius11-23/+23
2017-12-15Fix invalid function type casts.Bernd Edlinger25-93/+142
2017-12-15Remove test-runs dir, adjust .gitignoreBernd Edlinger2-3/+3
2017-12-15Fix 'make update'Todd Short2-4/+4
2017-12-14Fix some clang compilation errorsMatt Caswell1-5/+6
2017-12-14Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabledMatt Caswell1-3/+4
2017-12-14Add some TLSv1.3 CCS testsMatt Caswell3-1/+518
2017-12-14Make sure we treat records written after HRR as TLSv1.3Matt Caswell1-1/+2
2017-12-14Issue a CCS from the client if we received an HRRMatt Caswell1-4/+14
2017-12-14Fix server side HRR flushingMatt Caswell1-2/+6
2017-12-14Delay flush until after CCS with early_dataMatt Caswell2-17/+22
2017-12-14Ensure CCS sent before early_data has the correct record versionMatt Caswell1-1/+3
2017-12-14Send supported_versions in an HRRMatt Caswell8-4/+27
2017-12-14Make sure supported_versions appears in an HRR tooMatt Caswell1-1/+2
2017-12-14Update TLSProxy to know about new HRR styleMatt Caswell3-15/+23
2017-12-14Update state machine to send CCS based on whether we did an HRRMatt Caswell8-36/+51
2017-12-14Fix an HRR bugMatt Caswell1-3/+7
2017-12-14Merge HRR into ServerHelloMatt Caswell21-394/+201
2017-12-14Send a CCS after ServerHello in TLSv1.3 if using middlebox compat modeMatt Caswell2-3/+15
2017-12-14Send a CCS from a client in an early_data handshakeMatt Caswell1-8/+27
2017-12-14Send a CCS from the client in a non-early_data handshakeMatt Caswell2-11/+19
2017-12-14Remove TLSv1.3 specific write transition for ClientHelloMatt Caswell1-4/+0
2017-12-14Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell5-5/+47
2017-12-14Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell2-3/+4
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell11-38/+117
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell16-126/+296
2017-12-14Update the TLSv1.3 draft version indicators to draft 22Matt Caswell2-4/+4
2017-12-13Minor cleanup of the rsa mp limits codeBernd Edlinger2-3/+5
2017-12-13Fix VMS use of util/mkdef.pl in top build.infoRichard Levitte1-2/+2
2017-12-13Document the X509_V_FLAG_PARTIAL_CHAIN flagViktor Dukhovni1-4/+21
2017-12-12Fix more OCSP_resp_get0_signer() nitsBen Kaduk2-2/+2
2017-12-12Fix minor typo in bio.podDaniel Bevenius1-2/+2
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer1-0/+1
2017-12-12Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte1-0/+8
2017-12-12VMS build file template: adapt for when someone disabled 'makedepend'Richard Levitte1-2/+5
2017-12-12Restore makedepend capabilities for Windows and VMSRichard Levitte1-3/+10
2017-12-12Note the removal of Makefile.shared in CHANGESRichard Levitte1-0/+6
2017-12-12Remove Makefile.shared, as it's now entirely unusedRichard Levitte1-521/+0
2017-12-12Configure et al: cleanupsRichard Levitte4-59/+11
2017-12-12build.info: adapt to the new handling of .rc / .def / .map / .opt filesRichard Levitte1-2/+46
2017-12-12Build file templates: Replace the use of Makefile.sharedRichard Levitte5-151/+157
2017-12-12Configure: Recognise .rc and .def / .map / .opt as source filesRichard Levitte1-1/+14
2017-12-12Configure: Read in extra information to help create shared librariesRichard Levitte4-10/+155
2017-12-12Configure: Add read_eval_file, a general purpose perl file reader/evaluatorRichard Levitte7-17/+30
2017-12-12Minor improvements to ssl.podDaniel Bevenius1-10/+10
2017-12-11Fix typo in commentBenjamin Kaduk1-1/+1
2017-12-11Configure: move the processing of predefined macros to a functionRichard Levitte1-22/+35
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior5-17/+7