aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck2017-03-021-1/+155
* Check that async_jobs is not negative and not too high.Bernd Edlinger2017-03-011-1/+7
* Remove GENCB_TEST compile flagRich Salz2017-02-281-51/+1
* Remove some commented out code in the appsMatt Caswell2017-02-283-8/+1
* Code health: Remove obvious VAX C fixupsRichard Levitte2017-02-282-30/+1
* Clean up references to FIPSEmilia Kasper2017-02-281-10/+0
* Remove debugging leftovers in apps/opt.cEmilia Kasper2017-02-281-89/+0
* Remove ancient demoCA directoryDr. Stephen Henson2017-02-284-78/+0
* Print signature type to out, not bio_errDr. Stephen Henson2017-02-261-1/+1
* 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