summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1a-devMatt Caswell2018-09-114-3/+11
* Prepare for 1.1.1 releaseOpenSSL_1_1_1Matt Caswell2018-09-114-5/+5
* Update copyright yearMatt Caswell2018-09-11117-117/+117
* CAPI engine: add support for RSA_NO_PADDINGRichard Levitte2018-09-111-7/+21
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* Validate the SM2 digest len before useMatt Caswell2018-09-101-1/+7
* Don't cast an int * to a size_t *Matt Caswell2018-09-101-8/+9
* More updates to CHANGES and NEWS for the 1.1.1 releaseMatt Caswell2018-09-102-2/+24
* Updates NEWS for the 1.1.1 releaseMatt Caswell2018-09-101-9/+26
* Update the pyca-cryptography submoduleMatt Caswell2018-09-101-0/+0
* Add a sentence in CHANGES to note SM2 supportPaul Yang2018-09-101-0/+3
* test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre2018-09-101-19/+24
* crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre2018-09-101-1/+1
* test/dhtest.c: fix resource leakDr. Matthias St. Pierre2018-09-101-29/+39
* ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte2018-09-091-0/+24
* TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte2018-09-093-1/+190
* SipHash: add separate setter for the hash sizeRichard Levitte2018-09-094-29/+42
* TESTS: add SipHash tests with digestsize controlsRichard Levitte2018-09-091-0/+32
* SipHash: make it possible to control the hash size through string controlsRichard Levitte2018-09-091-0/+6
* test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte2018-09-091-1/+22
* Do not reset SNI data in SSL_do_handshake()Matt Caswell2018-09-075-41/+44
* Simplify SSL_get_servername() to avoid session referencesBen Kaduk2018-09-071-11/+7
* Restore historical SSL_get_servername() behaviorBen Kaduk2018-09-071-5/+2
* Ensure certificate callbacks work correctly in TLSv1.3Matt Caswell2018-09-071-2/+3
* Remove a reference to SSL_force_post_handshake_auth()Matt Caswell2018-09-071-1/+1
* Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell2018-09-071-10/+25
* Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx2018-09-071-9/+27
* Process KeyUpdate and NewSessionTicket messages after a close_notifyMatt Caswell2018-09-073-27/+49
* Add missing SM2err and fix doc nitsPaul Yang2018-09-078-29/+37
* Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang2018-09-072-5/+19
* Add a SM2(7) man pagePaul Yang2018-09-071-0/+77
* Update document for SM2 stuffsPaul Yang2018-09-0711-13/+94
* Add test case for SM2 evp verificationJack Lloyd2018-09-071-0/+79
* Support setting SM2 IDPaul Yang2018-09-0715-88/+172
* Make SM2 ID stick to specificationPaul Yang2018-09-074-21/+67
* Support pmeth->digest_customPaul Yang2018-09-075-0/+36
* Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang2018-09-074-1/+18
* Remove unnecessary sm2_za.cPaul Yang2018-09-074-140/+116
* fuzz/driver.c: appease -Wmissing-prototypesPatrick Steuer2018-09-071-0/+3
* Support EdDSA in apps/speedPaul Yang2018-09-072-2/+230
* Avoid SEGV when giving X509_sign a NULL private key.Pauli2018-09-071-1/+3
* RSA padding Zeroization fixesShane Lontis2018-09-062-17/+21
* Key zeroization fix for EVP_SealInit + added simple testShane Lontis2018-09-062-6/+58
* Harmonize the error handling codepathNicola Tuveri2018-09-054-8/+12
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-054-4/+4
* New openssl subject parser hard to debugEric Curtin2018-09-041-1/+7
* hkdf zeroization fixShane Lontis2018-09-041-4/+4
* key zeroisation fix for p12Shane Lontis2018-09-041-5/+9
* key zeroisation for pvkfmt now done on all branch pathsShane Lontis2018-09-041-5/+6
* key zeroization fix for a branch path of tls13_final_finish_macShane Lontis2018-09-041-0/+1