]> git.ipfire.org Git - thirdparty/openssl.git/history - demos
Make asn1 fuzzer more reproducible
[thirdparty/openssl.git] / demos /
2016-09-20  Richard LevitteCrude VMS build files for demos/bio/
2016-09-20  Richard LevitteCrude Makefile for demos/bio/
2016-09-20  Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-09-20  Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-09-20  Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-05-18  Rich SalzConsolidate copyright for demos
2016-04-20  Richard LevitteRemove --classic build entirely
2016-03-07  Rich SalzRemove really old demo's
2016-02-17  David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-29  Rich SalzRemove clean-depend
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Rich SalzConsolidate "make update"
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2016-01-07  Rich Salzmem functions cleanup
2016-01-06  Viktor DukhovniDANE support structures, constructructors and accessors
2015-12-22  Dr. Stephen HensonDemo server using SSL_CTX_config
2015-12-18  Rich SalzRemove err and prime demo's
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-26  Rich SalzMove crypto/threads to demo/threads
2015-10-23  Alessandro GhediniFix typos
2015-09-28  Rich SalzRemove obsolete b64 demo's
2015-09-25  Rich SalzRemove obsolete OCSP demo
2015-07-21  Dr. Stephen HensonUpdate demo.
2015-07-13  Richard LevitteConversion to UTF-8 where needed
2015-06-10  Matt CaswellChange BIO_number_read and BIO_number_written() to...
2015-05-16  Matt CaswellClient side version negotiation rewrite
2015-05-16  Matt CaswellServer side version negotiation rewrite
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich SalzRemove goto inside an if(0) block
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-28  Rich Salzremove malloc casts
2015-04-11  Rich Salzfree NULL cleanup 9
2015-04-11  Rich Salzfree NULL cleanup 10
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellRAND_bytes updates
2015-03-25  Rich Salzfree NULL cleanup
2015-02-02  Rich SalzDead code cleanup: crypto/*.c, x509v3, demos
2015-01-28  Matt CaswellHarmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG...
2015-01-24  Rich Salzifdef cleanup, part 4a: '#ifdef undef'
2015-01-22  Matt CaswellMore comment realignment master-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellFix source where indent will not be able to cope
2015-01-22  Matt CaswellYet more comments
2015-01-22  Matt CaswellMore comments
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-11-28  Rich SalzRemove all .cvsignore files
2014-09-08  Rich SalzRT2600: Change Win line-endings to Unix.
2014-08-21  Jeffrey WaltonRT3142: Extra initialization in state_machine
2014-08-19  Martin OlssonRT2847: Don't "check" uninitialized memory
2014-08-17  Jonas Maebeengine_md_copy: check for NULL after allocating to_md...
2014-08-09  Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08  Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-07-22  Geoff ThorpeRemove demos/tunala
2014-07-21  Tim HudsonRemove old unused and unmaintained demonstration code.
2014-02-02  Dr. Stephen HensonNew ctrl to set current certificate.
2014-02-02  Dr. Stephen HensonDemo of use of errors in applications.
2014-01-28  Dr. Stephen Hensontypo
2014-01-28  Dr. Stephen HensonFix demo comment: 0.9.9 never released.
2013-12-18  Dr. Stephen HensonUpdate demo.
2013-10-21  Dr. Stephen HensonUpdate demos/bio/README
2013-10-20  Dr. Stephen HensonFix various typos.
2013-10-20  Dr. Stephen HensonModify sample accept.cnf
2013-10-20  Dr. Stephen HensonAdd demo for SSL server using SSL_CONF.
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-03-18  Dr. Stephen HensonTypo.
2013-03-05  Dr. Stephen Hensontypo
2013-03-05  Dr. Stephen HensonInitial CCM code.
2013-02-26  Dr. Stephen HensonDemo code for SSL_CONF API
2012-12-14  Dr. Stephen Hensonoops, revert, committed in error
2012-12-14  Dr. Stephen Hensonapps/ocsp.c
2012-11-18  Dr. Stephen Hensonremove redundant code from demo
2012-10-27  Dr. Stephen Hensontypo
2012-10-16  Dr. Stephen Hensonadd simple AES GCM code example
2012-09-09  Dr. Stephen Hensonupdate README
2012-09-09  Dr. Stephen HensonExtend certificate creation examples to include CRL...
2012-08-31  Dr. Stephen Hensonmake EC test certificates usable for ECDH
2012-06-29  Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-02-09  Dr. Stephen Hensonoops, revert unrelated changes
2012-02-09  Dr. Stephen HensonModify client hello version when renegotiating to enhan...
2012-01-25  Dr. Stephen Hensonadd example for DH certificate generation
2011-12-14  Dr. Stephen HensonAdd private keys and generation scripts for test certif...
2011-06-01  Dr. Stephen HensonSimple automated certificate creation demo.
2010-01-21  Dr. Stephen Hensonfix comments
next