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
*
Fix typo in ssl_ciph.c
Ladislav Marko
2023-04-13
1
-1
/
+1
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-1
/
+16
*
Don't send ciphersuites twice in QUIC
Matt Caswell
2023-02-23
1
-3
/
+5
*
Cast values to match printf format strings.
J.W. Jagersma
2022-11-14
1
-5
/
+10
*
ssl_cipher_process_rulestr: don't read outside rule_str buffer
Todd C. Miller
2022-10-26
1
-3
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-14
/
+5
*
stack.c: add missing direct error reporting and improve coding style
Dr. David von Oheimb
2022-09-16
1
-1
/
+2
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-12
/
+21
*
Check for EVP_MD being NULL inside ssl.
slontis
2022-07-13
1
-2
/
+5
*
Don't include any TLSv1.3 ciphersuites that are disabled
olszomal
2021-11-29
1
-6
/
+15
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-8
/
+8
*
Fix a memory leak in ssl_create_cipher_list
Bernd Edlinger
2021-11-04
1
-0
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-2
/
+2
*
Allow cipher strings to be given using its standard name
Erik Lax
2021-09-30
1
-2
/
+7
*
tls: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-7
/
+8
*
ssl: fix problem where MAC IDs were globally cached.
Pauli
2021-03-30
1
-10
/
+14
*
ssl/ssl_ciph.c: update format string, again
Alexander Traud
2021-03-26
1
-1
/
+1
*
ssl: fix coverity 1451495: resource leak
Pauli
2021-03-20
1
-1
/
+3
*
Remove disabled TLS 1.3 ciphers from the SSL(_CTX)
Benjamin Kaduk
2021-02-24
1
-1
/
+4
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
1
-2
/
+0
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-9
/
+2
*
Check for availability of ciphersuites at run time
Matt Caswell
2021-02-05
1
-10
/
+29
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Remove extra space.
Otto Hollmann
2021-01-07
1
-1
/
+1
*
Fixed error and return code.
Otto Hollmann
2021-01-07
1
-8
/
+5
*
Fix set_ciphersuites ignore unknown ciphers.
Otto Hollmann
2021-01-07
1
-1
/
+4
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-4
/
+0
*
Move some libssl global variables into SSL_CTX
Matt Caswell
2020-11-23
1
-40
/
+35
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-20
/
+16
*
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-16
1
-4
/
+1
*
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
1
-1
/
+1
*
Fix safestack issues in ssl.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
deprecate engines in SSL
Pauli
2020-07-16
1
-0
/
+3
*
Add cipher list ciphersuites which using encryption algorithm in mode CBC.
Otto Hollmann
2020-06-04
1
-0
/
+1
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-9
/
+42
*
Don't offer or accept ciphersuites that we can't support
Matt Caswell
2020-05-06
1
-2
/
+10
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-04-02
1
-1
/
+2
*
Don't attempt to up-ref an EVP_CIPHER if it is NULL
Matt Caswell
2020-03-30
1
-1
/
+4
*
Use a fetched cipher for the TLSv1.3 early secret
Matt Caswell
2020-03-26
1
-18
/
+28
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-98
/
+77
*
Deprecate most of debug-memory
Rich Salz
2019-12-14
1
-7
/
+0
*
commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
raniervf
2019-11-15
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_list
raja-ashok
2019-08-15
1
-6
/
+7
*
Change cipher default strings to a function
Todd Short
2019-06-11
1
-1
/
+25
*
Update format string for ciphers to account for newer ciphers
Daniƫl van Eeden
2019-05-26
1
-1
/
+1
*
Adapt CIPHER_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-19
/
+26
*
Add missing entries in ssl_mac_pkey_id
Matt Caswell
2019-01-15
1
-0
/
+2
[next]