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
*
Update copyright year
Matt Caswell
2021-04-08
2
-2
/
+2
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
3
-0
/
+14
*
Fix typos in ssl_lib.c
Nan Xiao
2021-04-01
1
-1
/
+1
*
OBJ_nid2sn(NID_sha256) is completely equivalent to OSSL_DIGEST_NAME_SHA2_256
Tomas Mraz
2021-04-01
1
-5
/
+1
*
ssl: fix problem where MAC IDs were globally cached.
Pauli
2021-03-30
2
-10
/
+15
*
Fix BIO_new_ssl_connect() to not leak memory
Nan Xiao
2021-03-30
1
-0
/
+1
*
ssl/ssl_ciph.c: update format string, again
Alexander Traud
2021-03-26
1
-1
/
+1
*
Ensure buffer/length pairs are always in sync
Matt Caswell
2021-03-25
6
-10
/
+45
*
ssl sigalg extension: fix NULL pointer dereference
Peter Kaestle
2021-03-25
1
-0
/
+1
*
ssl: coverity 1465527 - dereference after null check
Pauli
2021-03-20
1
-0
/
+3
*
ssl: fix coverity 1451495: resource leak
Pauli
2021-03-20
1
-1
/
+3
*
ssl: fix coverity 1451515: out of bounds memory access
Pauli
2021-03-18
1
-0
/
+1
*
Add ossl_gost symbols
Shane Lontis
2021-03-18
3
-8
/
+8
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
2
-13
/
+29
*
ssl: fix format specifier for size_t argument to BIO_printf
Pauli
2021-03-13
1
-1
/
+1
*
ssl: support params arguments to init functions
Pauli
2021-03-11
7
-10
/
+15
*
Increase the upper limit on group name length
Anthony Hu
2021-03-11
1
-2
/
+2
*
Reword repeated words.
Shane Lontis
2021-03-09
1
-1
/
+1
*
Fix the check for suitable groups and TLSv1.3
Matt Caswell
2021-03-08
1
-1
/
+7
*
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
Shane Lontis
2021-03-03
1
-1
/
+1
*
statem_lib.c: Remove TODOs that are unnecessary
Tomas Mraz
2021-03-03
1
-8
/
+0
*
tls: adjust for extra argument to KDF derive call
Pauli
2021-02-28
2
-6
/
+3
*
tls: updates for the new additional MAC_init arguments
Pauli
2021-02-28
2
-16
/
+9
*
Remove disabled TLS 1.3 ciphers from the SSL(_CTX)
Benjamin Kaduk
2021-02-24
1
-1
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
8
-8
/
+8
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-3
/
+3
*
Implement EVP_PKEY_param_check_quick() and use it in libssl
Matt Caswell
2021-02-15
1
-1
/
+7
*
tls_valid_group: Add missing dereference of okfortls13
Tomas Mraz
2021-02-12
1
-1
/
+1
*
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
Richard Levitte
2021-02-12
1
-2
/
+2
*
Deprecate the libssl level SRP APIs
Matt Caswell
2021-02-12
6
-13
/
+78
*
Deprecate the low level SRP APIs
Matt Caswell
2021-02-12
1
-0
/
+3
*
Remove unused 'peer_type' from SSL_SESSION
Benjamin Kaduk
2021-02-10
2
-2
/
+0
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
2
-4
/
+5
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
5
-29
/
+5
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
17
-167
/
+20
*
Make sure we don't use sigalgs that are not available
Matt Caswell
2021-02-05
1
-3
/
+10
*
Add the nist group names as aliases for the normal TLS group names
Matt Caswell
2021-02-05
2
-5
/
+1
*
Remove compile time guard checking from ssl3_get_req_cert_type
Matt Caswell
2021-02-05
1
-9
/
+4
*
Check for availability of ciphersuites at run time
Matt Caswell
2021-02-05
1
-10
/
+29
*
Make supported_groups code independent of EC and DH
Matt Caswell
2021-02-05
6
-20
/
+44
*
Ensure default supported groups works even with no-ec and no-dh
Matt Caswell
2021-02-05
6
-26
/
+33
*
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-02-05
8
-67
/
+40
*
Remove some TODO(OpenSSL1.2) references
Matt Caswell
2021-02-04
2
-2
/
+4
*
Update copyright year
Richard Levitte
2021-01-28
21
-21
/
+21
*
TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFY
Dr. David von Oheimb
2021-01-26
3
-30
/
+45
*
Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacy
Tomas Mraz
2021-01-26
3
-53
/
+17
*
Add EVP_PKEY functions to get EC conv form and field type
Matt Caswell
2021-01-26
1
-15
/
+9
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
4
-41
/
+82
*
Don't copy parameters on setting a key in libssl
Matt Caswell
2021-01-22
1
-20
/
+3
*
ktls: Initial support for ChaCha20-Poly1305
Vadim Fedorenko
2021-01-20
1
-1
/
+20
[next]