aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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