index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_ciph.c
Age
Commit message (
Expand
)
Author
2022-10-26
ssl_cipher_process_rulestr: don't read outside rule_str buffer
Todd C. Miller
2022-10-11
Update copyright year
Matt Caswell
2022-09-16
stack.c: add missing direct error reporting and improve coding style
Dr. David von Oheimb
2022-07-13
Check for EVP_MD being NULL inside ssl.
slontis
2021-11-29
Don't include any TLSv1.3 ciphersuites that are disabled
olszomal
2021-11-04
Fix a memory leak in ssl_create_cipher_list
Bernd Edlinger
2021-06-02
tls: remove TODOs
Pauli
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-03-30
ssl: fix problem where MAC IDs were globally cached.
Pauli
2021-03-26
ssl/ssl_ciph.c: update format string, again
Alexander Traud
2021-03-20
ssl: fix coverity 1451495: resource leak
Pauli
2021-02-23
Remove disabled TLS 1.3 ciphers from the SSL(_CTX)
Benjamin Kaduk
2021-02-05
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
Check for availability of ciphersuites at run time
Matt Caswell
2021-01-28
Update copyright year
Richard Levitte
2021-01-07
Remove extra space.
Otto Hollmann
2021-01-07
Fixed error and return code.
Otto Hollmann
2021-01-07
Fix set_ciphersuites ignore unknown ciphers.
Otto Hollmann
2020-12-20
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-11-23
Move some libssl global variables into SSL_CTX
Matt Caswell
2020-11-11
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-10-16
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-09-13
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
Fix safestack issues in ssl.h
Matt Caswell
2020-07-16
deprecate engines in SSL
Pauli
2020-06-04
Add cipher list ciphersuites which using encryption algorithm in mode CBC.
Otto Hollmann
2020-05-19
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-06
Don't offer or accept ciphersuites that we can't support
Matt Caswell
2020-04-24
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-02
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-03-30
Don't attempt to up-ref an EVP_CIPHER if it is NULL
Matt Caswell
2020-03-26
Use a fetched cipher for the TLSv1.3 early secret
Matt Caswell
2020-02-06
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2019-12-14
Deprecate most of debug-memory
Rich Salz
2019-11-16
commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
raniervf
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-08-15
Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_list
raja-ashok
2019-06-11
Change cipher default strings to a function
Todd Short
2019-05-27
Update format string for ciphers to account for newer ciphers
Daniƫl van Eeden
2019-03-06
Adapt CIPHER_DEBUG to the new generic trace API
Richard Levitte
2019-01-15
Add missing entries in ssl_mac_pkey_id
Matt Caswell
2018-12-06
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-09-18
ssl/ssl_ciph.c: make set_ciphersuites static
Dr. Matthias St. Pierre
2018-08-07
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-04-04
Fix configuration of TLSv1.3 ciphersuites
Matt Caswell
2018-04-03
Set error code on alloc failures
Rich Salz
2018-03-14
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-01-19
Copyright update of more files that have changed this year
Richard Levitte
2018-01-06
Stop using unimplemented cipher classes.
Bernd Edlinger
[next]