Sign in
flutter
/
third_party
/
openssl
/
bceae201b45fdbc7898adada6aebe2a1b6145009
/
ssl
/
ssl_conf.c
394159d
Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF
by Matt Caswell
· 7 years ago
ededc88
Improve backwards compat with 1.0.2 for ECDHParameters
by Matt Caswell
· 7 years ago
f865b08
Split configuration of TLSv1.3 ciphers from older ciphers
by Matt Caswell
· 7 years ago
6738bf1
Update copyright year
by Matt Caswell
· 7 years ago
9d75dce
Add TLSv1.3 post-handshake authentication (PHA)
by Todd Short
· 7 years ago
db37d32
Send a CCS after ServerHello in TLSv1.3 if using middlebox compat mode
by Matt Caswell
· 7 years ago
a5816a5
Implement session id TLSv1.3 middlebox compatibility mode
by Matt Caswell
· 7 years ago
e1c7871
Use ChaCha only if prioritized by clnt
by Todd Short
· 7 years ago
677963e
e_os.h removal from other headers and source files.
by Pauli
· 8 years ago
e3c0d76
Do not allow non-dhe kex_modes by default
by Matt Caswell
· 8 years ago
1c7aa0d
Ignore -named_curve auto value to improve backwards compatibility
by Tomas Mraz
· 8 years ago
db0f35d
Fix #2400 Add NO_RENEGOTIATE option
by Todd Short
· 8 years ago
c649d10
TLS1.3 Padding
by Todd Short
· 8 years ago
be885d5
SSL_CONF support for certificate_authorities
by Dr. Stephen Henson
· 8 years ago
b3618f4
Test mac-then-encrypt
by Emilia Kasper
· 8 years ago
de4d764
Rename the Elliptic Curves extension to supported_groups
by Matt Caswell
· 8 years ago
582a17d
Add the SSL_METHOD for TLSv1.3 and all other base changes required
by Matt Caswell
· 8 years ago
a230b26
Indent ssl/
by Emilia Kasper
· 9 years ago
f430ba3
Spelling... and more spelling
by FdaSilvaYY
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
453dfd8
New SSL test framework
by Emilia Kasper
· 9 years ago
3c27208
Remove #error from include files.
by Rich Salz
· 9 years ago
d63a5e5
Remove outdated DEBUG flags.
by Rich Salz
· 9 years ago
f3f1cf8
Move to REF_DEBUG, for consistency.
by Rich Salz
· 9 years ago
cc5a9ba
Restore -no_comp switch for backwards compatible behaviour
by Viktor Dukhovni
· 9 years ago
dc5744c
RT3234: disable compression
by Emilia Kasper
· 9 years ago
869e978
Allow disabling the min and max version
by Kurt Roeckx
· 9 years ago
4fa5214
Protocol version selection and negotiation rewrite
by Viktor Dukhovni
· 9 years ago
7946ab3
Add support for minimum and maximum protocol version
by Kurt Roeckx
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
fe6ef24
Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
by Kurt Roeckx
· 9 years ago
a71edf3
Standardise our style for checking malloc failures
by Matt Caswell
· 9 years ago
9982cbb
Remove BIO_s_file_internal macro.
by Rich Salz
· 9 years ago
64b2575
remove 0 assignments.
by Rich Salz
· 10 years ago
4445704
free names before context
by Dr. Stephen Henson
· 10 years ago
4fdf17a
typo
by Dr. Stephen Henson
· 10 years ago
429261d
SSL_CONF additions.
by Dr. Stephen Henson
· 10 years ago
f7d5348
Use uint32_t consistently for flags.
by Dr. Stephen Henson
· 10 years ago
e481f9b
Remove support for OPENSSL_NO_TLSEXT
by Matt Caswell
· 10 years ago
fae4772
Add SSL_use_certificate_chain_file function
by Dr. Stephen Henson
· 10 years ago
86885c2
Use "==0" instead of "!strcmp" etc
by Rich Salz
· 10 years ago
656b260
SSL_CONF table reorganisation.
by Dr. Stephen Henson
· 10 years ago
b4faea5
Use safer sizeof variant in malloc
by Rich Salz
· 10 years ago
b6eb982
Add OSSL_NELEM macro.
by Dr. Stephen Henson
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
7e1b748
Big apps cleanup (option-parsing, etc)
by Rich Salz
· 10 years ago
ca3a82c
free NULL cleanup
by Rich Salz
· 10 years ago
2011b16
Support key loading from certificate file
by Dr. Stephen Henson
· 10 years ago
d640708
free NULL cleanup
by Rich Salz
· 10 years ago
10bf4fc
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
by Rich Salz
· 10 years ago
2747d73
Fix segfault with empty fields as last in the config.
by Kurt Roeckx
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
995207b
Allow using -SSLv2 again when setting Protocol in the config.
by Kurt Roeckx
· 10 years ago
45f55f6
Remove SSLv2 support
by Kurt Roeckx
· 10 years ago
f0ef019
Add -no_resumption_on_reneg to SSL_CONF.
by Dr. Stephen Henson
· 11 years ago
5b7f36e
Add ServerInfoFile to SSL_CONF, update docs.
by Dr. Stephen Henson
· 11 years ago
44314cf
Delete duplicate entry.
by Krzysztof Kwiatkowski
· 11 years ago
a9bc1af
Add -ecdh_single option.
by Dr. Stephen Henson
· 11 years ago
96e16bd
Fix warning.
by Dr. Stephen Henson
· 11 years ago
c557f92
Add SSL_CONF command to set DH Parameters.
by Dr. Stephen Henson
· 11 years ago
abf840e
Fix argument processing.
by Dr. Stephen Henson
· 11 years ago
27f3b65
Constification.
by Dr. Stephen Henson
· 11 years ago
ec2f7e5
Extend SSL_CONF
by Dr. Stephen Henson
· 11 years ago
13af145
Typo.
by Dr. Stephen Henson
· 11 years ago
14536c8
Make no-ec compilation work.
by Dr. Stephen Henson
· 12 years ago
1edf8f1
really fix automatic ;-)
by Dr. Stephen Henson
· 12 years ago
f1f5c70
fix handling of "automatic" in file mode
by Dr. Stephen Henson
· 12 years ago
4842dde
return error if Suite B mode is selected and TLS 1.2 can't be used. Correct error coded
by Dr. Stephen Henson
· 12 years ago
2588d4c
curves can be set in both client and server
by Dr. Stephen Henson
· 12 years ago
878b5d0
use correct return values when callin cmd
by Dr. Stephen Henson
· 12 years ago
ddd13d6
fix typo and warning
by Dr. Stephen Henson
· 12 years ago
3db935a
add SSL_CONF functions and documentation
by Dr. Stephen Henson
· 12 years ago