Remove Gost94 signature algorithm.
[openssl.git] / apps /
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
2015-05-13 Rich SalzAdd missing ctype.h
2015-05-13 Rich SalzFix ocsp bugs
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-13 Matt CaswellRemove Kerberos support from apps
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-11 Kurt CancemiAdd missing terminating NULL to speed_options table.
2015-05-11 Bjoern D. RasmussenFix for memcpy() and strcmp() being undefined.
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Richard LevitteMake -CAserial a type 's' option
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Matt CaswellFix s_server version specific methods
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-05 Matt CaswellFix windows build
2015-05-05 Rich SalzRemove apps cache for gethostbyname
2015-05-04 Rich SalzGH271: Warning on </dev/null to CA.pl
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Richard LevitteRT2943: Check sizes if -iv and -K arguments
2015-05-04 Richard LevitteHave -K actually take an argument, and correct help...
2015-05-04 Rich SalzRT1369: don't do "helpful" access check.
2015-05-04 Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-02 Hanno BöckFix uninitialized variable.
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich SalzFix some typo's, silence warnings.
2015-05-01 Rich SalzRewrite CA.pl.in
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Matt Caswellmake update
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-30 Rich SalzFix bug, "what mode" test was wrong.
2015-04-30 Matt CaswellFix windows build
2015-04-29 Rich SalzAdd HTTP GET support to OCSP server
2015-04-29 Rich SalzRewrite parse_name
2015-04-29 Rich Salzuse isxdigit and apps_tohex
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-28 Rich Salzremove malloc casts
2015-04-27 Rich SalzCRYPTO_mem_leaks should ignore it's BIO argument.
2015-04-27 Emilia KasperFix Wmaybe-uninitialized: initialize variable
2015-04-27 Rich SalzAdd readline (etc) support
2015-04-27 Rich SalzSimplify parse_yesno; remove local variable
next