aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Fix more URLs mangled by reformatMatt Caswell2015-12-191-1/+1
| | | | | | | | Fix some more URLs mangled by indent in the reformat. These ones don't exist in master so we have a separate commit. Based on a patch supplied by Arnaud Lacombe <al@aerilon.ca> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
| | | | | | | Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Ben Laurie <ben@openssl.org>
* Fix typosAlessandro Ghedini2015-10-231-1/+1
| | | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit d900a015b5a89ea2018e6122dd2738925e4d68ab)
* RT4044: Remove .cvsignore files.Rich Salz2015-09-157-42/+0
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Conversion to UTF-8 where neededRichard Levitte2015-07-141-1/+1
| | | | | | | | This leaves behind files with names ending with '.iso-8859-1'. These should be safe to remove. If something went wrong when re-encoding, there will be some files with names ending with '.utf8' left behind. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
| | | | Reviewed-by: Matt Caswell <gitlab@openssl.org>
* Fix RAND_(pseudo_)?_bytes returnsMatt Caswell2015-03-251-1/+2
| | | | | | | Ensure all calls to RAND_bytes and RAND_pseudo_bytes have their return value checked correctly Reviewed-by: Richard Levitte <levitte@openssl.org>
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-8/+8
| | | | | | | | | This should be a one off operation (subsequent invokation of the script should not move them) This commit is for the 1.0.2 changes Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2257-9149/+9339
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Backport hw_ibmca.c from master due to failed mergeMatt Caswell2015-01-221-918/+920
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-221-1/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+1
| | | | | | | | | Conflicts: crypto/dsa/dsa.h demos/engines/ibmca/hw_ibmca.c ssl/ssl_locl.h Reviewed-by: Tim Hudson <tjh@openssl.org>
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-2/+4
| | | | | | | | | | | | | | | Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Conflicts: crypto/bn/bn.h crypto/ec/ec_lcl.h crypto/rsa/rsa.h demos/engines/ibmca/hw_ibmca.c ssl/ssl.h ssl/ssl3.h Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
| | | | | | | | Conflicts: apps/ciphers.c ssl/s3_pkt.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-228-11/+17
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2015-01-222-4/+6
| | | | | | | | | | | | | | | | | indent will not alter them when reformatting comments (cherry picked from commit 1d97c8435171a7af575f73c526d79e1ef0ee5960) Conflicts: crypto/bn/bn_lcl.h crypto/bn/bn_prime.c crypto/engine/eng_all.c crypto/rc4/rc4_utl.c crypto/sha/sha.h ssl/kssl.c ssl/t1_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove old unused and unmaintained demonstration code.Tim Hudson2014-07-2215-1008/+0
| | | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 62352b8138018775a4c085a105fccd9cdcb6323f)
* 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. (cherry picked from commit 0f78819c8ccb7c526edbe90d5b619281366ce75c)
* Fix various typos.Dr. Stephen Henson2014-02-023-20/+16
| | | | (cherry picked from commit f3efeaad540b000779277b4fc49a239529ee616e)
* Update demo.Dr. Stephen Henson2014-02-022-29/+56
| | | | (cherry picked from commit 88c21c47a3d187d4f8c4e87e3c6088198cb08a99)
* Update demos/bio/READMEDr. Stephen Henson2014-02-021-2/+3
| | | | (cherry picked from commit ea131a0644bcebeaa5e911217aadbc9dac241fec)
* Modify sample accept.cnfDr. Stephen Henson2014-02-021-2/+3
| | | | (cherry picked from commit d80b0eeee59fa48f2506fe103de1b52ef6de3f4f)
* Add demo for SSL server using SSL_CONF.Dr. Stephen Henson2014-02-025-0/+304
| | | | (cherry picked from commit ebd14bfce9ef6b4bf41129a329823130d1002f42)
* typoDr. Stephen Henson2014-01-281-1/+1
| | | | (cherry picked from commit cb2182676bdf652070bc272a3896d957763a4324)
* Fix demo comment: 0.9.9 never released.Dr. Stephen Henson2014-01-282-2/+2
| | | | (cherry picked from commit 717cc8589540b95122a652dee68e6a75b6262d93)
* Typo.Dr. Stephen Henson2013-03-181-2/+3
| | | | (cherry picked from commit 1546fb780bc11556a18d70c5fb29af4a9d5beaff)
* 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. (cherry picked from commit 3646578ae7e29230d7b05a5487ad12990b2ae688)
* fix commentsDr. Stephen Henson2010-01-212-4/+4
|
* Update demoDr. Stephen Henson2010-01-201-2/+1
|
* Support -L options in VC++ link.Dr. Stephen Henson2010-01-201-1/+2
|
* Ooops revert stuff which shouldn't have been part of previous commit.Dr. Stephen Henson2009-12-161-2/+1
|
* New option to enable/disable connection to unpatched serversDr. Stephen Henson2009-12-161-1/+2
|
* 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)
* Fix demo program.Dr. Stephen Henson2009-04-021-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
|
* CMS compressed data examples.Dr. Stephen Henson2008-04-113-0/+139
|
* Fix for compression and updated CMS_final().Dr. Stephen Henson2008-04-111-4/+4
|
* PKCS#7 examples converted to CMS.Dr. Stephen Henson2008-04-1111-0/+561
|
* Update tunala so it builds ok with OPENSSL_NO_DEPRECATED, and improve theGeoff Thorpe2008-03-283-6/+28
| | | | autoungunk.sh logic (autobits have grown since I last tried this...).
* Sample text files for S/MIME test programs.Dr. Stephen Henson2007-04-132-0/+6
|
* Add a bunch of S/MIME sample programs and data.Dr. Stephen Henson2007-04-139-0/+555
|
* fix typosNils Larsch2006-02-151-2/+2
| | | | PR: 1280
* update TLS-ECC codeBodo Möller2005-12-131-7/+10
| | | | Submitted by: Douglas Stebila
* From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte2005-04-303-3/+12
| | | | | The loading functions should be static if we build a dynamic engine.
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-118-0/+16
|
* Stupid casts...Richard Levitte2004-08-111-3/+3
|