summaryrefslogtreecommitdiffstats
path: root/apps/rsa8192.pem (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-29Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka2-3/+13
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli6-8/+301
2019-03-29Configurations/00-base-templates.conf: engage {chacha|poly1305}-ia64.Andy Polyakov1-0/+2
2019-03-29IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov3-0/+658
2019-03-29Fixed unmatched BN_CTX_start/end if an invalid exponent is used.Shane Lontis1-1/+1
2019-03-29Fix broken change from b3d113e.Pauli1-1/+2
2019-03-28conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESETPaul Monson1-0/+4
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis3-259/+125
2019-03-28Add some checks of OCSP functionsDmitry Belyavskiy1-3/+8
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell3-6/+6
2019-03-28Fix test builds.Pauli2-1/+1
2019-03-27Detect endian without relying on defined symbols.Pauli2-10/+35
2019-03-27Increase rounds of Miller-Rabin testing DH_checkJake Massimo1-3/+5
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell4-1/+21
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell3-12/+12
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell2-2/+44
2019-03-27Tolerate 0 byte input length for Update functionsMatt Caswell2-0/+5
2019-03-27Fix no-ecMatt Caswell1-18/+23
2019-03-27Fix three identical grammatical errorsDr. Matthias St. Pierre3-3/+3
2019-03-26style nit fixShane Lontis1-2/+2
2019-03-25ts(1): digest option is mandatoryHubert Kario1-2/+3
2019-03-25replaced snprintf with BIO version (for windows builds)Shane Lontis2-4/+4
2019-03-22Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger3-48/+48
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger3-27/+25
2019-03-22Cosmetic rand/drbg changes.Pauli2-7/+7
2019-03-21Document the functions EVP_MD_fetch() and EVP_MD_upref()Matt Caswell2-4/+175
2019-03-21Add a test for EVP_MD_fetchMatt Caswell1-0/+102
2019-03-21Implement SHA256 in the default providerMatt Caswell6-1/+90
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell8-26/+246
2019-03-21Implement EVP_MD_fetch()Matt Caswell6-1/+164
2019-03-21Add a skeleton default providerMatt Caswell6-5/+127
2019-03-21fixed mismatching #ifdef cppShane Lontis1-4/+0
2019-03-20Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond1-25/+81
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte1-0/+1
2019-03-20Updated doc for BN_clear, BN_CTX_end when param is NULLShane Lontis2-0/+2
2019-03-20replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb11-11/+11
2019-03-20removed BN_clear NULL checksShane Lontis2-27/+66
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte7-26/+111
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte6-19/+134
2019-03-19Update pkeyutl documentation about the digest optionMatt Caswell1-6/+5
2019-03-19Single step kdf implementationShane Lontis17-7/+2047
2019-03-19Move ASN1_BROKEN macrosRich Salz2-7/+6
2019-03-19EVP_PKEY_get0_engine documentationDmitry Belyavskiy1-1/+4
2019-03-19Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy3-0/+7
2019-03-19apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek1-30/+39
2019-03-19apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek1-0/+6
2019-03-19Add documentation for the -sigopt option.Pauli4-4/+23
2019-03-19 Configure: untabify indentationDr. Matthias St. Pierre1-597/+597
2019-03-19Fix resource leak coverity 1443711.Pauli1-5/+4
2019-03-19Fix compiling error for mips32r6 and mips64r6Hua Zhang2-2/+2