index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_ciph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+7
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+1
*
Fix building with -DCHARSET_EBCDIC
Matt Caswell
2016-04-29
1
-0
/
+1
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Deprecate SSL_COMP_free_compression_methods() and make it a no-op
Matt Caswell
2016-04-13
1
-4
/
+1
*
Check algo_strength using SSL_STRONG_MASK
Kurt Roeckx
2016-03-22
1
-6
/
+9
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-6
/
+2
*
Report TLS 1.0 as backwards-compatible TLSv1
Viktor Dukhovni
2016-03-17
1
-0
/
+7
*
Sort cipher-list at runtime.
Rich Salz
2016-03-17
1
-0
/
+2
*
Fix no-comp build
Emilia Kasper
2016-03-12
1
-1
/
+2
*
Move disabling of RC4 for DTLS to the cipher list.
Kurt Roeckx
2016-03-09
1
-15
/
+24
*
Remove DES cipher alias
Kurt Roeckx
2016-03-09
1
-1
/
+0
*
Add support for minimum and maximum protocol version supported by a cipher
Kurt Roeckx
2016-03-09
1
-103
/
+93
*
Make SSL_CIPHER_get_version return a const char *
Kurt Roeckx
2016-03-09
1
-1
/
+1
*
Remove unused code
Kurt Roeckx
2016-03-09
1
-15
/
+4
*
Fix SSL_CIPHER_get_auth_nid return
Todd Short
2016-03-09
1
-1
/
+1
*
Convert CRYPTO_LOCK_SSL_* to new multi-threading API
Alessandro Ghedini
2016-03-09
1
-31
/
+24
*
GH787: Fix ALPN
Todd Short
2016-03-08
1
-7
/
+7
*
Add cipher query functions
Todd Short
2016-03-08
1
-4
/
+48
*
Rework the default cipherlist.
Emilia Kasper
2016-03-07
1
-6
/
+57
*
Don't mark the eNULL ciphers as non-default.
Kurt Roeckx
2016-03-04
1
-1
/
+1
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-2
/
+1
*
Fix {TLS,CIPHER}_DEBUG compiles.
Rich Salz
2016-02-18
1
-2
/
+2
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-4
/
+0
*
Remove static ECDH support.
Dr. Stephen Henson
2016-02-11
1
-32
/
+5
*
Add CHACHA20 alias for ciphers.
Todd Short
2016-02-10
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
GH528: "cipher -v" output is confusing.
Rich Salz
2016-01-12
1
-25
/
+21
*
mem functions cleanup
Rich Salz
2016-01-07
1
-10
/
+10
*
Protocol version selection and negotiation rewrite
Viktor Dukhovni
2016-01-02
1
-6
/
+2
*
Remove fixed DH ciphersuites.
Dr. Stephen Henson
2015-12-19
1
-21
/
+2
*
Add SSL_CIPHER_description() for Chacha20/Poly1305
Matt Caswell
2015-12-17
1
-0
/
+3
*
Wire ChaCha20-Poly1305 to TLS.
Andy Polyakov
2015-12-10
1
-1
/
+3
*
Remove support for all 40 and 56 bit ciphers.
Kurt Roeckx
2015-12-05
1
-61
/
+16
*
Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
Kurt Roeckx
2015-12-04
1
-2
/
+0
*
Revert unnecessary SSL_CIPHER_get_bits API change
Viktor Dukhovni
2015-12-04
1
-4
/
+4
*
Use digest indices for signature algorithms.
Dr. Stephen Henson
2015-11-30
1
-2
/
+4
*
Use digest tables for defaults.
Dr. Stephen Henson
2015-11-30
1
-3
/
+3
*
PRF and handshake hash revision.
Dr. Stephen Henson
2015-11-27
1
-29
/
+19
*
Patch containing TLS implementation for GOST 2012
Dmitry Belyavsky
2015-11-23
1
-11
/
+54
*
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-11-20
1
-4
/
+7
*
Add "TLSv1.0" cipher alias.
Dr. Stephen Henson
2015-11-14
1
-0
/
+1
*
Don't alow TLS v1.0 ciphersuites for SSLv3
Dr. Stephen Henson
2015-11-14
1
-0
/
+2
*
Use SSL_TLSV1 only if at least TLS v1.0 is needed.
Dr. Stephen Henson
2015-11-14
1
-1
/
+1
*
Standardise our style for checking malloc failures
Matt Caswell
2015-11-09
1
-1
/
+1
*
Use uint32_t and int32_t for SSL_CIPHER structure.
Dr. Stephen Henson
2015-11-08
1
-45
/
+42
*
Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2
Matt Caswell
2015-09-30
1
-2
/
+18
*
Match SUITEB strings at start of cipher list.
Dr. Stephen Henson
2015-09-04
1
-5
/
+6
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-2
/
+1
[next]