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
*
tag unused function arguments as ossl_unused
Pauli
2020-12-03
5
-10
/
+16
*
Fix comment in do_dtls1_write()
Benjamin Kaduk
2020-12-02
1
-2
/
+2
*
Fix builds that specify both no-dh and no-ec
Matt Caswell
2020-11-30
2
-15
/
+4
*
Collapse two identical if statements into a single body.
John Baldwin
2020-11-28
1
-4
/
+0
*
Allow zero-byte writes to be reported as success.
John Baldwin
2020-11-28
1
-1
/
+9
*
Update copyright year
Matt Caswell
2020-11-26
9
-9
/
+9
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
2
-1
/
+29
*
Modify the ERR init functions to use the internal ERR string loaders
Richard Levitte
2020-11-24
3
-3
/
+25
*
Move some libssl global variables into SSL_CTX
Matt Caswell
2020-11-23
4
-48
/
+49
*
SSL: Change SSLerr() to ERR_raise()
Richard Levitte
2020-11-20
2
-3
/
+3
*
Deprecate RSA harder
Richard Levitte
2020-11-18
7
-174
/
+185
*
Return sensible values for some SSL ctrls
Matt Caswell
2020-11-18
1
-6
/
+5
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
5
-19
/
+11
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
4
-36
/
+62
*
Disable the DHParameters config option in a no-deprecated build
Matt Caswell
2020-11-18
1
-2
/
+3
*
Remove DH usage from tls_process_cke_dhe
Matt Caswell
2020-11-18
1
-12
/
+1
*
Remove DH usage in tls_construct_server_key_exchange()
Matt Caswell
2020-11-18
1
-18
/
+22
*
Avoid the use of a DH object in tls_construct_cke_dhe()
Matt Caswell
2020-11-18
1
-21
/
+27
*
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
Matt Caswell
2020-11-18
4
-28
/
+31
*
Convert TLS ServerKeyExchange processing to use an EVP_PKEY
Matt Caswell
2020-11-18
1
-39
/
+33
*
Convert TLS auto DH parameters to use EVP_PKEY
Matt Caswell
2020-11-18
3
-26
/
+34
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
26
-2179
/
+1054
*
SSL: refactor ossl_statem_fatal() and SSLfatal()
Richard Levitte
2020-11-11
2
-13
/
+16
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
27
-370
/
+340
*
Adjust error reason for ssl_get_min_max_version() failure
Benjamin Kaduk
2020-11-02
1
-2
/
+2
*
Clear error queue entries from bad DLTS records
Benjamin Kaduk
2020-11-02
1
-0
/
+8
*
Unify ssl3_get_cipher_by_std_name() implementation
Benjamin Kaduk
2020-10-29
1
-13
/
+5
*
Ensure we raise SSLfatal on error
Matt Caswell
2020-10-26
1
-1
/
+1
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
4
-14
/
+14
*
Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callback
Matt Caswell
2020-10-16
1
-1
/
+1
*
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-16
8
-89
/
+179
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
7
-23
/
+23
*
[ssl] Support ssl_encapsulate on server side
Nicola Tuveri
2020-10-14
3
-26
/
+149
*
[ssl] Support ssl_decapsulate on client side
Nicola Tuveri
2020-10-14
3
-34
/
+123
*
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-10-14
2
-0
/
+9
*
Fixed typo in ssl_lib.c
Ikko Ashimine
2020-10-12
1
-1
/
+1
*
Use size of target buffer for allocation
Benny Baumann
2020-10-07
1
-1
/
+1
*
TLS AEAD ciphers: more bytes for key_block than needed
Maxim Masiutin
2020-10-02
1
-9
/
+15
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
10
-81
/
+67
*
optimise ssl3_get_cipher_by_std_name()
hklaas
2020-09-27
1
-2
/
+1
*
Fix ssl_hmac_new() so that it uses the propq
Shane Lontis
2020-09-23
1
-1
/
+1
*
Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP sign
Norman Ashley
2020-09-21
1
-26
/
+0
*
Increase PSK_MAX_PSK_LEN to 512
Rutger Hendriks
2020-09-21
1
-1
/
+1
*
Disallow certs with explicit curve in verification chain
Tomas Mraz
2020-09-17
1
-0
/
+1
*
DTLS: free allocated memory on error paths
Pauli
2020-09-16
1
-2
/
+6
*
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
1
-1
/
+1
*
Fix safestack issues in ct.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
3
-5
/
+0
[next]