summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-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.1 changes Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2253-8633/+8860
| | | | 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 Conflicts: crypto/bn/rsaz_exp.c crypto/evp/e_aes_cbc_hmac_sha1.c crypto/evp/e_aes_cbc_hmac_sha256.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 Conflicts: crypto/ec/ec_lcl.h ssl/tls1.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 Conflicts: crypto/ec/ec_curve.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* Additional comment changes for reformat of 1.0.1Matt Caswell2015-01-227-8/+13
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Further comment changes for reformatMatt Caswell2015-01-222-3/+4
| | | | 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 Conflicts: crypto/rc4/rc4_enc.c crypto/x509v3/v3_scts.c crypto/x509v3/v3nametest.c ssl/d1_both.c ssl/s3_srvr.c ssl/ssl.h ssl/ssl_locl.h ssl/ssltest.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)
* 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)
* 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
|
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-1/+1
| | | | | Submitted by: Douglas Stebila Reviewed by: Bodo Moeller
* Typo.Richard Levitte2003-06-111-1/+1
| | | | PR: 593
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+8
| | | | PR: 287
* Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe2002-12-111-0/+1
| | | | configured with zlib support).
* Fix to build better with DJGPP.Richard Levitte2002-11-142-0/+10
| | | | | | | | | | | | | | | | | PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-3/+2
|
* Make internal functions static.Richard Levitte2002-11-131-22/+22
|
* Name the flag files correctly.Richard Levitte2002-11-131-2/+2
|
* There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte2002-10-241-4/+7
| | | | | | RSAref data, pretend we don't care for OpenSSL's MD2 and MD5 structures or implementation. Remove all kinds of silly warning
* Typo: v3 is represented by 2.Dr. Stephen Henson2002-10-211-1/+1
|
* Add a few more target platforms, to see how well the shared libraryRichard Levitte2002-10-101-0/+16
| | | | linking works on them.
* Don't fuss with the demo binariesRichard Levitte2002-10-091-0/+4
|
* add URL for Internet DraftBodo Möller2002-09-161-1/+3
|