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
*
Add back check for the DH public key size
Tomas Mraz
2022-02-17
4
-5
/
+27
*
Cleanup record length checks for KTLS
Bernd Edlinger
2022-02-11
1
-6
/
+21
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
4
-4
/
+4
*
Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.
John Baldwin
2022-02-04
1
-0
/
+10
*
add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()
Phus Lu
2022-02-03
2
-0
/
+42
*
Update the comment on ssl3_write_pending()
yangyangtiantianlonglong
2022-02-01
1
-1
/
+1
*
Revert dropped usage of var thiswr in do_ssl3_write()
yangyangtiantianlonglong
2022-02-01
1
-1
/
+1
*
apps: Add option -no_ems to s_client/s_server apps
yangyangtiantianlonglong
2022-01-28
1
-0
/
+3
*
ssl: better support TSAN operations
Pauli
2022-01-19
6
-27
/
+93
*
ssl: replace ;; with ; as statement separator
Pauli
2022-01-18
3
-3
/
+3
*
ssl/t1_enc: Fix kTLS RX offload path
Dmytro Podgornyi
2022-01-17
1
-1
/
+1
*
Delete unused param about get_construct_message_f
yangyangtiantianlonglong
2022-01-09
4
-6
/
+6
*
Update alert to common protocol
Kan
2022-01-08
1
-11
/
+11
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
1
-1
/
+1
*
fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
xkernel
2022-01-07
2
-5
/
+5
*
properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413
xkernel
2022-01-07
1
-11
/
+11
*
properly free the resource from CRYPTO_malloc
xkernel
2022-01-06
1
-2
/
+2
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
7
-15
/
+15
*
Fix invalid handling of verify errors in libssl
Matt Caswell
2021-12-14
2
-3
/
+14
*
Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functions
Matt Caswell
2021-12-07
2
-4
/
+10
*
No EtM for GOST ciphers in TLS 1.2
Dmitry Belyavskiy
2021-11-29
1
-1
/
+5
*
Don't include any TLSv1.3 ciphersuites that are disabled
olszomal
2021-11-29
1
-6
/
+15
*
Enable brainpool curves for TLS1.3
Bernd Edlinger
2021-11-26
8
-46
/
+139
*
Move more general parts of internal/cryptlib.h to new internal/common.h
Dr. David von Oheimb
2021-11-17
1
-1
/
+1
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
4
-20
/
+21
*
BIO_read_filename: fix return check
Peiwei Hu
2021-11-16
1
-2
/
+2
*
RAND_bytes_ex: fix return check
Peiwei Hu
2021-11-16
1
-1
/
+1
*
Reset the rwstate before calling ASYNC_start_job()
Matt Caswell
2021-11-15
1
-0
/
+2
*
Add return value NULL checks that were missing
Pauli
2021-11-12
1
-0
/
+2
*
KTLS: use EVP_CIPHER_is_a instead of nid
Tianjia Zhang
2021-11-08
1
-10
/
+10
*
Fix a memory leak in ssl_create_cipher_list
Bernd Edlinger
2021-11-04
1
-0
/
+1
*
Fix a memory leak in tls_parse_stoc_key_share
Bernd Edlinger
2021-11-04
1
-0
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
8
-9
/
+9
*
free the Post-Handshake Auth digest when there is an error saving the digest
x2018
2021-10-27
1
-0
/
+2
*
New extensions can be sent in a certificate request
Matt Caswell
2021-10-11
1
-5
/
+6
*
Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.c
Bernd Edlinger
2021-10-06
3
-23
/
+12
*
Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE
Dr. David von Oheimb
2021-10-04
1
-4
/
+3
*
Allow cipher strings to be given using its standard name
Erik Lax
2021-09-30
1
-2
/
+7
*
ssl: Correct comment for ssl3_read_bytes()
Tianjia Zhang
2021-09-28
1
-1
/
+1
*
ssl: Correct filename in README
Tianjia Zhang
2021-09-27
1
-1
/
+1
*
tls/ccm8: reduce the cipher strength for CCM8 ciphers to 64 bits
Pauli
2021-09-24
1
-11
/
+11
*
doc: document the change to the security level of CCM8 cipher suites
Pauli
2021-09-24
1
-11
/
+11
*
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
[next]