]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Make many X509_xxx types opaque.
[thirdparty/openssl.git] / apps /
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-04-14  Matt CaswellFix no-stdio and no-autoalginit
2016-04-13  Matt Caswellmake update
2016-04-13  Matt CaswellRemove OPENSSL_NO_HMAC
2016-04-13  Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13  Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13  Richard LevitteDon't use FORMAT_BASE64 format when compressing / decom...
2016-04-13  Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13  Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-04-13  Matt CaswellFix conditional compile logic in speed.c
2016-04-13  Richard LevitteFix setting of debug callback in apps/enc.c
2016-04-11  Matt CaswellFix the no-nextprotoneg option
2016-04-09  Emilia KasperFix warnings exposed by clang-3.8
2016-04-09  Matt CaswellMake DH opaque
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-04-06  Richard LevitteMake the RSA structure opaque
2016-04-06  Matt CaswellFix no-ocsp
2016-04-06  Andrea GrandiAdd a check of the FD_SETSIZE before the call to select()
2016-04-05  Dr. Stephen Hensonfix memory leak in ca
2016-04-04  FdaSilvaYYFix a shadow symbol warning
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-04-04  FdaSilvaYYFix a possible leak on NETSCAPE_SPKI_verify failure.
2016-04-04  FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-04  Viktor DukhovniFix mixed declarations and code
2016-04-03  Andy Polyakovapps/Makefile.in: add tsget rule.
2016-04-03  Viktor DukhovniAfter saving errno clear it before calls to strtol...
2016-04-03  Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-04-02  Richard Levitteapps/opt.c: next was only used when NDEBUG undefined...
2016-04-01  Richard LevitteForce argv to be an array of long pointers on VMS
2016-04-01  Richard LevitteMake the use of perl more consistent
2016-03-31  Richard LevitteFix "no-ui" configuration
2016-03-31  Richard LevitteMake the '-in' option in apps/passwd.c less mandatory
2016-03-30  Richard LevitteFix pointer size issues with argv on VMS
2016-03-30  Richard LevitteFix pointer size issue with setbuf() on VMS
2016-03-22  Ben LaurieFix no-rc4.
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21  Richard LevitteJust like bio_out, bio_err needs the linebuffer filter...
2016-03-21  Matt CaswellFix no-ts with --strict-warnings
2016-03-21  Matt CaswellFix no-sock
2016-03-21  Matt CaswellFix no-gost
2016-03-21  Matt CaswellFix no-dsa
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20  Rich SalzRemove #error from include files.
2016-03-20  Rich SalzGH886: CONNECT should use HTTP/1.1
2016-03-19  Richard Levittemake update
2016-03-19  Richard Levitteapps/progs.pl: add back the INCLUDE_FUNCTION_TABLE...
2016-03-19  Viktor DukhovniRevert "Generate apps/progs.h on the fly"
2016-03-19  Viktor DukhovniRevert "Include progs.h directly in openssl.c instead...
2016-03-19  Richard LevitteThe command source are files, not directories
2016-03-19  Schüller FelixDon't free up EVP_MD_CTX.
2016-03-19  Richard LevitteGenerate apps/progs.h on the fly
2016-03-19  Richard LevitteInclude progs.h directly in openssl.c instead of via...
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
next