aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Increase buffer size for passwords in pkcs12 CLIRodger Combs2015-06-061-1/+1
* Standardize handling of #ifdef'd options.Rich Salz2015-06-0222-219/+222
* RT832: Use REUSEADDR in ocsp responderRich Salz2015-06-021-9/+14
* RT3848: Call SSL_COMP_free_compression_methodsGunnar Kudrjavets2015-06-021-0/+1
* fix warningDr. Stephen Henson2015-05-301-1/+1
* fix asn1parse -informDr. Stephen Henson2015-05-291-1/+1
* Restore module loadingRichard Levitte2015-05-2943-14/+186
* Fix double BIO_free in reqRichard Levitte2015-05-291-0/+1
* RT3876: Only load config when neededRich Salz2015-05-2810-241/+73
* scrypt in pkcs8 utilDr. Stephen Henson2015-05-261-4/+35
* Add function PKCS8_set0_pbeDr. Stephen Henson2015-05-261-4/+16
* RT3861: Mem/bio leak in req commandHanno Böck2015-05-251-0/+1
* Fix segfault in ec commandRich Salz2015-05-251-0/+1
* fix s_client crashRich Salz2015-05-251-3/+4
* Missed a couple of spots in the update changeRichard Levitte2015-05-231-7/+5
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-224-132/+51
* RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp2015-05-221-6/+48
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+5
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-223-12/+40
* Replace switch/assignments with table lookupRich Salz2015-05-202-388/+173
* Remove dh512.pemEmilia Kasper2015-05-201-9/+0
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Version negotiation rewrite cleanupMatt Caswell2015-05-161-67/+63
* Client side version negotiation rewriteMatt Caswell2015-05-163-3/+3
* Server side version negotiation rewriteMatt Caswell2015-05-162-2/+2
* Use #error in openssl/srp.hRich Salz2015-05-153-0/+17
* Add missing ctype.hRich Salz2015-05-131-0/+1
* Fix ocsp bugsRich Salz2015-05-131-21/+37
* Remove Kerberos support from libsslMatt Caswell2015-05-131-170/+162
* Remove Kerberos support from appsMatt Caswell2015-05-133-78/+5
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-1114-93/+101
* Add missing terminating NULL to speed_options table.Kurt Cancemi2015-05-111-0/+1
* Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen2015-05-111-0/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-069-32/+33
* Make -CAserial a type 's' optionRichard Levitte2015-05-061-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-063-3/+3
* Fix s_server version specific methodsMatt Caswell2015-05-061-7/+7
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-053-8/+8
* Fix windows buildMatt Caswell2015-05-051-1/+1
* Remove apps cache for gethostbynameRich Salz2015-05-051-50/+2
* GH271: Warning on </dev/null to CA.plRich Salz2015-05-041-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-0410-16/+17
* RT2943: Check sizes if -iv and -K argumentsRichard Levitte2015-05-041-4/+9
* Have -K actually take an argument, and correct help textRichard Levitte2015-05-041-1/+1
* RT1369: don't do "helpful" access check.Rich Salz2015-05-041-16/+5
* more OSSL_NELEM casesDr. Stephen Henson2015-05-043-3/+3
* Fix uninitialized variable.Hanno Böck2015-05-021-1/+1
* free NULL cleanup -- codaRich Salz2015-05-0118-115/+61
* free NULL cleanup 11Rich Salz2015-05-012-4/+2
* free null cleanup finaleRich Salz2015-05-0131-175/+81