aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix no-dsa on Windows/VMSMatt Caswell2016-04-222-9/+11
* Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell2016-04-221-2/+2
* Fix no-cmac on Windows/VMSMatt Caswell2016-04-223-9/+14
* Unified copyright for test recipesRich Salz2016-04-2275-533/+580
* Add a best effort test to check shared library consistencyRichard Levitte2016-04-221-0/+115
* Fix CRYPTO_clear_realloc() bug.Dr. Stephen Henson2016-04-211-2/+3
* Update the Configurations READMEsRichard Levitte2016-04-222-26/+64
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-214-252/+266
* Remove some unneccessary assignments to argcMatt Caswell2016-04-212-4/+2
* Remove some unused argc assignmentsMatt Caswell2016-04-212-2/+0
* Fix a missing return value check in v3_addrMatt Caswell2016-04-211-1/+2
* Add missing return value check in pkcs8 appMatt Caswell2016-04-211-1/+4
* Add missing return value checksMatt Caswell2016-04-211-3/+14
* Fix missing break in option parsingMatt Caswell2016-04-211-0/+1
* Remove some dead codeMatt Caswell2016-04-211-4/+0
* Fix some code maintenance issuesMatt Caswell2016-04-216-6/+2
* BIO socket connect failure was not handled correctly.Davide Galassi2016-04-201-1/+1
* Fix missing IDEA renames (windows build)Michel2016-04-201-4/+4
* Copyright consolidation scriptRich Salz2016-04-201-0/+72
* Travis: _srcdist, not _srcdirRichard Levitte2016-04-201-3/+3
* Fix no-ui on WindowsMatt Caswell2016-04-202-60/+64
* Copyright consolidation; .pm and ConfigureRich Salz2016-04-2014-359/+81
* Update copyright; generated files.Rich Salz2016-04-204-177/+30
* Remove --classic build entirelyRichard Levitte2016-04-2067-4921/+8
* Fix no-sock on WindowsMatt Caswell2016-04-203-87/+102
* Include winsock2.h even if compiling no-sockMatt Caswell2016-04-201-1/+1
* Don't use select on WindowsMatt Caswell2016-04-201-0/+3
* Cascade no-dgram from no-sock in Configure not e_os.hMatt Caswell2016-04-202-5/+1
* Fix no-dgram on WindowsMatt Caswell2016-04-202-21/+18
* Copyright consolidation: perl filesRich Salz2016-04-2081-644/+603
* Fix warnings installing pod filesRainer Jung2016-04-202-3/+3
* Configurations: fix typo in 50-masm.conf.Andy Polyakov2016-04-201-1/+1
* evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov2016-04-202-2/+11
* sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov2016-04-203-5/+20
* Add AES assembly module for Fujitsu SPARC64 X/X+.Andy Polyakov2016-04-203-0/+439
* Configuration: add unsupported masm target.Andy Polyakov2016-04-201-0/+17
* perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov2016-04-201-2/+5
* poly1305/asm/poly1305-x86_64.pl: not all assemblers manage << in constants.Andy Polyakov2016-04-201-5/+5
* Typo, asoutflag -> perlasm_schemeRichard Levitte2016-04-191-1/+1
* Only allow Microsoft assembler with no-asm on WindowsRichard Levitte2016-04-191-7/+29
* Build: Make 'test' depend on 'tests'Richard Levitte2016-04-192-3/+5
* Prepare for 1.1.0-pre6-devMatt Caswell2016-04-192-4/+4
* Prepare for 1.1.0-pre5 releaseOpenSSL_1_1_0-pre5Matt Caswell2016-04-192-3/+3
* Unsigned chars can't be negativeMatt Caswell2016-04-181-4/+5
* Fix PKCS7 memory leakMatt Caswell2016-04-181-0/+1
* Make string_to_hex/hex_to_string publicRich Salz2016-04-1824-178/+175
* Rename some lowercase API'sRich Salz2016-04-1821-205/+231
* NOTES files will contain more requirements, make that explicitRichard Levitte2016-04-181-2/+2
* Haiku x86-64 doesn't need RC4_CHAR.Jérôme Duval2016-04-181-1/+2
* Free methods on destroy.Ben Laurie2016-04-181-4/+10