index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_ciph.c
Age
Commit message (
Expand
)
Author
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2023-07-08
Hide all public symbols in libssl
Bob Beck
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-09-08
ssl_cipher_process_rulestr: return early if a cipher command is invalid
Todd C. Miller
2022-09-07
ssl_cipher_process_rulestr: don't read outside rule_str buffer
Todd C. Miller
2022-09-04
Make ssl_create_cipher_list() have a single exit
Theo Buehler
2022-09-01
Check sk_SSL_CIPHER_push() return value
Theo Buehler
2022-08-30
Remove a commented-out sk_push that has been hanging around for > 20 years
Theo Buehler
2022-06-29
Remove a confusing comment
Theo Buehler
2022-06-29
Parse the @SECLEVEL=n annotation in cipher strings
Theo Buehler
2022-03-05
Fix typo in comment
Bjorn Ketelaars
2022-02-05
Bye bye S3I.
Joel Sing
2021-11-23
Transform a mangled comment into something intelligible.
Theo Buehler
2021-07-03
Do a first pass clean up of SSL_METHOD.
Joel Sing
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-05-10
Provide SSL_CIPHER_find(3)
Theo Buehler
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-02-07
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
Joel Sing
2020-09-13
Implement SSL_{CTX_,}set_ciphersuites().
Joel Sing
2020-09-11
Remove cipher_list_by_id.
Joel Sing
2020-04-19
Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446.
Joel Sing
2020-04-18
Fix wrapping/indentation.
Joel Sing
2020-04-18
Tweak previous active cipher suite code.
Joel Sing
2020-04-17
Only include TLSv1.3 cipher suites if there are active cipher suites.
Joel Sing
2020-04-09
Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.
Joel Sing
2020-04-09
Tidy line wrapping and remove an extra blank line.
Joel Sing
2020-04-09
ssl_aes_is_accelerated() returns a boolean - treat it as such, rather than
Joel Sing
2020-01-26
Fix SSL_CIPHER_description
Kinichiro Inoguchi
2020-01-24
Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description().
Joel Sing
2019-04-04
Clean up the cipher/digest table mess.
Joel Sing
2019-03-24
If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.
Joel Sing
2018-11-07
Add TLSv1.3 cipher suites (with appropriate guards).
Joel Sing
2018-09-08
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
Joel Sing
2018-09-08
SSL_MAX_DIGEST is no longer needed.
Joel Sing
2018-09-06
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
Joel Sing
2018-09-03
Stop using composite EVP_CIPHER AEADs.
Joel Sing
2018-09-03
Stop handling AES-GCM via ssl_cipher_get_evp().
Joel Sing
2018-09-03
Clean up SSL_DES and SSL_IDEA remnants.
Joel Sing
2018-04-25
OpenSSL started adding const to functions all over the place. Make all
Theo Buehler
2018-03-17
Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),
Joel Sing
2017-08-28
Remove the original (pre-IETF) chacha20-poly1305 cipher suites.
Joel Sing
2017-03-10
Remove the handshake digests and related code, replacing remaining uses
Joel Sing
2017-03-05
Provide a rolling handshake hash that commences as soon as the cipher
Joel Sing
2017-02-21
Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites
Joel Sing
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-26
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
Bob Beck
2017-01-26
Send the error function codes to rot in the depths of hell where they belong
Bob Beck
2017-01-24
sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from
Joel Sing
2016-11-06
Remove the single IDEA cipher suite. There is no good reason to support
Joel Sing
2016-11-06
unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305
Joel Sing
[next]