summaryrefslogtreecommitdiffstats
path: root/ACKNOWLEDGEMENTS (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-11Prepare for 1.1.1 releaseOpenSSL_1_1_1Matt Caswell4-5/+5
2018-09-11Update copyright yearMatt Caswell117-117/+117
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte1-7/+21
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell1-1/+2
2018-09-10Validate the SM2 digest len before useMatt Caswell1-1/+7
2018-09-10Don't cast an int * to a size_t *Matt Caswell1-8/+9
2018-09-10More updates to CHANGES and NEWS for the 1.1.1 releaseMatt Caswell2-2/+24
2018-09-10Updates NEWS for the 1.1.1 releaseMatt Caswell1-9/+26
2018-09-10Update the pyca-cryptography submoduleMatt Caswell1-0/+0
2018-09-10Add a sentence in CHANGES to note SM2 supportPaul Yang1-0/+3
2018-09-10test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre1-19/+24
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre1-1/+1
2018-09-10test/dhtest.c: fix resource leakDr. Matthias St. Pierre1-29/+39
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte1-0/+24
2018-09-09TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte3-1/+190
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte4-29/+42
2018-09-09TESTS: add SipHash tests with digestsize controlsRichard Levitte1-0/+32
2018-09-09SipHash: make it possible to control the hash size through string controlsRichard Levitte1-0/+6
2018-09-09test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte1-1/+22
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell5-41/+44
2018-09-07Simplify SSL_get_servername() to avoid session referencesBen Kaduk1-11/+7
2018-09-07Restore historical SSL_get_servername() behaviorBen Kaduk1-5/+2
2018-09-07Ensure certificate callbacks work correctly in TLSv1.3Matt Caswell1-2/+3
2018-09-07Remove a reference to SSL_force_post_handshake_auth()Matt Caswell1-1/+1
2018-09-07Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell1-10/+25
2018-09-07Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx1-9/+27
2018-09-07Process KeyUpdate and NewSessionTicket messages after a close_notifyMatt Caswell3-27/+49
2018-09-07Add missing SM2err and fix doc nitsPaul Yang8-29/+37
2018-09-07Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang2-5/+19