openssl/ssl
Matt Caswell 00ea17f9d7 Fix source where indent will not be able to cope
Conflicts:
	apps/ciphers.c
	ssl/s3_pkt.c

Conflicts:
	crypto/ec/ec_curve.c

Conflicts:
	crypto/ec/ec_curve.c
	ssl/s3_clnt.c
	ssl/s3_srvr.c
	ssl/ssl_sess.c

Conflicts:
	apps/ciphers.c
	crypto/bn/bn.h
	crypto/ec/ec_curve.c
	ssl/t1_enc.c
	ssl/t1_lib.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:49:13 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
bio_ssl.c PR: 2529 2011-05-25 15:15:43 +00:00
d1_both.c mark all block comments that need format preserving so that 2015-01-22 09:48:44 +00:00
d1_clnt.c Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
d1_enc.c Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
d1_lib.c Support TLS_FALLBACK_SCSV. 2014-10-15 04:18:29 +02:00
d1_meth.c Initialize SSL_METHOD structures at compile time. This removes the need 2005-08-05 23:52:08 +00:00
d1_pkt.c Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
d1_srvr.c Only allow ephemeral RSA keys in export ciphersuites. 2015-01-06 13:27:22 +00:00
dtls1.h Support TLS_FALLBACK_SCSV. 2014-10-15 04:18:29 +02:00
install.com Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). 2009-05-15 16:37:29 +00:00
kssl.c Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
kssl.h Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
kssl_lcl.h To avoid commit wars over dependencies, let's make it so things that 2001-10-10 07:55:02 +00:00
Makefile RT3067: simplify patch 2014-09-24 16:01:46 +02:00
s2_clnt.c Add and use a constant-time memcmp. 2013-02-05 16:50:32 +00:00
s2_enc.c ensure that the EVP_CIPHER_CTX object is initialized 2007-02-16 20:40:07 +00:00
s2_lib.c Support TLS_FALLBACK_SCSV. 2014-10-15 04:18:29 +02:00
s2_meth.c Initialize SSL_METHOD structures at compile time. This removes the need 2005-08-05 23:52:08 +00:00
s2_pkt.c Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
s2_srvr.c Assorted bugfixes: 2011-02-03 12:04:48 +00:00
s3_both.c mark all block comments that need format preserving so that 2015-01-22 09:48:44 +00:00
s3_cbc.c mark all block comments that need format preserving so that 2015-01-22 09:48:44 +00:00
s3_clnt.c Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00
s3_enc.c Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00
s3_lib.c Support TLS_FALLBACK_SCSV. 2014-10-15 04:18:29 +02:00
s3_meth.c Initialize SSL_METHOD structures at compile time. This removes the need 2005-08-05 23:52:08 +00:00
s3_pkt.c mark all block comments that need format preserving so that 2015-01-22 09:48:44 +00:00
s3_srvr.c Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00
s23_clnt.c Fix no-ssl3 configuration option 2014-10-15 08:46:57 -04:00
s23_lib.c Fix ECC SSLv2 exclusion on OpenSSL 0.9.8. 2014-07-07 13:00:07 +01:00
s23_meth.c make "./configure no-ssl2" work again 2006-01-15 16:57:01 +00:00
s23_pkt.c Reorder inclusion of header files: 2002-07-10 07:01:54 +00:00
s23_srvr.c Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00
ssl-lib.com Add t1_reneg to the VMS build. 2010-02-22 07:05:24 +00:00
ssl.h Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
ssl2.h Implement msg_callback for SSL 2.0. 2001-11-10 01:16:28 +00:00
ssl3.h Support TLS_FALLBACK_SCSV. 2014-10-15 04:18:29 +02:00
ssl23.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ssl_algs.c Add SHA2 algorithms to SSL_library_init(). Although these aren't used 2010-04-07 13:19:48 +00:00
ssl_asn1.c Fix gcc 4.6 warnings. Check TLS server hello extension length. 2010-06-12 13:18:58 +00:00
ssl_cert.c PR: 1731 and maybe 2197 2010-03-24 23:16:35 +00:00
ssl_ciph.c Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
ssl_err.c Support TLS_FALLBACK_SCSV. 2014-10-15 04:18:29 +02:00
ssl_err2.c Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
ssl_lib.c Further comment amendments to preserve formatting prior to source reformat 2015-01-22 09:48:59 +00:00
ssl_locl.h Additional comment changes for reformat of 0.9.8 2015-01-22 09:49:06 +00:00
ssl_rsa.c PR: 1411 2009-09-12 23:09:59 +00:00
ssl_sess.c PR: 2160 2010-02-01 16:48:40 +00:00
ssl_stat.c Don't disable state strings with no-ssl2 2014-06-28 00:57:18 +01:00
ssl_task.c mark all block comments that need format preserving so that 2015-01-22 09:48:44 +00:00
ssl_txt.c Add strings for DTLS protocol versions 2010-01-16 19:02:43 +00:00
ssltest.c Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00
t1_clnt.c Initialize SSL_METHOD structures at compile time. This removes the need 2005-08-05 23:52:08 +00:00
t1_enc.c Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00
t1_lib.c mark all block comments that need format preserving so that 2015-01-22 09:48:44 +00:00
t1_meth.c Initialize SSL_METHOD structures at compile time. This removes the need 2005-08-05 23:52:08 +00:00
t1_reneg.c Update RI to match latest spec. 2009-12-27 23:03:40 +00:00
t1_srvr.c Initialize SSL_METHOD structures at compile time. This removes the need 2005-08-05 23:52:08 +00:00
tls1.h Fix source where indent will not be able to cope 2015-01-22 09:49:13 +00:00