aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
* Further comment changes for reformat (master)Matt Caswell2015-01-222-3/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3548: Remove unsupported platformsRich Salz2015-01-121-9/+1
| | | | | | | This last one for this ticket. Removes WIN16. So long, MS_CALLBACK and MS_FAR. We won't miss you. Reviewed-by: Richard Levitte <levitte@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-302-4/+6
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Remove SSLv2 supportKurt Roeckx2014-12-041-1/+1
| | | | | | The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-286-38/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT2600: Change Win line-endings to Unix.Rich Salz2014-09-081-920/+920
| | | | | | For consistency. Reviewed-by: Bodo Moeller <bodo@openssl.org>
* RT3142: Extra initialization in state_machineJeffrey Walton2014-08-211-2/+0
| | | | | | Remove extra initialization calls in the sample program. Reviewed-by: Emilia Kasper <emilia@openssl.org>
* RT2847: Don't "check" uninitialized memoryMartin Olsson2014-08-191-2/+0
| | | | | | Don't check err variable until after it's been set. Reviewed-by: Emilia Kasper <emilia@openssl.org>
* engine_md_copy: check for NULL after allocating to_md->HashBufferJonas Maebe2014-08-171-0/+2
| | | | | Signed-off-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-0/+5
| | | | Undo unapproved commit that removed DJGPP and WATT32
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-5/+0
| | | | | | DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
* Remove demos/tunalaGeoff Thorpe2014-07-2219-2818/+0
| | | | | | | | | | This has been unmaintained for a long time. If it's still of interest to anyone, it can be obtained easily enough by reverting this commit. (It could join other demo code in some other repository, perhaps.) In any case we don't want it taking up space in the baseline source package, so <snip>. Signed-off-by: Geoff Thorpe <geoff@openssl.org>
* Remove old unused and unmaintained demonstration code.Tim Hudson2014-07-2215-1008/+0
| | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-021-1/+18
| | | | | | | New ctrl sets current certificate based on certain criteria. Currently two options: set the first valid certificate as current and set the next valid certificate as current. Using these an application can iterate over all certificates in an SSL_CTX or SSL structure.
* Demo of use of errors in applications.Dr. Stephen Henson2014-02-025-0/+75
|
* typoDr. Stephen Henson2014-01-281-1/+1
|
* Fix demo comment: 0.9.9 never released.Dr. Stephen Henson2014-01-282-2/+2
|
* Update demo.Dr. Stephen Henson2013-12-182-29/+56
|
* Update demos/bio/READMEDr. Stephen Henson2013-10-211-2/+3
|
* Fix various typos.Dr. Stephen Henson2013-10-203-20/+16
|
* Modify sample accept.cnfDr. Stephen Henson2013-10-201-2/+3
|
* Add demo for SSL server using SSL_CONF.Dr. Stephen Henson2013-10-205-0/+304
|
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-054-5/+5
|
* Typo.Dr. Stephen Henson2013-03-181-2/+3
| | | | (cherry picked from commit 1546fb780bc11556a18d70c5fb29af4a9d5beaff)
* typoDr. Stephen Henson2013-03-051-1/+1
|
* Initial CCM code.Dr. Stephen Henson2013-03-051-0/+115
| | | | Simple example of CCM code use: translated from the FIPS self tests.
* Demo code for SSL_CONF APIDr. Stephen Henson2013-02-265-2/+260
| | | | | Two example programs one for command line argument processing and one for configuration file processing.
* oops, revert, committed in errorDr. Stephen Henson2012-12-142-4/+1
|
* apps/ocsp.cDr. Stephen Henson2012-12-142-1/+4
|
* remove redundant code from demoDr. Stephen Henson2012-11-181-10/+1
|
* typoDr. Stephen Henson2012-10-271-1/+1
|
* add simple AES GCM code exampleDr. Stephen Henson2012-10-161-0/+114
|
* update READMEDr. Stephen Henson2012-09-091-4/+16
|
* Extend certificate creation examples to include CRL generation and sampleDr. Stephen Henson2012-09-094-7/+99
| | | | scripts running the test OCSP responder.
* make EC test certificates usable for ECDHDr. Stephen Henson2012-08-312-2/+13
|
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+29
| | | | | | | | | is required by client or server. An application can decide which certificate chain to present based on arbitrary criteria: for example supported signature algorithms. Add very simple example to s_server. This fixes many of the problems and restrictions of the existing client certificate callback: for example you can now clear existing certificates and specify the whole chain.
* oops, revert unrelated changesDr. Stephen Henson2012-02-091-4/+1
|
* Modify client hello version when renegotiating to enhance interop withDr. Stephen Henson2012-02-091-1/+4
| | | | some servers.
* add example for DH certificate generationDr. Stephen Henson2012-01-252-1/+44
|
* Add private keys and generation scripts for test certificates in appsDr. Stephen Henson2011-12-147-0/+238
| | | | directory.
* Simple automated certificate creation demo.Dr. Stephen Henson2011-06-013-0/+91
|
* fix commentsDr. Stephen Henson2010-01-212-4/+4
|
* Update demoDr. Stephen Henson2010-01-201-1/+1
|
* Use SHA1 and not deprecated MD5 in demos.Dr. Stephen Henson2009-08-152-2/+2
|
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-7/+27
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-1/+1
|
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke2008-04-183-0/+12
| | | | PR: 1609
* Detached encrypt/decrypt example, fix decrypt sample.Dr. Stephen Henson2008-04-113-4/+190
|
* Fix comments.Dr. Stephen Henson2008-04-112-10/+2
|