aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-12minor fixes for WindowsViktor Szakats3-2/+4
2018-09-12crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte1-0/+1
2018-09-12Build files: Separate 'lib' intent from 'shlib' intentRichard Levitte4-10/+24
2018-09-12Configure: Name object files according to the product they are part ofRichard Levitte3-16/+120
2018-09-12Configure: DON'T trickle down includes from products to sourcesRichard Levitte2-23/+7
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli4-0/+37
2018-09-12Speed for HMACs.Pauli2-4/+61
2018-09-12Add a note to CHANGES indicating that AES-XTS now enforces two differentPauli1-8/+6
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli3-2/+30
2018-09-11The next version in master is at least 1.1.2, not 1.1.1xRichard Levitte4-5/+5
2018-09-11Prepare for 1.1.1a-devMatt Caswell4-3/+11
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
2018-09-07Add a SM2(7) man pagePaul Yang1-0/+77
2018-09-07Update document for SM2 stuffsPaul Yang11-13/+94
2018-09-07Add test case for SM2 evp verificationJack Lloyd1-0/+79
2018-09-07Support setting SM2 IDPaul Yang15-88/+172
2018-09-07Make SM2 ID stick to specificationPaul Yang4-21/+67
2018-09-07Support pmeth->digest_customPaul Yang5-0/+36
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang4-1/+18
2018-09-07Remove unnecessary sm2_za.cPaul Yang4-140/+116
2018-09-07fuzz/driver.c: appease -Wmissing-prototypesPatrick Steuer1-0/+3
2018-09-07Support EdDSA in apps/speedPaul Yang2-2/+230