index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
ssl_ciph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446.
jsing
2020-04-19
1
-2
/
+25
*
Fix wrapping/indentation.
jsing
2020-04-18
1
-4
/
+3
*
Tweak previous active cipher suite code.
jsing
2020-04-18
1
-6
/
+5
*
Only include TLSv1.3 cipher suites if there are active cipher suites.
jsing
2020-04-17
1
-2
/
+10
*
Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.
jsing
2020-04-09
1
-6
/
+19
*
Tidy line wrapping and remove an extra blank line.
jsing
2020-04-09
1
-4
/
+3
*
ssl_aes_is_accelerated() returns a boolean - treat it as such, rather than
jsing
2020-04-09
1
-2
/
+2
*
Fix SSL_CIPHER_description
inoguchi
2020-01-26
1
-2
/
+2
*
Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description().
jsing
2020-01-24
1
-1
/
+7
*
Clean up the cipher/digest table mess.
jsing
2019-04-04
1
-174
/
+42
*
If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.
jsing
2019-03-24
1
-3
/
+4
*
Add TLSv1.3 cipher suites (with appropriate guards).
jsing
2018-11-07
1
-3
/
+12
*
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
jsing
2018-09-08
1
-6
/
+14
*
SSL_MAX_DIGEST is no longer needed.
jsing
2018-09-08
1
-12
/
+9
*
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
jsing
2018-09-06
1
-5
/
+3
*
Stop using composite EVP_CIPHER AEADs.
jsing
2018-09-03
1
-25
/
+7
*
Stop handling AES-GCM via ssl_cipher_get_evp().
jsing
2018-09-03
1
-20
/
+3
*
Clean up SSL_DES and SSL_IDEA remnants.
jsing
2018-09-03
1
-41
/
+13
*
OpenSSL started adding const to functions all over the place. Make all
tb
2018-04-25
1
-2
/
+2
*
Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),
jsing
2018-03-17
1
-1
/
+99
*
Remove the original (pre-IETF) chacha20-poly1305 cipher suites.
jsing
2017-08-28
1
-12
/
+2
*
Remove the handshake digests and related code, replacing remaining uses
jsing
2017-03-10
1
-21
/
+1
*
Provide a rolling handshake hash that commences as soon as the cipher
jsing
2017-03-05
1
-1
/
+29
*
Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites
jsing
2017-02-21
1
-22
/
+4
*
Change SSLerror() back to taking two args, with the first one being an SSL *.
beck
2017-02-07
1
-6
/
+6
*
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
beck
2017-01-26
1
-5
/
+3
*
Send the error function codes to rot in the depths of hell where they belong
beck
2017-01-26
1
-6
/
+6
*
sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from
jsing
2017-01-24
1
-5
/
+3
*
Remove the single IDEA cipher suite. There is no good reason to support
jsing
2016-11-06
1
-6
/
+1
*
unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305
jsing
2016-11-06
1
-3
/
+1
*
Remove support for fixed ECDH cipher suites - these is not widely supported
jsing
2016-10-19
1
-30
/
+2
*
Implement the IETF ChaCha20-Poly1305 cipher suites.
jsing
2016-04-28
1
-6
/
+16
*
Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()
jsing
2016-04-28
1
-2
/
+2
*
decipher comment. ok bcook@
mmcc
2015-12-12
1
-2
/
+2
*
Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable
jsing
2015-09-13
1
-3
/
+3
*
If we have hardware acceleration for AES, prefer AES as a symmetric cipher
jsing
2015-09-13
1
-7
/
+30
*
Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be
jsing
2015-02-07
1
-1
/
+19
*
Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers
jsing
2015-01-26
1
-1
/
+5
*
Remove trailing whitespace.
jsing
2014-12-14
1
-20
/
+20
*
Remove support for GOST R 34.10-94 signature authentication, along with
jsing
2014-12-10
1
-13
/
+4
*
Remove get_optional_pkey_id() - it is a hack that existed due to GOST
jsing
2014-12-07
1
-46
/
+8
*
Remove now bogus comment that got missed in the GOST commit.
jsing
2014-12-06
1
-5
/
+2
*
Fix some horrible style(9) violations...
jsing
2014-12-06
1
-63
/
+63
*
Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.
miod
2014-11-18
1
-10
/
+60
*
Sort and group includes.
jsing
2014-11-16
1
-1
/
+4
*
Clean up more SSLv2 remnants.
jsing
2014-11-08
1
-17
/
+5
*
Remove remnants from RC2 and SEED - there are no longer any cipher suites
jsing
2014-11-02
1
-40
/
+12
*
Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the
jsing
2014-10-15
1
-1
/
+11
*
Use string literals in printf style calls so gcc's -Wformat works.
doug
2014-10-03
1
-3
/
+3
*
Add CHACHA20 as a cipher symmetric encryption alias.
jsing
2014-09-19
1
-1
/
+5
[next]