summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Wmaybe-uninitialized: initialize variableEmilia Kasper2015-04-271-1/+1
* Fix the check of test apps in util/mk1mf.plRichard Levitte2015-04-271-2/+9
* Small fixes after the Big apps cleanupRichard Levitte2015-04-271-1/+1
* Add readline (etc) supportRich Salz2015-04-271-2/+30
* Simplify parse_yesno; remove local variableRich Salz2015-04-271-9/+3
* Fix typo in help & comment formattingRich Salz2015-04-271-4/+4
* Fix error messageRich Salz2015-04-261-1/+1
* Fix main build breakage.Rich Salz2015-04-262-4/+6
* Remove the special list-xxxx commandsRich Salz2015-04-263-79/+47
* RT2962: add -keytab and -krb5svc flags.Rich Salz2015-04-261-1/+12
* Free malloc data on encoding errors.Rich Salz2015-04-261-5/+7
* apps-cleanup: the doc fixesRich Salz2015-04-254-13/+14
* Quote HTML entities in s_server outputRich Salz2015-04-251-1/+16
* RT2206: Add -issuer flag to ocsp commandRich Salz2015-04-251-1/+17
* Remove EFENCE support.Rich Salz2015-04-252-24/+0
* RT2451: Add telnet to s_client -starttlsRich Salz2015-04-251-5/+45
* Add -nocommands to s_client.Rich Salz2015-04-251-5/+9
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-2531-218/+88
* Add missing BIO_flush() callsRich Salz2015-04-251-0/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-2465-13136/+10760
* Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper2015-04-241-3/+10
* Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper2015-04-241-0/+3
* Fix CRYPTO_strdupLoganaden Velvindron2015-04-221-0/+3
* SSL_CIPHER lookup functions.Dr. Stephen Henson2015-04-223-125/+107
* Avoid "no config file" warning messageRich Salz2015-04-211-2/+2
* ssltest output cleanupRich Salz2015-04-211-45/+36
* test/Makefile dclean cleans out a few files too many.Richard Levitte2015-04-211-2/+1
* Repair EAP-FAST session resumptionEmilia Kasper2015-04-213-19/+101
* Engage ec/asm/ecp_nistz256-sparcv9 module.Andy Polyakov2015-04-211-0/+1
* Add ec/asm/ecp_nistz256-sparcv9.pl.Andy Polyakov2015-04-212-0/+3048
* modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov2015-04-211-0/+1
* aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov2015-04-201-1/+1
* aes/asm/aesni-x86[_64].pl update.Andy Polyakov2015-04-202-239/+1025
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-2014-136/+327
* Configure: Engage ecp_nistz256-armv8 module.Andy Polyakov2015-04-201-0/+1
* Add ecp_nistz256-armv8 module.Andy Polyakov2015-04-202-0/+1568
* Configure: add initial support for 64-bit Android.Andy Polyakov2015-04-201-0/+12
* crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov2015-04-202-150/+136
* ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov2015-04-203-30/+30
* Configure: engage ARMv8 Montgomery multiplication module.Andy Polyakov2015-04-201-0/+1
* Add ARMv8 Montgomery multiplication module.Andy Polyakov2015-04-201-0/+244
* aes/asm/vpaes-armv8.pl: make it compile on iOS.Andy Polyakov2015-04-201-5/+8
* Remove SET oid config file and SET certsRich Salz2015-04-207-134/+0
* Use 2K RSA and SHA256 in testsRich Salz2015-04-206-9/+9
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Error out immediately on empty ciphers list.Emilia Kasper2015-04-171-7/+6
* Use -Wall -Wextra with clangEmilia Kasper2015-04-172-2/+9
* SunOS non-posix shells do not grok export name=valueViktor Dukhovni2015-04-171-3/+5
* Code style: space after 'if'Viktor Dukhovni2015-04-1654-217/+220
* Remove code for deleted function from ssl.hEmilia Kasper2015-04-161-1/+0