summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-11Prepare for 1.1.1 releaseOpenSSL_1_1_1Matt Caswell
2018-09-11Update copyright yearMatt Caswell
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-09-10Validate the SM2 digest len before useMatt Caswell
2018-09-10Don't cast an int * to a size_t *Matt Caswell
2018-09-10More updates to CHANGES and NEWS for the 1.1.1 releaseMatt Caswell
2018-09-10Updates NEWS for the 1.1.1 releaseMatt Caswell
2018-09-10Update the pyca-cryptography submoduleMatt Caswell
2018-09-10Add a sentence in CHANGES to note SM2 supportPaul Yang
2018-09-10test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre
2018-09-10test/dhtest.c: fix resource leakDr. Matthias St. Pierre
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte
2018-09-09TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte
2018-09-09TESTS: add SipHash tests with digestsize controlsRichard Levitte
2018-09-09SipHash: make it possible to control the hash size through string controlsRichard Levitte
2018-09-09test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell
2018-09-07Simplify SSL_get_servername() to avoid session referencesBen Kaduk
2018-09-07Restore historical SSL_get_servername() behaviorBen Kaduk
2018-09-07Ensure certificate callbacks work correctly in TLSv1.3Matt Caswell
2018-09-07Remove a reference to SSL_force_post_handshake_auth()Matt Caswell
2018-09-07Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell
2018-09-07Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx
2018-09-07Process KeyUpdate and NewSessionTicket messages after a close_notifyMatt Caswell
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang
2018-09-07Add a SM2(7) man pagePaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Add test case for SM2 evp verificationJack Lloyd
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Make SM2 ID stick to specificationPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang
2018-09-07Remove unnecessary sm2_za.cPaul Yang
2018-09-07fuzz/driver.c: appease -Wmissing-prototypesPatrick Steuer
2018-09-07Support EdDSA in apps/speedPaul Yang
2018-09-07Avoid SEGV when giving X509_sign a NULL private key.Pauli
2018-09-06RSA padding Zeroization fixesShane Lontis
2018-09-06Key zeroization fix for EVP_SealInit + added simple testShane Lontis
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-09-05hkdf zeroization fixShane Lontis
2018-09-05key zeroisation fix for p12Shane Lontis
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-05key zeroization fix for a branch path of tls13_final_finish_macShane Lontis
2018-09-04openssl req: don't try to report bitsRichard Levitte