aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-2/+6
* s_client: fix not to send a command letter of RShigeki Ohtsu2019-01-271-3/+1
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-244-4/+38
* Fix s_client so that it builds on WindowsMatt Caswell2019-01-241-2/+4
* Build: use attributes to indicate installed script classesRichard Levitte2019-01-221-1/+4
* Build: Change all _NO_INST to use attributes instead.Richard Levitte2019-01-221-1/+1
* Make ca command silently use default if .attr file does not existBernd Edlinger2019-01-211-1/+1
* s_client: Add basic proxy authentication supportMarc2019-01-181-5/+76
* apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte2019-01-161-5/+8
* Coverity fix in apps/oscpFdaSilvaYY2018-12-221-1/+1
* Some code-cleanup/simplification in appsRich Salz2018-12-192-66/+64
* Fix s_client hang on non-compliant NNTP server testQuantomicus2018-12-171-6/+10
* Add RFC5297 AES-SIV supportTodd Short2018-12-121-0/+4
* apps/tsget.in: use the full version in the user agent stringRichard Levitte2018-12-101-1/+1
* apps: print Kernel TLS in s_client and s_serverBoris Pismenny2018-12-072-0/+8
* 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