aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-0665-66/+66
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-062-3/+4
* openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson2018-11-211-0/+2
* Update copyright yearMatt Caswell2018-11-201-1/+1
* Add option to read pkeyopts interactivelyJohannes Bauer2018-11-181-2/+53
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-121-1/+2
* Check return value of EVP_PKEY_newMansour Ahmadi2018-11-101-0/+3
* apps: Stop pretending to care about Netscape keysRichard Levitte2018-11-024-8/+7
* openssl list -mac-algorithms support.Pauli2018-11-021-1/+20
* apps/rehash.c: Convert ISO-8859-1 to UTF-8Richard Levitte2018-10-291-1/+1
* Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell2018-10-191-3/+2
* Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre2018-10-171-9/+10
* Fix copy&paste error found in Coverity scanTomas Mraz2018-10-131-1/+1
* apps: allow empty attribute values with -subjBenjamin Kaduk2018-10-081-0/+6
* Fix a mem leak in the ocsp appMatt Caswell2018-10-021-0/+2
* 'openssl list': add option -objects to list built in objectsRichard Levitte2018-10-011-1/+57
* Create the .rnd file it it does not existBernd Edlinger2018-09-233-5/+0
* typo-fixes: miscellaneous typo fixesagnosticdev2018-09-211-1/+1
* Don't allow -early_data with other options where it doesn't workMatt Caswell2018-09-131-0/+5
* Speed for HMACs.Pauli2018-09-121-4/+56
* Don't cast an int * to a size_t *Matt Caswell2018-09-101-8/+9
* Support EdDSA in apps/speedPaul Yang2018-09-071-2/+226
* New openssl subject parser hard to debugEric Curtin2018-09-051-1/+7
* openssl req: don't try to report bitsRichard Levitte2018-09-041-2/+1
* Free SSL object on an error pathMatt Caswell2018-08-301-2/+6
* Do not ignore EVP_PKEY_print_public/EVP_PKEY_print_private return valuesDmitry Belyavskiy2018-08-241-12/+20
* Ignore the digest in req app if using EdDSAMatt Caswell2018-08-221-1/+10
* Improve the usability of the ca app using EdDSAMatt Caswell2018-08-221-9/+13
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-7/+7
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-1/+1
* apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli2018-07-302-31/+15
* apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov2018-07-261-4/+3
* apps/dsaparam.c: make dsaparam -C output strict-warnings-friendly.Andy Polyakov2018-07-251-1/+1
* Make sure the 'tsget' script is called 'tsget.pl' everywhereRichard Levitte2018-07-231-4/+3
* apps/dsaparam.c: fix -C output.Andy Polyakov2018-07-221-12/+15
* apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer2018-07-121-7/+15
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-0/+1
* apps/req.c: fix -addext option.Andy Polyakov2018-07-091-14/+11
* Don't fail if the PSK identity doesn't matchMatt Caswell2018-07-061-2/+5
* Add the ability to configure recv_max_early_data via s_serverMatt Caswell2018-07-061-4/+15
* Reject duplicate -addext parametersRich Salz2018-07-051-3/+77
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-0/+5
* Only dump session data after we have received itMatt Caswell2018-06-261-15/+39
* apps/speed.c: add missing checks for RAND_bytes()捷成吴2018-06-241-2/+4
* Support directories with "." in x509_load_serial()Ana María Martínez Gómez2018-06-241-1/+1
* apps/ca: fix useless get before delete.FdaSilvaYY2018-06-211-3/+3
* openssl ca: open the output file as late as possibleRichard Levitte2018-06-211-4/+12
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+7
* Fix no-dsaMatt Caswell2018-06-071-0/+2
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-054-0/+30