summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-12-08Make sure ./config passes options to ./Configure correctlyRichard Levitte
2017-12-08Have all relevant config targets use the env() function rather than $ENVRichard Levitte
2017-12-08Document the possibility for command line argument env assignmentsRichard Levitte
2017-12-08Make it possible to add env var assignments as Configure optionsRichard Levitte
2017-12-08Save away the environment variables we rely onRichard Levitte
2017-12-07Fix the buffer sizing in the fatalerrtestMatt Caswell
2017-12-06Update CHANGES and NEWS for new releaseMatt Caswell
2017-12-06Add a test for CVE-2017-3737Matt Caswell
2017-12-06test/bntest.c: add rsaz_1024_mul_avx2 regression test.Andy Polyakov
2017-12-06bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov
2017-12-06Fix the check_fatal macroMatt Caswell
2017-12-06Fix bug in TLSv1.3 PSK processingMatt Caswell
2017-12-05apps/speed.c: detect evp cipher 32-bit ctr overflow and reset ivPatrick Steuer
2017-12-05Add link for more SECLEVEL infoRich Salz
2017-12-05Fix minor typo in comment in rsa_stDaniel Bevenius
2017-12-04Update eng_fat.cMerQGh
2017-12-04modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov
2017-12-04key_A and key_B had 3 references, only 2 were freed.Patrick Steuer
2017-12-04apps/speed.c: use 32 byte key material as defaultPatrick Steuer
2017-12-04apps/speed.c: add -seconds and -bytes optionsPatrick Steuer
2017-12-04Fix some formatting nitsMatt Caswell
2017-12-04Remove spurious whitespaceMatt Caswell
2017-12-04Update an error reason code to be ERR_R_SHOULD_NOT_HAVE_BEEN_CALLEDMatt Caswell
2017-12-04Fix the Boring tests following the SSLfatal() changesMatt Caswell
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Assert that SSLfatal() only gets called onceMatt Caswell
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-12-04Replace some usage of SSLerr with SSLfatal()Matt Caswell
2017-12-04Provide an SSLfatal() macroMatt Caswell
2017-12-03Adjusted Argument IndicesMarkus Sauermann
2017-11-30Make possible variant SONAMEs and symbol versionsViktor Dukhovni
2017-11-30Add "friendly name" extractorRich Salz
2017-11-30Add sk_new_reserve supportTodd Short
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-29A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.Pauli
2017-11-28Fix chacha-armv4.pl with clang -fno-integrated-as.David Benjamin
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-28rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov
2017-11-28Fix lshift testsMatt Caswell
2017-11-28Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY
2017-11-28Fix SSL_state_string() and SSL_state_string_long()Matt Caswell