projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Re-align some comments after running the reformat script.
[oweals/openssl.git]
/
ssl
/
s3_pkt.c
2015-01-22
Matt Caswell
Re-align some comments after running the reformat script.
OpenSSL_1_0_2-post-reformat
blob
|
commitdiff
|
raw
2015-01-22
Matt Caswell
Rerun util/openssl-format-source -v -c .
OpenSSL_1_0_2-post-auto-reformat
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Run util/openssl-format-source -v -c .
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Tim Hudson
mark all block comments that need format preserving...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-08
Dr. Stephen Henson
Fix crash in dtls1_get_record whilst in the listen...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-27
Matt Caswell
Add checks to the return value of EVP_Cipher to prevent...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-22
Adam Langley
RT3060: Limit the number of empty records.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-05
Andy Polyakov
s3_pkt.c: fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Ken Ballou
Remove redundant check.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-22
Matt Caswell
Fixed Windows compilation failure
blob
|
commitdiff
|
raw
|
diff to current
2014-06-17
Felix Laurie von...
Fix signed/unsigned comparisons.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Matt Caswell
Added OPENSSL_assert check as per PR#3377 reported...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Dr. Stephen Henson
Fix for CVE-2014-0224
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Dr. Stephen Henson
Additional CVE-2014-0224 protection.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-11
Matt Caswell
Fixed NULL pointer dereference. See PR#3321
blob
|
commitdiff
|
raw
|
diff to current
2014-05-11
Matt Caswell
Move length check earlier to ensure we don't go beyond...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-11
Tim Hudson
safety check to ensure we dont send out beyond the...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Ben Laurie
Fix use after free.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-14
Andy Polyakov
ssl/s3_pkt.c: detect RAND_bytes error in multi-block.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-05
Andy Polyakov
ssl/s3_pkt.c: add multi-block processing [from master].
blob
|
commitdiff
|
raw
|
diff to current
2014-01-02
Dr. Stephen Henson
Don't change version number if session established
blob
|
commitdiff
|
raw
|
diff to current
2013-12-18
Dr. Stephen Henson
Check EVP errors for handshake digests.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-05
Ben Laurie
Merge branch 'OpenSSL_1_0_2-stable' into pre-aead
blob
|
commitdiff
|
raw
|
diff to current
2013-10-04
Ben Laurie
Merge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
blob
|
commitdiff
|
raw
|
diff to current
2013-10-04
Ben Laurie
Merge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
blob
|
commitdiff
|
raw
|
diff to current
2013-10-01
Adam Langley
chacha20poly1305
blob
|
commitdiff
|
raw
|
diff to current
2013-10-01
Adam Langley
AEAD support in ssl/
blob
|
commitdiff
|
raw
|
diff to current
2013-10-01
Ben Laurie
Merge remote-tracking branch 'agl/1.0.2alpn' into agl...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-18
Dr. Stephen Henson
Use enc_flags when deciding protocol variations.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-26
Dr. Stephen Henson
Fix error codes.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-08
Andy Polyakov
ssl/[d1|s3]_pkt.c: harmomize orig_len handling.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Andy Polyakov
ssl/*: remove SSL3_RECORD->orig_len to restore binary...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Ben Laurie
Update DTLS code to match CBC decoding in TLS.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Ben Laurie
Don't crash when processing a zero-length, TLS >= 1...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Ben Laurie
Make CBC decoding constant time.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Ben Laurie
Add and use a constant-time memcmp.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Dr. Stephen Henson
SSL/TLS record tracing code (backport from HEAD).
blob
|
commitdiff
|
raw
|
diff to current
2012-06-03
Ben Laurie
Reduce version skew: trivia (I hope).
blob
|
commitdiff
|
raw
|
diff to current
2012-05-11
Dr. Stephen Henson
PR: 2811
blob
|
commitdiff
|
raw
|
diff to current
2012-04-17
Dr. Stephen Henson
Partial workaround for PR#2771.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-15
Andy Polyakov
e_aes_cbc_hmac_sha1.c: handle zero-length payload and...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-21
cvs2svn
This commit was manufactured by cvs2svn to create branch
blob
|
commitdiff
|
raw
|
diff to current
2011-12-31
Dr. Stephen Henson
PR: 2658
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Ben Laurie
Fix DTLS.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-13
Ben Laurie
Add Next Protocol Negotiation.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-24
Dr. Stephen Henson
make sure eivlen is initialised
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Dr. Stephen Henson
Backport GCM support from HEAD.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
Dr. Stephen Henson
PR: 2533
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Dr. Stephen Henson
Backport TLS v1.2 support from HEAD.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Ben Laurie
Add SRP.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-14
Dr. Stephen Henson
Only use explicit IV if cipher is in CBC mode.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Dr. Stephen Henson
oops, revert previous patch
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Dr. Stephen Henson
PR: 1833
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
Dr. Stephen Henson
PR: 1833
blob
|
commitdiff
|
raw
|
diff to current
2010-06-27
Dr. Stephen Henson
Backport TLS v1.1 support from HEAD, ssl/ changes
blob
|
commitdiff
|
raw
|
diff to current
2010-06-16
cvs2svn
This commit was manufactured by cvs2svn to create branch
blob
|
commitdiff
|
raw
|
diff to current
2010-03-25
Bodo Möller
Fix for "Record of death" vulnerability CVE-2010-0740.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Dr. Stephen Henson
Send no_renegotiation alert as required by spec.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Dr. Stephen Henson
Stop warning of signed/unsigned compare.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Dr. Stephen Henson
PR: 1984
blob
|
commitdiff
|
raw
|
diff to current
2009-04-19
Dr. Stephen Henson
PR: 1751
blob
|
commitdiff
|
raw
|
diff to current
2009-04-16
Dr. Stephen Henson
PR: 1894
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Dr. Stephen Henson
Update from 0.9.8-stable.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-31
cvs2svn
This commit was manufactured by cvs2svn to create branch
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Richard Levitte
Hopefully resolve signed vs unsigned issue.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-29
Ben Laurie
If we're going to return errors (no matter how stupid...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-29
Ben Laurie
Make sure a bad parameter to RSA_verify_PKCS1_PSS(...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Lutz Jänicke
Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Lutz Jänicke
When the underlying BIO_write() fails to send a datagra...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-13
Bodo Möller
sanity check
blob
|
commitdiff
|
raw
|
diff to current
2008-08-04
Bodo Möller
Fix error codes for memory-saving patch.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-03
Ben Laurie
Memory saving patch.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-07
Dr. Stephen Henson
Fix warnings: computed value not use, incompatible...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Dr. Stephen Henson
Update ssl code to support digests other than MD5+SHA1...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Dr. Stephen Henson
Update ssl library to support EVP_PKEY MAC API. Include...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-29
Bodo Möller
fix support for receiving fragmented handshake messages
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
Andy Polyakov
Align data payload for better performance.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-08
Dr. Stephen Henson
New option SSL_OP_NO_COMP to disable compression. New...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-30
Dr. Stephen Henson
Make OPENSSL_NO_COMP compile again.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-09
Bodo Möller
Update util/ck_errf.pl script, and have it run automati...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Nils Larsch
backport fix from the stable branch
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Ben Laurie
Add DTLS support.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-15
Dr. Stephen Henson
Fixes so alerts are sent properly in s3_pkt.c
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Richard Levitte
Security fix: Vaudenay timing attack on CBC.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-10
Lutz Jänicke
Reorder inclusion of header files:
blob
|
commitdiff
|
raw
|
diff to current
2002-05-06
Bodo Möller
fix warning
blob
|
commitdiff
|
raw
|
diff to current
2002-05-05
Bodo Möller
fix casts
blob
|
commitdiff
|
raw
|
diff to current
2002-04-29
Richard Levitte
Synchronise with 0.9.7-stable.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-20
Richard Levitte
Signedness mismatch.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-13
Bodo Möller
Implement known-IV countermeasure.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-12
Ben Laurie
Prototype info function.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-28
Ulf Möller
ssl3_read_bytes bug fix
blob
|
commitdiff
|
raw
|
diff to current
2001-10-20
Bodo Möller
New functions SSL[_CTX]_set_msg_callback().
blob
|
commitdiff
|
raw
|
diff to current
2001-10-16
Bodo Möller
Add per-SSL 'msg_callback' with 'msg_callback_arg'.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-20
Bodo Möller
Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-07
Bodo Möller
Fix ERR_R_... problems.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-20
Richard Levitte
Use new-style system-id macros everywhere possible...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-25
Bodo Möller
Fix SSL_peek and SSL_pending.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-14
Bodo Möller
First step towards SSL_peek fix.
blob
|
commitdiff
|
raw
|
diff to current
2000-09-12
Bodo Möller
New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables...
blob
|
commitdiff
|
raw
|
diff to current
next