summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak and print out keygen errors.Dr. Stephen Henson2016-02-011-1/+7
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+17
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-311-1/+12
* RT3755: Remove duplicate #includeRich Salz2016-01-311-3/+0
* Fix opt_imax() callRichard Levitte2016-01-302-6/+12
* Make opt_imax visible in all appsViktor Dukhovni2016-01-292-6/+9
* Templatize util/domdRich Salz2016-01-291-1/+1
* Better type for x509 -checkend argumentViktor Dukhovni2016-01-291-3/+10
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-291-2/+2
* Implement Async SSL_shutdownMatt Caswell2016-01-291-2/+23
* Remove outdated legacy crypto optionsRich Salz2016-01-271-1/+0
* Remove /* foo.c */ commentsRich Salz2016-01-264-4/+0
* Generate warning textRichard Levitte2016-01-252-3/+3
* Make sure apps/Makefile builds apps/CA.pl by defaultRichard Levitte2016-01-251-1/+3
* Refactor file writing - introduce template driven file writingRichard Levitte2016-01-222-1/+6
* Fix quoting error in SRP printfAndy Isaacson2016-01-221-1/+1
* Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni2016-01-201-22/+16
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-2010-64/+45
* Remove update tagsRich Salz2016-01-201-3/+1
* Consolidate "make update"Rich Salz2016-01-201-1/+1
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-202-5/+5
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-194-45/+110
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-9/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-0/+6
* RT4232: Extra space in help message.Rich Salz2016-01-142-14/+1
* VMS open() doesn't take O_BINARY, but takes a context descriptionRichard Levitte2016-01-141-1/+11
* Rename binmode into textmode and use it correctlyRichard Levitte2016-01-141-4/+4
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-142-3/+2
* Fix verify(1) to report failure when verification failsViktor Dukhovni2016-01-137-103/+113
* For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2016-01-132-3/+6
* For stroimax need C99 inttypes.hViktor Dukhovni2016-01-132-3/+3
* Don't return from main(), use EXIT() insteadRichard Levitte2016-01-131-1/+1
* VMS will downcase all command parameters unless they're quotedRichard Levitte2016-01-131-1/+1
* Maximize time_t when intmax_t is availableViktor Dukhovni2016-01-122-12/+103
* Move Makefiles to Makefile.inRich Salz2016-01-122-1108/+154
* Adapt all EVP_CIPHER users for it becoming opaqueRichard Levitte2016-01-122-7/+7
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-21/+19
* RT4227: Range-check in apps.Rich Salz2016-01-125-79/+67
* Yet another make update.Rich Salz2016-01-111-516/+647
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-112-2/+2
* Add lh_new() inliningDr. Stephen Henson2016-01-111-5/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-113-1/+4
* Fix NSS format session outputMatt Caswell2016-01-111-2/+3