Sign in
flutter
/
third_party
/
openssl
/
13d568661c14f71b3c6af263e1b60b92be738f57
/
ssl
/
s3_clnt.c
3881d81
New option no-ssl3-method which removes SSLv3_*method
by Dr. Stephen Henson
· 10 years ago
d663df2
Tighten session ticket handling
by Emilia Kasper
· 10 years ago
c800c27
Process signature algorithms in ClientHello late.
by Dr. Stephen Henson
· 10 years ago
b5ff559
Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617
by Tim Hudson
· 11 years ago
be0d851
psk_client_callback, 128-byte id bug.
by Adam Langley
· 11 years ago
f2be92b
Fixed out-of-bounds read errors in ssl3_get_key_exchange.
by Matt Caswell
· 11 years ago
9e72d49
Fix SRP authentication ciphersuites.
by Dr. Stephen Henson
· 11 years ago
0989790
Check SRP parameters early.
by Dr. Stephen Henson
· 11 years ago
1716003
Fix DTLS anonymous EC(DH) denial of service
by Emilia Käsper
· 11 years ago
b948ee2
Remove all RFC5878 code.
by Dr. Stephen Henson
· 11 years ago
3b77f01
Accept CCS after sending finished.
by Dr. Stephen Henson
· 11 years ago
fb8d9dd
Make tls_session_secret_cb work with CVE-2014-0224 fix.
by Dr. Stephen Henson
· 11 years ago
a91be10
Fix for CVE-2014-0224
by Dr. Stephen Henson
· 11 years ago
a5362db
Fix CVE-2014-3470
by Dr. Stephen Henson
· 11 years ago
b362cca
Security framework.
by Dr. Stephen Henson
· 11 years ago
66f96fe
Check return value of ssl3_output_cert_chain
by Dr. Stephen Henson
· 11 years ago
8b8e5be
Allow return of supported ciphers.
by Dr. Stephen Henson
· 11 years ago
4773916
fix WIN32 warnings
by Dr. Stephen Henson
· 11 years ago
0a60287
Fix whitespace, new-style comments.
by Ben Laurie
· 11 years ago
e9add06
Re-add alert variables removed during rebase Whitespace fixes
by Scott Deboy
· 11 years ago
ac20719
Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert.
by Scott Deboy
· 11 years ago
0ebc965
Support retries in certificate callback
by Dr. Stephen Henson
· 11 years ago
5a21cad
use SSL_kDHE throughout instead of SSL_kEDH
by Daniel Kahn Gillmor
· 11 years ago
4082fea
use SSL_kECDHE throughout instead of SSL_kEECDH
by Daniel Kahn Gillmor
· 11 years ago
2016265
Do not include a timestamp in the Client/ServerHello Random field.
by Nick Mathewson
· 11 years ago
40088d8
DTLS version usage fixes.
by Dr. Stephen Henson
· 12 years ago
226751a
Set TLS v1.2 disabled mask properly.
by Dr. Stephen Henson
· 12 years ago
5eda213
More cleanup.
by Ben Laurie
· 12 years ago
a6a48e8
Make it build.
by Ben Laurie
· 12 years ago
3608618
Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions)
by Scott Deboy
· 12 years ago
478b50c
misspellings fixes by https://github.com/vlajos/misspell_fixer
by Veres Lajos
· 12 years ago
4544f0a
Suite B support for DTLS 1.2
by Dr. Stephen Henson
· 12 years ago
c6913ee
Dual DTLS version methods.
by Dr. Stephen Henson
· 12 years ago
fbbaacc
Update fixed DH requirements.
by Dr. Stephen Henson
· 12 years ago
c3b344e
Provisional DTLS 1.2 support.
by Dr. Stephen Henson
· 12 years ago
cbd6489
Use enc_flags when deciding protocol variations.
by Dr. Stephen Henson
· 12 years ago
173e72e
DTLS revision.
by Dr. Stephen Henson
· 12 years ago
d47c01a
perform sanity checks on server certificate type as soon as it is received instead of waiting until server key exchange
by Dr. Stephen Henson
· 13 years ago
becfdb9
give more meaningful error if presented with wrong certificate type by server
by Dr. Stephen Henson
· 13 years ago
2ea8035
Add three Suite B modes to TLS code, supporting RFC6460.
by Dr. Stephen Henson
· 13 years ago
6dbb621
Make tls1_check_chain return a set of flags indicating checks passed
by Dr. Stephen Henson
· 13 years ago
ec4a50b
Abort handshake if signature algorithm used not supported by peer.
by Dr. Stephen Henson
· 13 years ago
d18b716
check EC tmp key matches preferences
by Dr. Stephen Henson
· 13 years ago
b7bfe69
New function ssl_set_client_disabled to set masks for any ciphersuites
by Dr. Stephen Henson
· 13 years ago
9f27b1e
Add new ctrl to retrieve client certificate types, print out
by Dr. Stephen Henson
· 13 years ago
18d7158
Add certificate callback. If set this is called whenever a certificate
by Dr. Stephen Henson
· 13 years ago
71fa451
Version skew reduction: trivia (I hope).
by Ben Laurie
· 13 years ago
a9e1c50
RFC 5878 support.
by Ben Laurie
· 13 years ago
09e4e4b
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
by Dr. Stephen Henson
· 13 years ago
ce33b42
oops, not yet ;-)
by Dr. Stephen Henson
· 13 years ago
579d553
update NEWS
by Dr. Stephen Henson
· 13 years ago
800e1cd
Additional workaround for PR#2771
by Dr. Stephen Henson
· 13 years ago
f4e1169
Modify client hello version when renegotiating to enhance interop with
by Dr. Stephen Henson
· 13 years ago
c526ed4
Revise ssl code to use a CERT_PKEY structure when outputting a
by Dr. Stephen Henson
· 13 years ago
08e4ea4
initialise dh_clnt
by Dr. Stephen Henson
· 13 years ago
0d60939
add support for use of fixed DH client certificates
by Dr. Stephen Henson
· 13 years ago
8e1dc4d
Support for fixed DH ciphersuites.
by Dr. Stephen Henson
· 13 years ago
4817504
PR: 2658
by Dr. Stephen Henson
· 13 years ago
f3d781b
PR: 2326 Submitted by: Tianjie Mao <tjmao@tjmao.net> Reviewed by: steve
by Dr. Stephen Henson
· 13 years ago
ebba6c4
PR: 1794
by Dr. Stephen Henson
· 13 years ago
6f31dd7
Fix NPN implementation for renegotiation. (Problem pointed out by Ben Murphy.)
by Bodo Möller
· 13 years ago
c519e89
Fix session handling.
by Bodo Möller
· 14 years ago
d09677a
Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support and
by Dr. Stephen Henson
· 14 years ago
ca93357
fix memory leak
by Dr. Stephen Henson
· 14 years ago
238b636
use TLS1_get_version macro to check version so TLS v1.2 changes don't interfere with DTLS
by Dr. Stephen Henson
· 14 years ago
086e32a
Implement FIPS_mode and FIPS_mode_set
by Dr. Stephen Henson
· 14 years ago
855a54a
Provisional support for TLS v1.2 client authentication: client side only.
by Dr. Stephen Henson
· 14 years ago
8f82912
Process signature algorithms during TLS v1.2 client authentication.
by Dr. Stephen Henson
· 14 years ago
a2f9200
Initial TLS v1.2 client support. Include a default supported signature
by Dr. Stephen Henson
· 14 years ago
23bc796
Fix broken SRP error/function code assignment.
by Dr. Stephen Henson
· 14 years ago
edc032b
Add SRP support.
by Ben Laurie
· 14 years ago
a3654f0
Include openssl/crypto.h first in several other files so FIPS renaming
by Dr. Stephen Henson
· 14 years ago
88f2a4c
CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
by Bodo Möller
· 14 years ago
5759425
PR: 2314
by Dr. Stephen Henson
· 14 years ago
bf48836
Fixes to NPN from Adam Langley.
by Ben Laurie
· 15 years ago
44959ee
PR: 1833 Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>
by Dr. Stephen Henson
· 15 years ago
ee2ffc2
Add Next Protocol Negotiation.
by Ben Laurie
· 15 years ago
2b13f80
algorithms field has changed in 1.0.0 and later: update
by Dr. Stephen Henson
· 15 years ago
c1ca9d3
Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD and
by Dr. Stephen Henson
· 15 years ago
17ebc10
PR: 2161 Submitted by: Doug Goldstein <cardoe@gentoo.org>, Steve.
by Dr. Stephen Henson
· 15 years ago
d5e7f2f
PR: 1949 Submitted by: steve@openssl.org
by Dr. Stephen Henson
· 15 years ago
dd792d6
Missing commit from change ofr compress_meth to unsigned
by Dr. Stephen Henson
· 15 years ago
2be3d6e
Client side compression algorithm sanity checks: ensure old compression
by Dr. Stephen Henson
· 15 years ago
13f6d57
Add support for magic cipher suite value (MCSV). Make secure renegotiation
by Dr. Stephen Henson
· 15 years ago
8025e25
PR: 2121 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
by Dr. Stephen Henson
· 15 years ago
4996844
PR: 2115
by Dr. Stephen Henson
· 15 years ago
4b4ba6a
Generate stateless session ID just after the ticket is received instead
by Dr. Stephen Henson
· 15 years ago
213f08a
Don't attempt session resumption if no ticket is present and session
by Dr. Stephen Henson
· 15 years ago
3e24d43
oops!
by Dr. Stephen Henson
· 15 years ago
b57329b
PR: 2085
by Dr. Stephen Henson
· 15 years ago
a25f33d
Submitted by: Julia Lawall <julia@diku.dk>
by Dr. Stephen Henson
· 16 years ago
f0288f0
Submitted by: Artem Chuprina <ran@cryptocom.ru> Reviewed by: steve@openssl.org
by Dr. Stephen Henson
· 16 years ago
ef236ec
Merge from 1.0.0-stable branch.
by Dr. Stephen Henson
· 16 years ago
8711efb
Updates from 1.0.0-stable branch.
by Dr. Stephen Henson
· 16 years ago
477fd45
PR: 1835
by Dr. Stephen Henson
· 16 years ago
bab5340
Updatde from stable branch.
by Dr. Stephen Henson
· 16 years ago
6ba71a7
Handle the unlikely event that BIO_get_mem_data() returns -ve.
by Ben Laurie
· 16 years ago
12bf56c
PR: 1574 Submitted by: Jouni Malinen <j@w1.fi> Approved by: steve@openssl.org
by Dr. Stephen Henson
· 16 years ago
6343829
Revert the size_t modifications from HEAD that had led to more
by Geoff Thorpe
· 16 years ago
7b80841
Make -DKSSL_DEBUG work again.
by Dr. Stephen Henson
· 16 years ago
Next »