Address a timing side channel whereby it is possible to determine some
[openssl.git] / apps /
2017-09-26 Richard LevitteMake sure that a cert with extensions gets version...
2017-08-09 Xiaoyin LiuAdd missing HTML tag in www_body in s_server.c
2017-07-24 Xiaoyin Liuschlock global variable needs to be volatile
2017-07-20 Richard LevitteFix apps/s_client.c's XMPP client
2017-06-25 Richard Levittetsget: remove call of WWW::Curl::Easy::global_cleanup
2017-06-10 Paul YangFix possible usage of NULL pointers in apps/spkac.c
2017-06-09 Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
2017-06-01 Diego Santa CruzFix srp app missing NULL termination with password...
2017-05-17 Tomas MrazFix regression in openssl req -x509 behaviour.
2017-04-13 junfxpkeyutl exit with 0 if the verification succeeded
2017-04-03 Matt CaswellEnsure dhparams can handle X9.42 params in DER
2017-03-29 Matt CaswellFree the compression methods in s_server and s_client
2017-03-10 Richard Levittemake update
2017-03-10 Richard LevitteFix apps/progs.pl to generate correctly formatted progs.h
2017-03-09 PauliMake the output of enc -ciphers identical
2017-03-09 Bernd EdlingerFix build problem with current 1.0.2 branch.
2017-03-08 PauliLimit the output of the enc -ciphers command
2017-03-03 Bernd EdlingerAdd missing usage hints how to generate primes.
2017-02-21 Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-15 Bernd EdlingerFix some realloc error handling issues.
2016-11-27 Vitezslav Cizekapps/speed.c: Fix crash when config loading fails
2016-10-28 Matt CaswellFix a double free in ca command line
2016-10-20 Richard Levitte%p takes void*, so make sure to cast arguments to void*
2016-10-20 Richard Levitteapps: make setup_engine() and release_engine() availabl...
2016-10-20 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-19 Richard LevitteFix no-des
2016-10-19 Richard LevitteMake 'openssl prime ""' not segfault
2016-09-28 Richard Levitteapps/apps.c: initialize and de-initialize engine around...
2016-09-28 Rich SalzRevert "Call ENGINE_init() before trying to use keys...
2016-09-28 David WoodhouseCall ENGINE_init() before trying to use keys from engine
2016-09-21 Richard Levitteapps/apps.c: include sys/socket.h to declare recv()
2016-09-20 Richard LevitteRT4669: dgst can only sign/verify one file
2016-09-15 Richard LevitteFinally, make sure vms_term_sock.c is built
2016-09-15 Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-15 Richard LevitteReformat to fit OpenSSL source code standards
2016-09-15 Richard LevitteRemove entirely unnecessary pointer size guards
2016-09-15 Richard LevitteAdd copyright and license on apps/vms_term_sock.[ch]
2016-09-15 Richard LevitteVSI submission: redirect terminal input through socket
2016-08-26 FdaSilvaYYFix a few leaks in X509_REQ_to_X509.
2016-08-26 Matt CaswellFix the no-tls1 option
2016-08-22 Richard LevitteMake 'openssl req -x509' more equivalent to 'openssl...
2016-08-21 Rich SalzFix pointer/alloc prob from previous commit
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-07-28 Rich SalzAdd missing casts.
2016-07-19 Dr. Stephen HensonSupport PKCS v2.0 print in pkcs12 utility.
2016-07-08 Matt CaswellDisallow multiple protocol flags to s_server and s_client
2016-06-29 Richard LevitteAllow proxy certs to be present when verifying a chain
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-20 Richard LevitteFix missing opening braces
2016-06-20 Richard Levitteapps/req.c: Increment the right variable when parsing '+'
2016-06-16 Matt CaswellRevert "RT4526: Call TerminateProcess, not ExitProcess"
2016-06-15 Rich SalzRT4526: Call TerminateProcess, not ExitProcess
2016-06-13 Dr. Stephen HensonFix link error.
2016-06-12 Dr. Stephen HensonDon't skip leading zeroes in PSK keys.
2016-05-20 Richard Levitteopenssl verify: only display the command usage on usage...
2016-05-20 Richard LevitteRevert "Make it possible to have RFC2254 escapes with...
2016-05-19 Matt CaswellCheck that the obtained public key is valid
2016-05-18 Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-11 Dr. Stephen HensonAdd -signcert to CA.pl usage message.
2016-05-05 Richard LevitteCheck return of PEM_write_* functions and report possib...
2016-04-25 Rich SalzFix NULL deref in apps/pkcs7
2016-02-24 Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-12 Emilia KasperRT 3854: Update apps/req
2016-02-02 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-02-02 Rich SalzGH611: s_client help message bug
2016-01-22 Mousepkeyutl: allow peerkey for EC_DERIVE to reside on a...
2016-01-20 Rich SalzGH issue 572: Error in help message
2016-01-14 Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2016-01-13 Uri BlumenthalChanged help output
2016-01-13 MousePass engine=NULL to EVP_PKEY_CTX_new(), unless "-engine...
2016-01-13 MouseRemove unnecessary debugging fprintf
2016-01-13 MouseFixed a bug preventing pkeyutl from accessing keys...
2016-01-02 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-11-09 Matt CaswellFix missing malloc return value checks
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniDo not treat 0 return value from BIO_get_fd() as error
2015-10-06 Dr. Stephen HensonDon't try and parse boolean type.
2015-09-28 Dr. Stephen HensonSRP memory leak fix
2015-09-20 Dr. Stephen HensonMake SRP work with -www
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-12 Dr. Stephen HensonCheck for FIPS mode after loading config.
2015-09-11 Dr. Stephen HensonUse default field separator.
2015-08-26 Hubert KarioGH351: -help text for some s_client/s_server flags
2015-08-26 Alessandro GhediniGH371: Print debug info for ALPN extension
2015-08-17 Rich SalzGH345: Remove stderr output
2015-07-13 Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-09 Peter WaltenbergExit on error in ecparam
2015-06-23 Rich SalzRT3682: Avoid double-free on OCSP parse error
2015-06-11 Richard Levittemake update
2015-06-11 Richard LevitteCorrection of make depend merge error
2015-06-10 Richard LevitteWhen making libcrypto from apps or test, make sure...
2015-06-03 Dr. Stephen Hensonmake update
2015-05-23 Richard LevitteMissed a couple of spots in the update change
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-20 Emilia Kaspers_server: Use 2048-bit DH parameters by default.
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-11 Bjoern D. RasmussenFix for memcpy() and strcmp() being undefined.
2015-05-04 Richard LevitteRT2943: Check sizes if -iv and -K arguments
next