summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Add -srp option to ciphers command.Dr. Stephen Henson2016-05-101-0/+21
* IRIX fixes.Andy Polyakov2016-05-101-0/+3
* Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen2016-05-091-12/+5
* Fix error in the loop of ECDHAndrea Grandi2016-05-091-14/+14
* fix tab-space mixed indentationFdaSilvaYY2016-05-092-4/+4
* Handle no async jobs in libsslMatt Caswell2016-05-052-0/+13
* remove unused macros in list -disabledJ Mohan Rao Arisankala2016-05-051-6/+0
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-041-4/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-0413-32/+33
* Remove stale errors from early connection attempts in a clientMatt Caswell2016-05-041-0/+2
* Update Diffie-Hellman parameters to IANA standardsChristian Bundy2016-05-033-31/+34
* Don't use an uninitialised variable in srp applicationMatt Caswell2016-04-291-2/+1
* Check for a NULL return value from a call to X509_STORE_CTX_new()Matt Caswell2016-04-291-1/+1
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-291-39/+54
* make updateRichard Levitte2016-04-291-2/+0
* apps/progs.pl: don't make digests disablable by defaultRichard Levitte2016-04-291-1/+1
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Fix no-engine no-ui.Ben Laurie2016-04-271-0/+2
* Fix passwd seg faultMatt Caswell2016-04-271-0/+1
* Remove the never-functional no-sctBenjamin Kaduk2016-04-261-3/+0
* Remove some OPENSSL_NO_SHA that snuck inBenjamin Kaduk2016-04-262-15/+0
* Fix NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-0/+1
* Remove some unneccessary assignments to argcMatt Caswell2016-04-212-4/+2
* Remove some unused argc assignmentsMatt Caswell2016-04-212-2/+0
* 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-215-5/+1
* Update copyright; generated files.Rich Salz2016-04-201-6/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-159/+0
* Fix no-sock on WindowsMatt Caswell2016-04-201-5/+10
* Don't use select on WindowsMatt Caswell2016-04-201-0/+3
* Copyright consolidation: perl filesRich Salz2016-04-203-14/+20
* Make string_to_hex/hex_to_string publicRich Salz2016-04-187-47/+9
* Rename some lowercase API'sRich Salz2016-04-182-4/+4
* Signed/unsigned compare.Ben Laurie2016-04-181-1/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-155-39/+51
* Fix no-stdio and no-autoalginitMatt Caswell2016-04-141-17/+19
* make updateMatt Caswell2016-04-131-2/+10
* Remove OPENSSL_NO_HMACMatt Caswell2016-04-131-3/+0
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-132-13/+0
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-134-49/+4
* Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte2016-04-131-6/+9
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-136-6/+0
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-132-13/+0
* Fix conditional compile logic in speed.cMatt Caswell2016-04-131-1/+1
* Fix setting of debug callback in apps/enc.cRichard Levitte2016-04-131-7/+11
* Fix the no-nextprotoneg optionMatt Caswell2016-04-111-0/+2