summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov2019-03-293-0/+658
* Fixed unmatched BN_CTX_start/end if an invalid exponent is used.Shane Lontis2019-03-291-1/+1
* Fix broken change from b3d113e.Pauli2019-03-291-1/+2
* conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESETPaul Monson2019-03-281-0/+4
* coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis2019-03-283-259/+125
* Add some checks of OCSP functionsDmitry Belyavskiy2019-03-281-3/+8
* Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell2019-03-283-6/+6
* Fix test builds.Pauli2019-03-282-1/+1
* Detect endian without relying on defined symbols.Pauli2019-03-282-10/+35
* Increase rounds of Miller-Rabin testing DH_checkJake Massimo2019-03-271-3/+5
* Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell2019-03-274-1/+21
* Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell2019-03-273-12/+12
* Fix a memory leak in ARIA GCMMatt Caswell2019-03-272-2/+44
* Tolerate 0 byte input length for Update functionsMatt Caswell2019-03-272-0/+5
* Fix no-ecMatt Caswell2019-03-271-18/+23
* Fix three identical grammatical errorsDr. Matthias St. Pierre2019-03-273-3/+3
* style nit fixShane Lontis2019-03-261-2/+2
* ts(1): digest option is mandatoryHubert Kario2019-03-251-2/+3
* replaced snprintf with BIO version (for windows builds)Shane Lontis2019-03-252-4/+4
* Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger2019-03-223-48/+48
* Make err_clear_constant_time really constant timeBernd Edlinger2019-03-223-27/+25
* Cosmetic rand/drbg changes.Pauli2019-03-222-7/+7
* Document the functions EVP_MD_fetch() and EVP_MD_upref()Matt Caswell2019-03-212-4/+175
* Add a test for EVP_MD_fetchMatt Caswell2019-03-211-0/+102
* Implement SHA256 in the default providerMatt Caswell2019-03-216-1/+90
* Make EVP_Digest* functions provider awareMatt Caswell2019-03-218-26/+246
* Implement EVP_MD_fetch()Matt Caswell2019-03-216-1/+164
* Add a skeleton default providerMatt Caswell2019-03-216-5/+127
* fixed mismatching #ifdef cppShane Lontis2019-03-211-4/+0
* Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond2019-03-201-25/+81
* OPENSSL_config(): restore error agnosticismRichard Levitte2019-03-201-0/+1
* Updated doc for BN_clear, BN_CTX_end when param is NULLShane Lontis2019-03-202-0/+2
* replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb2019-03-2011-11/+11
* removed BN_clear NULL checksShane Lontis2019-03-202-27/+66
* Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte2019-03-197-26/+111
* Replumbing: add fallback provider capabilityRichard Levitte2019-03-196-19/+134
* Update pkeyutl documentation about the digest optionMatt Caswell2019-03-191-6/+5
* Single step kdf implementationShane Lontis2019-03-1917-7/+2047
* Move ASN1_BROKEN macrosRich Salz2019-03-192-7/+6
* EVP_PKEY_get0_engine documentationDmitry Belyavskiy2019-03-191-1/+4
* Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy2019-03-193-0/+7
* apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek2019-03-191-30/+39
* apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek2019-03-191-0/+6
* Add documentation for the -sigopt option.Pauli2019-03-194-4/+23
* Configure: untabify indentationDr. Matthias St. Pierre2019-03-191-597/+597
* Fix resource leak coverity 1443711.Pauli2019-03-191-5/+4
* Fix compiling error for mips32r6 and mips64r6Hua Zhang2019-03-192-2/+2
* Add missing '.text' in crypto/bn/asm/ppc.plRichard Levitte2019-03-191-0/+1
* Fix no-posix-ioRichard Levitte2019-03-191-7/+2
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-1916-54/+31