Sign in
flutter
/
third_party
/
openssl
/
07518cfb3883d1b6ad1d5a413c78a848b6e51177
/
ssl
/
t1_enc.c
42c28b6
Use the new TLSv1.3 certificate_required alert where appropriate
by Matt Caswell
· 8 years ago
329114f
Remove some TLSv1.3 TODOs that are no longer relevant
by Matt Caswell
· 8 years ago
28a31a0
Don't change the state of the ETM flags until CCS processing
by Matt Caswell
· 8 years ago
ec07b1d
Add CCM mode support for TLS 1.3
by Dr. Stephen Henson
· 8 years ago
82c9c03
Fix EXTMS error introduced by commit 94ed2c6
by Matt Caswell
· 8 years ago
395cc5c
Fix a typo in a comment
by Matt Caswell
· 8 years ago
94ed2c6
Fixed various style issues in the key_share code
by Matt Caswell
· 8 years ago
0f1e51e
Start using the key_share data to derive the PMS
by Matt Caswell
· 8 years ago
2b7363e
Ensure SSL_DEBUG works following size_t changes
by Matt Caswell
· 8 years ago
348240c
Fix misc size_t issues causing Windows warnings in 64 bit
by Matt Caswell
· 8 years ago
6db6bc5
Convert some libssl local functions to size_t
by Matt Caswell
· 8 years ago
12472b4
Update numerous misc libssl fields to be size_t
by Matt Caswell
· 8 years ago
8c1a534
Convert master_secret_size code to size_t
by Matt Caswell
· 8 years ago
b43d1cb
Convert various mac_secret_size usage to size_t
by Matt Caswell
· 8 years ago
a230b26
Indent ssl/
by Emilia Kasper
· 9 years ago
6025001
spelling fixes, just comments and readme.
by klemens
· 9 years ago
f430ba3
Spelling... and more spelling
by FdaSilvaYY
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
3c27208
Remove #error from include files.
by Rich Salz
· 9 years ago
0220fee
Lazily initialise the compression buffer
by Matt Caswell
· 9 years ago
0621786
Refactor ClientHello extension parsing
by Emilia Kasper
· 9 years ago
a44a208
GH735: remove unnecessary allocation
by J Mohan Rao Arisankala
· 9 years ago
d1776fd
Fix {TLS,CIPHER}_DEBUG compiles.
by Rich Salz
· 9 years ago
d63a5e5
Remove outdated DEBUG flags.
by Rich Salz
· 9 years ago
05c7b16
Implement the use of heap manipulator implementions
by Richard Levitte
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
b7d60e7
use TLS PRF
by Dr. Stephen Henson
· 9 years ago
846ec07
Adapt all EVP_CIPHER_CTX users for it becoming opaque
by Richard Levitte
· 9 years ago
39d5193
Fix clang complaints about uninitialised variables.
by Richard Levitte
· 9 years ago
bfb0641
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
by Richard Levitte
· 9 years ago
6e59a89
Adjust all accesses to EVP_MD_CTX to use accessor functions.
by Richard Levitte
· 9 years ago
361a119
Remove support for all 40 and 56 bit ciphers.
by Kurt Roeckx
· 9 years ago
28ba254
PRF and handshake hash revision.
by Dr. Stephen Henson
· 9 years ago
6938c95
Remove unused cert_verify_mac code
by Dr. Stephen Henson
· 9 years ago
5f3d93e
Ensure all EVP calls have their returns checked where appropriate
by Matt Caswell
· 9 years ago
3d3701e
ccm8 support
by Dr. Stephen Henson
· 10 years ago
e75c5a7
CCM support.
by Dr. Stephen Henson
· 10 years ago
124037f
Tidy up ssl3_digest_cached_records logic.
by Dr. Stephen Henson
· 10 years ago
1c8a527
Silence Clang warning about unit'd variable
by Rich Salz
· 10 years ago
e0f9bf1
clear/cleanse cleanup
by Rich Salz
· 10 years ago
55a9a16
Remove Kerberos support from libssl
by Matt Caswell
· 10 years ago
b4faea5
Use safer sizeof variant in malloc
by Rich Salz
· 10 years ago
efa7dd6
free NULL cleanup 11
by Rich Salz
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
4b45c6e
free cleanup almost the finale
by Rich Salz
· 10 years ago
b196e7d
remove malloc casts
by Rich Salz
· 10 years ago
61986d3
Code style: space after 'if'
by Viktor Dukhovni
· 10 years ago
de07f31
Move read_sequence and write_sequence from s->s3 to s->rlayer
by Matt Caswell
· 10 years ago
bd2e3a9
Introduce macro RECORD_LAYER_setup_comp_buffer
by Matt Caswell
· 10 years ago
02a36fd
Move more SSL3_RECORD oriented functions into ssl3_record.c
by Matt Caswell
· 10 years ago
92ffa83
Encapsulate s->s3->wrec
by Matt Caswell
· 10 years ago
258f872
Encapsulate s->s3->rrec
by Matt Caswell
· 10 years ago
d5d0a1c
Ensure last_write_sequence is saved in DTLS1.2
by Matt Caswell
· 10 years ago
69f6823
Fix missing return value checks
by Matt Caswell
· 10 years ago
668f6f0
Add sanity check to PRF
by Matt Caswell
· 10 years ago
c9dd49a
Cleanse buffers
by Matt Caswell
· 10 years ago
eadf70d
Fixed missing return value checks.
by Matt Caswell
· 10 years ago
1d2932d
Missing OPENSSL_free on error path.
by Eric Dequin
· 10 years ago
9e9858d
dead code cleanup: #if 0 in ssl
by Rich Salz
· 10 years ago
3d47c1d
Remove unused variables.
by Dr. Stephen Henson
· 10 years ago
0cfb0e7
Add extms support to master key generation.
by Dr. Stephen Henson
· 10 years ago
48fbcba
Utility function to retrieve handshake hashes.
by Dr. Stephen Henson
· 10 years ago
68fd6dc
Remove support for opaque-prf
by Rich Salz
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
68d39f3
Move more comments that confuse indent
by Matt Caswell
· 10 years ago
b853717
Fix strange formatting by indent
by Matt Caswell
· 10 years ago
e636e2a
Fix source where indent will not be able to cope
by Matt Caswell
· 10 years ago
3a83462
Further comment amendments to preserve formatting prior to source reformat
by Matt Caswell
· 10 years ago
6dec5e1
Clear warnings/errors within TLS_DEBUG code sections
by Richard Levitte
· 10 years ago
3ddb291
Clear warnings/errors within KSSL_DEBUG code sections
by Richard Levitte
· 10 years ago
00b4ee7
Remove some unnecessary OPENSSL_FIPS references
by Dr. Stephen Henson
· 10 years ago
45f55f6
Remove SSLv2 support
by Kurt Roeckx
· 10 years ago
cf6da05
Support TLS_FALLBACK_SCSV.
by Bodo Moeller
· 10 years ago
e67ddd1
RT 1528; misleading debug print, "pre-master" should be "master key"
by Rich Salz
· 11 years ago
d183545
Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
by yogesh nagarkar
· 11 years ago
4fdf917
Use correct digest when exporting keying material.
by Dr. Stephen Henson
· 11 years ago
955376f
Fix for non compilation with TLS_DEBUG defined
by Matt Caswell
· 11 years ago
03da57f
ssl/t1_enc.c: check EVP_MD_CTX_copy return value.
by Andy Polyakov
· 11 years ago
e8b0dd5
ssl/t1_enc.c: optimize PRF (suggested by Intel).
by Andy Polyakov
· 11 years ago
20b82b5
Fix DTLS retransmission from previous session.
by Dr. Stephen Henson
· 11 years ago
ed496b3
Check EVP errors for handshake digests.
by Dr. Stephen Henson
· 11 years ago
5e3ff62
Experimental encrypt-then-mac support.
by Dr. Stephen Henson
· 12 years ago
478b50c
misspellings fixes by https://github.com/vlajos/misspell_fixer
by Veres Lajos
· 12 years ago
4221c0d
Enable TLS 1.2 ciphers in DTLS 1.2.
by Dr. Stephen Henson
· 12 years ago
eb7ece1
Typo.
by Dr. Stephen Henson
· 12 years ago
cbd6489
Use enc_flags when deciding protocol variations.
by Dr. Stephen Henson
· 12 years ago
dd7e60b
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
by Andy Polyakov
· 12 years ago
2aec073
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
by Andy Polyakov
· 12 years ago
c4e6fb1
Timing fix mitigation for FIPS mode.
by Dr. Stephen Henson
· 12 years ago
e33ac0e
Update DTLS code to match CBC decoding in TLS.
by Ben Laurie
· 12 years ago
93cab6b
Don't crash when processing a zero-length, TLS >= 1.1 record.
by Ben Laurie
· 12 years ago
2acc020
Make CBC decoding constant time.
by Ben Laurie
· 12 years ago
4d88fc8
* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
by Richard Levitte
· 13 years ago
1cf218b
New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passes
by Dr. Stephen Henson
· 13 years ago
c46ecc3
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 and
by Dr. Stephen Henson
· 13 years ago
d2add2e
ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER.
by Andy Polyakov
· 13 years ago
74b4b49
SSL export fixes (from Adam Langley) [original from 1.0.1]
by Dr. Stephen Henson
· 13 years ago
3c0ff9f
Remove redundant TLS exporter.
by Ben Laurie
· 13 years ago
ebba6c4
PR: 1794
by Dr. Stephen Henson
· 13 years ago
21b52dd
bcmp doesn't exist on all platforms, replace with memcmp
by Dr. Stephen Henson
· 13 years ago
Next »