aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* RT 3854: Update apps/reqEmilia Kasper2016-02-121-2/+2
* make generateRichard Levitte2016-02-121-12/+12
* Generate progs.h from a bunch of files instead of internal knowledgeRichard Levitte2016-02-123-23/+27
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-111-1/+1
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-0/+3
* Fix engine key support in cms and req utilities.Dr. Stephen Henson2016-02-112-5/+5
* The protocol variable has lost its use, remove itRichard Levitte2016-02-111-12/+2
* Fix errstr error code parsingMatt Caswell2016-02-111-1/+1
* Use the protocol we know rather than BIO_ADDRINFO_protocol(res)Richard Levitte2016-02-101-2/+2
* Don't assert protocol equalityRichard Levitte2016-02-101-4/+2
* typoDr. Stephen Henson2016-02-101-2/+2
* Make it possible to get ENGINESDIR info from OpenSSL_versionsRichard Levitte2016-02-101-0/+7
* Attempt to log an error if init failedMatt Caswell2016-02-101-0/+5
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-2/+3
* Improve recent option help string additionsViktor Dukhovni2016-02-101-27/+30
* Deprecate the -issuer_checks debugging optionViktor Dukhovni2016-02-102-3/+2
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-2/+2
* clean away old VMS cruftRichard Levitte2016-02-103-1497/+0
* unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte2016-02-101-1/+2
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+6
* Simplify the specification of include dirs in the build dirRichard Levitte2016-02-101-2/+2
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-0911-99/+61
* GH646: Update help for s_server command.A J Mohan Rao2016-02-092-81/+128
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-1/+1
* Get the apps to use auto-init/de-initMatt Caswell2016-02-091-30/+4
* Auto init/deinit libcryptoMatt Caswell2016-02-092-8/+0
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-083-16/+79
* fix various formatting issuesDr. Stephen Henson2016-02-081-1/+3
* Use new namesDr. Stephen Henson2016-02-081-4/+4
* Use accessors in pkcs12 app.Dr. Stephen Henson2016-02-081-11/+19
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-082-3/+3
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-087-15/+14
* more doc fixesRich Salz2016-02-074-15/+18
* commands help cleanupA J Mohan Rao2016-02-064-8/+14
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-2/+3
* GH634: fix potential memory leakInsu Yun2016-02-061-0/+1
* RT4194: Restore old engine parameter parsing.Rich Salz2016-02-061-22/+42
* GH601: Various spelling fixes.FdaSilvaYY2016-02-052-2/+2
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-1/+1
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-2/+4
* Fix pkeyutl inability to directly access keys on hardware tokensMouse2016-02-041-5/+18
* Add ec -check optionDr. Stephen Henson2016-02-041-2/+15
* RT2887: Add more packet and handshake typesDaniel Black2016-02-041-0/+7
* Refactoring BIO: Adapt s_client and s_serverRichard Levitte2016-02-034-605/+364
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-032-47/+27
* RT3234: disable compressionEmilia Kasper2016-02-031-3/+3
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-025-68/+119
* constify PACKETEmilia Kasper2016-02-013-4/+4
* add option to exclude public key from EC keysDr. Stephen Henson2016-02-011-1/+10