summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell
2016-09-13Rename PACKETW to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-09-13First pass at writing a writeable packets APIMatt Caswell
2016-09-12Add enginesdir to libcrypto.pc pkg-config fileDavid Woodhouse
2016-09-11VMS: Don't force symbol mixed case when building DSOsRichard Levitte
2016-09-11VMS: be less picky when loading DSOsRichard Levitte
2016-09-11util/shlib_wrap.sh is now auto-generated so tell git to ignore itMatt Caswell
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson
2016-09-09Trim config outputRich Salz
2016-09-09VMS: Use different C flags for programs that aren't to be installedRichard Levitte
2016-09-09Build file templates: additional information to build file template functionsRichard Levitte
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-09-08Travis: Do asan and msan with shared librariesRichard Levitte
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-09-08Ensure trace recognises X25519Matt Caswell
2016-09-08engines/afalg: make it compile with backward compatibility headers.Andy Polyakov
2016-09-08Configurations/10-main.cf: AIX "facelift".Andy Polyakov
2016-09-08chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov
2016-09-07Add missing debug strings.Rich Salz
2016-09-07Allow asan, msan and ubsan to be configured with shared librariesRichard Levitte
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-09-07Configure: Reorganise the checking of disabled optionsRichard Levitte
2016-09-07GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor
2016-09-06Misc BN fixesRich Salz
2016-09-06Correct detection of group end in map file when testing symbol presenceRichard Levitte
2016-09-05Unix build: have the makedepend and cc actions in one recipeRichard Levitte
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov
2016-09-03Configure: clarify and refine -static.Andy Polyakov
2016-09-02Configurations/10-main.conf: add android64-mips64 target.Andy Polyakov
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov
2016-09-02Configurations/10-main.conf: add android64-x86_64 target.Andy Polyakov
2016-09-02Configurations/10-main.conf: fix omittions in commentary.Andy Polyakov
2016-09-02Configurations/10-main.conf: remove solaris-x86-cc target.Andy Polyakov
2016-09-01Move 05-test_fuzz.t to 90-test_fuzz.tRichard Levitte
2016-09-01Document the enhanced tests specificationRichard Levitte
2016-09-01Revert "INSTALL: add information on option no-fuzz-test"Richard Levitte
2016-09-01Revert "Make it possible to disable fuzz testing"Richard Levitte
2016-09-01Add a more versatile test chooserRichard Levitte
2016-08-31INSTALL: add information on option no-fuzz-testRichard Levitte
2016-08-31INSTALL: add information on the environment variable BUILDFILERichard Levitte
2016-08-31INSTALL: clarify OPENSSL_LOCAL_CONFIG_DIRRichard Levitte
2016-08-31Have Configure's HASH or TABLE produce complete listsRichard Levitte
2016-08-31Configure's print_table_entry printed incorrect informationRichard Levitte
2016-08-31Make it possible to disable fuzz testingRichard Levitte
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-31The Perl interpreter might be in a path with spaces, so maybe quote itRichard Levitte
2016-08-31Code cleanup UIRich Salz
2016-08-30Add some CertStatus testsMatt Caswell
2016-08-30Ensure the CertStatus message adds a DTLS message header where neededMatt Caswell