aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-02-01constify PACKETEmilia Kasper3-4/+4
2016-02-01add option to exclude public key from EC keysDr. Stephen Henson1-1/+10
2016-02-01Fix memory leak and print out keygen errors.Dr. Stephen Henson1-1/+7
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+17
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni1-1/+12
2016-01-31RT3755: Remove duplicate #includeRich Salz1-3/+0
2016-01-30Fix opt_imax() callRichard Levitte2-6/+12
2016-01-29Make opt_imax visible in all appsViktor Dukhovni2-6/+9
2016-01-29Templatize util/domdRich Salz1-1/+1
2016-01-29Better type for x509 -checkend argumentViktor Dukhovni1-3/+10
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte1-2/+2
2016-01-29Implement Async SSL_shutdownMatt Caswell1-2/+23
2016-01-27Remove outdated legacy crypto optionsRich Salz1-1/+0
2016-01-26Remove /* foo.c */ commentsRich Salz4-4/+0
2016-01-25Generate warning textRichard Levitte2-3/+3
2016-01-25Make sure apps/Makefile builds apps/CA.pl by defaultRichard Levitte1-1/+3
2016-01-22Refactor file writing - introduce template driven file writingRichard Levitte2-1/+6
2016-01-22Fix quoting error in SRP printfAndy Isaacson1-1/+1
2016-01-20Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni1-22/+16
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni10-64/+45
2016-01-20Remove update tagsRich Salz1-3/+1
2016-01-20Consolidate "make update"Rich Salz1-1/+1
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson2-5/+5
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni4-45/+110
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen1-9/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk1-0/+6
2016-01-14RT4232: Extra space in help message.Rich Salz2-14/+1
2016-01-14VMS open() doesn't take O_BINARY, but takes a context descriptionRichard Levitte1-1/+11
2016-01-14Rename binmode into textmode and use it correctlyRichard Levitte1-4/+4
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2-3/+2
2016-01-13Fix verify(1) to report failure when verification failsViktor Dukhovni7-103/+113
2016-01-13For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2-3/+6
2016-01-13For stroimax need C99 inttypes.hViktor Dukhovni2-3/+3
2016-01-13Don't return from main(), use EXIT() insteadRichard Levitte1-1/+1
2016-01-13VMS will downcase all command parameters unless they're quotedRichard Levitte1-1/+1
2016-01-12Maximize time_t when intmax_t is availableViktor Dukhovni2-12/+103
2016-01-12Move Makefiles to Makefile.inRich Salz2-1108/+154
2016-01-12Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2-7/+7
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-21/+19
2016-01-12RT4227: Range-check in apps.Rich Salz5-79/+67
2016-01-11Yet another make update.Rich Salz1-516/+647
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2-2/+2
2016-01-11Add lh_new() inliningDr. Stephen Henson1-5/+1
2016-01-11Inline LHASH_OFDr. Stephen Henson3-1/+4
2016-01-11Fix NSS format session outputMatt Caswell1-2/+3
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-08Another portability fix.Rich Salz1-1/+1
2016-01-08Portability fix for apps/s_client.cRich Salz1-13/+16
2016-01-07DANE s_client supportViktor Dukhovni1-2/+222