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 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
*
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
Tomas Mraz
2021-01-18
1
-3
/
+3
*
Update SERVER_HELLO_MAX_LENGTH
Michael Baentsch
2021-01-18
1
-1
/
+4
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-1
/
+2
*
Clean away extraneous library specific FETCH_FAILED reason codes
Richard Levitte
2021-01-12
8
-19
/
+27
*
Fix for negative return value from `SSL_CTX_sess_accept()`
anupamam13
2021-01-08
1
-1
/
+2
*
replace 'unsigned const char' with 'const unsigned char'
Thomas De Schampheleire
2021-01-08
1
-3
/
+3
*
Adding TLS group name retrieval
Michael Baentsch
2021-01-08
3
-1
/
+20
*
Ensure DTLS free functions can handle NULL
Matt Caswell
2021-01-08
2
-4
/
+8
*
Remove extra space.
Otto Hollmann
2021-01-07
1
-1
/
+1
*
Fixed error and return code.
Otto Hollmann
2021-01-07
1
-8
/
+5
*
Fix set_ciphersuites ignore unknown ciphers.
Otto Hollmann
2021-01-07
1
-1
/
+4
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
4
-21
/
+0
*
Modify is_tls13_capable() to take account of the servername cb
Matt Caswell
2020-12-09
1
-2
/
+13
*
TLS: Use EVP_PKEY_get_group_name() to get the group name
Richard Levitte
2020-12-08
3
-18
/
+18
*
EVP: constify the EVP_PKEY_get_*_param() argument |pkey|
Richard Levitte
2020-12-08
1
-2
/
+0
*
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-29
1
-4
/
+0
*
Allow zero-byte writes to be reported as success.
John Baldwin
2020-11-29
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
[next]