Use $disabled{shared} in a safer manner
[openssl.git] / apps /
2016-02-22 Emilia KasperMemorySanitizer: address false positive
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-19 Richard LevitteRethink the uplink / applink story
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Roumen Petrovremove redundant opt* declarations
2016-02-18 Rich SalzGH681: More command help cleanup
2016-02-17 Rich SalzRemove JPAKE
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-13 Benjamin KadukGH650: Minor tidying around the ocsp app
2016-02-13 Andy Polyakovapps/speed.c: initialize c[D_GHASH][i].
2016-02-13 Viktor DukhovniFix some issues near recent chomp changes.
2016-02-12 Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-12 Emilia KasperRT 3854: Update apps/req
2016-02-12 Richard Levittemake generate
2016-02-12 Richard LevitteGenerate progs.h from a bunch of files instead of inter...
2016-02-11 Richard LevittePerl's chop / chomp considered bad, use a regexp instead
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-11 Dr. Stephen HensonFix engine key support in cms and req utilities.
2016-02-11 Richard LevitteThe protocol variable has lost its use, remove it
2016-02-11 Matt CaswellFix errstr error code parsing
2016-02-10 Richard LevitteUse the protocol we know rather than BIO_ADDRINFO_proto...
2016-02-10 Richard LevitteDon't assert protocol equality
2016-02-10 Dr. Stephen Hensontypo
2016-02-10 Richard LevitteMake it possible to get ENGINESDIR info from OpenSSL_ve...
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Viktor DukhovniImprove recent option help string additions
2016-02-10 Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10 Richard Levitteclean away old VMS cruft
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Richard LevitteSimplify the specification of include dirs in the build dir
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-09 A J Mohan RaoGH646: Update help for s_server command.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellGet the apps to use auto-init/de-init
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08 Dr. Stephen Hensonfix various formatting issues
2016-02-08 Dr. Stephen HensonUse new names
2016-02-08 Dr. Stephen HensonUse accessors in pkcs12 app.
2016-02-08 Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-08 Dr. Stephen HensonFix engine key support in utilities.
2016-02-08 Rich Salzmore doc fixes
2016-02-06 A J Mohan Raocommands help cleanup
2016-02-06 Richard LevitteEnhance and clear the support of linker flags
2016-02-06 Insu YunGH634: fix potential memory leak
2016-02-06 Rich SalzRT4194: Restore old engine parameter parsing.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-05 Dr. Stephen HensonIf memory debugging enabled return error on leaks.
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-04 MouseFix pkeyutl inability to directly access keys on hardwa...
2016-02-04 Dr. Stephen HensonAdd ec -check option
2016-02-04 Daniel BlackRT2887: Add more packet and handshake types
2016-02-03 Richard LevitteRefactoring BIO: Adapt s_client and s_server
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-03 Emilia KasperRT3234: disable compression
2016-02-03 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Dr. Stephen Hensonadd option to exclude public key from EC keys
2016-02-01 Dr. Stephen HensonFix memory leak and print out keygen errors.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-31 Rich SalzRT3755: Remove duplicate #include
2016-01-30 Richard LevitteFix opt_imax() call
2016-01-29 Viktor DukhovniMake opt_imax visible in all apps
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Viktor DukhovniBetter type for x509 -checkend argument
2016-01-29 Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-29 Matt CaswellImplement Async SSL_shutdown
2016-01-28 Rich SalzRemove outdated legacy crypto options
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-25 Richard LevitteGenerate warning text
2016-01-24 Richard LevitteMake sure apps/Makefile builds apps/CA.pl by default
2016-01-22 Richard LevitteRefactor file writing - introduce template driven file...
2016-01-22 Andy IsaacsonFix quoting error in SRP printf
2016-01-21 Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-20 Rich SalzRemove update tags
2016-01-20 Rich SalzConsolidate "make update"
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-14 Richard LevitteVMS open() doesn't take O_BINARY, but takes a context...
2016-01-14 Richard LevitteRename binmode into textmode and use it correctly
2016-01-14 Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2016-01-13 Viktor DukhovniFix verify(1) to report failure when verification fails
2016-01-13 Viktor DukhovniFor stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX
2016-01-13 Viktor DukhovniFor stroimax need C99 inttypes.h
2016-01-13 Richard LevitteDon't return from main(), use EXIT() instead
2016-01-13 Richard LevitteVMS will downcase all command parameters unless they...
2016-01-13 Viktor DukhovniMaximize time_t when intmax_t is available
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
next