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
*
Remove some obsolete/obscure internal define switches:
Emilia Kasper
2017-03-01
1
-3
/
+0
*
Remove some commented out code in libssl
Matt Caswell
2017-02-28
1
-3
/
+0
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
1
-7
/
+1
*
Let ssl_get_cipher_by_char yield not-valid ciphers
Benjamin Kaduk
2017-02-23
1
-2
/
+3
*
Implementation of the ARIA cipher as described in RFC 5794.
Pauli
2017-02-21
1
-4
/
+1
*
mem leak on error path and error propagation fix
Yuchi
2017-02-14
1
-1
/
+1
*
Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
Dr. Stephen Henson
2017-02-10
1
-1
/
+1
*
Add NID_auth_any and NID_kx_any NIDs.
Dr. Stephen Henson
2017-02-08
1
-2
/
+4
*
Add SSL_kANY and SSL_aANY
Dr. Stephen Henson
2017-02-08
1
-0
/
+6
*
Always ensure that session->cipher is set
Matt Caswell
2017-01-30
1
-11
/
+0
*
Implement Server side of PSK extension parsing
Matt Caswell
2017-01-30
1
-0
/
+11
*
Fix a few misspellings.
FdaSilvaYY
2017-01-25
1
-1
/
+1
*
Remove a hack from ssl_test_old
Matt Caswell
2016-11-16
1
-0
/
+18
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert master_secret_size code to size_t
Matt Caswell
2016-11-04
1
-4
/
+5
*
Add DTLS_get_data_mtu() function
David Woodhouse
2016-11-02
1
-0
/
+52
*
Use ciphersuite id when matching if we've got one
Matt Caswell
2016-11-02
1
-0
/
+2
*
Remove trailing zeros
Rich Salz
2016-08-26
1
-87
/
+73
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-52
/
+52
*
Fix CIPHER_DEBUG
JimC
2016-08-06
1
-1
/
+1
*
Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE result
Richard Levitte
2016-07-22
1
-3
/
+8
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-3
/
+4
*
Add checks on sk_TYPE_push() returned result
FdaSilvaYY
2016-06-23
1
-2
/
+2
*
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
[next]