index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
1
-2
/
+0
*
Add checks to the return value of EVP_Cipher to prevent silent encryption fai...
Matt Caswell
2014-11-27
1
-1
/
+2
*
Support TLS_FALLBACK_SCSV.
Bodo Moeller
2014-10-15
1
-1
/
+1
*
RT1815: More const'ness improvements
Justin Blanchard
2014-08-18
1
-2
/
+2
*
Fixed incorrect return code handling in ssl3_final_finish_mac.
Matt Caswell
2014-06-13
1
-2
/
+10
*
Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"
Matt Caswell
2014-06-13
1
-10
/
+2
*
Fixed incorrect return code handling in ssl3_final_finish_mac
Matt Caswell
2014-06-11
1
-2
/
+10
*
Experimental encrypt-then-mac support.
Dr. Stephen Henson
2013-09-08
1
-1
/
+1
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
Andy Polyakov
2013-02-08
1
-6
/
+2
*
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
Andy Polyakov
2013-02-06
1
-2
/
+6
*
Update DTLS code to match CBC decoding in TLS.
Ben Laurie
2013-02-06
1
-4
/
+0
*
Don't crash when processing a zero-length, TLS >= 1.1 record.
Ben Laurie
2013-02-06
1
-2
/
+9
*
Make CBC decoding constant time.
Ben Laurie
2013-02-06
1
-39
/
+69
*
oops, typo
Dr. Stephen Henson
2012-08-29
1
-2
/
+2
*
New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passes
Dr. Stephen Henson
2012-08-29
1
-0
/
+41
*
Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576)
Dr. Stephen Henson
2012-01-05
1
-0
/
+3
*
set FIPS permitted flag before initalising digest
Dr. Stephen Henson
2011-05-31
1
-1
/
+1
*
PR: 2295
Dr. Stephen Henson
2011-05-20
1
-5
/
+8
*
Implement FIPS_mode and FIPS_mode_set
Dr. Stephen Henson
2011-05-19
1
-0
/
+9
*
Initial incomplete TLS v1.2 support. New ciphersuites added, new version
Dr. Stephen Henson
2011-04-30
1
-1
/
+1
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+1
*
Updates from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-20
1
-1
/
+1
*
Updates from 1.0.0-stable
Dr. Stephen Henson
2009-04-06
1
-1
/
+1
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-5
/
+16
*
Die earlier if hash is NULL. (Coverity IDs 137 & 138).
Ben Laurie
2008-12-29
1
-0
/
+2
*
Die earlier if we have no hash function.
Ben Laurie
2008-12-29
1
-0
/
+2
*
Handle the unlikely event that BIO_get_mem_data() returns -ve.
Ben Laurie
2008-12-27
1
-27
/
+39
*
Fix warnings: computed value not use, incompatible pointer initialization
Dr. Stephen Henson
2007-09-07
1
-1
/
+1
*
Update ssl code to support digests other than MD5+SHA1 in handshake.
Dr. Stephen Henson
2007-08-31
1
-19
/
+87
*
Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.
Dr. Stephen Henson
2007-06-04
1
-8
/
+8
*
Reorganize the data used for SSL ciphersuite pattern matching.
Bodo Möller
2007-02-17
1
-3
/
+3
*
ensure that the EVP_CIPHER_CTX object is initialized
Nils Larsch
2007-02-16
1
-1
/
+6
*
add initial support for RFC 4279 PSK SSL ciphersuites
Nils Larsch
2006-03-11
1
-0
/
+27
*
prepare for additional RFC3546 alerts
Bodo Möller
2006-01-07
1
-0
/
+4
*
make sure that the unrecognized_name alert actually gets sent
Bodo Möller
2006-01-07
1
-0
/
+1
*
Fix compilation without OPENSSL_NO_COMP :-)
Dr. Stephen Henson
2005-10-01
1
-2
/
+0
*
Make OPENSSL_NO_COMP compile again.
Dr. Stephen Henson
2005-10-01
1
-0
/
+14
*
Add DTLS support.
Ben Laurie
2005-04-26
1
-3
/
+9
*
Avoid some shadowed variable names.
Geoff Thorpe
2003-11-04
1
-5
/
+5
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-3
/
+3
*
comments
Bodo Möller
2003-02-12
1
-1
/
+3
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-4
/
+4
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-1
/
+1
*
Reorder inclusion of header files:
Lutz Jänicke
2002-07-10
1
-1
/
+1
*
emtpy fragments are not necessary for SSL_eNULL
Bodo Möller
2002-07-09
1
-2
/
+8
*
New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
Bodo Möller
2002-06-14
1
-5
/
+10
*
Implement known-IV countermeasure.
Bodo Möller
2002-04-14
1
-1
/
+65
*
Fix memory leak.
Bodo Möller
2001-10-22
1
-6
/
+9
*
Modify EVP cipher behaviour in a similar way
Dr. Stephen Henson
2001-10-17
1
-1
/
+1
[next]