aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix warnings exposed by clang-3.8Emilia Kasper2016-04-101-2/+2
* Make DH opaqueMatt Caswell2016-04-092-14/+24
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-28/+39
* Make the RSA structure opaqueRichard Levitte2016-04-064-12/+20
* Fix no-ocspMatt Caswell2016-04-063-4/+24
* Add a check of the FD_SETSIZE before the call to select()Andrea Grandi2016-04-061-0/+10
* fix memory leak in caDr. Stephen Henson2016-04-051-1/+1
* Fix a shadow symbol warningFdaSilvaYY2016-04-041-5/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY2016-04-041-0/+1
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-043-19/+11
* Fix mixed declarations and codeViktor Dukhovni2016-04-031-1/+2
* apps/Makefile.in: add tsget rule.Andy Polyakov2016-04-031-0/+4
* After saving errno clear it before calls to strtol et. al.Viktor Dukhovni2016-04-031-0/+4
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-032-2/+11
* Make DSA_METHOD opaqueMatt Caswell2016-04-034-10/+23
* Make the DSA structure opaqueMatt Caswell2016-04-035-35/+86
* apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte2016-04-021-1/+1
* Force argv to be an array of long pointers on VMSRichard Levitte2016-04-013-20/+14
* Make the use of perl more consistentRichard Levitte2016-04-012-2/+3
* Fix "no-ui" configurationRichard Levitte2016-03-316-46/+116
* Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte2016-03-311-4/+10
* Fix pointer size issues with argv on VMSRichard Levitte2016-03-303-12/+23
* Fix pointer size issue with setbuf() on VMSRichard Levitte2016-03-301-0/+14
* Fix no-rc4.Ben Laurie2016-03-221-1/+4
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-213-1/+13
* Fix no-ts with --strict-warningsMatt Caswell2016-03-211-2/+3
* Fix no-sockMatt Caswell2016-03-217-4/+32
* Fix no-gostMatt Caswell2016-03-212-3/+3