kore/examples/integers
Joris Vink 384bc8fdd6 Default to only TLSv1.2 from now on.
Add configuration setting tls_version to specify if you
either want TLSv1.2 or TLSv1.0 or both.

The configuration options ssl_cipher and ssl_dhparam
have changed name to tls_cipher and tls_dhparam. There is
no fallback so you might have to update your configs.
2015-05-06 10:59:43 +02:00
..
conf Default to only TLSv1.2 from now on. 2015-05-06 10:59:43 +02:00
src Add integers example 2014-08-03 20:29:24 +02:00
.gitignore s/hello-world/integers 2014-08-03 20:31:40 +02:00
README.md Alter readme a bit 2014-08-03 20:30:39 +02:00

README.md

Test parameter to integer conversions.

Run:

	# kore run

Test:

	# curl -i -k https://127.0.0.1:8888/?id=123123
	# curl -i -k https://127.0.0.1:8888/?id=-123123

The correct integer types should only be represented in the output.