aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add missing casts.Rich Salz2016-07-281-1/+1
* Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson2016-07-191-10/+64
* Disallow multiple protocol flags to s_server and s_clientMatt Caswell2016-07-084-9/+62
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-291-0/+2
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-273-4/+4
* Fix missing opening bracesRichard Levitte2016-06-201-2/+2
* apps/req.c: Increment the right variable when parsing '+'Richard Levitte2016-06-201-4/+3
* Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell2016-06-161-1/+1
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-151-1/+1
* Fix link error.Dr. Stephen Henson2016-06-122-2/+2
* Don't skip leading zeroes in PSK keys.Dr. Stephen Henson2016-06-122-38/+28
* openssl verify: only display the command usage on usage errorsRichard Levitte2016-05-201-10/+11
* Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte2016-05-201-1/+0
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+6
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+1
* Add -signcert to CA.pl usage message.Dr. Stephen Henson2016-05-111-2/+1
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-051-4/+5
* Fix NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-241-18/+31
* RT 3854: Update apps/reqEmilia Kasper2016-02-121-2/+2
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-024-43/+63
* GH611: s_client help message bugRich Salz2016-02-021-2/+0
* pkeyutl: allow peerkey for EC_DERIVE to reside on a hardware token (public ke...Mouse2016-01-221-4/+8
* GH issue 572: Error in help messageRich Salz2016-01-202-2/+2
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-142-7/+2
* Changed help outputUri Blumenthal2016-01-131-2/+2
* Pass engine=NULL to EVP_PKEY_CTX_new(), unless "-engine_impl" was givenMouse2016-01-131-9/+17
* Remove unnecessary debugging fprintfMouse2016-01-131-1/+0
* Fixed a bug preventing pkeyutl from accessing keys directly on the token via ...Mouse2016-01-131-2/+7
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-021-26/+16
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
* Fix missing malloc return value checksMatt Caswell2015-11-091-0/+2
* Remove useless codeAlessandro Ghedini2015-10-234-19/+3
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-2/+2
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* SRP memory leak fixDr. Stephen Henson2015-09-281-0/+3
* Make SRP work with -wwwDr. Stephen Henson2015-09-201-0/+45
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-8/+0
* Check for FIPS mode after loading config.Dr. Stephen Henson2015-09-121-7/+7
* Use default field separator.Dr. Stephen Henson2015-09-111-1/+5
* GH351: -help text for some s_client/s_server flagsHubert Kario2015-08-262-0/+14
* GH371: Print debug info for ALPN extensionAlessandro Ghedini2015-08-261-0/+5
* GH345: Remove stderr outputRich Salz2015-08-161-3/+0
* Remove extra '; \' in apps/MakefileRichard Levitte2015-07-131-1/+1
* Exit on error in ecparamPeter Waltenberg2015-07-091-2/+3
* RT3682: Avoid double-free on OCSP parse errorRich Salz2015-06-231-0/+1
* make updateRichard Levitte2015-06-111-0/+22
* Correction of make depend merge errorRichard Levitte2015-06-111-1/+1
* When making libcrypto from apps or test, make sure to include enginesRichard Levitte2015-06-101-2/+2
* make updateDr. Stephen Henson2015-06-031-22/+0