Extension parsing and encoding docs.
[openssl.git] / apps /
2015-09-22 Rich SalzRemove "noise" comments from TS files.
2015-09-21 Matt CaswellFix -srpvfile option in srp command line
2015-09-20 Dr. Stephen HensonMake SRP work with -www
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-19 Richard LevitteFinally, remove a possibly disabled feature
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteSort the disabled features alphabetically
2015-09-19 Richard LevitteSmall typo
2015-09-19 Dr. Stephen HensonPrint out a list of disabled features.
2015-09-17 Rich SalzRT4033: Use OPENSSL_SYS_UNIX not "unix"
2015-09-11 Dr. Stephen HensonUse default field separator.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-10 Rich SalzUnwriteable directories are errors
2015-09-08 Rich SalzFix rehash/c_rehash doc and behavior.
2015-09-08 Ben LaurieFix uninit warning. Remove unnecessary casts. Nothing...
2015-09-08 Rich Salzadd support for apple os/x
2015-09-07 Rich SalzGH391: Apple port
2015-09-07 Rich Salzfix build breakage on windows
2015-09-06 Rich SalzFix typo, that broke build on non-unix
2015-09-06 Timo TerasAdd rehash command to openssl
2015-09-06 Richard LevitteSmall fix: make istext static
2015-09-06 Richard LevitteFix enc so it properly treats BASE64 as text
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-06 Richard Levittedup_bio_* and bio_open_* are utility functions and...
2015-09-05 Richard LevitteHave binary mode when the format is binary, not the...
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-05 Rich SalzMake TS structures opaque.
2015-09-05 David WoodhouseRT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time...
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-09-03 Rich Salzremove 0 assignments.
2015-09-02 Dr. Stephen Hensonmake X509_CRL opaque
2015-09-01 Adam EijdenbergRT3984: Fix clang compiler warning on Mac OS X where...
2015-09-01 Emilia Kasperapps/speed.c: fix memory leak
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-08-31 Dr. Stephen HensonRemove asn1-kludge option.
2015-08-26 Hubert KarioGH350: -help text few s_client and s_server flags
2015-08-26 Alessandro GhediniGH371: Print debug info for ALPN extension
2015-08-17 Tim HudsonRestore previous behaviour of only running one algorith...
2015-08-17 Tim Hudsonrestore usage of -elapsed that was disabled in the...
2015-08-17 Rich SalzGH345: Remove stderr output
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-08-10 Rich SalzGH365: Missing #ifdef rename.
2015-08-10 Rich SalzFix build break.
2015-08-08 bluelineXYGH357: Update ocsp.c
2015-08-04 Matt CaswellFix SRTP s_client/s_server options
2015-08-02 Ben LaurieFix refactoring breakage.
2015-08-02 Dr. Stephen Hensondon't reset return value to 0
2015-08-02 Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-07-31 Rich SalzVarious doc fixes from GH pull requests
2015-07-31 Kai EngertRT3742: Add xmpp_server to s_client.
2015-07-31 Adam EijdenbergRT3963: Allow OCSP stapling with -rev and -www
2015-07-31 Adam EijdenbergRT3962: Check accept_count only if not unlimited
2015-07-31 Adam EijdenbergRT3961: Fix switch/case errors in flag parsing
2015-07-29 Rich SalzRT3639: Add -no_comp description to online help
2015-07-16 Rich SalzRemove obsolete key formats.
2015-07-14 Rich SalzCan't use -trusted with -CA{path,file}
2015-07-13 Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-09 Peter WaltenbergExit on error in ecparam
2015-07-07 Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07 Matt CaswellAdd help text for some verify options
2015-07-07 Richard LevitteMake "oneline" the default for nameopt
2015-06-25 Dr. Stephen Hensonmissing break
2015-06-23 Rich SalzRT3682: Avoid double-free on OCSP parse error
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-15 Tim HudsonFix argument processing error from the option parsing...
2015-06-15 Tim HudsonFix argument processing error from the option parsing...
2015-06-10 Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-06-10 Richard LevitteWhen making libcrypto from apps or test, make sure...
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-06-07 Rodger CombsIncrease buffer size for passwords in pkcs12 CLI
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-06-02 Rich SalzRT832: Use REUSEADDR in ocsp responder
2015-06-02 Gunnar KudrjavetsRT3848: Call SSL_COMP_free_compression_methods
2015-05-30 Dr. Stephen Hensonfix warning
2015-05-29 Dr. Stephen Hensonfix asn1parse -inform
2015-05-29 Richard LevitteRestore module loading
2015-05-29 Richard LevitteFix double BIO_free in req
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-26 Dr. Stephen Hensonscrypt in pkcs8 util
2015-05-26 Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-25 Hanno BöckRT3861: Mem/bio leak in req command
2015-05-25 Rich SalzFix segfault in ec command
2015-05-25 Rich Salzfix s_client crash
2015-05-23 Richard LevitteMissed a couple of spots in the update change
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-22 Michael TrappRT266: Add HTTP proxy/CONNECT to s_client
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellFix various OPENSSL_NO_* options
2015-05-20 Rich SalzReplace switch/assignments with table lookup
2015-05-20 Emilia KasperRemove dh512.pem
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-16 Matt CaswellVersion negotiation rewrite cleanup
2015-05-16 Matt CaswellClient side version negotiation rewrite
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-15 Rich SalzUse #error in openssl/srp.h
next