Make apps/progs.pl more flexible
[openssl.git] / apps /
2016-03-19 Richard LevitteMake apps/progs.pl more flexible
2016-03-18 Richard Levittemake update
2016-03-18 Richard LevitteImplement support for no-ts
2016-03-18 Richard Levitteapps/progs.pl: more consistent output for digests
2016-03-18 Matt CaswellFix no-des
2016-03-18 Matt CaswellFix no-dgram
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-17 Richard LevitteHave 'openssl version -a' output the default engines...
2016-03-17 Viktor DukhovniBugfix: Encode the requested length in s_cb.c:hexencode()
2016-03-15 fbrodaGeneral verify options to openssl ts
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Rob PercivalSurround ctx_set_ctlog_list_file() with #ifndef OPENSSL...
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-09 Kurt RoeckxUse minimum and maximum protocol version instead of...
2016-03-09 Kurt RoeckxConstify security callbacks
2016-03-09 Rob PercivalDocumentation for ctx_set_ctlog_list_file()
2016-03-09 Rob PercivalMinor improvement to formatting of SCT output in s_client
2016-03-09 Rob PercivalDo not display a CT log error message if CT validation...
2016-03-09 Rob PercivalTreat boolean functions as booleans
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Matt CaswellRemove the old threading API
2016-03-09 Andrea GrandiFix names of the #define used for platform specific...
2016-03-09 Andrea GrandiAdd empty line after local variables
2016-03-09 Andrea GrandiFix error with wait set of fds for the select()
2016-03-08 FdaSilvaYYFix cert leaks in s_server
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-07 Viktor DukhovniDon't free NCONF obtained values
2016-03-07 Matt CaswellFix s_server/s_client handling of the split_send_frag...
2016-03-07 Matt CaswellAdd documentation for new s_server/s_client options
2016-03-07 Matt CaswellEnsure s_client and s_server work when read_ahead is set
2016-03-07 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07 Matt CaswellAdd pipeline support to s_server and s_client
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-07 Andrea GrandiAdd support to ASYNC_WAIT_CTX to speed
2016-03-07 Andrea GrandiRemove unnecessary memset() to 0 and check for NULL...
2016-03-07 Andrea GrandiFix the error with RSA and the daysnc engine in async...
2016-03-07 Andrea GrandiAdd support for async jobs in OpenSSL speed
2016-03-05 Dr. Stephen Hensonuse saner default parameters for scrypt
2016-03-04 Rob PercivalMake formatting consistent in apps/Makefile.in
2016-03-04 Rob PercivalRemove redundant semi-colons from apps/Makefile.in
2016-03-04 Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-03-03 Dr. Stephen HensonAdd KDF support to pkeyutl. Update documentation.
2016-03-01 Dr. Stephen HensonFix -pkeyopt and fix error check.
2016-02-29 J Mohan Rao ArisankalaGH764: s_server: trace option fall through
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-28 Dr. Stephen Hensonadd ecdhx25519 option to speed
2016-02-27 J Mohan Rao Arisankalausing macro inside the case.
2016-02-27 J Mohan Rao Arisankalafix build with no-srtp
2016-02-27 Rich SalzRT2275: use BIO_sock_nbio()
2016-02-27 Kurt RoeckxDrop support for printing SSLv2 ciphers names.
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-25 Rich SalzGH463: Fix OPENSSL_NO_OCSP build
2016-02-25 Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-24 Rich SalzFix typo, reformat comment.
2016-02-22 Rich SalzRemove unused parameters from internal functions
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
next