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