aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rename PACKETW to WPACKETMatt Caswell2016-09-139-226/+226
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-1313-390/+585
* First pass at writing a writeable packets APIMatt Caswell2016-09-133-1/+412
* Add enginesdir to libcrypto.pc pkg-config fileDavid Woodhouse2016-09-121-0/+1
* VMS: Don't force symbol mixed case when building DSOsRichard Levitte2016-09-111-1/+2
* VMS: be less picky when loading DSOsRichard Levitte2016-09-112-15/+7
* util/shlib_wrap.sh is now auto-generated so tell git to ignore itMatt Caswell2016-09-111-0/+1
* Fix EC_KEY_print so it prints out private key informationTim Hudson2016-09-101-1/+1
* Trim config outputRich Salz2016-09-092-44/+26
* VMS: Use different C flags for programs that aren't to be installedRichard Levitte2016-09-092-3/+16
* Build file templates: additional information to build file template functionsRichard Levitte2016-09-091-6/+23
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-081-1/+5
* Travis: Do asan and msan with shared librariesRichard Levitte2016-09-081-3/+3
* Fix mem leaks during auto-deinitMatt Caswell2016-09-085-0/+5
* Ensure trace recognises X25519Matt Caswell2016-09-081-0/+1
* engines/afalg: make it compile with backward compatibility headers.Andy Polyakov2016-09-081-3/+6
* Configurations/10-main.cf: AIX "facelift".Andy Polyakov2016-09-082-7/+13
* chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov2016-09-081-0/+1
* Add missing debug strings.Rich Salz2016-09-071-0/+20
* Allow asan, msan and ubsan to be configured with shared librariesRichard Levitte2016-09-074-7/+14
* Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse2016-09-071-0/+4
* Configure: Reorganise the checking of disabled optionsRichard Levitte2016-09-071-17/+18
* GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor2016-09-071-1/+1
* Misc BN fixesRich Salz2016-09-065-16/+27
* Correct detection of group end in map file when testing symbol presenceRichard Levitte2016-09-061-0/+1
* Unix build: have the makedepend and cc actions in one recipeRichard Levitte2016-09-051-19/+16
* modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov2016-09-031-1/+3
* Configure: clarify and refine -static.Andy Polyakov2016-09-031-0/+17
* Configurations/10-main.conf: add android64-mips64 target.Andy Polyakov2016-09-021-0/+13
* MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2016-09-0212-483/+609
* Configurations/10-main.conf: add android64-x86_64 target.Andy Polyakov2016-09-021-0/+4
* Configurations/10-main.conf: fix omittions in commentary.Andy Polyakov2016-09-021-2/+2
* Configurations/10-main.conf: remove solaris-x86-cc target.Andy Polyakov2016-09-021-14/+13
* Move 05-test_fuzz.t to 90-test_fuzz.tRichard Levitte2016-09-011-0/+0
* Document the enhanced tests specificationRichard Levitte2016-09-011-0/+35
* Revert "INSTALL: add information on option no-fuzz-test"Richard Levitte2016-09-011-5/+0
* Revert "Make it possible to disable fuzz testing"Richard Levitte2016-09-012-4/+0
* Add a more versatile test chooserRichard Levitte2016-09-011-23/+48
* INSTALL: add information on option no-fuzz-testRichard Levitte2016-08-311-0/+5
* INSTALL: add information on the environment variable BUILDFILERichard Levitte2016-08-311-0/+7
* INSTALL: clarify OPENSSL_LOCAL_CONFIG_DIRRichard Levitte2016-08-311-6/+12
* Have Configure's HASH or TABLE produce complete listsRichard Levitte2016-08-312-9/+27
* Configure's print_table_entry printed incorrect informationRichard Levitte2016-08-311-18/+30
* Make it possible to disable fuzz testingRichard Levitte2016-08-312-0/+4
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-312-3/+3
* The Perl interpreter might be in a path with spaces, so maybe quote itRichard Levitte2016-08-311-1/+10
* Code cleanup UIRich Salz2016-08-311-20/+2
* Add some CertStatus testsMatt Caswell2016-08-3010-2/+303
* Ensure the CertStatus message adds a DTLS message header where neededMatt Caswell2016-08-301-13/+14
* Configure: save away the value of OPENSSL_LOCAL_CONFIG_DIR for reconfRichard Levitte2016-08-301-34/+39