index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
44
-2891
/
+4738
*
Remove duplicated BIO_get_ktls_send calls in do_ssl3_write
Bernd Edlinger
2022-07-18
2
-10
/
+12
*
Check for EVP_MD being NULL inside ssl.
slontis
2022-07-13
5
-11
/
+26
*
ssl/tls_srp.c: Add check for BN_dup
Jiasheng Jiang
2022-07-08
1
-1
/
+1
*
ssl: implement an event queue
Pauli
2022-07-06
2
-1
/
+195
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
1
-2
/
+2
*
Improve diagnostics on setting groups
Dmitry Belyavskiy
2022-06-22
1
-1
/
+6
*
ssl: expose the get time function internally
Pauli
2022-06-22
3
-23
/
+49
*
build.info changes for priority queue
Pauli
2022-06-22
1
-0
/
+4
*
add priority queue implementation
Pauli
2022-06-22
1
-0
/
+376
*
add_provider_groups: Clean up algorithm pointer on failure
Tomas Mraz
2022-06-10
1
-1
/
+1
*
Fix strict client chain check with TLS-1.3
Tomas Mraz
2022-06-03
1
-8
/
+6
*
Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
Tomas Mraz
2022-06-03
1
-1
/
+2
*
Add a test_ssl_new testcase
Tomas Mraz
2022-06-03
2
-10
/
+62
*
First working empty protocol test
Tomas Mraz
2022-06-03
2
-18
/
+54
*
Add empty implementations of quic method functions
Tomas Mraz
2022-06-03
5
-0
/
+187
*
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name
Peiwei Hu
2022-06-02
1
-2
/
+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
*
QUIC wire format support
Hugo Landau
2022-05-27
1
-1
/
+1
*
Fix check of dtls1_process_record
Peiwei Hu
2022-05-26
3
-6
/
+6
*
Use safe pattern for buffer size determining in case of GOST key exchange
Dmitry Belyavskiy
2022-05-24
1
-6
/
+8
*
Fix a crash in ssl_security_cert_chain
Bernd Edlinger
2022-05-24
1
-0
/
+2
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
2
-10
/
+10
*
Add more SRTP protection profiles
Kijin Kim
2022-05-23
1
-0
/
+32
*
Fix coverity 1504433: unchecked return value
Pauli
2022-05-19
1
-0
/
+1
*
Add return value check of EVP_PKEY_copy_parameters () in ssl_set_cert_and_key()
Zhou Qingyang
2022-05-16
1
-2
/
+8
*
err: get rid of err_free_strings_int()
Dr. Matthias St. Pierre
2022-05-10
1
-13
/
+1
*
Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACE
basavesh
2022-05-09
1
-3
/
+11
*
tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and above
Pauli
2022-05-08
1
-10
/
+4
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
26
-26
/
+26
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-5
/
+6
*
Fix an assertion in the DTLS server code
Bernd Edlinger
2022-04-14
1
-3
/
+3
*
SSL_conf_cmd: Allow DH Parameters at any position.
Daniel Fiala
2022-04-12
1
-5
/
+9
*
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-04-06
3
-0
/
+19
*
KTLS: Enable KTLS for receiving as well in TLS 1.3
Daiki Ueno
2022-04-06
1
-11
/
+21
*
KTLS: Handle TLS 1.3 in ssl3_get_record.
Daiki Ueno
2022-04-06
1
-15
/
+31
*
KTLS: Add using_ktls helper variable in ssl3_get_record().
John Baldwin
2022-04-06
1
-10
/
+10
*
KTLS: Check for unprocessed receive records in ktls_configure_crypto.
John Baldwin
2022-04-06
4
-82
/
+91
*
tls_process_server_hello: Disallow repeated HRR
Tomas Mraz
2022-03-30
1
-0
/
+4
*
ticket_lifetime_hint may exceed 1 week in TLSv1.3
Todd Short
2022-03-25
1
-6
/
+15
*
Fix Coverity 1498611 & 1498608: uninitialised read
Pauli
2022-03-23
1
-0
/
+2
*
print SSL session, fix build warnings on OpenBSD.
David Carlier
2022-03-18
1
-2
/
+2
*
Replace handling of negative verification result with SSL_set_retry_verify()
Tomas Mraz
2022-03-14
2
-3
/
+7
*
[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3
Nicola Tuveri
2022-03-01
1
-2
/
+3
*
[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
Nicola Tuveri
2022-03-01
2
-7
/
+7
*
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
[next]