Revision
7387 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 3 12:38:12 2016 UTC
(9 years, 5 months ago)
by
michael
File length: 10598 byte(s)
Diff to
previous 7278
- Remove artificial cap of minimum required size of the dh parameter file
Revision
7278 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 7 15:28:26 2016 UTC
(9 years, 6 months ago)
by
michael
File length: 10761 byte(s)
Diff to
previous 7274
- tls_openssl.c: removed logging to stderr which is closed at this point anyway
Revision
7271 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 6 20:47:15 2016 UTC
(9 years, 6 months ago)
by
michael
File length: 10894 byte(s)
Diff to
previous 7233
- Don't exit out with GnuTLS when there's no key and/or certificate
Revision
7233 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 3 16:07:50 2016 UTC
(9 years, 6 months ago)
by
michael
File length: 10758 byte(s)
Diff to
previous 7192
- tls_openssl.c: removed extraneous curly braces not needed with c99
Revision
7192 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 30 18:48:01 2016 UTC
(9 years, 6 months ago)
by
michael
File length: 10778 byte(s)
Diff to
previous 7190
- tls_openssl.c: removed test on OPENSSL_VERSION_NUMBER which is no longer needed
Revision
7190 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 30 18:45:32 2016 UTC
(9 years, 6 months ago)
by
michael
File length: 10872 byte(s)
Diff to
previous 7164
- tls_openssl.c:tls_new_cred(): set ciphers from serverinfo::ssl_cipher_list which somehow got lost in the rewrite
Revision
7152 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 28 10:24:03 2016 UTC
(9 years, 6 months ago)
by
michael
File length: 10731 byte(s)
Diff to
previous 7148
- Move report_crypto_errors from rsa.c to tls_openssl.c
- Move binary_to_hex from rsa.c to misc.c
- Removed rsa.c & rsa.h
Revision
7105 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Jan 23 20:11:27 2016 UTC
(9 years, 7 months ago)
by
michael
File length: 10450 byte(s)
- Incorporate gnutls support by Adam & Attila