summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-19MIPS assembly pack: default heuristic detection to little-endian.Andy Polyakov
2018-03-19Configurations/15-android.conf: refine clang support.Andy Polyakov
2018-03-19Configure: pass -no-integrated-as.Andy Polyakov
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-19Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger
2018-03-19Fix no-cmacMatt Caswell
2018-03-19Fix no-ecMatt Caswell
2018-03-19Add a CHANGES entry to mention the replay protection capabilitiesMatt Caswell
2018-03-19Document the replay protection capabilitiesMatt Caswell
2018-03-19Add a test for 0RTT replay protectionMatt Caswell
2018-03-19Add an anti-replay mechanismMatt Caswell
2018-03-19Don't update the session cache when processing a client certificate in TLSv1.3Matt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-19engines/asm/e_padlock*: add support for Zhaoxin's x86 platformJeffZhao
2018-03-19Clarify a couple of details around "make variables"Richard Levitte
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte
2018-03-19Add a simple method to run regression testsRichard Levitte
2018-03-18NOTES.WIN: classify targets to "native" and "hosted" and restructure.Andy Polyakov
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-17ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fix a memory leak in tls1_macBernd Edlinger
2018-03-17Fix a memory leak in n_ssl3_macBernd Edlinger
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-16INSTALL: Add a note about backward compatibility and "make variables"Richard Levitte
2018-03-16Configure: maintain compability with pre-"make variables" ConfigureRichard Levitte
2018-03-16Configure: Don't fail if there were "make variables" set in envRichard Levitte
2018-03-16VMS C: reduce the dependency paths to be relativeRichard Levitte
2018-03-16Visual C: reduce the dependency paths to be relativeRichard Levitte
2018-03-16util/add-depends.pl: add the possibility for debug printoutsRichard Levitte
2018-03-16Move all dependency post-processing to util/add-depends.plRichard Levitte
2018-03-15VMS: add alias macros to avoid 31 character symbol name limit warningRichard Levitte
2018-03-15Windows makefile: don't use different looking variants of same cmdRichard Levitte
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Add code to run test, get malloc countsRich Salz
2018-03-15util/postprocess-makedepend.pl: make an effort to collect dependenciesRichard Levitte
2018-03-15util/postprocess-makedepend.pl: For VC, don't include system headersRichard Levitte
2018-03-15Streamline dependency generationRichard Levitte
2018-03-15Fix no-chacha and no-poly1305Matt Caswell
2018-03-15Fix a memory leak in the ca applicationMatt Caswell
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell
2018-03-15Report a readable error on a duplicate cert in ca appMatt Caswell
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Make sure all errors go on the stack in the EVP_PKEY_new*() functionsMatt Caswell