index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ACKNOWLEDGEMENTS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-11
Prepare for 1.1.1 release
OpenSSL_1_1_1
Matt Caswell
4
-5
/
+5
2018-09-11
Update copyright year
Matt Caswell
117
-117
/
+117
2018-09-11
CAPI engine: add support for RSA_NO_PADDING
Richard Levitte
1
-7
/
+21
2018-09-10
Check the return value from ASN1_INTEGER_set
Matt Caswell
1
-1
/
+2
2018-09-10
Validate the SM2 digest len before use
Matt Caswell
1
-1
/
+7
2018-09-10
Don't cast an int * to a size_t *
Matt Caswell
1
-8
/
+9
2018-09-10
More updates to CHANGES and NEWS for the 1.1.1 release
Matt Caswell
2
-2
/
+24
2018-09-10
Updates NEWS for the 1.1.1 release
Matt Caswell
1
-9
/
+26
2018-09-10
Update the pyca-cryptography submodule
Matt Caswell
1
-0
/
+0
2018-09-10
Add a sentence in CHANGES to note SM2 support
Paul Yang
1
-0
/
+3
2018-09-10
test/evp_extra_test.c: fix null pointer dereference
Dr. Matthias St. Pierre
1
-19
/
+24
2018-09-10
crypto/rsa/rsa_pss.c: silence coverity warning
Dr. Matthias St. Pierre
1
-1
/
+1
2018-09-10
test/dhtest.c: fix resource leak
Dr. Matthias St. Pierre
1
-29
/
+39
2018-09-09
ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroes
Richard Levitte
1
-0
/
+24
2018-09-09
TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zero
Richard Levitte
3
-1
/
+190
2018-09-09
SipHash: add separate setter for the hash size
Richard Levitte
4
-29
/
+42
2018-09-09
TESTS: add SipHash tests with digestsize controls
Richard Levitte
1
-0
/
+32
2018-09-09
SipHash: make it possible to control the hash size through string controls
Richard Levitte
1
-0
/
+6
2018-09-09
test/evp_test.c: make it possible to use controls with MAC tests
Richard Levitte
1
-1
/
+22
2018-09-07
Do not reset SNI data in SSL_do_handshake()
Matt Caswell
5
-41
/
+44
2018-09-07
Simplify SSL_get_servername() to avoid session references
Ben Kaduk
1
-11
/
+7
2018-09-07
Restore historical SSL_get_servername() behavior
Ben Kaduk
1
-5
/
+2
2018-09-07
Ensure certificate callbacks work correctly in TLSv1.3
Matt Caswell
1
-2
/
+3
2018-09-07
Remove a reference to SSL_force_post_handshake_auth()
Matt Caswell
1
-1
/
+1
2018-09-07
Test that we can handle a PHA CertificateRequest after we sent close_notify
Matt Caswell
1
-10
/
+25
2018-09-07
Test that we can process a KeyUpdate received after we sent close_notify
Kurt Roeckx
1
-9
/
+27
2018-09-07
Process KeyUpdate and NewSessionTicket messages after a close_notify
Matt Caswell
3
-27
/
+49
2018-09-07
Add missing SM2err and fix doc nits
Paul Yang
8
-29
/
+37
2018-09-07
Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
Paul Yang
2
-5
/
+19