projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add the ability to send the supported_versions extension
[openssl.git]
/
ssl
/
t1_lib.c
2016-11-09
Matt Caswell
Add the ability to send the supported_versions extension
blob
|
commitdiff
|
raw
2016-11-09
Matt Caswell
Make some CLIENTHELLO_MSG function arguments const
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Update a comment
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Add some function documentation and update some existin...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Improve some comment documentation following the extens...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Fix various style issues in the extension parsing refactor
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Refactor ClientHello processing so that extensions...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Fix misc size_t issues causing Windows warnings in...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Fix some missed size_t updates
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Update misc function params in libssl for size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert session_id_length and sid_ctx_len to size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-02
Matt Caswell
Add the SSL_METHOD for TLSv1.3 and all other base chang...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-17
David Woodhouse
Add SSL_OP_NO_ENCRYPT_THEN_MAC
blob
|
commitdiff
|
raw
|
diff to current
2016-10-02
Matt Caswell
Rename ssl_set_handshake_header2()
blob
|
commitdiff
|
raw
|
diff to current
2016-10-02
Matt Caswell
Remove ssl_set_handshake_header()
blob
|
commitdiff
|
raw
|
diff to current
2016-10-02
Matt Caswell
Remove the tls12_get_sigandhash_old() function
blob
|
commitdiff
|
raw
|
diff to current
2016-09-29
Matt Caswell
Remove tls12_copy_sigalgs_old()
blob
|
commitdiff
|
raw
|
diff to current
2016-09-29
Matt Caswell
Fix a bug in the construction of the ClienHello SRTP...
blob
|
commitdiff
|
raw
|
diff to current
2016-09-29
Matt Caswell
Fix heartbeat compilation error
blob
|
commitdiff
|
raw
|
diff to current
2016-09-29
Matt Caswell
Convert ServerHello construction to WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-09-28
Matt Caswell
Fix a bug in Renegotiation extension construction
blob
|
commitdiff
|
raw
|
diff to current
2016-09-22
Matt Caswell
Fix a mem leak in NPN handling
blob
|
commitdiff
|
raw
|
diff to current
2016-09-22
Matt Caswell
Fix OCSP Status Request extension unbounded memory...
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Convert WPACKET_put_bytes to use convenience macros
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Style tweaks following review feedback
blob
|
commitdiff
|
raw
|
diff to current
2016-09-20
Matt Caswell
Convert ClientVerify Construction to WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-09-14
Matt Caswell
Fix OCSP_RESPID processing bug introduced by WPACKET...
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Add a WPACKET_sub_allocate_bytes() function
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Fix a few style nits in the wpacket code
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Address WPACKET review comments
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Add WPACKET_sub_memcpy() function
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Move from explicit sub-packets to implicit ones
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Rename PACKETW to WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-09-13
Matt Caswell
Convert tls_construct_client_hello() to use PACKETW
blob
|
commitdiff
|
raw
|
diff to current
2016-08-23
Dr. Stephen Henson
Sanity check ticket length.
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Emilia Kasper
Indent ssl/
blob
|
commitdiff
|
raw
|
diff to current
2016-08-13
Dr. Stephen Henson
Modify TLS support for new X25519 API.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Emilia Kasper
Fix two bugs in clienthello processing
blob
|
commitdiff
|
raw
|
diff to current
2016-06-29
FdaSilvaYY
Spelling
blob
|
commitdiff
|
raw
|
diff to current
2016-06-21
FdaSilvaYY
Spelling... and more spelling
blob
|
commitdiff
|
raw
|
diff to current
2016-06-18
FdaSilvaYY
Useless header include of openssl/rand.h
blob
|
commitdiff
|
raw
|
diff to current
2016-06-14
Matt Caswell
Fix comment
blob
|
commitdiff
|
raw
|
diff to current
2016-06-09
Todd Short
Fix session ticket and SNI
blob
|
commitdiff
|
raw
|
diff to current
2016-05-23
Dr. Stephen Henson
remove encrypt then mac ifdefs
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 01/10
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
TJ Saunders
Use AES256 for the default encryption algoritm for...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
TJ Saunders
session tickets: Use sizeof() for the various fields
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Kazuki Yamaguchi
Fix NPN protocol name list validation
blob
|
commitdiff
|
raw
|
diff to current
2016-05-09
David Benjamin
Don't send signature algorithms when client_version...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-28
FdaSilvaYY
various spelling fixes
blob
|
commitdiff
|
raw
|
diff to current
2016-04-21
Matt Caswell
Fix no-ocsp on Windows (and probably VMS)
blob
|
commitdiff
|
raw
|
diff to current
2016-04-18
Rich Salz
Rename some lowercase API's
blob
|
commitdiff
|
raw
|
diff to current
2016-04-09
Matt Caswell
Make DH opaque
blob
|
commitdiff
|
raw
|
diff to current
2016-04-06
Matt Caswell
Fix no-ocsp
blob
|
commitdiff
|
raw
|
diff to current
2016-04-04
Rich Salz
Revert "various spelling fixes"
blob
|
commitdiff
|
raw
|
diff to current
2016-04-04
FdaSilvaYY
various spelling fixes
blob
|
commitdiff
|
raw
|
diff to current
2016-03-21
Todd Short
Fix ALPN - more fixes
blob
|
commitdiff
|
raw
|
diff to current
2016-03-20
Rich Salz
Remove #error from include files.
blob
|
commitdiff
|
raw
|
diff to current
2016-03-18
Matt Caswell
Ensure that memory allocated for the ticket is freed
blob
|
commitdiff
|
raw
|
diff to current
2016-03-09
Kurt Roeckx
Add support for minimum and maximum protocol version...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-08
Todd Short
GH787: Fix ALPN
blob
|
commitdiff
|
raw
|
diff to current
2016-03-04
Rob Percival
Adds CT validation to SSL connections
blob
|
commitdiff
|
raw
|
diff to current
2016-03-04
Rich Salz
Changes to DEFAULT curves
blob
|
commitdiff
|
raw
|
diff to current
2016-03-03
Emilia Kasper
Refactor ClientHello extension parsing
blob
|
commitdiff
|
raw
|
diff to current
2016-02-28
Dr. Stephen Henson
TLS support for X25519
blob
|
commitdiff
|
raw
|
diff to current
2016-02-19
Emilia Kasper
TLS: reject duplicate extensions
blob
|
commitdiff
|
raw
|
diff to current
2016-02-18
Rich Salz
Remove outdated DEBUG flags.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-18
Matt Caswell
Fix memory leaks in tls_decrypt_ticket
blob
|
commitdiff
|
raw
|
diff to current
2016-02-16
Dr. Stephen Henson
Simplify tls1_set_ec_id.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-16
Dr. Stephen Henson
Use nid_list table to lookup curve IDs.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-16
Dr. Stephen Henson
Add explanation and warning to TLS id table.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-11
Dr. Stephen Henson
Remove static ECDH support.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-11
Dr. Stephen Henson
Don't check self signed certificate signature security.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-11
Rich Salz
Remove TLS heartbeat, disable DTLS heartbeat
blob
|
commitdiff
|
raw
|
diff to current
2016-02-01
Emilia Kasper
constify PACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-01-26
Rich Salz
Remove /* foo.c */ comments
blob
|
commitdiff
|
raw
|
diff to current
2016-01-20
Dr. Stephen Henson
make EVP_PKEY opaque
blob
|
commitdiff
|
raw
|
diff to current
2016-01-12
Richard Levitte
Adapt all EVP_CIPHER_CTX users for it becoming opaque
blob
|
commitdiff
|
raw
|
diff to current
2016-01-07
Dr. Stephen Henson
Fix declarations and constification for inline stack.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-02
Viktor Dukhovni
Protocol version selection and negotiation rewrite
blob
|
commitdiff
|
raw
|
diff to current
2015-12-31
Dr. Stephen Henson
Use X509_get0_pubkey where appropriate
blob
|
commitdiff
|
raw
|
diff to current
2015-12-30
Dr. Stephen Henson
Check for missing DSA parameters.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-27
Matt Caswell
Simplify calling of the OCSP callback
blob
|
commitdiff
|
raw
|
diff to current
2015-12-27
Matt Caswell
Ensure we don't call the OCSP callback if resuming...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-27
Matt Caswell
Fix error when server does not send CertificateStatus...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-19
Dr. Stephen Henson
Remove fixed DH ciphersuites.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
blob
|
commitdiff
|
raw
|
diff to current
2015-12-10
Matt Caswell
Add a return value check
blob
|
commitdiff
|
raw
|
diff to current
2015-12-08
Dr. Stephen Henson
Extended master secret fixes and checks.
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adapt the rest of the source to the opaque HMAC_CTX
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adapt HMAC to the EVP_MD_CTX changes
blob
|
commitdiff
|
raw
|
diff to current
2015-12-04
Kurt Roeckx
Remove SSL_{CTX_}set_ecdh_auto() and always enable...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-04
Kurt Roeckx
Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
blob
|
commitdiff
|
raw
|
diff to current
2015-12-04
Kurt Roeckx
Remove support for SSL_{CTX_}set_tmp_ecdh_callback().
blob
|
commitdiff
|
raw
|
diff to current
2015-11-30
Dr. Stephen Henson
Remove GOST special case: handled automatically now.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-30
Dr. Stephen Henson
Use digest indices for signature algorithms.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-30
Dr. Stephen Henson
Use digest tables for defaults.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-25
Dr. Stephen Henson
Remove unused cert_verify_mac code
blob
|
commitdiff
|
raw
|
diff to current
2015-11-24
Dr. Stephen Henson
Use EVP_md5_sha1() to generate client verify
blob
|
commitdiff
|
raw
|
diff to current
2015-11-24
Dr. Stephen Henson
Use MD5+SHA1 for default digest if appropriate.
blob
|
commitdiff
|
raw
|
diff to current
next