aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Check for the presence of _WIN32 rather than its value.Richard Levitte2017-02-231-2/+2
* In apps/rehash.c, decorate the inclusion of internal/o_dir.h for VMSRichard Levitte2017-02-231-0/+16
* On VMS, massage the fetch file names to remove the generation numberRichard Levitte2017-02-231-0/+19
* Let the output from 'openssl enc -ciphers' go to stdoutRichard Levitte2017-02-231-3/+4
* Make "openssl rehash" work on VMS 8.3 and upRichard Levitte2017-02-221-2/+16
* apps/req.c: flag "-new" is implied by "-precert"Rob Percival2017-02-222-5/+4
* Change CA.pl flag from --newprecert to --precertRob Percival2017-02-221-1/+1
* Adds a "-precert" flag to "openssl req" for creating pre-certificatesRob Percival2017-02-222-1/+19
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-212-8/+12
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-211-5/+7
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-215-7/+30
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-1/+4
* Added '-nameopt' option to the verify command.Dmitry Belyavskiy2017-02-201-3/+14
* Updates following review feedbackMatt Caswell2017-02-171-2/+2
* Add the ability for s_client to send a KeyUpdate messageMatt Caswell2017-02-171-1/+11
* Add a capability to s_server to send KeyUpdate messagesMatt Caswell2017-02-171-0/+14
* Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns2017-02-161-1/+1
* Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck2017-02-151-4/+14
* Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck2017-02-144-13/+81
* Make -xcert work again.Dr. Stephen Henson2017-02-141-0/+1
* mem leak on error path and error propagation fixYuchi2017-02-141-1/+7
* speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica2017-02-101-7/+3
* speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica2017-02-101-12/+6
* speed.c: simplify aggregation of dsa --multi resultsCristian Stoica2017-02-101-12/+6
* speed.c: simplify aggregation of rsa --multi resultsCristian Stoica2017-02-101-12/+6
* SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu2017-02-091-1/+1
* apps: Add support for writing a keylog filePeter Wu2017-02-074-0/+68
* Remove unused variablePauli2017-02-071-3/+0
* Fix parsing of serial# in reqRich Salz2017-02-061-1/+1
* Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck2017-02-031-1/+30
* fix style issuesDr. Stephen Henson2017-01-301-1/+1
* Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson2017-01-301-11/+28
* More complete PSS support.Dr. Stephen Henson2017-01-301-0/+2
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-3/+3
* Update the s_client -sess_out feature to work for TLSv1.3Matt Caswell2017-01-301-10/+31
* Fix a few double ;FdaSilvaYY2017-01-251-1/+1
* Fix some style and indent issueFdaSilvaYY2017-01-251-21/+16
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-253-3/+3
* s_client: Better response success check for CONNECTRichard Levitte2017-01-251-10/+30
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-2/+0
* Fix use before assignmentFdaSilvaYY2017-01-231-5/+4
* 'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang2017-01-211-16/+38
* Fix list -disabled for blake2 algEasySec2017-01-171-1/+1
* Enable apps to get a UI_METHOD for the default prompterRichard Levitte2017-01-112-0/+6
* print errors in pkey utilityDr. Stephen Henson2017-01-081-0/+2
* Make sure that password_callback exercises UIRichard Levitte2016-12-081-17/+11
* Fix some style issues with TLSv1.3 state machine PRMatt Caswell2016-11-231-0/+4
* Fix some style issues identified during reviewMatt Caswell2016-11-231-4/+4
* Add an s_server capability to read an OCSP Response from a fileMatt Caswell2016-11-231-31/+80
* Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck2016-11-181-6/+2