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
*
Remove all trace of FIPS_mode functions
Rich Salz
2021-05-06
1
-2
/
+0
*
Correct ssl_conf logic for "legacy_server_connect"
Benjamin Kaduk
2021-05-05
1
-1
/
+1
*
Enforce secure renegotiation support by default
Benjamin Kaduk
2021-05-05
1
-5
/
+0
*
ssl: fix possible ref counting fields use before init.
FdaSilvaYY
2021-05-01
1
-7
/
+9
*
Use OCSP-specific error code for clarity
Dmitry Belyavskiy
2021-05-01
2
-1
/
+4
*
Defer Finished MAC handling until after state transition
Matt Caswell
2021-04-28
3
-23
/
+50
*
Update copyright year
Matt Caswell
2021-04-22
2
-2
/
+2
*
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2021-04-19
1
-11
/
+27
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
4
-39
/
+47
*
Handle set_alpn_protos inputs better.
Todd Short
2021-04-13
1
-6
/
+43
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
4
-8
/
+7
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
2
-2
/
+2
*
Fix typo in statem_clnt.c
Nan Xiao
2021-04-09
1
-1
/
+1
*
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
[next]