index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tls: reduce the strength of CCM_8 ciphers due to their short IV.
Pauli
2021-09-24
1
-22
/
+22
*
Change TLS RC4 cipher strength check to be data driven.
slontis
2021-09-23
2
-13
/
+10
*
Update copyright year
Richard Levitte
2021-09-07
1
-1
/
+1
*
Fix indentation of tls13_hkdf_expand parameters
Daniel Bevenius
2021-09-03
1
-3
/
+3
*
Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass tests
Tomas Mraz
2021-08-31
1
-1
/
+1
*
Fix the array size of dtlsseq in tls1_enc
Bernd Edlinger
2021-08-25
1
-1
/
+1
*
Fix state name abbreviation
Todd Short
2021-08-19
1
-4
/
+4
*
Fix potential double-free
Todd Short
2021-08-16
1
-1
/
+1
*
Omitted signature_algorithms extension alerts updated
Dmitry Belyavskiy
2021-08-11
1
-2
/
+2
*
tls/prov: move the TLS 1.3 KDF code to providers
Pauli
2021-08-05
1
-82
/
+34
*
Fix dtls timeout dead code
yangyangtiantianlonglong
2021-07-29
2
-19
/
+6
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
Add missing session timeout calc
Todd Short
2021-07-28
1
-0
/
+1
*
KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable it
Tomas Mraz
2021-07-27
1
-1
/
+2
*
tls_process_{client,server}_certificate(): allow verify_callback return > 1
Dr. David von Oheimb
2021-07-21
2
-8
/
+0
*
Fix some minor record layer issues
Matt Caswell
2021-07-17
3
-21
/
+21
*
Disallow SSL_key_update() if there are writes pending
Matt Caswell
2021-07-16
1
-0
/
+5
*
Don't reset the packet pointer in ssl3_setup_read_buffer
Matt Caswell
2021-07-16
1
-1
/
+0
*
Avoid "excessive message size" for session tickets
Matt Caswell
2021-07-06
2
-1
/
+4
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-1
/
+3
*
Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-23
1
-4
/
+2
*
cross-reference the DH and RSA SECLEVEL to level of security mappings
Hubert Kario
2021-06-23
1
-0
/
+5
*
ssl: fix indentation
Pauli
2021-06-19
1
-1
/
+1
*
ssl: fix indentation
Pauli
2021-06-19
1
-8
/
+8
*
ssl: replace tabs with spaces
Pauli
2021-06-19
4
-10
/
+10
*
ssl: do not choose auto DH groups that are weaker than the security level
Pauli
2021-06-19
3
-10
/
+31
*
Update copyright year
Matt Caswell
2021-06-17
5
-5
/
+5
*
Disabling Encrypt-then-MAC extension in s_client/s_server
Dmitry Belyavskiy
2021-06-15
1
-1
/
+5
*
Do not duplicate symbols between libcrypto and libssl in static builds
Tomas Mraz
2021-06-14
1
-7
/
+8
*
Optimize session cache flushing
Todd Short
2021-06-10
5
-59
/
+180
*
Only call dtls1_start_timer() once
Matt Caswell
2021-06-04
2
-3
/
+1
*
tls: remove TODOs
Pauli
2021-06-02
19
-59
/
+13
*
Modify ssl_handshake_hash to call SSLfatal
Trev Larock
2021-06-01
1
-1
/
+3
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
18
-143
/
+150
*
ssl: ass size_t to RAND_bytes_ex()
Pauli
2021-06-01
2
-4
/
+5
*
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
8
-18
/
+18
*
Call SSLfatal when the generate_ticket_cb returns 0
Todd Short
2021-05-27
1
-2
/
+3
*
Fix compilation warning with GCC11.
Juergen Christ
2021-05-27
2
-3
/
+3
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
4
-5
/
+5
*
Allow TLS13_AD_MISSING_EXTENSION for older versions
Benjamin Kaduk
2021-05-25
2
-0
/
+4
*
Cleanup the peer point formats on regotiation
Dmitry Belyavskiy
2021-05-21
1
-1
/
+11
*
Update copyright year
Matt Caswell
2021-05-20
3
-3
/
+3
*
Let SSL_new_session_ticket() enter init immediately
Benjamin Kaduk
2021-05-19
1
-1
/
+5
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
3
-13
/
+25
*
Promote SSL_get_negotiated_group() for non-TLSv1.3
Benjamin Kaduk
2021-05-16
7
-4
/
+54
*
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
3
-19
/
+18
*
Replace EVP_PKEY_supports_digest_nid
Tomas Mraz
2021-05-13
1
-5
/
+8
[next]