index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_conf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSL_conf_cmd: add support for IgnoreUnexpectedEOF
Steffen Nurpmeso
2023-01-30
1
-0
/
+1
*
Create the SSL object for QUIC-TLS
Matt Caswell
2023-01-24
1
-1
/
+1
*
Add support for KTLS zerocopy sendfile on Linux
Maxim Mikityanskiy
2022-11-24
1
-0
/
+1
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-1
/
+11
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-16
/
+37
*
Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
Tomas Mraz
2022-06-03
1
-1
/
+2
*
The -no_legacy_server_connect option applies to client
Tomas Mraz
2022-05-27
1
-1
/
+1
*
Actually implement UnsafeLegacyServerConnect as documented
Tomas Mraz
2022-05-27
1
-0
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-5
/
+6
*
SSL_conf_cmd: Allow DH Parameters at any position.
Daniel Fiala
2022-04-12
1
-5
/
+9
*
apps: Add option -no_ems to s_client/s_server apps
yangyangtiantianlonglong
2022-01-28
1
-0
/
+3
*
Disabling Encrypt-then-MAC extension in s_client/s_server
Dmitry Belyavskiy
2021-06-15
1
-1
/
+5
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
1
-0
/
+5
*
Slightly reformat ssl.h.in
Rich Salz
2021-05-14
1
-2
/
+2
*
Convert SSL_{CTX}_[gs]et_options to 64
Rich Salz
2021-05-14
1
-6
/
+10
*
Correct ssl_conf logic for "legacy_server_connect"
Benjamin Kaduk
2021-05-05
1
-1
/
+1
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-3
/
+3
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-10
/
+5
*
Add the nist group names as aliases for the normal TLS group names
Matt Caswell
2021-02-05
1
-1
/
+0
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
1
-16
/
+32
*
Disable the DHParameters config option in a no-deprecated build
Matt Caswell
2020-11-18
1
-2
/
+3
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-8
/
+5
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-3
/
+3
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-4
/
+3
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-5
/
+17
*
Avoid errors with a priori inapplicable protocol bounds
Viktor Dukhovni
2020-07-21
1
-0
/
+7
*
SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
Nikolay Morozov
2020-05-07
1
-2
/
+3
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
Richard Levitte
2019-11-03
1
-6
/
+48
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-5
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Add option to disable Extended Master Secret
Todd Short
2019-02-15
1
-1
/
+2
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix usage of deprecated SSL_set_tmp_ecdh()
Antoine Salon
2018-12-01
1
-7
/
+3
*
Add the ability to configure anti-replay via SSL_CONF
Matt Caswell
2018-07-02
1
-2
/
+9
*
Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF
Matt Caswell
2018-05-17
1
-1
/
+17
*
Improve backwards compat with 1.0.2 for ECDHParameters
Matt Caswell
2018-04-24
1
-2
/
+3
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-0
/
+13
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-1
/
+6
*
Send a CCS after ServerHello in TLSv1.3 if using middlebox compat mode
Matt Caswell
2017-12-14
1
-1
/
+1
*
Implement session id TLSv1.3 middlebox compatibility mode
Matt Caswell
2017-12-14
1
-1
/
+5
*
Use ChaCha only if prioritized by clnt
Todd Short
2017-11-29
1
-1
/
+5
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Do not allow non-dhe kex_modes by default
Matt Caswell
2017-07-07
1
-0
/
+4
[next]